Click or drag to resize

IMeshSetVertex Method (Int32, Point3)

Set mesh vertex at index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool SetVertex(
	int index,
	Point3 position
)

Parameters

index
Type: SystemInt32
Vertex index.
position
Type: Karamba.GeometryPoint3
Vertex position.

Return Value

Type: Boolean
True if the vertex at given index was updated successfully, false otherwise.
See Also