apply_sym_to_form
- compas_tno.problems.apply_sym_to_form(form, list_axis_symmetry=None, center=None, correct_loads=True)[source]
Apply symmetry to the form diagram.
- Parameters
problem (
Problem
) – The problem with matrices for calculationform (
FormDiagram
) – The form diagram to analyselist_axis_symmetry ([list], optional) – List of the axis of symmetry to consider, by default None
center ([list], optional) – The center of the pattern if it’s a circula pattern, by default None
correct_loads (bool, optional) – If update should be done in the applied loads regarding the symmetry, by default True