collisions
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.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- config
- The configuration of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- id
- The ID of the entity.
- 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.
- 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.
- line_points
- List of coordinates of intersection line segments. Valid for intersection results only.
- max_depth
- The maximum of all penetration depths. Valid for penetration results only.
- name
- The name of the entity.
- outdated
- 0 - The collision entity is current
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- parent
- For group checks, this is the ID of the checked group. 0 if the check was on components.
- solverkeyword
- The name of the solver keyword.
- source_1
- The ID of component 1 with colliding nodes/elements.
- source_2
- The ID of component 2 with colliding nodes/elements.
- unit_1_depth
- For penetrations, this is the penetrations depths corresponding to nodes in unit_a_1.
- unit_1_direction
- For penetrations, this is the direction of penetration vectors corresponding to nodes in unit_a_1.
- unit_1_relative_depth
- The relative depths of penetrations corresponding to penetrating nodes in unit_a_1.
- unit_1_residual_distance
- The residual distances of penetrations corresponding to penetrating nodes in unit_a_1.
- unit_1_thickness
- The thicknesses (gaps) of penetrations corresponding to penetrating nodes in unit_a_1.
- unit_2_depth
- For penetrations, this is the penetrations depths corresponding to nodes in unit_b_2.
- unit_2_direction
- For penetrations, this is the direction of penetration vectors corresponding to nodes in unit_b_2.
- unit_2_relative_depth
- The relative depths of penetrations corresponding to penetrating nodes in unit_b_2.
- unit_1_residual_distance
- The residual distances of penetrations corresponding to penetrating nodes in unit_b_2.
- unit_2_thickness
- The thicknesses (gaps) of penetrations corresponding to penetrating nodes in unit_b_2.
- unit_a_1
- For penetrations, this is the list of penetrating nodes for source_1.
- unit_a_2
- For penetrations, this is the list of penetrating nodes for source_2.
- unit_a_pair_count
- For penetrations, the number of penetrating node-element pairs in unit_a_1 and unit_a_2.
- unit_b_1
- For penetrations, this is the list of penetrating elements for source_1.
- unit_b_2
- For penetrations, this is the list of penetrating elements for source_2.
- unit_b_pair_count
- For penetrations, the number of penetrating node-element pairs in unit_b_1 and unit_b_2.
- unit_num_violations
- For penetrations, the number of unique penetrating nodes.
Version History
2017.1
2020 - Added new data name color_rgb.
2020.1 - Added new data name solverkeyword.