M_Rhino_Geometry_Collections_MeshVertexList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.Add Method (Point3d)

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

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int Add(
	Point3d vertex
)

VB

Public Function Add ( 
	vertex As Point3d
) As Integer

Parameters

 

vertex
Type: Rhino.Geometry.Point3d
Location of new vertex.

Return Value

Type: Int32
The index of the newly added vertex.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Add Overload
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️