FormDiagram.identify_constraints
- FormDiagram.identify_constraints(tol=0.0001)
Identify constraints on the Form Diagram based on the geometry. External loads define a line-load which constraint vertices in x, or y.
- Parameters:
- tolfloat, optional
Tolerance to define if leaves lay in a vertical, or horizontal line. The default value is 10E-4.
- Returns:
- None
The FormDiagram is modified in place.