FBX Writer

The FBX writer allows developers to export the PRC tree to FBX.

HOOPS Exchange allows to control the format type to be selected (ASCII or binary file) as well as the folder in which the textures are written.

Export parameters are available using A3DRWParamsExportFbxData and export is performed by calling A3DAsmModelFileExportToFbxFile().

The texture are always exported to an external file, whichever export type is used (ASCII or Binary). To customize the exported texture location, see A3DRWParamsExportFbxData.

Limitations

The export is available for Windows, Linux and macOS only.