Click or drag to resize

Mesh3SetVertex Method (Int32, Point3)

set vertex using index and coordinates

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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