Use the Parameters Browser to parameterize the contents of a session file or report template and automate a variety of analysis processes with
the Parameters Browser.
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.
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.
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 API allows external applications to link HyperMesh as a library and provides a limited set of functions and structures to access specific functionality.
In order to run Ext API applications on Windows, it is necessary to set the
ALTAIR_HOME environment variable to the HyperWorks install location. For paths with spaces, do not use quotes.
For example:
ALTAIR_HOME=C:\Program Files\Altair\13.0
In order to run Ext API applications on Linux, the required
HyperWorks environment is setup by the
ALTAIR_HOME/altair/scripts/hm_extapi link. The following syntax can
be
used:
hm_extapi <application> <arg1> <arg2> ... <argN>
It is often necessary to set the HM_OGL_STUB environment variable to
1. This disables OpenGL commands on machines where there is no graphics card. If necessary,
this should be defined before running hm_extapi as described above. For
example: