M_Rhino_Geometry_Collections_MeshVertexList_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 int Add(
Point3d vertex
)
VB
Public Function Add (
vertex As Point3d
) As Integer
- vertex
- Type: Rhino.Geometry.Point3d
Location of new vertex.
Type: Int32
The index of the newly added vertex.
Supported in: 6.0.16224.21491, 5D58w
MeshVertexList Class
Add Overload
Rhino.Geometry.Collections Namespace