Houdini 20.0 Nodes APEX Nodes

graph::FindAndConnectInput

Connects two APEX node with specified port names together with a wire. The ports must be from two different nodes.

On this page
Since 20.0

Connects two APEX node ports together with a wire. The ports must be from two different nodes. The srcnode represents a given node with an output port srcname . The dstnode with a port defined by the dstname represents the node input port of another APEX node that is to be connected with a wire. 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 node ports that are to be connected with a wire.

dstnode: ApexNodeID

The name of the APEX node the dst in port associated with.

dstname: String

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

dstalias: String

Depreciated

srcnode: ApexNodeID

The name of the APEX node the source out port is associated with.

srcname: String

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

srcalias: String

Depreciated

variadic: Int

Depreciated

Outputs

*graph: ApexGraphHandle

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

success: Bool

Defines if the given connection could be created or not.

APEX Nodes