FbxExporter — Aspose.3D FOSS Java API Reference
FbxExporter — FbxExporter class. Inherits from: IExporter.
Package: com.aspose.threed
FBX export is not implemented in this version of the FOSS library. The
FbxExporterclass is declared and registered, but callingexport()always throwsExportException("FBX export is not implemented in FOSS version"). No FBX output is written. Do not use this class to produce FBX files. To convert a loaded scene to another format, useGltfExporter(glTF/GLB),ObjExporter(OBJ), orStlExporter(STL) instead.
Properties
No public properties.
Methods
| Method | Returns | Description |
|---|---|---|
canExport(FileFormat format) | boolean | Returns true when format has extension fbx. Note: returning true does not mean export succeeds — export() always throws. |
export(Scene scene, Stream stream, SaveOptions options) | void | Not implemented. Always throws ExportException. No output is written to stream. |