ObjectModel.GetVertexPositions(Vector3[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns vertices on object model surface in centered coordinate system.
public:
void GetVertexPositions(cli::array <System::Numerics::Vector3> ^ vertices);
public void GetVertexPositions (System.Numerics.Vector3[] vertices);
member this.GetVertexPositions : System.Numerics.Vector3[] -> unit
Public Sub GetVertexPositions (vertices As Vector3())
Parameters
- vertices
- Vector3[]
Buffer to store the vertexes, allocated by the caller.