Printing3DCompositeMaterialGroup.Composites Property
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.
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.