Printing3DTexture2CoordMaterialGroup(UInt32) Constructor
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 a instance of the Printing3DTexture2CoordMaterialGroup class.
public:
Printing3DTexture2CoordMaterialGroup(unsigned int MaterialGroupId);
Printing3DTexture2CoordMaterialGroup(uint32_t const& MaterialGroupId);
public Printing3DTexture2CoordMaterialGroup(uint MaterialGroupId);
function Printing3DTexture2CoordMaterialGroup(MaterialGroupId)
Public Sub New (MaterialGroupId As UInteger)
Parameters
- MaterialGroupId
-
UInt32
unsigned int
uint32_t
The identifier for a group of 2D texture 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.