FreeLineLoad#

Attribute Name

Data Type

Description

no

int

Object number

surfaces

List[int]

Surfaces | Assigned to Surfaces No. This property also accepts two values with special meanings: “No surface “ - load is not assigned to any surface “All “ - assignes load to all surfaces in given load acting region “Selected surfaces “ - converts the option “All” to a list of surfaces currently loaded by this load

load_case

int

Load Case

coordinate_system

int

Coordinate system | Number of coordinate system

load_projection

LoadProjection

Load Projection

load_direction

LoadDirection

Load direction

load_acting_region_from

float

Load Acting Region | From

load_acting_region_to

float

Load Acting Region | To

comment

str

Comment

is_generated

bool

Generated by

generating_object_info

str

Generated by

load_distribution

LoadDistribution

Load distribution

magnitude_uniform

float

Load Magnitude | p | Load Magnitude - free line load distribution has to be Uniform.

magnitude_first

float

Load Magnitude | p_1 | Load Magnitude - free line load distribution has to be Linear.

magnitude_second

float

Load Magnitude | p_2 | Load Magnitude - free line load distribution has to be Linear.

load_location_first_x

float

First Coordinate of Load Location | X_1

load_location_first_y

float

First Coordinate of Load Location | Y_1

load_location_second_x

float

Second Coordinate of Load Location | X_2

load_location_second_y

float

Second Coordinate of Load Location | Y_2

varying_load_parameters_are_defined_as_relative

bool

Load parameters relative | Load parameter distances defined as relative

varying_load_parameters

VaryingLoadParametersTable

Load parameters

varying_load_parameters_sorted

bool

Load parameters sorted | Load parameters sorted by distance

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

ImportSupportReactionLoadDirection

Load direction | Load direction for import of support reaction

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

Associated Enums

LoadProjection#

Name

LOAD_PROJECTION_XY_OR_UV

LOAD_PROJECTION_XZ_OR_UW

LOAD_PROJECTION_YZ_OR_VW

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_X_PROJECTED_LENGTH

LOAD_DIRECTION_GLOBAL_X_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_Y_PROJECTED_LENGTH

LOAD_DIRECTION_GLOBAL_Y_TRUE_LENGTH

LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED_LENGTH

LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE_LENGTH

LOAD_DIRECTION_GLOBAL_Z_PROJECTED_LENGTH

LOAD_DIRECTION_GLOBAL_Z_TRUE_LENGTH

LOAD_DIRECTION_LOCAL_Y

LOAD_DIRECTION_LOCAL_Z

LoadDistribution#

Name

LOAD_DISTRIBUTION_UNIFORM

LOAD_DISTRIBUTION_LINEAR

LOAD_DISTRIBUTION_VARYING

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