Click or drag to resize

Mesh3AddVertex Method (Double, Double, Double)

Add a vertex to the mesh.

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

Parameters

x
Type: SystemDouble
x-coordinate>.
y
Type: SystemDouble
y-coordinate.
z
Type: SystemDouble
z-coordinate.

Return Value

Type: Int32
Index of the added vertex in the mesh.

Implements

IMeshAddVertex(Double, Double, Double)
See Also