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.
hmmodlib is a library of C routines which allows you to perform results translation of more complex data types, such as integration
point results or node-on-element results.
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.
Header files are included in source code files to define structures, variables, and
prototypes. In order for a program to be compiled using theHyperMesh libraries, the program must use the header files provided
with HyperMesh. The following header files are included with
HyperMesh:
hmlib.h
Include this file if any functions prefixed with HM_ are used. In
addition, include this file if hmreslib.h,
hmmodlib.h, or hminlib.h are
included.
hmreslib.h
Include this file if any functions prefixed with HMRES_ are used.
In addition, include this file if hmmodlib.h is included.
hmmodlib.h
Include this file if any functions prefixed with HMMOD_ are
used.
hminlib.h
Include this file if any functions prefixed with HMIN_ are
used.
The order of the include file statements is very important. If you are writing a results
translator that does not use hmmodlib, use the following
order:
#include "hmlib.h"
#include "hmreslib.h"
If you are writing a results translator that does use hmmodlib, use the
following
order: