controlvols

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

activesuppressed
Returns non-zero if the entity is set inactive, 0 otherwise.
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
cardimage
The name of the assigned card image.
Type: string
cardimagetype
The type of the assigned card image.
Type: string
controlvoltype
The list of The type of entity used to define the controlvol.
0 - Created using elements
10 - Created using a set
49 - Created using a contactsurf
Type: integer
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
elemids
A pointer to the element IDs.
Type: pointer
elemidsmax
The number of element IDs
Type: integer
entityid
For controlvols with types other than 0, this is the ID of the single entity used to create it.
Type: integer
entityiddisplayed
The IDs of the entities of an airbag controlvol. Valid for hm_getvalue query only.
Type: entity array
global
The global coordinates of a refnode. Valid for hm_getvalue query only.
Type: triple double
globalx
The global x-coordinate of a refnode.
To access via the template, set the pointer to refnodes and use pointer.globalx.
Type: double
globalz
The global z-coordinate of a refnode.
To access via the template, set the pointer to refnodes and use pointer.globalz.
Type: double
globaly
The global y-coordinate of a refnode.
To access via the template, set the pointer to refnodes and use pointer.globaly.
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
local
The local coordinates of a refnode. Valid for hm_getvalue query only.
Type: triple double
localx
The local x-coordinates of a refnode.
To access via the template, set the pointer to refnodes and use pointer.localx.
Type: double
localy
The local y-coordinates of a refnode.
To access via the template, set the pointer to refnodes and use pointer.localxy
Type: double
localz
The local z-coordinates of a refnode.
To access via the template, set the pointer to refnodes and use pointer.localxy
Type: double
name
The name of the entity.
Type: string
node_id
The ID of the current refnode. To access via the template, set the pointer to refnodes and use pointer.node_id.
Type: integer
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
refnodes
The reference node IDs .
To access via the template, use a pointer.
Type: entity array
refnodesmax
The number of reference nodes.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
type
The type of entity used to define the controlvol.
0 - Created using elements
10 - Created using a set
49 - Created using a contactsurf
Type: integer

Version History

2020.1 - Added new data name solverkeyword.