SaveOptions

Overview

SaveOptions is a class in Aspose.3D FOSS for Python. Inherits from: IOConfig.

SaveOptions.export_textures determines if textures are included in the exported file.

This class provides 1 method for working with SaveOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: encoding, export_textures, file_format, file_name, file_system, lookup_paths.

Properties

NameTypeAccessDescription
export_texturesboolRead/WriteGets or sets the export textures.
file_format'FileFormat'ReadGets the file format.
encodingstrRead/WriteGets or sets the encoding.
file_system'FileSystem'Read/WriteGets or sets the file system.
lookup_pathsList[str]Read/WriteGets or sets the lookup paths.
file_namestrRead/WriteGets or sets the file name.

Methods

SignatureDescription
__init__()

See Also