outputblocks
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.
- element
- Pointer to the elements in the outputblock for outputblocks containing elements.
- entitytype
- The type of the outputblock.
- 1 - node
- 2 - element
- 3 - component
- 4 - material
- 5 - group
- 6 - system
- 7 - set
- id
- The ID of the entity.
- ids
- Pointer to the entity IDs.
- idsmax
- The maximum number of IDs.
- 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.
- name
- The name of the entity.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- set
- Pointer to the set for sets of sets for outputblocks containing sets.
- type
- The solver dependent type code for the entity.
- typename
- The solver dependent type name for the entity.
Version History
2020 - Added new data name color_rgb.