RSX Code Reference
    Preparing search index...
    • rsx
    • GraphAnalysis

    Class GraphAnalysis

    The GraphAnalysis class provides methods and properties to analyze a Graph.

    Index
    graph: Graph
    • Detects if the specified node is part of a cycle in the graph.

      Parameters

      Returns boolean

      True if the node is part of a cycle, otherwise false.

    • Determines if the specified node is connected to the root node by traversing the pin input connections.

      Parameters

      Returns boolean

      true if the node is connected to the root, otherwise false.