
This class is an interface to manipulate object's grouping in the scene.
See samples: FBGetSelectedModels.py, FBGroup.py.
Public Member Functions |
|
| FBGroup (str pName) | |
| Constructor. |
|
| bool | Contains (FBComponent pComponent) |
| Contains. |
|
| FBDelete () | |
| Virtual FBDelete function. |
|
| Select (bool pSelect) | |
| Select. |
|
Public Attributes |
|
| FBListComponent | Items |
| List: Items in the group. |
|
| bool | Pickable |
| Read Write Property: Controls if
objects in the group are pickable. |
|
| bool | Show |
| Read Write Property: Controls if
objects in the group are displayed. |
|
| bool | Transformable |
| Read Write Property: Controls if
objects in the group are transformable. |
|
| bool Contains | ( | FBComponent | pComponent | ) |
Contains.
| pComponent | Component to verify if it is in the Group |
| FBDelete | ( | ) |
| Select | ( | bool | pSelect | ) |
Select.
| pSelect | If true, group contents will be selected. |
| FBListComponent Items |
List: Items in the group.
Read Write Property: Controls if objects in the group are transformable.
1.5.3