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.
HMMOD_elementidsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by ID, layer, node index, and index.
HMMOD_elementsetcentroidalresult()
Assigns a value to the result at the centroid of an element specified by element pointer, layer, and index.
HMMOD_elementsetintegrationpointresult()
Assigns a value to the integration point result of an element specified by element pointer, integration point, layer and index.
HMMOD_elementsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by element pointer, layer, node index, and index.
HMMOD_storeresults()
Indicates to hmmodlib that all nodes and elements have been added to the database. This function must be called before storing the results data.