|
RhinoBrepVertices Property
|
Gets the brep vertices list accessor.
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic IBrepVertexList Vertices { get; }Public ReadOnly Property Vertices As IBrepVertexList
Get
public:
virtual property IBrepVertexList^ Vertices {
IBrepVertexList^ get () sealed;
}abstract Vertices : IBrepVertexList with get
override Vertices : IBrepVertexList with get
Property Value
Type:
IBrepVertexListImplements
IBrepVertices
See Also