Printing3DMesh.GetTriangleMaterialIndices 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 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.