Viewer - Interaction
    Preparing search index...

    Function matchNodesWithPatterns

    • Try to match the given nodes with the patterns. For matching nodes, return the concatenated names of the nodes as required for setting values of interaction parameters.

      Parameters

      • patterns: OutputNodeNameFilterPatterns

        The patterns to match the node names.

      • nodes: ITreeNode[]

        The nodes to process.

      • strictNaming: boolean = true

      Returns string[]

      The concatenated names of the nodes that match the pattern.