ColladaFormat
Overview
ColladaFormat is a class in Aspose.3D FOSS for Python.
Inherits from: FileFormat.
ColladaFormat.create_load_options creates and returns a Collada load options object for importing.
This class provides 2 methods for working with ColladaFormat objects in Python programs.
Available methods include: create_load_options, create_save_options.
All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: can_export, can_import, content_type, extension, extensions, file_format_type, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Gets the extension. |
extensions | List[str] | Read | Gets the extensions. |
content_type | str | Read | Gets the content type. |
file_format_type | `` | Read | Gets the file format type. |
version | str | Read | Gets the version. |
can_export | bool | Read | Gets the can export. |
can_import | bool | Read | Gets the can import. |
formats | List | Read | Gets the formats. |
Methods
| Signature | Description |
|---|---|
create_load_options() | Creates and returns a Collada load options object for importing |
create_save_options() | Creates and returns a Collada save options object for exporting |