ColladaFormat
General
ColladaFormat is a class in Aspose.3d for Python.
Inherits from: FileFormat.
ColladaFormat és una classe en Aspose.3d per a Python. Hereta de: ゚FileFormat⌒ .
ColladaFormat informa de l’extensió del fitxer, el tipus de contingut MIME, la cadena de versions i si dóna suport a les operacions d’importació i exportació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Is the primary file extension string for Collada format (e.g., ‘.dae’) |
extensions | List[str] | Read | Lists all supported file extensions for Collada format |
content_type | str | Read | Provides the MIME type associated with Collada files |
file_format_type | `` | Read | Identifies the enumeration value representing Collada format |
version | str | Read | Indicates the Collada specification version supported |
can_export | bool | Read | Shows whether the Collada format supports export operations |
can_import | bool | Read | Shows whether the Collada format supports import operations |
formats | List | Read | Contains a collection of format descriptors related to Collada |
Mètodes
| Signature | Description |
|---|---|
create_load_options() | Returns a new load options object for importing Collada files |
create_save_options() | Returns a new save options object for exporting Collada files |