Houdini 20.0 Nodes APEX Nodes

graph::ConnectInput

Connects two APEX node ports together by adding a wire.

On this page
Since 20.0

Connects two APEX node ports together with a wire. The ports must be from two different nodes. The srcport represents the output port of one node. The dstport represents the node input port of another APEX node. Both nodes must be on the same APEX graph and must be in the same subnet or need to be both outside any subnets.

Inputs

*graph: ApexGraphHandle Required

The APEX graph that contains the two nodes ports that are to be connected with a wire.

srcport: ApexPortID

The output port of a given APEX node. Connecting it to a new input results in forwarding its calculated result to the next node.

dstport: ApexPortID

The input port of a given APEX node. Connecting with a source input results in using the calculated result of the source as its input value.

Outputs

*graph: ApexGraphHandle

The APEX graph to be updated with the new added wire.

APEX Nodes