Open topic with navigation
<window>.getChildren
Returns a list of nodes belonging to window ortho layer
| <window>.getChildren( |
|
| mode = viz.ORTHO |
| all = False |
| ) |
|
mode = viz.ORTHO
Not used currently, must be viz.ORTHO
all = False
If True, returns all nodes in the window, otherwise returns root nodes.
Remarks
Returns a list of nodes objects that have been added to this windows ortho layer. The 'all' parameter controls whether all nodes should be returned or only root nodes.
Return Value
A list of Vizard node objects