Houdini 21.0 Nodes APEX nodes

graph::FindAndRemoveWire

Removes the wire connecting the specified source and destination ports.

On this page
Since 21.0

Finds the wire connecting the src and dst port IDs and removes it from the graph.

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 that contains the wire to remove.

src: ApexPortID

The port that the wire originates from.

dst: ApexPortID

The port that the wire leads to.

removedynamic: Bool

If set to True, also removes dynamic ports. Dynamic ports are subports or graph inputs/outputs. Removing a dynamic port is not noticeable in the graph editor, as unused ports are pruned when writing back to geometry. Set this to False if you intend on wiring something else into that port.

Outputs

*graph: ApexGraphHandle

The graph with the wire removed.

See also

APEX nodes