Printing3DCompositeMaterialGroup.Composites プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
個々の複合材料を定義する混合物の一覧を取得します。 各混合物は、各基材の全体の混合物の割合 (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)
プロパティ値
個々の複合材料を定義する混合物の一覧。