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