FormDiagram.identify_constraints

FormDiagram.identify_constraints(tol=0.001)[source]

Identify constraints on the Form Diagram based on the geometry. External loads define a line-load which constraint vertices in x, or y.

Parameters

tol (float, 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.