create_arch_form_diagram
- compas_tno.diagrams.create_arch_form_diagram(cls, H=1.0, L=2.0, x0=0.0, discretisation=100)[source]
Construct a FormDiagram based on an arch linear discretisation. Note: The nodes of the form diagram are spaced following a projection in a semicircular arch.
- Parameters
H (float, optional) – Height of the arch, by default 1.00
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
– The FormDiagram created.