blocks
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- attributesmax
- The number of attributes owned by this entity.
- cardimage
- The name of the assigned card image.
- cardimagetype
- The type of the assigned card image.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- 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.
- localmax
- The maximum coordinates in the local system. Valid for hm_getvalue query only.
- localmaxi
- The maximum i-coordinate in the local system.
- localmaxj
- The maximum j-coordinate in the local system.
- localmaxk
- The maximum k-coordinate in the local system.
- localmin
- The minimum coordinates in the local system. Valid for hm_getvalue query only.
- localmini
- The minimum i-coordinate in the local system.
- localminj
- The minimum j-coordinate in the local system.
- localmink
- The minimum k-coordinate in the local system.
- max
- The maximum coordinates in the global system. Valid for hm_getvalue query only.
- maxi
- The maximum i-coordinate in the global system.
- maxj
- The maximum j-coordinate in the global system.
- maxk
- The maximum k-coordinate in the global system.
- min
- The minimum coordinates in the global system. Valid for hm_getvalue query only.
- mini
- The minimum i-coordinate in the global system.
- minj
- The minimum j-coordinate in the global system.
- mink
- The minimum k-coordinate in the global system.
- name
- The name of the entity.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- solverkeyword
- The name of the solver keyword.
- system
- Pointer to the coordinate system.
- systemid
- The ID of the system used to orient the block.
Version History
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.