Click or drag to resize

Mesh2SetVertex Method (Int32, Point2)

Set vertex at 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,
	Point2 p
)

Parameters

index
Type: SystemInt32
Index to be used.
p
Type: Karamba.GeometryPoint2
Point to place as vertex.

Return Value

Type: Boolean
True if successful.

Implements

IMesh2SetVertex(Int32, Point2)
See Also