Null object class.

Public Member Functions |
|
| __init__ (str pName, object pObject=None) | |
| Constructor. |
|
| bool | FbxStore (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
| Store and Retrieve function that can be
overloaded. |
|
| bool | FbxRetrieve (HFBFbxObject pFbxObject, kFbxObjectStore pStoreWhat) |
| str | FbxGetObjectType () |
| Returns the class type inherited by the
class of an object, for example: 'Model'. |
|
| str | FbxGetObjectSubType () |
| Returns the class sub type inherited by the
class of an object, for example: 'Default', 'Mesh'. |
|
Public Attributes |
|
| FBPropertyBase | Size |
| Read Write Property: Size (not
related to scaling). |
|
Constructor.
| pName | Name of null. |
| pObject | For internal use only(default=NULL). |
Reimplemented from FBModel.
| bool FbxStore | ( | HFBFbxObject | pFbxObject, |
| kFbxObjectStore | pStoreWhat | ||
| ) |
Store and Retrieve function that can be overloaded.
| pFbxObject | FBX Object that is used to communicate I/O operations. |
| pStoreWhat | Which attributes are currently stored/retrieved. |
Reimplemented from FBModel.
| bool FbxRetrieve | ( | HFBFbxObject | pFbxObject, |
| kFbxObjectStore | pStoreWhat | ||
| ) |
Reimplemented from FBModel.
| str FbxGetObjectType | ( | ) |
Returns the class type inherited by the class of an object, for example: 'Model'.
Reimplemented from FBModel.
| str FbxGetObjectSubType | ( | ) |
Returns the class sub type inherited by the class of an object, for example: 'Default', 'Mesh'.
Reimplemented from FBModel.
| FBPropertyBase Size |
Read Write Property: Size (not related to scaling).