Creates new XSpaceUtility..::.XVertexArrayAdapter class instance from the Vector3 vector collection.
            
    Namespace: 
   SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
public XVertexArrayAdapter( Vector3[] vertices )  | 
Parameters
- vertices
 - Type: array<
            Vector3
          >[]()[]
The Vector3 vector array that the new collection instance will be made up from. 
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | vertices is nullNothingnullptra null reference (Nothing in Visual Basic). |