Printing3DMesh.GetTriangleIndices Method

Definition

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.

Applies to