Houdini 21.0 Nodes APEX nodes

graph::DisconnectPort

Disconnects the wires connected to the specified port.

On this page
Since 21.0

Finds all the wires connected to portid and removes them.

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 wires to remove.

portid: ApexPortID

Wires connected to this port are removed.

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 wires removed.

See also

APEX nodes