Printing3DMesh.CreateTriangleIndices(UInt32) Method

Definition

Creates the buffer for triangle indices.

public:
 virtual void CreateTriangleIndices(unsigned int value) = CreateTriangleIndices;
void CreateTriangleIndices(uint32_t const& value);
public void CreateTriangleIndices(uint value);
function createTriangleIndices(value)
Public Sub CreateTriangleIndices (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 indices, use GetTriangleIndices.

Applies to