Click or drag to resize

IMeshSetVertex Method (Int32, Double, Double, Double)

Set mesh vertex at index.

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

Parameters

index
Type: SystemInt32
Vertex index.
x
Type: SystemDouble
x-coordinate.
y
Type: SystemDouble
y-coordinate.
z
Type: SystemDouble
z-coordinate.

Return Value

Type: Boolean
True if the vertex at given index was updated successfully, false if the index is out of range.
See Also