Printing3DMesh.GetVertexPositions 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.
Gets the buffer for vertex positions.
public:
virtual IBuffer ^ GetVertexPositions() = GetVertexPositions;
IBuffer GetVertexPositions();
public IBuffer GetVertexPositions();
function getVertexPositions()
Public Function GetVertexPositions () As IBuffer
Returns
The buffer for vertex positions.
Remarks
To create the buffer for vertex positions, use CreateVertexPositions.