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)
속성 값
개별 복합 재료를 정의하는 혼합물 목록입니다.