Click or drag to resize

Mesh3GetVertex Method

return the position of a vertex of given index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Point3 GetVertex(
	int idx
)

Parameters

idx
Type: SystemInt32
index of vertex.

Return Value

Type: Point3
position of indexed vertex.

Implements

IReadonlyMeshGetVertex(Int32)
See Also