nodes
Unless otherwise specified, data names are accessible in level 3 only.
- attributesmax
- The number of attributes owned by this entity.
- coordinates
- The x, y and z coordinates of the node in the global system.
- definedentity
- True if the entity is defined, false otherwise.
- globalx
- The x coordinate of the node in the global system.
- globaly
- The y coordinate of the node in the global system.
- globalz
- The z coordinate of the node in the global system.
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- initialcoords
- The node position on the initial associated geometry. Returns empty list for a node that does not have any initial geometry association.
- internalid
- The ID of the entity.
- internalname
- The internal name of the entity.
- inputsystem
- Pointer to the node input system.
- inputsystemid
- The ID of the node input system.
- localcoordinates
- The x, y and z coordinates of the node in the input system. Valid for hm_getvalue query only.
- moduleid
- The module ID of the entity.
- outputsystem
- Pointer to the node output system.
- outputsystemid
- The ID of the node output system.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- preserveflag
- Returns true if the node is a preserve node, false otherwise.
- solver_id
- The solver ID of the entity.
- solverkeyword
- The name of the solver keyword.
- solvername
- The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
- superid
- The ID of the super element of the node.
- surfaceid
- The ID of the surface where the node is located.
- surfaceindex
- The index into the geometry database that identifies the part of the surface where the node is located.
- tempflag
- Returns true if the node is a temp node, false otherwise.
- thickness
- The thickness of the surface at the node position. Returns -1 if the node is not associated with a surface.
- x
- The x coordinate of the node in its local system.
- y
- The y coordinate of the node in its local system.
- z
- The z coordinate of the node in its local system.
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.
2023 - Added new data names initialcoords and thickness.