Bar#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| definition_type | Type | |
| material | int | Material | 
| start_point | int | Start point | 
| end_point | int | End point | 
| distance_between_i_and_j | float | Distance between i and j | 
| distance_between_i_and_j_type | Distance between type i and j | |
| distribution | str | Distribution | 
| diameter | float | Bar diameter | d_s | 
| area | float | Total | A_s | 
| weight | float | Weight | W_lr | 
| info_number_of_bars | int | Number of bars | n_s | 
| info_distance_of_bars | float | Distance of bars | S | 
| reinforcement_layer | int | Reinforcement layer | 
| offset | float | Offset | 
| offset_y | float | Offset - y-coordinate | 
| offset_z | float | Offset - z-coordinate | 
| offset_direction_as_relative | bool | Relative offset direction | 
| multi_uniform_bar_count | int | Multi | Uniform | Number of reinforcements | 
| multi_variable_bar_count | int | Multi | Variable | Number of reinforcements | 
| distance_of_bars | float | Distance of bars | 
| axial_distance_si | float | Axial distance of bars S_i | 
| axial_distance_sn | float | Axial distance of bars S_n | 
| axial_distance_sj | float | Axial distance of bars S_j | 
| distance_from_start_is_defined_as_relative | bool | Distance from start is defined as relative | 
| distance_from_start_relative | float | Distance from start | Relative | 
| distance_from_start_absolute | float | Distance from start | Absolute | 
| distance_from_end_relative | float | Distance from end | Relative | 
| distance_from_end_absolute | float | Distance from end | Absolute | 
| comment | str | Comment | 
| parent_layer | int | Parent layer | 
| is_locked_by_parent_layer | bool | Locked by parent layer | 
| generating_object_info | str | Generated by | 
| is_generated | bool | Generated by | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
DefinitionType#
| Name | 
|---|
| DEFINITION_TYPE_UNKNOWN | 
| DEFINITION_TYPE_MULTI_UNIFORM | 
| DEFINITION_TYPE_MULTI_VARIABLE | 
| DEFINITION_TYPE_SINGLE_BETWEEN_TWO_POINTS | 
| DEFINITION_TYPE_SINGLE_POINT | 
DistanceBetweenIAndJType#
| Name | 
|---|
| DISTANCE_BETWEEN_I_AND_J_TYPE_L | 
| DISTANCE_BETWEEN_I_AND_J_TYPE_XZ | 
| DISTANCE_BETWEEN_I_AND_J_TYPE_YZ |