RhinoCommon API
SubDVertexListAdd Method |
Add a new vertex to the end of the Vertex list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public SubDVertex Add( SubDVertexTag tag, Point3d vertex )
Public Function Add ( tag As SubDVertexTag, vertex As Point3d ) As SubDVertex
Parameters
- tag
- Type: Rhino.GeometrySubDVertexTag
The type of vertex tag, such as smooth or corner. - vertex
- Type: Rhino.GeometryPoint3d
Location of new vertex.
Return Value
Type: SubDVertexThe newly added vertex.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | If tag is unset or non-defined. |
