MemberLoadsFromFreeLineLoad#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| generated_on | List[int] | Generated on Members No. | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Member Loads from Free Line Load Name | 
| load_case | int | Generate into load case | 
| lock_for_new_members | bool | Lock for new members | 
| consider_member_eccentricity | bool | Consider member eccentricity | 
| consider_section_distribution | bool | Consider cross-section distribution | 
| tolerance_type_for_member_on_plane | Tolerance type for member in plane | |
| relative_tolerance_for_member_on_plane | float | Relative tolerance for member in plane | φ_z | 
| absolute_tolerance_for_member_on_plane | float | Absolute tolerance for member in plane | Δ_z | 
| tolerance_type_for_node_on_line | Tolerance type for node on line | |
| relative_tolerance_for_node_on_line | float | Relative tolerance for node on line | φ_s | 
| absolute_tolerance_for_node_on_line | float | Absolute tolerance for node on line | Δ_s | 
| excluded_members | List[int] | Single members | 
| excluded_parallel_members | List[int] | Members parallel to member | 
| convert_to_single_members | bool | Convert into single members | 
| comment | str | Comment | 
| is_generated | bool | Generated by | 
| generating_object_info | str | Generated by | 
| load_distribution | Load distribution | |
| load_direction | Load direction | |
| coordinate_system | Coordinate system | |
| magnitude_uniform | float | Load magnitude | p | 
| magnitude_first | float | Load magnitude | p_1 | 
| magnitude_second | float | Load magnitude | p_2 | 
| node_1 | int | Node No. | n_1 | 
| node_2 | int | Node No. | n_2 | 
| node_3 | int | Node No. | n_3 | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
ToleranceTypeForMemberOnPlane#
| Name | 
|---|
| TOLERANCE_TYPE_FOR_MEMBER_ON_PLANE_ABSOLUTE | 
| TOLERANCE_TYPE_FOR_MEMBER_ON_PLANE_RELATIVE | 
ToleranceTypeForNodeOnLine#
| Name | 
|---|
| TOLERANCE_TYPE_FOR_NODE_ON_LINE_ABSOLUTE | 
| TOLERANCE_TYPE_FOR_NODE_ON_LINE_RELATIVE | 
LoadDistribution#
| Name | 
|---|
| LOAD_DISTRIBUTION_UNIFORM | 
| LOAD_DISTRIBUTION_LINEAR | 
LoadDirection#
| Name | 
|---|
| LOAD_DIRECTION_UNKNOWN | 
| 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_Z |