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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Provides the default file extension string for Collada files |
extensions | List[str] | Read | Lists all supported file extensions for the Collada format |
content_type | str | Read | Returns the MIME type string for Collada files |
file_format_type | `` | Read | Identifies the enum or type representing the Collada format |
version | str | Read | Returns the Collada specification version string supported |
can_export | bool | Read | Indicates whether the Collada format supports export operations |
can_import | bool | Read | Indicates whether the Collada format supports import operations |
formats | List | Read | Lists the format identifiers associated with the Collada format |
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 |