Vytvoří novou instanci třídy XSpaceUtility..::.XFaceArrayAdapter z kolekce vektorů IXVertexArray.
Jmenný prostor:
SGP.XSpaceKnihovna: 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ýjimka | Podmínka |
---|---|
System..::.ArgumentNullException | vertices je nullNothingnullptrnulová reference (Nothing v Visual Basic). |
System..::.ArgumentNullException | faceIndices je nullNothingnullptrnulová reference (Nothing v Visual Basic). |