Click or drag to resize

Mesh2SetVertex Method (Int32, Double, Double)

Sets a vertex at index to a particular point.

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
)

Parameters

index
Type: SystemInt32
Index of the vertex.
x
Type: SystemDouble
x-coordinate.
y
Type: SystemDouble
y-coordinate.

Return Value

Type: Boolean
'True' if successful.
See Also