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 |
|
coordinate_1 |
float |
Coordinates | Coordinates of the node Coordinates | X | Depends on coordinate system type: </br>Cartesian X X-Cylindrical X Y-Cylindrical R Z-Cylindrical R Polar R |
coordinate_2 |
float |
Coordinates | Y | Depends on coordinate system type: </br>Cartesian Y X-Cylindrical R Y-Cylindrical Y Z-Cylindrical Θ Polar Θ |
coordinate_3 |
float |
Coordinates | Z | Depends on coordinate system type: </br>Cartesian Z X-Cylindrical Θ Y-Cylindrical Θ Z-Cylindrical Z Polar Φ |
global_coordinate_1 |
float |
Global coordinates Global coordinates | X |
global_coordinate_2 |
float |
Global coordinates | Y |
global_coordinate_3 |
float |
Global coordinates | Z |
between_two_nodes_start_node |
int |
Start node i No. | Number of start node - node type has to be Between Two Nodes |
between_two_points_start_point_coordinate_1 |
float |
Start point i | Coordinates of start point - node type has to be Between Two Points 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_nodes_end_node |
int |
End node j No. | Number of end node - node type has to be Between Two Nodes |
between_two_points_end_point_coordinate_1 |
float |
End point j | Coordinates of end point - node type has to be Between Two Points 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_line_reference_line |
int |
Line No. | Number of reference line - node type has to be On Line |
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 |
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 |
support |
int |
Nodal support | Support number of the node |
mesh_refinement |
int |
Nodal mesh refinement |
concrete_design_ultimate_configuration |
int |
Concrete Design - Ultimate Configuration |
concrete_design_seismicity_configuration |
int |
Concrete Design - Seismic Configuration |
punching_design |
bool |
Punching Design |
punching_reinforcement |
int |
Punching Reinforcement |
comment |
str |
Comment | Comment value |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
NodeType#
Name |
---|
NODE_TYPE_UNKNOWN |
NODE_TYPE_BETWEEN_TWO_NODES |
NODE_TYPE_BETWEEN_TWO_POINTS |
NODE_TYPE_ON_LINE |
NODE_TYPE_ON_MEMBER |
NODE_TYPE_STANDARD |
NodeCoordinateSystemType#
Name |
---|
NODE_COORDINATE_SYSTEM_TYPE_CARTESIAN |
NODE_COORDINATE_SYSTEM_TYPE_POLAR |
NODE_COORDINATE_SYSTEM_TYPE_X_CYLINDRICAL |
NODE_COORDINATE_SYSTEM_TYPE_Y_CYLINDRICAL |
NODE_COORDINATE_SYSTEM_TYPE_Z_CYLINDRICAL |
NodeReferenceType#
Name |
---|
NODE_REFERENCE_TYPE_L |
NODE_REFERENCE_TYPE_XY |
NODE_REFERENCE_TYPE_XZ |
NODE_REFERENCE_TYPE_YZ |