form_parabolic_slide
- compas_tno.utilities.form_parabolic_slide(form, delta, y0=0.0, y1=10.0)[source]
Modify the form diagram applying a parabolic displacement profile to the nodes
- Parameters
form (
FormDiagram
) – The Form Diagramdelta (float) – Maximum distance applied to the nodes
y0 (float) – Start ordinate to apply the parabolic pattern
y1 (float) – End ordinate to apply the parabolic pattern
- Returns
form (FormDiagram) – The form diagram with the modifications