MemberLoadsFromAreaLoad#
| 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 Area 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 | 
| corner_nodes | Corner Nodes No. | Corner nodes of Member Load from Area Load. Nodes are assigned directly, e.g. corner_nodes[1] = 1. | |
| area_of_application | Area of load application | |
| smooth_punctual_load_enabled | bool | Is smooth concentrated load enabled? | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
CornerNodesTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | List[CornerNodesRow] | 
CornerNodesRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| row | List[int] | 
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 | 
AreaOfApplication#
| Name | 
|---|
| AREA_OF_APPLICATION_FULLY_CLOSED | 
| AREA_OF_APPLICATION_EMPTY |