Viewer - Interaction
    Preparing search index...

    Function getNodeData

    • Traverse the node hierarchy upwards to find the node that corresponds to an output of the ShapeDiver model. Return the node itself, the corresponding output id and name, and the original names concatenated using dots.

      Parameters

      • node: ITreeNode

        The node to start the upwards traversal from.

      • strictNaming: boolean = true

      Returns { nodeName: string; outputId: string; outputName?: string } | undefined