Click or drag to resize

RhinoMeshAddVertex Method (Double, Double, Double)

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public int AddVertex(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X component of new vertex coordinate.
y
Type: SystemDouble
Y component of new vertex coordinate.
z
Type: SystemDouble
Z component of new vertex coordinate.

Return Value

Type: Int32
The index of the newly added vertex.

Implements

IMeshAddVertex(Double, Double, Double)
See Also