
This class exposes the Handle object of the application. This is a terminal class and should not be used as a base for a new class.
Public Member Functions |
|
| FBHandle (str pName) | |
| Public constructor. |
|
| Select () | |
| Meta selection. |
|
Public Attributes |
|
| FBListObject | Follow |
| List: Object to be followed by the
handle. Should have a cardinality of 1. |
|
| FBListObject | Image |
| List: Image to be used in the handle
display. Only the image at position 0 is used. |
|
| FBListObject | Manipulate |
| List: Objects manipulated by the
handle. |
|
| FBListObject | ManipulateRotation |
| List: Objects manipulated by the
handle. Only their rotation is affected. |
|
| FBListObject | ManipulateScaling |
| List: Objects manipulated by the
handle. Only their scaling is affected. |
|
| FBListObject | ManipulateTranslation |
| List: Objects manipulated by the
handle. Only their translation is affected. |
|
| Select | ( | ) |
Meta selection.
With this method, the handle itself is selected as well as all the models that are manipulated by the handle.
| FBListObject Follow |
List: Object to be followed by the handle. Should have a cardinality of 1.
| FBListObject Image |
List: Image to be used in the handle display. Only the image at position 0 is used.
| FBListObject Manipulate |
List: Objects manipulated by the handle.
| FBListObject ManipulateRotation |
List: Objects manipulated by the handle. Only their rotation is affected.
| FBListObject ManipulateScaling |
List: Objects manipulated by the handle. Only their scaling is affected.
| FBListObject ManipulateTranslation |
List: Objects manipulated by the handle. Only their translation is affected.
1.5.3