Explore, organize and manage your personal data, collaborate in teams, and connect to other data sources, such as
corporate PLM systems to access CAD data or publish simulation data.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
A generic ASCII reader is now available which allows you to bring custom results directly into HyperView. The AltairASCII format is useful for reading the results of any in-house or propriety codes which are saved in a generic format.
External resources can be registered in preference files, session files, or Templex files. If an external resource is registered in a program session, it is automatically registered in the session
file when the session is saved.
This API allows external applications to link HyperMesh as a library and provides a limited set of functions and structures to access specific functionality.
This section contains details on general HyperWorks Desktop scripting concepts, along with documentation on the Tcl commands that can be used to query and modify the database and GUI.
HyperWorks Desktop entities are often used as string parameters in commands that act directly on entities in some fashion, such as creating
filtered sets that contain only a specific entity type.
Marks specify groups of entities that are transferred to the command processor. Marks can be created for most entities,
and commands are then issued to perform operations on the entities on the mark. HyperWorks Desktop allows for two standard marks and a user mark.
At times, it is necessary to define a vector or plane for a command. HyperWorks Desktop allocates two vectors and two planes with the IDs 1 and 2. The vectors and planes can be defined at any time during the
processing of a command file or Tcl script.
Data names are used to access data from the HyperWorks Desktop database. A data name is a string that represents a piece of data. They are basically generic references to the information
that physically defines an entity in the HyperWorks Desktop environment.
Tcl (Tool Command Language), commonly pronounced "tickle", is a scripting language like Perl, JavaScript, Born, and Korn.
Scripting languages are easy to use and learn because they have a syntax that is easy to read, are platform independent,
and do not require compiling.
The HyperWorks DesktopUtility menu allows you to customize the standard interface to create controls that include function buttons, radio options, and text
that have command files and Tcl/Tk scripts associated with them.
The functionality of the HyperMesh Tcl Modify Command commands are available through Tcl. Additionally, commands that allow you to extract information from the HyperWorks Desktop database, such as entity ID numbers on a mark, a list of assemblies, component names, elements per component, nodes per
element, node values, and so forth. These are known as HyperMesh Tcl Query Command commands. They are used to query information from the database or template system.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
This section contains details on general HyperWorks Desktop scripting concepts, along with documentation on the Tcl commands that can be used to query and modify the database and GUI.
Command Files
Command files can be used to create new command scripts that perform automation, or to recover previously performed steps.
Entity Types HyperWorks Desktop entities are often used as string parameters in commands that act directly on entities in some fashion, such as creating filtered sets that contain only a specific entity type.
Marks
Marks specify groups of entities that are transferred to the command processor. Marks can be created for most entities, and commands are then issued to perform operations on the entities on the mark. HyperWorks Desktop allows for two standard marks and a user mark.
Vectors and Planes
At times, it is necessary to define a vector or plane for a command. HyperWorks Desktop allocates two vectors and two planes with the IDs 1 and 2. The vectors and planes can be defined at any time during the processing of a command file or Tcl script.
Data Names
Data names are used to access data from the HyperWorks Desktop database. A data name is a string that represents a piece of data. They are basically generic references to the information that physically defines an entity in the HyperWorks Desktop environment.
Tcl/Tk Tcl (Tool Command Language), commonly pronounced "tickle", is a scripting language like Perl, JavaScript, Born, and Korn. Scripting languages are easy to use and learn because they have a syntax that is easy to read, are platform independent, and do not require compiling.
Utility Menu
The HyperWorks DesktopUtility menu allows you to customize the standard interface to create controls that include function buttons, radio options, and text that have command files and Tcl/Tk scripts associated with them.