BasicLoadOptions
Overview
BasicLoadOptions is a class in Aspose.3D FOSS for Python.
Inherits from: LoadOptions.
Simple LoadOptions subclass for basic loading options.
This class declares 1 method for BasicLoadOptions 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, file_format, file_name, file_system, lookup_paths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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__() | Initialize a new instance of the BasicLoadOptions class. |