FreePolygonLoad#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
Object number |
surfaces |
List[int] |
Surfaces | Assigned to Surfaces No.<br><br>This property also accepts two values with special meanings:<br>”No surface “ - load is not assigned to any surface<br>”All “ - assignes load to all surfaces in given load acting region<br>”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 |
Load Projection |
|
load_direction |
Load direction |
|
load_acting_region_from |
float |
Load Acting Region | From |
load_acting_region_to |
float |
Load Acting Region | To |
load_distribution |
Load distribution |
|
magnitude_uniform |
float |
Load Magnitude | p | Load Magnitude - free polygon load distribution has to be Uniform. |
magnitude_linear_1 |
float |
Load Magnitude | p_1 | Load Magnitude - free polygon load distribution has to be Linear |
magnitude_linear_2 |
float |
Load Magnitude | p_2 | Load Magnitude - free polygon load distribution has to be Linear |
magnitude_linear_3 |
float |
Load Magnitude | p_3 | Load Magnitude - free polygon load distribution has to be Linear |
magnitude_linear_location_1 |
int |
1st load magnitude - Location No. | n_1 | Location of load magnitude - free polygon load distribution has to be Linear |
magnitude_linear_location_2 |
int |
2nd load magnitude - Location No. | n_2 | Location of load magnitude - free polygon load distribution has to be Linear |
magnitude_linear_location_3 |
int |
3rd load magnitude - Location No. | n_3 | Location of load magnitude - free polygon load distribution has to be Linear |
load_location |
Load Location |
|
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#
LoadLocationTable#
Attribute Name |
Data Type |
Description |
---|---|---|
rows |
List[LoadLocationRow] |
LoadLocationRow#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
|
description |
str |
|
first_coordinate |
float |
|
second_coordinate |
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 |
LOAD_DIRECTION_GLOBAL_X_OR_USER_DEFINED_U_TRUE |
LOAD_DIRECTION_GLOBAL_X_PROJECTED |
LOAD_DIRECTION_GLOBAL_X_TRUE |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_PROJECTED |
LOAD_DIRECTION_GLOBAL_Y_OR_USER_DEFINED_V_TRUE |
LOAD_DIRECTION_GLOBAL_Y_PROJECTED |
LOAD_DIRECTION_GLOBAL_Y_TRUE |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_PROJECTED |
LOAD_DIRECTION_GLOBAL_Z_OR_USER_DEFINED_W_TRUE |
LOAD_DIRECTION_GLOBAL_Z_PROJECTED |
LOAD_DIRECTION_GLOBAL_Z_TRUE |
LOAD_DIRECTION_LOCAL_Y |
LOAD_DIRECTION_LOCAL_Z |
LoadDistribution#
Name |
---|
LOAD_DISTRIBUTION_UNIFORM |
LOAD_DISTRIBUTION_LINEAR |
LOAD_DISTRIBUTION_LINEAR_FIRST |
LOAD_DISTRIBUTION_LINEAR_SECOND |