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
Ext API
Commands and Functions
Ext API Structures
Table of Contents
API Programmer's Guides
Data Names
Ext API
Header Files
Library Files
Running
Examples
Commands and Functions
Ext API Functions
Ext API Structures
HM_BatchMeshParamSet
HM_Component
HM_Edge
HM_Face
HM_FaceLoop
HM_GenerateMeshParamStruct
HM_ImportModelParamStruct
HM_OffsetParamStruct
HM_Point
HM_PolyLine
HM_Topology
HM_Transform
HM_Vertex
Ext API Types
FE Input Readers
HMASCII
Model Checker
Scripts
Solver Templates
Ext API Structures
HM_BatchMeshParamSet
Contains a pair of paths to batch mesh parameter and criteria files used by
HM_ExtAPI::GenerateMesh
.
HM_Component
Contains information about an individual component in the topology of mesh areas defined by the
HM_Topology
structure.
HM_Edge
Contains information about an individual edge in the topology of mesh areas defined by the
HM_Topology
structure.
HM_Face
Contains information about an individual face in the topology of mesh areas defined by the
HM_Topology
structure.
HM_FaceLoop
Contains information about individual face loops in the topology of mesh areas defined by the
HM_Topology
structure.
HM_GenerateMeshParamStruct
Contains information that is used by the
HM_ExtAPI::GenerateMesh()
function to set meshing parameters in interactive and batch meshing modes.
HM_ImportModelParamStruct
Contains information that is used by the
HM_ExtAPI::ImportModel()
function to set import parameters.
HM_OffsetParamStruct
Contains information that is used by the
HM_ExtAPI::OffsetFaces()
and
HM_ExtAPI::OffsetShellsByFaces()
functions to set offset parameters and return offset results.
HM_Point
Contains information about a point in three-dimensional space.
HM_PolyLine
Contains information about the geometry of a line represented by approximation points.
HM_Topology
Contains information about mesh area topologies that includes a set of faces, edges and vertices and topological relations between them.
HM_Transform
Contains information about a transformation between different coordinate systems.
HM_Vertex
Contains information about an individual vertex in the topology of mesh areas defined by the
HM_Topology
structure.