ObjFormat
Overview
ObjFormat is a class in Aspose.3D FOSS for Python.
Inherits from: FileFormat.
ObjFormat.create_load_options creates and returns an ObjLoadOptions instance for importing OBJ files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
extension | str | Read | Returns the primary file extension string for OBJ format (e.g., “.obj”) |
extensions | List[str] | Read | Returns a list of all supported file extensions for OBJ format |
content_type | str | Read | Returns the MIME type string associated with OBJ files |
file_format_type | `` | Read | Returns the enumeration value identifying the OBJ file format |
version | str | Read | Returns the version string of the OBJ format implementation |
can_export | bool | Read | Indicates whether OBJ format supports exporting scenes |
can_import | bool | Read | Indicates whether OBJ format supports importing scenes |
formats | List | Read | Returns a list of format descriptors related to OBJ handling |
Methods
| Signature | Description |
|---|---|
create_load_options() | Creates and returns an ObjLoadOptions instance for importing OBJ files |
create_save_options() | Creates and returns an ObjSaveOptions instance for exporting OBJ files |