|
RhinoMeshFaces Property
|
[Missing <summary> documentation for "P:Karamba.GHopper.Geometry.RhinoMesh.Faces"]
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic IReadOnlyList<Face3> Faces { get; }Public ReadOnly Property Faces As IReadOnlyList(Of Face3)
Get
public:
virtual property IReadOnlyList<Face3>^ Faces {
IReadOnlyList<Face3>^ get () sealed;
}abstract Faces : IReadOnlyList<Face3> with get
override Faces : IReadOnlyList<Face3> with get
Property Value
Type:
IReadOnlyListFace3Implements
IReadonlyMeshFaces
See Also