vectors
Unless otherwise specified, data names are accessible in level 3 only.
- attributesmax
- The number of attributes owned by this entity.
- basenode
- A pointer to the node to which the vector is attached.
- basenodeid
- The ID of the node to which the vector is attached.
- collector
- Pointer to the collector that owns the element.
- collectorid
- The ID of the collector that owns the vector.
- components
- The components of the vector. Valid for hm_getvalue query only.
- definedentity
- True if the entity is defined, false otherwise.
- farnode
- A pointer to the node at the vector tip if the two-node method was used to create the vector. Otherwise, all values return zero.
- farnodeid
- The ID of the node at the vector tip if the two-node method was used to create the vector. Otherwise, returns zero.
- 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.
- internalid
- The ID of the entity.
- internalname
- The internal name of the entity.
- magnitude
- The magnitude of the vector.
- moduleid
- The module ID of the entity.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- 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.
- system
- Pointer to the local coordinate system in which the vector is defined.
- systemid
- The ID of the local coordinate system in which the vector is defined or 0 for the global system.
- xcomp
- The x component of the vector.
- ycomp
- The y component of the vector.
- zcomp
- The z component of the vector.
Version History
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.