|
MeshFaces Property
|
returns the faces of the mesh
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<Face> Faces { get; }
Public ReadOnly Property Faces As List(Of Face)
Get
public:
property List<Face^>^ Faces {
List<Face^>^ get ();
}
member Faces : List<Face> with get
Property Value
Type:
ListFace
See Also