This reference page is linked to from the following overview topics: FBX Node Attributes, List of Python Fbx classes.
This node attribute contains the properties of a null node.
#include <fbxnull.h>

Public Member Functions |
|
| virtual FbxNodeAttribute::EType | GetAttributeType () const |
| Returns the EType::eNull node attribute
type. |
|
| void | Reset () |
| Resets the default values. |
|
| virtual FbxObject & | Copy (const FbxObject &pObject) |
| Copy an object content into this object.
|
|
| virtual FbxStringList | GetTypeFlags () const |
Public Attributes |
|
| FbxPropertyT< FbxDouble > | Size |
| This property handles the null node size.
|
|
| FbxPropertyT< ELook > | Look |
| This property handles the look of the null
node. |
|
Protected Member Functions |
|
| FbxNull (FbxManager &pManager, char const *pName) | |
| virtual void | Construct (const FbxNull *pFrom) |
| virtual bool | ConstructProperties (bool pForceSet) |
Null Node Properties |
|
| enum | ELook { eNone, eCross } |
|
Null node look types. More... |
|
| double | GetSizeDefaultValue () const |
| Returns the default size value. |
|
Property Names |
|
| static const char * | sSize |
| static const char * | sLook |
Property Default Values |
|
| static const FbxDouble | sDefaultSize |
| static const ELook | sDefaultLook |
| enum ELook |
Null node look types.
| FbxNull | ( | FbxManager & | pManager, |
| char const * | pName | ||
| ) | [protected] |
| virtual FbxNodeAttribute::EType GetAttributeType | ( | ) | const [virtual] |
Returns the EType::eNull node attribute type.
Reimplemented from FbxNodeAttribute.
| void Reset | ( | ) |
Resets the default values.
| double GetSizeDefaultValue | ( | ) | const |
Returns the default size value.
Copy an object content into this object.
| pObject | The source object to copy data from. |
Reimplemented from FbxObject.
| virtual void Construct | ( | const FbxNull * | pFrom | ) | [protected, virtual] |
| virtual bool ConstructProperties | ( | bool | pForceSet | ) | [protected, virtual] |
Reimplemented from FbxNodeAttribute.
| virtual FbxStringList GetTypeFlags | ( | ) | const [virtual] |
Reimplemented from FbxObject.
const char* sSize
[static] |
const char* sLook
[static] |
const FbxDouble
sDefaultSize
[static] |
const ELook
sDefaultLook
[static] |
This property handles the null node size.
To access this property do: Size.Get(). To set this property do: Size.Set(FbxDouble).
The default value is 100.
This property handles the look of the null node.
To access this property do: Look.Get(). To set this property do: Look.Set(ELook).
The default value is true