Printing3DCompositeMaterialGroup.Composites プロパティ

定義

個々の複合材料を定義する混合物の一覧を取得します。 各混合物は、各基材の全体の混合物の割合 (0 から 1 の間の値) を一覧表示することによって定義されます。ここで、比率の値は 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)

プロパティ値

個々の複合材料を定義する混合物の一覧。

適用対象

こちらもご覧ください