M_Rhino_Geometry_Collections_SubDVertexAccess_Add - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a new vertex to the end of the Vertex list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public SubDVertexPtr Add(
SubD.SubDVertexTag tag,
Point3d vertex
)
VB
Public Function Add (
tag As SubD.SubDVertexTag,
vertex As Point3d
) As SubDVertexPtr
- tag
- Type: Rhino.Geometry.SubD.SubDVertexTag
The type of vertex tag, such as smooth or corner. - vertex
- Type: Rhino.Geometry.Point3d
Location of new vertex.
Type: SubDVertexPtr
The index of the newly added vertex.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If tag is unset or non-defined. |
Supported in: 6.0.16224.21491
SubDVertexAccess Class
Add Overload
Rhino.Geometry.Collections Namespace