#include <kfbxglobalsettings.h>
Inherits KFbxObject.
Inheritance diagram for KFbxGlobalSettings:

Definition at line 69 of file kfbxglobalsettings.h.
Axis system | |
| void | SetAxisSystem (const KFbxAxisSystem &pAxisSystem) |
| Set the coordinate system for the scene. | |
| KFbxAxisSystem | GetAxisSystem () |
| Get the scene's coordinate system. | |
System Units | |
| void | SetSystemUnit (const KFbxSystemUnit &pOther) |
| Set the unit of measurement used by the system. | |
| KFbxSystemUnit | GetSystemUnit () const |
| Get the unit of measurement used by the system. | |
Public Member Functions | |
| const KFbxGlobalSettings & | operator= (const KFbxGlobalSettings &pGlobalSettings) |
| Assignment operator. | |
| const KFbxGlobalSettings& operator= | ( | const KFbxGlobalSettings & | pGlobalSettings | ) |
Assignment operator.
| void SetAxisSystem | ( | const KFbxAxisSystem & | pAxisSystem | ) |
Set the coordinate system for the scene.
| pAxisSystem | Coordinate system defined by the class kFbxAxisSystem. |
| KFbxAxisSystem GetAxisSystem | ( | ) |
Get the scene's coordinate system.
| void SetSystemUnit | ( | const KFbxSystemUnit & | pOther | ) |
Set the unit of measurement used by the system.
| pOther | A unit of measurement defined by the class kFbxSystemUnit. |
| KFbxSystemUnit GetSystemUnit | ( | ) | const |
Get the unit of measurement used by the system.