FileFormat
Overview
FileFormat is a class in Aspose.3D FOSS for Python.
This class provides 9 methods for working with FileFormat objects in Python programs.
Available methods include: FBX7400ASCII, GLTF2, MICROSOFT_3MF_FORMAT, WAVEFRONT_OBJ, __init__, create_load_options, create_save_options, detect, get_format_by_extension.
All public 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['FileFormat'] | Read | Gets the formats. |
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' |