Printing3DModel.Textures プロパティ

定義

3D モデルで使用されるすべてのテクスチャを取得します。

public:
 property IVector<Printing3DModelTexture ^> ^ Textures { IVector<Printing3DModelTexture ^> ^ get(); };
IVector<Printing3DModelTexture> Textures();
public IList<Printing3DModelTexture> Textures { get; }
var iVector = printing3DModel.textures;
Public ReadOnly Property Textures As IList(Of Printing3DModelTexture)

プロパティ値

Printing3DModelTexture 型の 3D モデルで使用されるすべてのテクスチャ。

適用対象