hminlib
hminlib is a set of routines which allows you to write an external input translator.
These external programs transfer data in any user-understood format directly into a running copy of HyperMesh. All of the routines found in the hminlib library are designed for use with the C programming language.
- Basic functions: Provide basic functionality such as initialization and open/close.
 - File locator functions: Provide the capability of working with file locators to easily find data inside a file.
 - ID functions: Provide capabilities for initializing and working with entity IDs.
 - Message functions: Enable you to send messages to HyperMesh, to the .msg file, or to the .hmx file.
 - Move functions: Handle moving entities between collectors.
 - Rename functions: Allow collectors to be renamed.
 - Transfer functions: Functions that handle writing collectors and entities to the HyperMesh database.