nodes

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

attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
coordinates
The x, y and z coordinates of the node in the global system.
Type: triple double
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
globalx
The x coordinate of the node in the global system.
Type: double
globaly
The y coordinate of the node in the global system.
Type: double
globalz
The z coordinate of the node in the global system.
Type: double
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
inputsystem
Pointer to the node input system.
Type: pointer
inputsystemid
The ID of the node input system.
Type: integer
localcoordinates
The x, y and z coordinates of the node in the input system. Valid for hm_getvalue query only.
Type: triple double
moduleid
The module ID of the entity.
Type: integer
outputsystem
Pointer to the node output system.
Type: pointer
outputsystemid
The ID of the node output system.
Type: integer
poolid
The pool number of the entity.
Type: integer
poolname
The pool name of the entity.
Type: string
preserveflag
Returns true if the node is a preserve node, false otherwise.
Type: Boolean
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
superid
The ID of the super element of the node.
Type: integer
surfaceid
The ID of the surface where the node is located.
Type: integer
surfaceindex
The index into the geometry database that identifies the part of the surface where the node is located.
Type: integer
tempflag
Returns true if the node is a temp node, false otherwise.
Type: Boolean
x
The x coordinate of the node in its local system.
Type: double
y
The y coordinate of the node in its local system.
Type: double
z
The z coordinate of the node in its local system.
Type: double

Version History

2019 - Added new data name tempflag.

2020.1 - Added new data name solverkeyword.

2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.

2021.2 - Added new data names internalname and solvername.