Creates new XSpaceUtility..::.XFaceArrayAdapter class instance from the IXVertexArray vector collection.

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

Syntax

C#
public XFaceArrayAdapter(
	IXVertexArray vertices,
	int[] faceIndices
)

Parameters

vertices
Type: SGP.XSpace..::.IXVertexArray
The Vector3 vector array that the new collection instance will be made up from.
faceIndices
Type: array< System..::.Int32 >[]()[]
The array of numbers referencing to the vertices array, mapping the face number and the face vector number to the index in the vertices.

Exceptions

ExceptionCondition
System..::.ArgumentNullException vertices is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException faceIndices is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also