Jump to main content
HyperLife Weld Certification
HyperLife Weld Certification

2024.1

Index
  1. Home
  2. Get Started

    Learn the basics and discover the workspace.

  3. User Interface

    Explore the user interface.

  4. Browsers

    Browsers supply a great deal of view-related functionality by listing the parts of a model in a tabular and/or tree-based format, and providing controls inside the table that allow you to alter the display of model parts.

  5. Basic Browser Operations

    Learn the basics of working with browsers.

  6. Find and Search for Entities

    The search bar can be used to find and filter entities in a browser.

  • Welcome
  • What's New

    View new features for HyperLife Weld Certification 2024.1.

  • Get Started

    Learn the basics and discover the workspace.

    • Weld Certification Introduction

      Learn the features and benefits of HyperLife Weld Certification.

    • Minimum Software Requirements

      Discover the software compatible with HyperLife Weld Certification.

    • Input Requirements

      Discover the files required to work with HyperLife Weld Certification.

    • User Interface

      Explore the user interface.

      • Ribbons

        The ribbon allows you to quickly access tools and standard functions, and is located along the top of the user interface. Click on an icon to open the related tool. Hovering over a group of icons may reveal additional tools.

      • Browsers

        Browsers supply a great deal of view-related functionality by listing the parts of a model in a tabular and/or tree-based format, and providing controls inside the table that allow you to alter the display of model parts.

        • Basic Browser Operations

          Learn the basics of working with browsers.

          • Expand and Collapse Folders

            Expand and collapse folders to better view model hierarchy.

          • Sort Entities

            Sort the entities within a folder.

          • Find and Search for Entities

            The search bar can be used to find and filter entities in a browser.

        • Entity Editor

          Use the Entity Editor to review and modify all entities within a model, streamlining the solver deck setup process.

        • Mask Browser

          In the Mask Browser, set the mask/unmask state for entities at the entity configuration level.

        • HyperLife Model Browser

          The Model Browser displays and organizes all entities in your model in a tree structure and enables access to objects that are not currently shown in the modeling window.

        • Reference Browser

          The Reference Browser enables you to quickly understand complex relationships between different entities that constitute the model.

      • Modeling Window

        The modeling window is where your model is displayed.

      • Status Bar

        The status bar displays information pertaining to the currently loaded model.

      • Toolbelt

        Use the toolbelt to quickly access frequently used tools.

      • Context Menus

        Context menus are floating menus that are accessed by right-clicking on elements in the user interface. They provides immediate access to a short list of commands that are contextually relevant to the selection.

      • Tcl Console

        The Tcl Console enables you to enter and execute Tcl/Tk commands instead of using the user interface.

      • Message Log

        The Message Log lists the actions performed in the current session. The dialog also provides you with information about your file (warnings, errors, and so on).

      • Command Files

        Command files can be used to create new command scripts that perform automation, or to recover previously performed steps.

      • Dock and Undock Parts of the User Interface

        Certain parts of the user interface, such as browsers, toolbars, and panels, can be undocked and repositioned as needed.

      • Altair® Copilot (Beta)

        AI assistant for Altair HyperWorks.

    • Adjust the View

      View controls enable you to control the view and display of your model in the modeling window.

    • Selection

      Select and deselect entities to modify with other tools. Selected entities are outlined to indicate their selection state.

    • Move and Snap

      Translate, rotate, and align the model.

    • Measure Length, Angles, and Radii

      Use the Measure tool to draw, length, angle, and radius measurements in the modeling window.

    • Undo-Redo

      Undo and redo actions.

    • Keyboard Shortcuts and Mouse Controls

      Default keyboard shortcuts and mouse controls.

  • Tutorials

    Discover HyperLife Weld Certification functionality with interactive tutorials.

  • Weld Evaluation Process

    Set up the model for weld evaluation.

  • Technical Details of HyperLife Weld Certification

    Learn details about the core modules used in HL-WC calculations along with the parameters that are assigned based on the standards.

  • Manage Files and Data

    Create, open, import, and save models.

  • Working with Entities

    Learn how to manipulate entities.

View All Altair HyperWorks Help

Find and Search for Entities

The search bar can be used to find and filter entities in a browser.

Perform a Quick Search

  1. Enter the Name or ID directly in the browser search bar.
    Figure 1.


    Entering this queryReturns this result
    shell All entities that contain shell in their name.
    "shell" All entities with the name shell.
    shell* All entities starting with the name shell.
    *shell All entities ending with the name shell.
    *shell* All entities that contain shell in their name.
    2 or "2" All entities with the ID 2.
    1-4 All entities with the IDs in range 1 to 4.
    1,5,9 All entities with the IDs 1, 5 and 9.
    ID=2* All entities with IDs that start with the number 2.
    ID=*2 All entities with IDs that end with the number 2.
  2. Press Enter or click to execute the search.
  3. Clear the search and return to the default browser view in the following ways:
    • Delete the search and press Enter.
    • Click x.
    • With the cursor's focus on the search bar, press Esc.
Tip: When the entry is alpha or alpha-numeric, the searched is performed on the names of entities. When the entry is only numeric, the searched is performed on the IDs of entities.

Perform an Advanced Search Using Auto-Completion

Interactively build search strings using a dynamic suggestion list.

  1. Access the list by clicking the text field of a browser search bar.
    Figure 2.


  2. Select attributes, operators, and values to append the correct syntax to the search string.
    The search syntax follows this basic form: <attribute> <operator> <value>.
    Figure 3.


    Note: The attributes available in the list are the same as the current active browser attributes (columns). If you do not see an expected attribute, make sure the corresponding browser column is turned on.
    Entering this queryReturns this result
    Name~Bpillar Entities that contain Bpillar in their name
    Name!~Bpillar Entities that do not contain Bpillar in their name
    ID~5 Entities with an ID that contains the number 5.
    ID!~5 Entities with an ID that does not contain the number 5.
    Name=Bpillar Entities with the name Bpillar
    ID=10 Entities with an ID equal to 10
    ID!=10 Entities with an ID not equal to 10
    ID IN(5,10,15) Entities with an ID equal to 5 or 10 or 15
    ID NOT IN(5,10,15) Entities with an ID not equal to 5 or 10 or 15
    ID=100-250 Entities with an ID in the range of 100-250
    ID!=100-250 Entities with an ID not in the range of 100-250
    ID=8*3 Entities with IDs starting with 8 and ending with 3
    ID=[0-9][0-9][0-9][0-9][0-9]6 Entities with IDs ending with 6 in 6-digit numbers
    ID=[0-9][0-9][0-9][0-9]2[0-9][0-9][0-9] Entities with IDs with 2 at the 5th position in 8-digit numbers
    Entity=Properties AND ID>10 Properties with an ID greater than 10.
    Entity=Properties OR ID>10 All properties and other entities with an ID greater than 10.
    ID>=10 AND ID=<20 AND Name~Bpillar Entities that contain Bpillar in their name and have an ID greater than or equal to 10 and less than or equal to 20.
    Include=1 AND Material E=210000 OR Material E=220000 Materials with E=210000 under Include1 and Materials with E=220000 under all other includes.
    Include=1 AND (Material E=210000 OR Material E=220000) Materials with E=210000 and E=220000 under Include1.
    Include=1 AND Material E IN(210000,220000) Materials with E=210000 and E=220000 under Include1.
    Include=1 AND Property T NOT IN(1.5,3.5) Properties with Thickness not equal to 1.5 or 3.5 under Include1
  3. Press Enter or click to execute the search.
  4. Clear the search and return to the default browser view in the following ways:
    • Delete the search and press Enter.
    • Click x.
    • With the cursor's focus on the search bar, press Esc.
Tip:
  • Press the Down Arrow key to scroll thought the list of attributes, operators, or values.
  • Press Tab or Enter to select the attributes, operators, or values
  • Press Esc to dismiss the list of attributes, operators, or values.
  • While searching for text with space or special characters, use quotes (“ ”).
  • To search multiple values with a single attribute entry, use a coma after the first value selection without a space.
  • Double-click on an attributes, operators, or values to invoke suggestion list.

Access Recent Search Strings

Click the text field of a browser search bar.
Your recent searches are indicated by the icon.
Figure 4.


Clicking on a recent search string auto-applies the filter and shows the search string in the search bar.

Clicking Remove removes the selected search string from recent history.
Note: A maximum of 5 recent searches are shown. Remove the latest strings to see previous search strings.
On this page
  • Perform a Quick Search
  • Perform an Advanced Search Using Auto-Completion
  • Access Recent Search Strings

© 2024 Altair Engineering, Inc. All Rights Reserved.

Intellectual Property Rights Notice | Technical Support | Cookie Consent