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 FbxExporter class is declared and registered, but calling export() always throws ExportException("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, use GltfExporter (glTF/GLB), ObjExporter (OBJ), or StlExporter (STL) instead.


Properties

No public properties.


Methods

MethodReturnsDescription
canExport(FileFormat format)booleanReturns true when format has extension fbx. Note: returning true does not mean export succeeds — export() always throws.
export(Scene scene, Stream stream, SaveOptions options)voidNot implemented. Always throws ExportException. No output is written to stream.

See Also