
These classes are under development and may change dramatically between versions.
Public Member Functions |
|
| FBControlSet (str pName) | |
| Constructor. |
|
| int | GetFKIndex (FBModel pModel) |
| Return The Index of the Given Model.
|
|
| FBModel | GetFKModel (int pIndex) |
| Return the object
associated to the given Index. |
|
| str | GetFKName (int pIndex) |
| return the name of FK Effector at the given
index |
|
| int | GetIKEffectorIndex (FBModel pModel) |
| Return the Index of the Given Model.
|
|
| FBModel | GetIKEffectorModel (FBEffectorId pEffectorIndex, int pPivotIndex=0) |
| Return the object
associated to the given Index. |
|
| str | GetIKEffectorName (FBEffectorId pEffectorIndex) |
| return the name of IK Effector |
|
| int | GetIKEffectorPivotCount (FBEffectorId pEffectorIndex) |
| return the number of IK Effector Slot
|
|
| FBModel | GetReferenceModel () |
| Get the reference model associated with this
Control Set. |
|
| str | GetReferenceName () |
| Get the reference name associated with this
Control Set. |
|
Public Attributes |
|
| FBControlSetType | ControlSetType |
| Read Property: the control Set Type
(FKIK or IK). |
|
| bool | UseAxis |
| Read Write Property: is using axis.
|
|
| FBControlSet | ( | str | pName | ) |
Constructor.
| pName | Name of new control set. |
Return The Index of the Given Model.
| pModel | Given Model to obtain Index |
Return the object associated to the given Index.
| pIndex | Given Index to obtain Model |
return the name of FK Effector at the given index
| pIndex | Given Index |
Return the Index of the Given Model.
| pModel | Given Model to Obtain Index |
| FBModel GetIKEffectorModel | ( | FBEffectorId | pEffectorIndex, | |
| int | pPivotIndex = 0 |
|||
| ) |
Return the object associated to the given Index.
| pEffectorIndex | Given Index to obtain Model | |
| pPivotIndex | Index of effector pivot |
| str GetIKEffectorName | ( | FBEffectorId | pEffectorIndex | ) |
return the name of IK Effector
| pEffectorIndex | Given Index to obtain Name |
| int GetIKEffectorPivotCount | ( | FBEffectorId | pEffectorIndex | ) |
return the number of IK Effector Slot
| FBModel GetReferenceModel | ( | ) |
Get the reference model associated with this Control Set.
| str GetReferenceName | ( | ) |
Get the reference name associated with this Control Set.
Read Property: the control Set Type (FKIK or IK).
1.5.3