mgear.core.dagΒΆ
Nvigate the DAG hierarchy
Functions
findChild (node, name) |
Returns the first child of input node, with a matching name. |
findChildren (node, name) |
Returns all the children of input node, with a matching name. |
findChildrenPartial (node, name) |
Returns the children of input node, with a partial matching name. |
findComponentChildren (node, name, sideIndex) |
Returns the component children of input component root. |
findComponentChildren2 (node, name, sideIndex) |
Returns the component children of input component root. |
getShapes (node) |
Returns the shape of the dagNode |
getTopParent (node) |
Returns the first parent of the hierarchy. |