apply_sym_to_form
- compas_tno.problems.apply_sym_to_form(form, list_axis_symmetry=None, center=None, correct_loads=True)
Apply symmetry to the form diagram.
- Parameters:
- problem
Problem
The problem with matrices for calculation
- form
FormDiagram
The form diagram to analyse
- list_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_loadsbool, optional
If update should be done in the applied loads regarding the symmetry, by default True
- problem