master3

Unless otherwise specified, data names are accessible in level 3 only.

area
The element area.
Type: double
aspect
The element aspect ratio.
Type: double
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
baseelementdirection
The direction of the element normal with respect to the base element.
0 - normal pointing in the same direction as the base element
1- normal pointing in the opposite direction of the base element
Type: integer
baseelementface
The base element face number.
Type: integer
baseelementid
The ID of the base element.
Type: entity
baseelementinternalid
The internal ID of the base element.
Type: entity
baseelementtype
The type of base element.
1 - shell
2 - tetra
3 - penta
5 - pyramid
Type: integer
centerx
The x coordinate of the element centroid.
Type: double
centery
The y coordinate of the element centroid.
Type: double
centerz
The z coordinate of the element centroid.
Type: double
config
The configuration of the entity.
123 - master3
Type: unsigned integer
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
group
Pointer to the group that owns the element.
Type: pointer, levels 2, 3 and 4
id
The ID of the entity.
Type: unsigned integer
include
The ID of the include file the entity is organized in.
Type: entity
includeid
The ID of the include file the entity is organized in.
Type: unsigned integer
internalid
The ID of the entity.
Type: unsigned integer
jacobian
The element jacobian.
Type: double
longestaltitude
The longest distance from a node to a non-adjoining edge.
Type: double
longestside
The longest element edge length.
Type: double
maxangle
The maximum interior angle.
Type: double
minangle
The minimum interior angle.
Type: double
node1 - node3
Pointers to the element nodes.
Type: pointer
nodecount
The number of nodes for the element. Valid for hm_getvalue query only.
Type: integer
nodes
The list of nodes for the element. Valid for hm_getvalue query only.
Type: entity array
normalx
The x component of the element normal.
Type: double
normaly
The y component of the element normal.
Type: double
normalz
The z component of the element normal.
Type: double
shortestaltitude
The shortest distance from a node to a non-adjoining edge.
Type: double
shortestside
The shortest element edge length.
Type: double
skew
The element skew angle.
Type: double
solverkeyword
The name of the solver keyword.
Type: string
type
The solver dependent type code for the entity.
Type: integer
typename
The solver dependent type name for the entity.
Type: string
warpage
The element warpage.
Type: double

Version History

2019.1 - Added new data name baseelementinternalid.

2020.1 - Added new data name solverkeyword.