Node#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| type | Type | |
| reference_node | int | Reference node No. | Number of reference node - node type has to be Standard | 
| coordinate_system | int | Coordinate system | 
| coordinate_system_type | Coordinate type | |
| coordinates | Coordinates | Coordinates of the node | |
| coordinate_1 | float | Coordinates | X | Depends on coordinate system type: Cartesian X X-Cylindrical X Y-Cylindrical R Z-Cylindrical R Polar R | 
| coordinate_2 | float | Coordinates | Y | Depends on coordinate system type: Cartesian Y X-Cylindrical R Y-Cylindrical Y Z-Cylindrical Θ Polar Θ | 
| coordinate_3 | float | Coordinates | Z | Depends on coordinate system type: Cartesian Z X-Cylindrical Θ Y-Cylindrical Θ Z-Cylindrical Z Polar Φ | 
| global_coordinates | Global coordinates | |
| global_coordinate_1 | float | Global coordinates | X | 
| global_coordinate_2 | float | Global coordinates | Y | 
| global_coordinate_3 | float | Global coordinates | Z | 
| comment | str | Comment | Comment value | 
| between_two_nodes_start_node | int | Start node i No. | Number of start node - node type has to be Between Two Nodes | 
| between_two_nodes_end_node | int | End node j No. | Number of end node - node type has to be Between Two Nodes | 
| between_two_points_start_point_coordinates | Start point i | Coordinates of start point - node type has to be Between Two Points | |
| between_two_points_start_point_coordinate_1 | float | Start point i | X_i | First coordinate of start point - node type has to be Between Two Points | 
| between_two_points_start_point_coordinate_2 | float | Start point i | Y_i | Second coordinate of start point - node type has to be Between Two Points | 
| between_two_points_start_point_coordinate_3 | float | Start point i | Z_i | Third coordinate of start point - node type has to be Between Two Points | 
| between_two_points_end_point_coordinates | End point j | Coordinates of end point - node type has to be Between Two Points | |
| between_two_points_end_point_coordinate_1 | float | End point j | X_j | First coordinate of end point - node type has to be Between Two Points | 
| between_two_points_end_point_coordinate_2 | float | End point j | Y_j | Second coordinate of end point - node type has to be Between Two Points | 
| between_two_points_end_point_coordinate_3 | float | End point j | Z_j | Third coordinate of end point - node type has to be Between Two Points | 
| on_member_reference_member | int | Member No. | Number of reference member - node type has to be On Member | 
| 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 node k and start node i | x_i-k | Relative distance from start | 
| distance_from_start_absolute | float | Distance between node k and start node i | x_i-k | Absolute distance from start | 
| distance_from_end_relative | float | Distance between node k and end point j | x_j-k | Relative distance from end | 
| distance_from_end_absolute | float | Distance between node k and end point j | x_j-k | Absolute distance from end | 
| offset_in_local_direction_y | float | Offset (local coordinates) | y_k | 
| offset_in_local_direction_z | float | Offset (local coordinates) | z_k | 
| offset_in_global_direction_x | float | Offset (in global direction X) | X_k | 
| offset_in_global_direction_y | float | Offset (in global direction Y) | Y_k | 
| offset_in_global_direction_z | float | Offset (in global direction Z) | Z_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 | 
| support | int | Nodal support | Support number of the node | 
| nodal_link | int | Nodal link | 
| concrete_design_ultimate_configuration | int | Concrete Design - Ultimate Configuration | 
| concrete_design_seismicity_configuration | int | Concrete Design - Seismic Configuration | 
| punching_design | bool | Punching Design | 
| nodal_releases_assignment | Assignment of Nodal Releases | |
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
NodalReleasesAssignmentTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | 
NodalReleasesAssignmentRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| assigned_object_no | int | |
| active | bool | |
| release_no | int | |
| release_location | ||
| released_objects | str | |
| generated_objects | str | 
Associated Enums
Type#
| Name | 
|---|
| TYPE_UNKNOWN | 
| TYPE_BETWEEN_TWO_NODES | 
| TYPE_BETWEEN_TWO_POINTS | 
| TYPE_ON_MEMBER | 
| TYPE_STANDARD | 
CoordinateSystemType#
| Name | 
|---|
| COORDINATE_SYSTEM_TYPE_CARTESIAN | 
| COORDINATE_SYSTEM_TYPE_POLAR | 
| COORDINATE_SYSTEM_TYPE_X_CYLINDRICAL | 
| COORDINATE_SYSTEM_TYPE_Y_CYLINDRICAL | 
| COORDINATE_SYSTEM_TYPE_Z_CYLINDRICAL | 
ReferenceType#
| Name | 
|---|
| REFERENCE_TYPE_L | 
| REFERENCE_TYPE_XY | 
| REFERENCE_TYPE_XZ | 
| REFERENCE_TYPE_YZ | 
ReleaseLocation#
| Name | 
|---|
| RELEASE_LOCATION_ORIGIN | 
| RELEASE_LOCATION_RELEASED |