mgear.core.dag

Navigate 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.

findComponentChildren3(node, name, sideIndex)

Returns the component children of input component root.

findComponentChildren4(node, name, sideIndex)

Return all transform DAG nodes that belong to a given component.

getShapes(node)

Returns the shape of the dagNode

getTopParent(node)

Returns the first parent of the hierarchy.