Printing3DMesh.GetTriangleIndices 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 triangle indices.
public:
virtual IBuffer ^ GetTriangleIndices() = GetTriangleIndices;
IBuffer GetTriangleIndices();
public IBuffer GetTriangleIndices();
function getTriangleIndices()
Public Function GetTriangleIndices () As IBuffer
Returns
The buffer for triangle indices.
Remarks
To create the buffer for triangle indices, use CreateTriangleIndices.