Vytvoří novou instanci třídy XSpaceUtility..::.XVertexArrayAdapter2I z kolekce vektorů IXVertexArray s možností filtrovat vektory nefigurující v kolekci stěn.

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

Syntaxe

C#
public XVertexArrayAdapter2I(
	IXVertexArray vertices,
	int[] faces
)

Parametry

vertices
Typ: SGP.XSpace..::.IXVertexArray
Pole vektorů IXVertexArray, ze kterých bude instance nové kolekce sestavena.
faces
Typ: array< System..::.Int32 >[]()[]
Pole čísel odkazující do pole vertices, které vektory budou použity. Ostatní vektory budou odstraněny.

Výjimky

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

Podívat se také na