Printing3DMesh.CreateTriangleMaterialIndices(UInt32) Method

Definition

Creates the buffer for triangle material indices.

public:
 virtual void CreateTriangleMaterialIndices(unsigned int value) = CreateTriangleMaterialIndices;
void CreateTriangleMaterialIndices(uint32_t const& value);
public void CreateTriangleMaterialIndices(uint value);
function createTriangleMaterialIndices(value)
Public Sub CreateTriangleMaterialIndices (value As UInteger)

Parameters

value
UInt32

unsigned int

uint32_t

The capacity of the buffer, the maximum number of bytes that the IBuffer can hold.

Remarks

To access the buffer for triangle material indices, use GetTriangleMaterialIndices.

Applies to