다음을 통해 공유


Printing3DCompositeMaterialGroup.MaterialIndices 속성

정의

그룹에서 복합 재질을 만드는 데 사용되는 순서가 지정된 기본 재료 목록을 가져옵니다. 기본 재료의 순서는 복합으로 정의된 혼합 값으로 유지 됩니다.

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)

속성 값

IVector<UInt32>

IList<UInt32>

Windows.Foundation.Collections.IVector

IVector<uint32_t>

MaterialGroupId로 지정된 기본 재질 그룹의 기본 재질의 인덱스 값입니다.

적용 대상

추가 정보