create_linear_form_diagram
- compas_tno.diagrams.create_linear_form_diagram(cls, L=2.0, x0=0.0, discretisation=100)[source]
Helper to create a arch linear form-diagram with equaly spaced (in 2D) nodes.
- Parameters
L (float, optional) – Span of the arch, by default 2.00
x0 (float, optional) – Initial coordiante of the arch, by default 0.0
discretisation (int, optional) – Numbers of nodes to be considered in the form diagram, by default 100
- Returns
FormDiagram
– FormDiagram generated according to the parameters.