Click or drag to resize

IMeshAddVertex Method (Double, Double, Double)

Add vertex to mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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
New vertex index.
See Also