create_linear_form_diagram_sp_ep

compas_tno.diagrams.create_linear_form_diagram_sp_ep(cls, sp=[0, 0, 0], ep=[2, 0, 0], discretisation=100)[source]

Helper to create a arch linear form-diagram with equaly spaced (in 2D) nodes based on starting and ending points

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.