共用方式為


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

適用於