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)

属性值

3D 模型中使用的所有纹理,类型为 Printing3DModelTexture

适用于