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 |
str |
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. |
individual_mass_components |
bool |
Individual mass components |
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 |
comment |
str |
Comment |
is_generated |
bool |
Generated by |
generating_object_info |
str |
Generated by |
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 |
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 |
LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE |
LOAD_DIRECTION_LOCAL_Y |
LOAD_DIRECTION_LOCAL_Z |
LoadDirectionOrientation#
Name |
---|
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_FORWARD |
LOAD_DIRECTION_ORIENTATION_LOAD_DIRECTION_REVERSED |