form_add_lines_support
- compas_tno.utilities.form_add_lines_support(form, loaded_node, supports)
Add direct load paths from a chosen node to the chosen supports
- Parameters:
- form
FormDiagram
The FormDiagram to modify
- loaded_nodeint
Key of the node which will be the starting point for the additional lines
- supports[int]
List with the keys of the supports that should be linked to the loaded node
- form
- Returns:
- form
FormDiagram
The form diagram with the modifications
- new_loaded_nodeint
Key for the loaded node at the same position
- form