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