titles

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
anchorangle
The angle from vertical for the title pointer.
Type: double
anchorcorner
The anchor corner of the title.
0 - lower left
1 - upper left
2 - upper right
3 - lower right
Type: integer
anchorpoint
The anchor corner of the title.
0 - lower left
1 - upper left
2 - upper right
3 - lower right
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
bordercolor
The color of the border.
Type: integer
borderon
1 if the border is on, 0 otherwise.
Type: integer
borderwidth
The width of the border.
Type: double
borderxmax
The maximum x value of the border.
Type: double
borderxmin
The minimum x value of the border.
Type: double
borderxpoints
The min and max x border points. Valid for hm_getvalue query only.
Type: couple double
borderymax
The maximum y value of the border.
Type: double
borderymin
The minimum y value of the border.
Type: double
borderypoints
The min and max y border points. Valid for hm_getvalue query only.
Type: couple double
color
The 1-64 color of the entity.
Type: integer
color_rgb
The RGB color of the entity.
Type: string
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
distance
The distance from the entity to the border.
Type: double
entity
The ID of the entity for titles attached to entities.
Type: integer
entityconnectionangle
The angle from vertical for the title pointer.
Type: double
entityid
The ID of the entity for titles attached to entities.
Type: integer
fillcolor
The title fill color, used during H3D export only. Valid values are 1-64.
Type: unsigned integer
font
The font used, 1-4.
Type: integer
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
name
The name of the entity.
Type: string
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
text
The title text.
Type: string
transparency
The title transparency, used during H3D export only.
0 - Transparency is disabled and fillcolor is used
1 - Transparency is enabled and no fillcolor is used
Type: double
type
The type of the entity the title is attached to.
0 - screen/undef
1 - nodes
2 - elems
5 - surfs
6 - loads
7 - systs
Type: integer
typename
The string name of the entity the title is attached to.
undef
nodes
elems
loads
surfs
systs
Type: string

Version History

2019 - Added new data names fillcolor and transparency.

2020 - Added new data name color_rgb.

2020.1 - Added new data name solverkeyword.