Assigns additional loads to a frame element after it has been created. Note that this component will not delete loads, so every time it is run loads are added. Because Fenix is object oriented and passes reference objects instead of value objects, the output does need to be plugged into anything. Instead, this component directly modifies the input design frame elements.
Inputs
Number |
Name |
Object Type |
Description |
Optional |
1 |
Design Frame Element |
DesignFrameElement |
A design frame element. |
No |
2 |
Design Frame Loads |
List<LinearElementLoad> |
List of linear element loads. These can be design frame line loads, design frame thermal loads, or design frame point loads. |
No |
Outputs
Number |
Name |
Object Type |
Description |
1 |
Design Frame Element |
DesignFrameElement |
The design frame element with the assigned loads. |