ImportSupportReactions#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| is_generated | bool | Generated by | 
| generating_object_info | str | Generated by | 
| connected_model_uid | str | Connected model UID | 
| objects_connection_type | Object connection type | |
| import_from_supported_nodes_no | str | Import from supported nodes No. | 
| import_from_all_supported_nodes | bool | Import from all supported nodes | 
| import_from_supported_lines_no | str | Import from supported lines No. | 
| import_from_all_supported_lines | bool | Import from all supported lines | 
| import_to_nodes_no | List[int] | Import to nodes No. | 
| import_to_lines_no | List[int] | Import to lines No. | 
| import_to_surfaces_no | List[int] | Import to surfaces No. | 
| import_to_all_surfaces | bool | Import to all surfaces | 
| create_member_loads_instead_of_line_loads | bool | Create member loads if member lies on line | 
| loading_connection_type | Loading connection type | |
| connected_loading | Connected loading | |
| load_distribution | Load distribution | |
| comment | str | Comment | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Data Types
ConnectedLoadingTable#
| Attribute Name | Data Type | Description | 
|---|---|---|
| rows | List[ConnectedLoadingRow] | 
ConnectedLoadingRow#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | |
| description | str | |
| from_loading | int | |
| to_loading | int | 
Associated Enums
ObjectsConnectionType#
| Name | 
|---|
| OBJECTS_CONNECTION_TYPE_MANUALLY | 
LoadingConnectionType#
| Name | 
|---|
| LOADING_CONNECTION_TYPE_MANUALLY | 
| LOADING_CONNECTION_TYPE_AUTOMATICALLY | 
LoadDistribution#
| Name | 
|---|
| LOAD_DISTRIBUTION_UNKNOWN | 
| LOAD_DISTRIBUTION_UNIFORM_TOTAL | 
| LOAD_DISTRIBUTION_VARYING |