다음을 통해 공유


Printing3DColorMaterialGroup.Colors 속성

정의

3D 모델에 사용되는 색 재질 그룹을 가져옵니다.

public:
 property IVector<Printing3DColorMaterial ^> ^ Colors { IVector<Printing3DColorMaterial ^> ^ get(); };
IVector<Printing3DColorMaterial> Colors();
public IList<Printing3DColorMaterial> Colors { get; }
var iVector = printing3DColorMaterialGroup.colors;
Public ReadOnly Property Colors As IList(Of Printing3DColorMaterial)

속성 값

Printing3DColorMaterial 형식의 3D 모델에 사용되는 색 재질 그룹입니다.

적용 대상