MeshVertexList.Add Method (Point3d)

MeshVertexListAdd Method (Point3d)

Adds a new vertex to the end of the Vertex list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int Add(
	Point3d vertex
)
Public Function Add ( 
	vertex As Point3d
) As Integer

Parameters

vertex
Type: Rhino.GeometryPoint3d
Location of new vertex.

Return Value

Type: Int32
The index of the newly added vertex.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also