StressPoint#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| definition_type | Definition Type | |
| reference_stress_point | int | Reference stress point No. | 
| coordinate_system | int | |
| coordinate_system_type | Coordinate type | |
| coordinates | Coordinates | |
| coordinate_1 | float | Coordinates | Y | 
| coordinate_2 | float | Coordinates | Z | 
| global_coordinates | Global coordinates | |
| global_coordinate_1 | float | Global coordinates | Y | 
| global_coordinate_2 | float | Global coordinates | Z | 
| comment | str | Comment | 
| on_line_reference_line | int | Line No. | 
| on_element_reference_element | int | Element No. | 
| reference_type | Reference | |
| reference_object_projected_length | float | Length | L | 
| distance_from_start_is_defined_as_relative | bool | Distance from start is defined as relative | 
| distance_from_start_relative | float | Distance between point k and start point i | x_i-k | 
| distance_from_start_absolute | float | Distance between point k and start point i | x_i-k | 
| distance_from_end_relative | float | Distance between point k and end point j | x_j-k | 
| distance_from_end_absolute | float | Distance between point k and end point j | x_j-k | 
| parent_layer | int | Parent layer | 
| is_locked_by_parent_layer | bool | Locked by parent layer | 
| is_generated | bool | Generated by | 
| generating_object_info | str | Generated by | 
| on_element_element_side | Element Side | |
| part | int | Part No. | 
| element | int | Element No. | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
DefinitionType#
| Name | 
|---|
| DEFINITION_TYPE_UNKNOWN | 
| DEFINITION_TYPE_ON_ELEMENT | 
| DEFINITION_TYPE_ON_LINE | 
| DEFINITION_TYPE_STANDARD | 
CoordinateSystemType#
| Name | 
|---|
| COORDINATE_SYSTEM_TYPE_CARTESIAN | 
ReferenceType#
| Name | 
|---|
| REFERENCE_TYPE_L | 
| REFERENCE_TYPE_XZ | 
| REFERENCE_TYPE_YZ | 
OnElementElementSide#
| Name | 
|---|
| ON_ELEMENT_ELEMENT_SIDE_MIDDLE | 
| ON_ELEMENT_ELEMENT_SIDE_LEFT | 
| ON_ELEMENT_ELEMENT_SIDE_RIGHT |