|
Mesh3Vertices Property
|
Gets the mesh vertices.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<Point3> Vertices { get; }
Public ReadOnly Property Vertices As IReadOnlyList(Of Point3)
Get
public:
virtual property IReadOnlyList<Point3>^ Vertices {
IReadOnlyList<Point3>^ get () sealed;
}
abstract Vertices : IReadOnlyList<Point3> with get
override Vertices : IReadOnlyList<Point3> with get
Property Value
Type:
IReadOnlyListPoint3Implements
IReadonlyMeshVertices
See Also