Click or drag to resize

Mesh3SetVertex Method (Int32, Point3)

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,
	Point3 p
)

Parameters

index
Type: SystemInt32
index of vertex to be set.
p
Type: Karamba.GeometryPoint3
position of new node>.

Return Value

Type: Boolean
true if successful.

Implements

IMeshSetVertex(Int32, Point3)
See Also