Houdini 20.5 Nodes APEX nodes

graph::RewireOutputs

Rewires the output ports on a node in an APEX graph.

On this page
Since 20.0

Given two output ports, port and targetport, on a node in an APEX graph, 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