Printing3DMesh.GetTriangleMaterialIndices Method

Definition

Gets the buffer for triangle material indices.

public:
 virtual IBuffer ^ GetTriangleMaterialIndices() = GetTriangleMaterialIndices;
IBuffer GetTriangleMaterialIndices();
public IBuffer GetTriangleMaterialIndices();
function getTriangleMaterialIndices()
Public Function GetTriangleMaterialIndices () As IBuffer

Returns

The buffer for triangle material indices.

Remarks

To create the buffer for triangle material indices, use CreateTriangleMaterialIndices.

Applies to