Printing3DColorMaterialGroup(UInt32) Constructor

Definition

Creates an instance of the Printing3DColorMaterialGroup class.

public:
 Printing3DColorMaterialGroup(unsigned int MaterialGroupId);
 Printing3DColorMaterialGroup(uint32_t const& MaterialGroupId);
public Printing3DColorMaterialGroup(uint MaterialGroupId);
function Printing3DColorMaterialGroup(MaterialGroupId)
Public Sub New (MaterialGroupId As UInteger)

Parameters

MaterialGroupId
UInt32

unsigned int

uint32_t

The identifier for the group of color materials used in the 3D model; a value greater than zero.

Remarks

Set MaterialGroupId to a value greater than zero. A value of zero is not valid and triggers an E_INVALIADARG error.

Applies to