Model marker class.
Public Member Functions |
|
__init__ (str pName, object pObject=None) | |
Constructor. |
|
SetFKOpacity (float pValue) | |
Used when shading the controlset. |
|
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. |
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.