Methods_T_Rhino_Geometry_Collections_SubDVertexAccess - mcneel/rhinocommon-api-docs GitHub Wiki

SubDVertexAccess Methods

The SubDVertexAccess type exposes the following members.

Methods

 

Name Description
Public method Add(SubD.SubDVertexTag, Point3d) Adds a new vertex to the end of the Vertex list.
Public method Add(SubD.SubDVertexTag, Double, Double, Double) Adds a new vertex to the end of the Vertex list.
Public method AddVertices(SubD.SubDVertexTag, IEnumerable(Point3d)) Adds a series of new vertices to the end of the vertex list. This overload accepts double-precision points.
Public method AddVertices(SubD.SubDVertexTag, IEnumerable(Point3f)) Adds a series of new vertices to the end of the vertex list. This overload accepts single-precision points.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Find
Public method GetEnumerator
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUnboundSectorIterator This iterator needs to be reset before any use is sensible.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveVertexAndConnections(Int32) Removes a vertex from the subD. All connected parts are removed, too.
Public method RemoveVertexAndConnections(Int32[]) Removes some vertices from the subD.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryFind
  Back to Top

See Also

Reference

SubDVertexAccess Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️