Click or drag to resize

Mesh3SetVertex Method (Int32, Double, Double, Double)

set vertex using index and coordinates.

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

Parameters

index
Type: SystemInt32
index of vertex to be set.
x
Type: SystemDouble
new x-coordinate.
y
Type: SystemDouble
new y-coordinate.
z
Type: SystemDouble
new Z-coordinate.

Return Value

Type: Boolean
true if successful.

Implements

IMeshSetVertex(Int32, Double, Double, Double)
See Also