element_get_graph
Returns the scene graph below a given element.
arguments
- "element_name" : String
The root element to retrieve, must be an Instance, Group or Scene.
- "ignore_collapsed" : Boolean (default: true)
If true, when the mig::collapsed attribute is encountered traveral will stop for that branch.
- "include_attributes" : Boolean (default: false)
If true then the attributes for each element are also retrieved.
- "include_bounding_boxes" : Boolean (default: false)
If true then the bounding box for each element is also retrieved.
- "include_options" : Boolean (default: false)
If the root element is a scene then also include the scene options in the root element.
return value
MapMap representing the graph of elements below the given element.