|
Mesh2Faces Property
|
Gets the faces.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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
IMesh2Faces
See Also