次の方法で共有


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 モデルで使用される色素材のグループ。

適用対象