gap

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

attributesmax
The number of attributes owned by this entity.
Type: unsigned 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
collector
Pointer to the collector that owns the element.
Type: pointer (levels 2, 3 and 4)
config
The configuration of the entity.
70 - gap
Type: unsigned integer
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
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
internalname
The internal name of the entity.
Type: string
length
The length of the element.
Type: double
moduleid
The module ID of the entity.
Type: integer
node1
Pointer to the first node of the element.
Type: pointer
node2
Pointer to the second node of the element.
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
poolid
The pool number of the entity.
Type: integer
poolname
The pool name of the entity.
Type: string
property
Pointer to the property assigned to the entity.
Type: pointer
propertyid
The ID of the property assigned to the entity.
Type: integer
propertyidflag
1 if a property is assigned directly to the entity, 0 otherwise.
Type: integer
solver_id
The solver ID of the entity.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
solvername
The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
Type: string
type
The solver dependent type code for the entity.
Type: integer
typename
The solver dependent type name for the entity.
Type: string
vector
Pointer to the vector associated with the element.
Type: pointer
vectorid
The ID of the vector associated with the element.
Type: integer

Version History

2020.1 - Added new data name solverkeyword.

2021.2 - Added new data names internalname and solvername.