KFbxGlobalSettings
#include<kfbxglobalsettings.h>

Inheritance diagram for KFbxGlobalSettings:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class contains functions for accessing global settings.

Definition at line68of filekfbxglobalsettings.h.


Properties

KFbxTypedProperty<fbxInteger1> UpAxis
KFbxTypedProperty<fbxInteger1> UpAxisSign
KFbxTypedProperty<fbxInteger1> FrontAxis
KFbxTypedProperty<fbxInteger1> FrontAxisSign
KFbxTypedProperty<fbxInteger1> CoordAxis
KFbxTypedProperty<fbxInteger1> CoordAxisSign
KFbxTypedProperty<fbxDouble1> UnitScaleFactor

Axis system

void SetAxisSystem(constKFbxAxisSystem&pAxisSystem)
 Set the coordinate system for the scene.
KFbxAxisSystem GetAxisSystem()
 Get the scene's coordinate system.

System Units

void SetSystemUnit(constKFbxSystemUnit&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

constKFbxGlobalSettingsoperator=(constKFbxGlobalSettings&pGlobalSettings)
 Assignment operator.

Member Function Documentation

constKFbxGlobalSettings&operator=(constKFbxGlobalSettingspGlobalSettings ) 

Assignment operator.

void SetAxisSystem(constKFbxAxisSystempAxisSystem ) 

Set the coordinate system for the scene.

Parameters:
pAxisSystem Coordinate system defined by the class kFbxAxisSystem.

KFbxAxisSystemGetAxisSystem( ) 

Get the scene's coordinate system.

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

void SetSystemUnit(constKFbxSystemUnitpOther ) 

Set the unit of measurement used by the system.

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

KFbxSystemUnitGetSystemUnit( ) const

Get the unit of measurement used by the system.

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