Houdini 20.0 Nodes APEX Nodes

graph::RewireOutputs

Rewire output ports on an APEX node in an APEX graph.

On this page
Since 20.0

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

Inputs

*graph: ApexGraphHandle Required

The graph containing the ports to rewire.

port: ApexPortID

The port with existing wires.

targetport: ApexPortID

The port to move the wires to.

Outputs

*graph: ApexGraphHandle

The modified graph.

See also

APEX Nodes