Model marker class.

Public Member Functions |
|
| __init__ (str pName, object pObject=None) | |
| Constructor. |
|
| SetFKOpacity (float pValue) | |
| Used when shading the controlset. |
|
| 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). |
|
| FBPropertyBase | Length |
| Read Write Property: Length for
capsule (not related to scaling). |
|
| FBPropertyMarkerResolutionLevel | ResLevel |
| Read Write Property: Resolution level
of model marker. |
|
| FBPropertyMarkerLook | Look |
| Read Write Property: Look of model
marker. |
|
| FBPropertyMarkerType | Type |
| Read Write Property: Type of model
marker. |
|
| FBPropertyBase | Color |
| Read Write Property: Color of model
marker. |
|
| FBPropertyBase | IKPivot |
| Read Write Property: marker Pivot
Offset. |
|
| FBPropertyBase | IKSync |
| Read Write Property: Must sync with
IK if true. |
|
Constructor.
| pName | Name of model marker. If pObject is not NULL, pName will be ignored. |
| pObject | For internal use only (default=NULL). |
Reimplemented from FBModel.
| SetFKOpacity | ( | float | pValue | ) |
Used when shading the controlset.
| pValue | Value between 0 and 100. Normally the controlset opacity value is used. |
| 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).
| FBPropertyBase Length |
Read Write Property: Length for capsule (not related to scaling).
| FBPropertyMarkerResolutionLevel ResLevel |
Read Write Property: Resolution level of model marker.
| FBPropertyMarkerLook Look |
Read Write Property: Look of model marker.
| FBPropertyMarkerType Type |
Read Write Property: Type of model marker.
| FBPropertyBase Color |
Read Write Property: Color of model marker.
Reimplemented in FBModelMarkerOptical.
| FBPropertyBase IKPivot |
Read Write Property: marker Pivot Offset.
| FBPropertyBase IKSync |
Read Write Property: Must sync with IK if true.