form_add_lines_support

compas_tno.utilities.form_add_lines_support(form, loaded_node, supports)[source]

Add direct load paths from a chosen node to the chosen supports

Parameters
  • form (FormDiagram) – The FormDiagram to modify

  • loaded_node (int) – 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

Returns

  • form (FormDiagram) – The form diagram with the modifications

  • new_loaded_node (int) – Key for the loaded node at the same position