ThreeMfSaveOptions
Overview
ThreeMfSaveOptions is a class in Aspose.3D FOSS for Python.
Inherits from: SaveOptions.
ThreeMfSaveOptions.enable_compression enables compression of the exported 3MF file.
This class provides 1 method for working with ThreeMfSaveOptions 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: build_all, enable_compression, encoding, export_textures, file_format, file_name, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
enable_compression | bool | Read/Write | Gets or sets the enable compression. |
build_all | bool | Read/Write | Gets or sets the build all. |
flip_coordinate_system | bool | Read/Write | Gets or sets the flip coordinate system. |
unit | str | Read/Write | Gets or sets the unit. |
pretty_print | bool | Read/Write | Gets or sets the pretty print. |
export_textures | bool | Read/Write | Gets or sets the export textures. |
file_format | 'FileFormat' | Read | Gets the file format. |
encoding | str | Read/Write | Gets or sets the encoding. |
file_system | 'FileSystem' | Read/Write | Gets or sets the file system. |
lookup_paths | List[str] | Read/Write | Gets or sets the lookup paths. |
file_name | str | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
__init__() |