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