Returns the Vector3 vector with the consecutive number i. The index j corresponds to the vector's consecutive number in the face. Each face has just 3 vertices so the value j lies in the interval 0 to 2.

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

Syntax

C#
public Vector3 this[
	int i,
	int j
] { get; }

Parameters

i
Type: System..::.Int32
Face number.
j
Type: System..::.Int32
The vertex number.

Implements

IXFaceArray..::.Item[([(Int32, Int32])])

See Also