Printing3DMaterial.BaseGroups Property

Definition

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

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

Property Value

All base material groups used in the 3D model, of type Printing3DBaseMaterialGroup.

Applies to