apexNodeConnectionBySessionId(session_id)
→ hou.ApexNodeConnection or None
Returns an APEX node wire connection given its ID in the current Houdini session. See hou.ApexNodeConnection.sessionId for more information.
>>> apex_wire = hou.apexNodeConnectionBySessionId(1) >>> apex_wire.sessionId() 1
See also |