Houdini 20.5 Nodes APEX Nodes

component::GetRestTransform

Gets the rest transform of a TransformObject node.

On this page
Since 20.5

Gets the world space rest transform of a TransformObject node. The graph that contains the node must be compiled and invoked (ref_graph) in order to get the xform output of the TransformObject nodes.

Inputs

graph: ApexGraphHandle

The graph that contains the TransformObject node to get the rest transform of.

nodeid: ApexNodeID

The node with the rest transform to return.

ref_graph: ApexGraphHandle

The compiled and invoked graph. Use graph::Compile to compile and invoke the graph upstream from this node, setting doinvoke to True.

Outputs

graph: ApexGraphHandle

Pass-through of the input graph.

nodeid: ApexNodeID

Pass-through of the input nodeid.

xform: Matrix4

The rest transform of nodeid.

See also

APEX Nodes