maxon.GraphModelInterface.GET_CONNECTIONS_MODE¶
Description¶
GraphNode.GetConnections()
to control which connections shall be reported.Inheritance diagram¶
Inheritance
Attributes¶
Default Behavior for a class. |
|
|
Apply the derivation filter. |
|
Only report connections which leave the node to which the port belongs (so they are external to the node). |
|
Report connections where the hidden flag is set or which go to hidden ports. |
|
Report induced dependencies (due to loop dependencies or sequencing). |
|
Only report connections which don’t leave the node to which the port belongs (so they are internal to the node). |
Default Behavior for a class. |
|
|
Hop over rerouter nodes. |
|
Don’t report inhibited connections (those where Wires::inhibit is present). |