Printing3DMesh.CreateTriangleIndices(UInt32) 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.
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.