Поделиться через


Printing3DModel.Textures Свойство

Определение

Возвращает все текстуры, используемые в трехмерной модели.

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.

Применяется к