Click or drag to resize

MeshVertexListAdd Method (Point3f)

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

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Add(
	Point3f vertex
)

Parameters

vertex
Type: Rhino.GeometryPoint3f
Location of new vertex.

Return Value

Type: Int32
The index of the newly added vertex.
See Also