Houdini 22.0 Nodes APEX nodes

graph::RewireOutputs

Rewires the output ports on an APEX graph node.

On this page
Since 20.0

Given two output ports (port and targetport) on an APEX graph node, move all the wires connected to port to targetport.

The graph ports of this node are in-place ports, which means that the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph with the ports to rewire.

port: ApexPortID

The port with the existing wires.

targetport: ApexPortID

The port to move the wires to.

Outputs

*graph: ApexGraphHandle

The updated graph with the rewired ports.

See also

APEX nodes