Returns the Vector3 vertex local coordinate with the consecutive number index.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Vector3 GetLocalVertex(
	int index
)

Parameters

index
Type: System..::.Int32
The vertex consecutive number.

Return Value

Returns the Vector3 vertex coordinate.

See Also