HM_tableclear()
Clears the table of all stored items.
Syntax
void HM_tableclear(void);
Type
HyperMesh hmlib Function
Description
Clears the table of all stored items.
Example
See HM_tableadd() and HM_tablelookup().
Errors
None.
View new features for HyperWorks Desktop 2020.1.
Learn the basics and discover the workspace.
Discover HyperWorks Desktop functionality with interactive tutorials.
Start HyperWorks Desktop and configure the applications.
Learn how to create, open, import and save models.
Control the view and display of your model in the modeling window.
Use the Session Browser to view the current session and all the pages and windows it contains in a hierarchical display.
Publish your HyperWorks Desktop session to HTML, PowerPoint, or Report files.
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.
Automate common workflows using the Process Manager or Automate tool.
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.
These provide an overview of all additions, updates, and changes to the HyperMesh APIs for each release.
Details on the core data that can be queried and manipulated.
This API allows external applications to link HyperMesh as a library and provides a limited set of functions and structures to access specific functionality.
FE input readers are C programs that read information from ASCII or binary finite element models files into the HyperMesh database.
hmlib is a library which contains a set of routines to aid you in writing a C program.
hminlib is a set of routines which allows you to write an external input translator.
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.
For an element configuration, this function returns the number of nodes that the element uses. For rigidlinks and RBE3s, this function returns 0 because these elements have a variable number of nodes.
Returns the HyperMesh #defined type number of an entity, given its name.
Returns the name of an entity, given the HyperMesh #defined type number.
Returns the HyperMesh #defined type number of an entity, given its #defined name.
Returns the string associated with the HyperMesh #defined entity, given the type number.
Reads information from a binary file.
Writes information to a binary file.
Writes information to a binary file.
Gets the hardware size of a float.
Gets the hardware size of an integer.
Identifies the type of machine on which the program is currently running.
Prints a message on the screen.
Tracks the version number of the translator.
Sets a pointer to a function that is called by HM_terminate().
Adds an item to the table.
Clears the table of all stored items.
Retrieves a previously stored value.
Terminates a program.
Details on the HMASCII format and associated commands.
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.
Solver templates are ASCII data files containing HyperMesh Template Language Commands and HyperMesh Template Language Functions.
The Script Exchange is a database of freely accessible scripts posted by users and Altair engineers.
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.
FE input readers are C programs that read information from ASCII or binary finite element models files into the HyperMesh database.
Clears the table of all stored items.
Clears the table of all stored items.
void HM_tableclear(void);
HyperMesh hmlib Function
Clears the table of all stored items.
See HM_tableadd() and HM_tablelookup().
None.
(c) 2020. Altair Engineering Inc. All Rights Reserved.