HyperMesh Reference Guide
Table of Contents
API Programmer's Guides
2017 API Programmer's Guide
14.0 API Programmer's Guide
13.0 API Programmer's Guide
12.0 API Programmer's Guide
11.0 API Programmer's Guide
10.0 API Programmer's Guide
9.0 API Programmer's Guide
Data Names
accelerometers
assemblies
bags
beamsectcols
beamsects
blocks
bodies
boxes
cards
collections
components
configurations
connectors
constrainedextranodes
constrainedrigidbodies
constraints
contactsurfs
controlvols
crosssections
curves
ddvals
dequations
designvars
desvarlinks
directmatrixinputs
dobjrefs
domains
dvprels
elements
ellipsoids
encryptions
equations
features
fields
global
groups
handles
includefiles
joints
laminates
lines
loadcols
loads
loadsteps
materials
mbjoints
mbplanes
mechanisms
meshcontrols
metadata
modules
morphconstraints
morphvolumes
multibodies
nodes
objectives
opticonstraints
opticontrols
optidscreens
optiresponses
outputblocks
parameters
plies
plots
points
positions
properties
regions
rigidwalls
sensors
sets
shapes
solids
surfaces
symmetries
systemcols
systems
tables
tags
titles
transformations
vectorcols
vectors
Ext API
Header Files
Library Files
Running
Examples
Commands and Functions
FE Input Readers
Result Readers
hmlib
hminlib
hmmodlib
hmreslib
Creating FE Input Readers
Commands and Functions
HMASCII
Input Format
Output Format
Commands and Functions
Model Checker
Config File
Checks and Corrections
Scripts
Introduction
Creating Scripts
Running Scripts
Commands and Functions
Solver Templates
Card Previewer
Creating Solver Templates
Commands and Functions
Index
Search
Home
Table of Contents
FE Input Readers
Commands and Functions
hminlib Functions
Transfer Functions
systems
Table of Contents
API Programmer's Guides
Data Names
Ext API
FE Input Readers
Result Readers
hmlib
hminlib
hmmodlib
hmreslib
Creating FE Input Readers
Commands and Functions
hmlib Functions
hminlib Functions
Basic Functions
File Locator Functions
ID Functions
Message Functions
Move Functions
Rename Functions
Transfer Functions
assemblies
attributes
bags
blocks
cards
components
connectors
contactsurfs
controlvols
curves
dequations
designvars
desvarlinks
dictionaries
dvprels
elements
ellipsoids
equations
groups
laminates
lines
loadcols
loads
loadsteps
materials
mbjoints
mbplanes
metadata
miscellaneous
multibodies
nodes
objectives
opticonstraints
opticontrols
optidscreens
optiresponses
outputblocks
plies
plots
properties
sensors
sets
surfaces
systemcols
systems
HMIN_form_system()
HMIN_system_flush()
HMIN_system_free()
HMIN_system_getfirstpointer()
HMIN_system_getnextpointer()
HMIN_system_getpointer()
HMIN_system_getstored()
HMIN_system_store()
HMIN_system_write()
HMIN_system_writeangle()
HMIN_system_writeatnode()
HMIN_system_writeinput()
HMIN_system_writeoutput()
HMIN_system_writepointer()
HMIN_write_system_dependency()
tables
tags
titles
vectorcols
vectors
Deprecated Tcl Query Commands
Undocumented hminlib Functions
hmmodlib Functions
hmreslib Functions
HMASCII
Model Checker
Scripts
Solver Templates
systems
HMIN_form_system()
Creates a valid system from three nodes and writes the information to
HyperMesh
.
HMIN_system_flush()
Sends the systems stored in the buffer to
HyperMesh
.
HMIN_system_free()
Frees the memory associated with systems stored with
HMIN_system_store()
.
HMIN_system_getfirstpointer()
Retrieves the first pointer to a system.
HMIN_system_getnextpointer()
Retrieves the next pointer to a system.
HMIN_system_getpointer()
Retrieves the pointer to a system.
HMIN_system_getstored()
Retrieves the number of stored systems.
HMIN_system_store()
Sets up a buffer to provide a work area for systems before transferring them to
HyperMesh
.
HMIN_system_write()
Writes a system to
HyperMesh
.
HMIN_system_writeangle()
Transforms a system based on angles.
HMIN_system_writeatnode()
Creates a system at a node.
HMIN_system_writeinput()
Defines an entity in another system after you have read in and transformed the entity in
HyperMesh
.
HMIN_system_writeoutput()
Sets the output system ID for an entity after you have read in and transformed the entity in
HyperMesh
.
HMIN_system_writepointer()
Writes a system, accessed by a pointer to the system, to
HyperMesh
.
HMIN_write_system_dependency()
Writes data for node dependency to a system.