|
IReadonlyMeshFaces Property
|
Gets the mesh faces.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIReadOnlyList<Face3> Faces { get; }
ReadOnly Property Faces As IReadOnlyList(Of Face3)
Get
property IReadOnlyList<Face3>^ Faces {
IReadOnlyList<Face3>^ get ();
}
abstract Faces : IReadOnlyList<Face3> with get
Property Value
Type:
IReadOnlyListFace3
See Also