Vytvoří novou instanci třídy XSpaceUtility..::.XFaceArrayAdapter z kolekce vektorů IXVertexArray.

Jmenný prostor:  SGP.XSpace
Knihovna:  SGPRTL (v SGPRTL)
Verze: dll

Syntaxe

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

Parametry

vertices
Typ: SGP.XSpace..::.IXVertexArray
Pole vektorů Vector3, ze kterých bude instance nové kolekce sestavena.
faceIndices
Typ: array< System..::.Int32 >[]()[]
Pole čísel odkazující do pole vertices mapující index čísla stěny a číslo vektoru stěny na index v vertices.

Výjimky

VýjimkaPodmínka
System..::.ArgumentNullExceptionvertices je nullNothingnullptrnulová reference (Nothing v Visual Basic).
System..::.ArgumentNullExceptionfaceIndices je nullNothingnullptrnulová reference (Nothing v Visual Basic).

Podívat se také na