Printing3DCompositeMaterialGroup.MaterialIndices 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來在群組中建立複合材質之基底材質的已排序清單。 基底材質的順序會保留在 Composites所定義的混合值中。
public:
property IVector<unsigned int> ^ MaterialIndices { IVector<unsigned int> ^ get(); };
IVector<uint32_t> MaterialIndices();
public IList<uint> MaterialIndices { get; }
var iVector = printing3DCompositeMaterialGroup.materialIndices;
Public ReadOnly Property MaterialIndices As IList(Of UInteger)
屬性值
從 MaterialGroupId所指定基底材質群組的基底材質索引值。