LineLoad#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
load_type |
Load Type | Type of load |
|
lines |
List[int] |
Assigned to Lines No. | Lines to which this load is assigned. |
load_case |
int |
Load Case |
coordinate_system |
Coordinate system | Number of coordinate system |
|
load_distribution |
Load distribution | Distribution of load |
|
load_direction |
Load direction | Direction of load |
|
load_direction_orientation |
Load direction orientation |
|
magnitude |
float |
Load magnitude | p | Load magnitude - line load distribution has to be Uniform, Concentrated - 1, Concentrated - n ×, Concentrated - 2 × 2. |
magnitude_1 |
float |
Load magnitude | p_1 | Load magnitude 1 - line load distribution has to be Concentrated - 2 ×, Trapezoidal, Tapered, Parabolic. |
magnitude_2 |
float |
Load magnitude | p_2 | Load magnitude 2 - line load distribution has to be Concentrated - 2 ×, Trapezoidal, Tapered, Parabolic. |
magnitude_3 |
float |
Load magnitude | p_3 | Load magnitude 3 - line load distribution has to be Parabolic. |
mass_global |
float |
Mass | p | Load mass global - line load distribution has to be Uniform. |
mass_x |
float |
Mass | p_X | Load mass X - line load distribution has to be Uniform |
mass_y |
float |
Mass | p_Y | Load mass Y - line load distribution has to be Uniform |
mass_z |
float |
Mass | p_Z | Load mass Z - line load distribution has to be Uniform. |
distance_a_is_defined_as_relative |
bool |
Load distance is relative | Distance A - line load distribution type has to be one from Concentrated - 1, Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_a_absolute |
float |
Load distances | A | Distance A - line load distribution type has to be one from Concentrated - 1, Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_a_relative |
float |
Load distances | A | Distance A - line load distribution type has to be one from Concentrated - 1, Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_b_is_defined_as_relative |
bool |
Load distance is relative | Distance B - line load distribution type has to be one from Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_b_absolute |
float |
Load distances | B | Distance B - line load distribution type has to be one from Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_b_relative |
float |
Load distances | B | Distance B - line load distribution type has to be one from Concentrated - n ×, Concentrated - 2 × 2, Concentrated - 2 ×, Trapezoidal, Tapered. |
distance_c_is_defined_as_relative |
bool |
Load distance is relative | Distance C - line load distribution has to be Concentrated - n ×. |
distance_c_absolute |
float |
Load distances | C | Distance C - line load distribution has to be Concentrated - n ×. |
distance_c_relative |
float |
Load distances | C | Distance C - line load distribution has to be Concentrated - n ×. |
count_n |
int |
Number of loads | n | Number of loads - line load distribution has to be Concentrated - n ×. |
varying_load_parameters_are_defined_as_relative |
bool |
Load parameters relative | Load parameter distances defined as relative |
varying_load_parameters |
Load parameters |
|
varying_load_parameters_sorted |
bool |
Load parameters sorted | Load parameters sorted by distance |
reference_to_list_of_lines |
bool |
Reference to list of lines | Reference to list of lines. |
distance_from_line_end |
bool |
Distance from line end | Distance from line end, specifies whether distance should be measured from line end - for all line loads except Uniform. |
load_is_over_total_length |
bool |
Load over total length |
has_force_eccentricity |
bool |
Has force eccentricity |
is_eccentricity_at_end_different_from_start |
bool |
The eccentricities at the start and end points are different. |
eccentricity_y_at_start |
float |
Eccentricity y at start | e_y |
eccentricity_z_at_start |
float |
Eccentricity z at start | e_z |
eccentricity_y_at_end |
float |
Eccentricity y at end | e_y |
eccentricity_z_at_end |
float |
Eccentricity z at end | e_z |
reference_point_a |
float |
Reference point y | y |
reference_point_b |
float |
Reference point z | z |
coating_polygon_area |
float |
Coating - Polygon | Area | A_p |
rotation_about_axis |
float |
Rotation about axis | α |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
individual_mass_components |
bool |
Individual mass components |
import_support_reaction |
bool |
Import support reaction |
import_support_reaction_model_name |
str |
Model name for import of support reaction |
import_support_reaction_model_description |
str |
Model description |
import_support_reaction_length_of_line |
float |
Length of imported line | Length of line for import of support reaction |
import_support_reaction_load_direction |
Load direction | Load direction for import of support reaction |
|
coating_polygon_points |
Coating - Polygon | Coating - Polygon | Points |
|
prestress_tendon_load_definition_type |
Definition type |
|
prestress_tendon_load_definition |
Definition |
|
prestress_tendon_load_ratio |
float |
Ratio | r |
prestress_tendon_load_absolute_value |
float |
Absolute value | σ_p |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Data Types
VaryingLoadParametersTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[VaryingLoadParametersRow] |
VaryingLoadParametersRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
distance |
float |
|
delta_distance |
float |
|
magnitude |
float |
|
note |
str |
CoatingPolygonPointsTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[CoatingPolygonPointsRow] |
CoatingPolygonPointsRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
first_coordinate |
float |
|
second_coordinate |
float |
|
empty |
Associated Enums
LoadType#
Name |
---|
LOAD_TYPE_UNKNOWN |
LOAD_TYPE_FORCE |
LOAD_TYPE_MASS |
LOAD_TYPE_MOMENT |
LoadDistribution#
Name |
---|
LOAD_DISTRIBUTION_UNIFORM |
LOAD_DISTRIBUTION_CONCENTRATED_1 |
LOAD_DISTRIBUTION_CONCENTRATED_2 |
LOAD_DISTRIBUTION_CONCENTRATED_2_2 |
LOAD_DISTRIBUTION_CONCENTRATED_N |
LOAD_DISTRIBUTION_CONCENTRATED_VARYING |
LOAD_DISTRIBUTION_PARABOLIC |
LOAD_DISTRIBUTION_TAPERED |
LOAD_DISTRIBUTION_TRAPEZOIDAL |
LOAD_DISTRIBUTION_UNIFORM_TOTAL |
LOAD_DISTRIBUTION_VARYING |
LoadDirection#
Name |
---|
LOAD_DIRECTION_LOCAL_X |
LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_PROJECTED_LENGTH |
LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE_LENGTH |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED_LENGTH |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE_LENGTH |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH |
LOAD_DIRECTION_LOCAL_Y |
LOAD_DIRECTION_LOCAL_Z |
LoadDirectionOrientation#
Name |
---|
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD |
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED |
ImportSupportReactionLoadDirection#
Name |
---|
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_X |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Y |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_GLOBAL_Z |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_X |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Y |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_FORCE_LOCAL_Z |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_X |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Y |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_GLOBAL_Z |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_X |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Y |
IMPORT_SUPPORT_REACTION_LOAD_DIRECTION_MOMENT_LOCAL_Z |
PrestressTendonLoadDefinitionType#
Name |
---|
PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_STRESS |
PRESTRESS_TENDON_LOAD_DEFINITION_TYPE_FORCE |
PrestressTendonLoadDefinition#
Name |
---|
PRESTRESS_TENDON_LOAD_DEFINITION_ABSOLUTE |
PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FPK |
PRESTRESS_TENDON_LOAD_DEFINITION_RELATIVE_TO_FP_MAX |