FormDiagram.create_linear_form_diagram_sp_ep

classmethod FormDiagram.create_linear_form_diagram_sp_ep(sp=[0, 0, 0], ep=[2, 0, 0], discretisation=100)

Helper to create a arch linear form-diagram with equaly spaced (in 2D) nodes.

Parameters
  • sp (list, optional) – Starting point coordinates, by default [0, 0, 0]

  • sp (list, optional) – End point coordinates, by default [2, 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.