Printing3DCompositeMaterialGroup.Composites Property

Definition

Gets an list of mixtures that define individual composite materials. Each mixture is defined by listing the proportion of the overall mixture for each base material (values between 0 and 1), where the proportion values are specified in the same order as the base materials in MaterialIndices.

public:
 property IVector<Printing3DCompositeMaterial ^> ^ Composites { IVector<Printing3DCompositeMaterial ^> ^ get(); };
IVector<Printing3DCompositeMaterial> Composites();
public IList<Printing3DCompositeMaterial> Composites { get; }
var iVector = printing3DCompositeMaterialGroup.composites;
Public ReadOnly Property Composites As IList(Of Printing3DCompositeMaterial)

Property Value

A list of mixtures that define individual composite materials.

Applies to

See also