Analysis.create_lp_analysis

classmethod Analysis.create_lp_analysis(form, shape=None, solver='CVXPY', printout=False, plot=False, max_iter=500)

Create a minimum thickness analysis from the elements of the problem (form and shape)

Parameters
  • form (FormDiagram) – _description_

  • shape (Shape, optional) – The shape constraining the problem, by default None

  • printout (bool, optional) – Whether or not prints appear in the creen, by default False

  • plot (bool, optional) – Whether or not plots showing intermediate states appear, by default False

  • max_iter (int, optional) – Maximum number of itetations, by default 500

  • starting_point (str, optional) – Which starting point use, by default ‘loadpath’

Returns

analysis (Analysis) – The Analysis object