FbxImporter
General
FbxImporter is a class in Aspose.3d for Python.
Inherits from: Importer.
FbxImporter és una classe en Aspose.3d per a Python. Hereta de: ゚Importer⌒ .
FbxImporter.supports_format(file_format) retorna True quan l’importador pot llegir el format FBX especificat.
Mètodes
| Signature | Description |
|---|---|
__init__() | |
supports_format(file_format) → bool | Returns True when the importer can read the specified FBX format |
open(filename: str, options: Optional['FbxLoadOptions']) → 'Scene' | Loads a 3D file from the specified path using optional load options and returns the scene |
open_from_stream(stream: io.IOBase, options: Optional['FbxLoadOptions']) → 'Scene' | Loads a 3D file from a binary stream with optional load options and returns the scene |
import_scene(scene: 'Scene', stream: io.IOBase, options: 'FbxLoadOptions') | Imports FBX data from a stream into an existing Scene instance |