Share via


Printing3DMaterial.CompositeGroups Property

Definition

Gets all composite material groups used in the 3D model.

public:
 property IVector<Printing3DCompositeMaterialGroup ^> ^ CompositeGroups { IVector<Printing3DCompositeMaterialGroup ^> ^ get(); };
IVector<Printing3DCompositeMaterialGroup> CompositeGroups();
public IList<Printing3DCompositeMaterialGroup> CompositeGroups { get; }
var iVector = printing3DMaterial.compositeGroups;
Public ReadOnly Property CompositeGroups As IList(Of Printing3DCompositeMaterialGroup)

Property Value

All composite material groups used in the 3D model, of type Printing3DCompositeMaterialGroup.

Applies to