Overview
FileFormat is a class in Aspose.3D FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
extension | str | Read | |
extensions | List[str] | Read | |
content_type | str | Read | |
file_format_type | `` | Read | |
version | str | Read | |
can_export | bool | Read | |
can_import | bool | Read | |
formats | List['FileFormat'] | Read | |
Methods
| Signature | Description |
|---|
WAVEFRONT_OBJ() | |
GLTF2() | |
MICROSOFT_3MF_FORMAT() | |
FBX7400ASCII() | |
__init__() | |
detect(stream: 'io._IOBase', file_name: Optional[str]) → Optional['FileFormat'] | |
get_format_by_extension(extension_name: str) → Optional['FileFormat'] | |
create_load_options() → 'LoadOptions' | |
create_save_options() → 'SaveOptions' | |
See Also