Synopsis

PDX_MSGT fbx_GDXToFBX2(long option, int gdxModel, char *jsonFile)

Purpose

Convert GDX model to Autodesk FBX file(s) and JSON assembly file

Description

The GDX model will be tranversed looking for parentless GDX components and GDX tessellated shapes to map to FBX. Each GDX component representing a part will be mapped to an FBX file. The GDX assembly structure will be mapped to the specified JSON file. LODs are supported via the GDX ALTERNATE REPRESENATION entity.

Input

option

FBX_ASCII

Save as ASCII (default binary)

gdxModel

GDX model to process

jsonFile

JSON file defining assembly structure

Return

FBX_NOERR or error