|
RhinoMeshVertices Property
|
[Missing <summary> documentation for "P:Karamba.GHopper.Geometry.RhinoMesh.Vertices"]
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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