Limiting the Assembly Tree Search Results

LIQUENT InSight enables you to search for assembly tree elements in an assembly using the search option on the assembly tree.

The display of the number of assembly tree elements that match the search criteria can be restricted by defining an upper limit in the insight.var file.

To limit the number of search results that are displayed:

  1. Open the insight.var file in a text editor.
  2. Add the following parameter to the file: assembly.tree.search.result.limit=<limitation value>
    For example: assembly.tree.search.result.limit=100
    Replace <limitation value> with a number that specifies the maximum number of nodes that can be expanded.
    Note: if the parameter is not specified then the default limitation is 1000 nodes.
  3. Save the insight.var file.