This class represent a utility of limits for transforms.
Definition at line 52 of file kfbxlimitsutilities.h.
#include <kfbxlimitsutilities.h>
enum ELimitType |
Limit Type.
Definition at line 60 of file kfbxlimitsutilities.h.
{ eT, eR, eS, } ELimitType;
enum ERotationType |
Rotation type.
Definition at line 71 of file kfbxlimitsutilities.h.
enum ERotationClampType |
Rotation clamp type.
Definition at line 81 of file kfbxlimitsutilities.h.
KFbxLimitsUtilities | ( | KFbxNodeLimits * | pLimits | ) |
void SetAuto | ( | ELimitType | pType, |
bool | pAuto | ||
) |
bool GetAuto | ( | ELimitType | pType | ) | const |
void SetEnable | ( | ELimitType | pType, |
bool | pEnable | ||
) |
bool GetEnable | ( | ELimitType | pType | ) | const |
void SetDefault | ( | ELimitType | pType, |
KFbxVector4 | pDefault | ||
) |
KFbxVector4 GetDefault | ( | ELimitType | pType | ) | const |
void SetMin | ( | ELimitType | pType, |
KFbxVector4 | pMin | ||
) |
KFbxVector4 GetMin | ( | ELimitType | pType | ) | const |
void SetMax | ( | ELimitType | pType, |
KFbxVector4 | pMax | ||
) |
KFbxVector4 GetMax | ( | ELimitType | pType | ) | const |
void SetRotationType | ( | ERotationType | pType | ) |
ERotationType GetRotationType | ( | ) | const |
ERotationClampType GetRotationClampType | ( | ) | const |
void SetRotationAxis | ( | KFbxVector4 | pRotationAxis | ) |
KFbxVector4 GetRotationAxis | ( | ) | const |
void SetAxisLength | ( | double | pLength | ) |
double GetAxisLength | ( | ) | const |
void UpdateAutomatic | ( | KFbxNode * | pNode | ) |
KFbxVector4 GetEndPointTranslation | ( | KFbxNode * | pNode | ) | const |
KFbxVector4 GetEndSite | ( | KFbxNode * | pNode | ) | const |
Definition at line 89 of file kfbxlimitsutilities.h.
double mAxisLength |
Definition at line 128 of file kfbxlimitsutilities.h.