collisions

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 int.
color
The color of the entity. Type: integer
config
1 - Penetration
2 - Intersection
Type: integer
definedentity
True if the entity is defined, false otherwise. Type: Boolean
id
The ID of the entity. Type: entity
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 int.
internalid
The ID of the entity. Type: unsigned int.
line_connectivities
The indices of line_points of intersection line segments. Each index is of the form {index_pt1 index_pt2 0}. Valid for intersection results only.
Type: integer array
line_points
List of coordinates of intersection line segments. Valid for intersection results only.
Type: triple double
max_depth
The maximum of all penetration depths. Valid for penetration results only.
Type: double
name
The name of the entity. Type: string
outdated
0 - The collision entity is current
1 - The collision entity is outdated due to changes in the model
Type: Boolean
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise. Type: integer
parent
For group checks, this is the ID of the checked group. 0 if the check was on components.
Type: entity
source_1
The ID of component 1 with colliding nodes/elements.
Type: entity
source_2
The ID of component 2 with colliding nodes/elements.
Type: entity
unit_1_depth
For penetrations, this is the penetrations depths corresponding to nodes in unit_a_1.
For intersections, this is the magnitude of intersection fix vectors for nodes in unit_b_1.
Type: entity array
unit_1_direction
For penetrations, this is the direction of penetration vectors corresponding to nodes in unit_a_1.
For intersections, this is the direction of intersection fix vectors for nodes in unit_b_1.
Type: triple double
unit_1_relative_depth
The relative depths of penetrations corresponding to penetrating nodes in unit_a_1.
Type: double array
unit_1_residual_distance
The residual distances of penetrations corresponding to penetrating nodes in unit_a_1.
Type: double array
unit_1_thickness
The thicknesses (gaps) of penetrations corresponding to penetrating nodes in unit_a_1.
Type: double array
unit_2_depth
For penetrations, this is the penetrations depths corresponding to nodes in unit_b_2.
For intersections, this is the magnitude of intersection fix vectors for nodes in unit_b_2.
Type: entity array
unit_2_direction
For penetrations, this is the direction of penetration vectors corresponding to nodes in unit_b_2.
For intersections, this is the direction of intersection fix vectors for nodes in unit_b_2.
Type: triple double
unit_2_relative_depth
The relative depths of penetrations corresponding to penetrating nodes in unit_b_2.
Type: double array
unit_1_residual_distance
The residual distances of penetrations corresponding to penetrating nodes in unit_b_2.
Type: double array
unit_2_thickness
The thicknesses (gaps) of penetrations corresponding to penetrating nodes in unit_b_2.
Type: double array
unit_a_1
For penetrations, this is the list of penetrating nodes for source_1.
For intersections, this is the list of intersecting elements for source_1.
Type: entity array
unit_a_2
For penetrations, this is the list of penetrating nodes for source_2.
For intersections, this is the list of intersecting elements for source_2.
Type: entity array
unit_a_pair_count
For penetrations, the number of penetrating node-element pairs in unit_a_1 and unit_a_2.
For intersections, the number of intersecting element-element pairs in unit_a_1 and unit_a_2.
Type: unsigned int.
unit_b_1
For penetrations, this is the list of penetrating elements for source_1.
For intersections, this is the nodes of source_1 to be displaced for an automatic intersection fix.
Type: entity array
unit_b_2
For penetrations, this is the list of penetrating elements for source_2.
For intersections, this is the nodes of source_2 to be displaced for an automatic intersection fix.
Type: entity array
unit_b_pair_count
For penetrations, the number of penetrating node-element pairs in unit_b_1 and unit_b_2.
For intersections, 0.
Type: unsigned int.
unit_num_violations
For penetrations, the number of unique penetrating nodes.
For intersections, the number of intersecting lines.
Type: unsigned int.

Version History

2017.1