This reference page is linked to from the following overview topics: List of Python FBX classes.
This class represents a link between a given FBX node and the associated node in the character hierarchy.
It also contains the transform matrix (offset) for the linked character's node.
Definition at line 343 of file kfbxcharacter.h.
#include <kfbxcharacter.h>
Public Member Functions |
|
KFbxCharacterLink () | |
Default Constructor. |
|
KFbxCharacterLink (const KFbxCharacterLink &pCharacterLink) | |
Copy Constructor. |
|
KFbxCharacterLink & | operator= (const KFbxCharacterLink &pCharacterLink) |
Assignment operation. |
|
void | Reset () |
Reset to default values. |
|
Public Attributes |
|
KFbxNode * | mNode |
The character's node in hierarchy linked to
this character link. |
|
KString | mTemplateName |
A template name is a naming convention that
is used to automatically map the nodes of other skeletons that use
the same naming convention. |
|
KFbxVector4 | mOffsetT |
Get offset position of this character link.
|
|
KFbxVector4 | mOffsetR |
Get offset rotation of this character link.
|
|
KFbxVector4 | mOffsetS |
Get offset scale of this character link.
|
|
KFbxVector4 | mParentROffset |
Get the parent offset rotation of this
character link. |
|
bool | mHasRotSpace |
true if this character link has
a defined rotation space |
|
KFbxLimits | mRLimits |
Get the rotation limits of this character
link. |
|
KFbxVector4 | mPreRotation |
Get the PreRotation of this character link.
|
|
KFbxVector4 | mPostRotation |
Get the PostRotation of this character link.
|
|
int | mRotOrder |
Get the rotation order of this character
link. |
|
double | mAxisLen |
Get the axis length of this character link.
|
|
KFbxProperty | mPropertyLink |
KFbxProperty | mPropertyOffsetT |
KFbxProperty | mPropertyOffsetR |
KFbxProperty | mPropertyOffsetS |
KFbxProperty | mPropertyParentOffsetR |
KFbxProperty | mPropertyTemplateName |
Default Constructor.
KFbxCharacterLink | ( | const KFbxCharacterLink & | pCharacterLink | ) |
Copy Constructor.
KFbxCharacterLink& operator= | ( | const KFbxCharacterLink & | pCharacterLink | ) |
Assignment operation.
pCharacterLink | Another KFbxCharacterLink object assigned to this one. |
void Reset | ( | ) |
Reset to default values.
The character's node in hierarchy linked to this character link.
Definition at line 363 of file kfbxcharacter.h.
A template name is a naming convention that is used to automatically map the nodes of other skeletons that use the same naming convention.
Definition at line 367 of file kfbxcharacter.h.
Get offset position of this character link.
Definition at line 370 of file kfbxcharacter.h.
Get offset rotation of this character link.
Definition at line 372 of file kfbxcharacter.h.
Get offset scale of this character link.
Definition at line 374 of file kfbxcharacter.h.
Get the parent offset rotation of this character link.
Definition at line 376 of file kfbxcharacter.h.
bool mHasRotSpace |
true
if this character link has a defined rotation
space
Definition at line 379 of file kfbxcharacter.h.
Get the rotation limits of this character link.
Definition at line 381 of file kfbxcharacter.h.
Get the PreRotation of this character link.
Definition at line 383 of file kfbxcharacter.h.
Get the PostRotation of this character link.
Definition at line 385 of file kfbxcharacter.h.
int mRotOrder |
Get the rotation order of this character link.
Definition at line 387 of file kfbxcharacter.h.
double mAxisLen |
Get the axis length of this character link.
Definition at line 389 of file kfbxcharacter.h.
Definition at line 401 of file kfbxcharacter.h.
Definition at line 402 of file kfbxcharacter.h.
Definition at line 403 of file kfbxcharacter.h.
Definition at line 404 of file kfbxcharacter.h.
Definition at line 405 of file kfbxcharacter.h.
Definition at line 406 of file kfbxcharacter.h.