KFbxGlobalSettings Class Reference

#include <kfbxglobalsettings.h>

Inherits KFbxObject.

Inheritance diagram for KFbxGlobalSettings:

Inheritance graph
List of all members.

Detailed Description

This class contains functions for accessing global settings.

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 KFbxGlobalSettingsoperator= (const KFbxGlobalSettings &pGlobalSettings)
 Assignment operator.


Member Function Documentation

const KFbxGlobalSettings& operator= ( const KFbxGlobalSettings pGlobalSettings  ) 

Assignment operator.

void SetAxisSystem ( const KFbxAxisSystem pAxisSystem  ) 

Set the coordinate system for the scene.

Parameters:
pAxisSystem Coordinate system defined by the class kFbxAxisSystem.

KFbxAxisSystem GetAxisSystem (  ) 

Get the scene's coordinate system.

Returns:
The coordinate system of the current scene, defined by the class kFbxAxisSystem.

void SetSystemUnit ( const KFbxSystemUnit pOther  ) 

Set the unit of measurement used by the system.

Parameters:
pOther A unit of measurement defined by the class kFbxSystemUnit.

KFbxSystemUnit GetSystemUnit (  )  const

Get the unit of measurement used by the system.

Returns:
The unit of measurement defined by the class kFbxSystemUnit.