fbx object is an instance of FbxObject whice create by Create() funcFbxManager singletion or FbxScene can use Create() func
FBX sdk use FbxProperty tenforce strongly typed
other class include
- FbxAnimLayer
- FbxAnimStack
- FbcScene
is inherit from FbxCollection class
fbxScene

Geometry
FbxGeometryis the base class for geometric objects which support control point deformations. Instances ofFbxGeometrycan be bound toFbxNodeobjects as node attributes to viaFbxNode::SetNodeAttribute(). Classes which inherit fromFbxGeometryincludeFbxMesh,FbxNurb,FbxPatch, andFbxLine. For a full list of the classes which inherit fromFbxGeometry, consult the class hierarchy in the C++ Reference. For more information, consult the Meshes, Materials and Textures section.
