T_Rhino_Geometry_Collections_SubDVertexAccess - mcneel/rhinocommon-api-docs GitHub Wiki
Provides access to the vertices and vertex-related functionality of a SubD.
System.Object
Rhino.Geometry.Collections.SubDVertexAccess
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public class SubDVertexAccess : IEnumerable<SubDVertexPtr>,
IEnumerable
VB
Public Class SubDVertexAccess
Implements IEnumerable(Of SubDVertexPtr), IEnumerable
The SubDVertexAccess type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count | Gets or sets the number of SubD vertices. |
![]() |
First |
Name | Description | |
---|---|---|
![]() |
Add(SubD.SubDVertexTag, Point3d) | Adds a new vertex to the end of the Vertex list. |
![]() |
Add(SubD.SubDVertexTag, Double, Double, Double) | Adds a new vertex to the end of the Vertex list. |
![]() |
AddVertices(SubD.SubDVertexTag, IEnumerable(Point3d)) | Adds a series of new vertices to the end of the vertex list. This overload accepts double-precision points. |
![]() |
AddVertices(SubD.SubDVertexTag, IEnumerable(Point3f)) | Adds a series of new vertices to the end of the vertex list. This overload accepts single-precision points. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Find | |
![]() |
GetEnumerator | |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUnboundSectorIterator | This iterator needs to be reset before any use is sensible. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RemoveVertexAndConnections(Int32) | Removes a vertex from the subD. All connected parts are removed, too. |
![]() |
RemoveVertexAndConnections(Int32[]) | Removes some vertices from the subD. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryFind |
Supported in: 6.0.16224.21491