FbxFormat
Overview
FbxFormat is a class in Aspose.3D FOSS for Python.
Inherits from: FileFormat.
FbxFormat.create_load_options creates and returns a default FBX load options object.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Provides the primary file extension string for FBX format |
extensions | List[str] | Read | Provides a list of all supported FBX file extensions |
content_type | str | Read | Provides the MIME content type string for FBX files |
file_format_type | `` | Read | Identifies the enumeration value representing the FBX format type |
version | str | Read | Provides the version string of the FBX format supported |
can_export | bool | Read | Indicates whether the FBX format supports exporting |
can_import | bool | Read | Indicates whether the FBX format supports importing |
formats | List | Read | Lists the available FBX format variants or related format objects |
Methods
| Signature | Description |
|---|---|
create_load_options() | Creates and returns a default FBX load options object |
create_save_options() | Creates and returns a default FBX save options object |