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)

属性值

3D 模型中使用的一组颜色材料,类型为 Printing3DColorMaterial

适用于