structuralproperties

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
color
The 1-64 color of the entity.
Type: integer
config
The configuration of the entity.
80 - Head
81 - Upper leg
82 - Lower leg
100 - Beam
118 - Rivet
300 - Spring
400 - Panel composite
401 - Panel metallic
500 - Generic
Type: unsigned integer
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
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
length
The length of the panel when config is 100, 400 or 401.
Type: double
material
The material of the panel when config is 400 or 401.
Type: entity
name
The name of the entity.
Type: string
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
property
The assigned property.
Type: entity
radius
The radius of the panel when config is 400 or 401.
Type: double
rivetdia
The diameter of the rivet when config is 118.
Type: double
se_ip_activate
True if the design point is active.
Type: Boolean
se_ip_adult
1 if the design point is an adult type, 0 otherwise.
Type: unsigned integer
se_ip_angle
The angle of the impactor for child/adult or leg pedestrian impact points.
Type: double
se_ip_areacheck
When se_ip_positiontype is 3 and this is set true, a check is made to see if the impactor’s COG is out of test area (w.r.t side reference lines). If so, automatically reposition the impactor using the 2D touch point.
Type: Boolean
se_ip_cog
The coordinates of the location of te COG of the design point.
Type: triple double
se_ip_comment
The comments related to the parent design point.
Type: string
se_ip_energy
The impactor energy of the design point.
Type: double
se_ip_gap
The gap distance between impactor and vehicle outer used during positioning.
Type: double
se_ip_groundzcord
The z-height of the ground plane used for marking.
Type: double
se_ip_horizontallyprojected
True of the design point is horizontally projected.
Type: Boolean
se_ip_mass
The mass of the impactor used for the parent design point.
Type: double
se_ip_positiontype
The method used for placing the impactor on the design point:
1 - Aiming point
2 - 2D touch point
3 - 3D touch point
Type: unsigned integer
se_ip_testtype
The test used for the parent design point:
0 - Child headform impactor to headform point
1 - Child headform impactor to headform point
2 - Lower legform impactor to bumper test
3 - Upper legform impactor to bumper test
4 - Upper legform impactor to WAD 775 test
Type: unsigned integer
se_ip_velocity
The velocity of the impactor used to test impact points.
Type: double
se_ip_zheight
The z-height to consider from ground for lower legform positioning.
Type: double
sebeamsect
The beam section ID when config is 100.
Type: entity
sematerial
The material ID.
Type: entity
solverkeyword
The name of the solver keyword.
Type: string
tableid
The user data table ID.
Type: entity
width
The width of the panel when config is 400 or 401.
Type: double

Version History

2019.1

2020 - Added new data names color_rgb, length, material, radius, se_ip_activate, se_ip_adult, se_ip_angle, se_ip_areacheck, se_ip_cog, se_ip_comment, se_ip_energy, se_ip_gap, se_ip_groundzcord, se_ip_horizontallyprojected, se_ip_mass, se_ip_positiontype, se_ip_testtype, se_ip_velocity, se_ip_zheight and width. Added new config values 80, 81, 82, 400 and 401.

2020 - Added new config values 100 and 500. Added new data names sebeamsect, sematerial and tableid. Added length support for config 100.

2020.1 - Added new data name solverkeyword.