apply_envelope_from_shape

compas_tno.utilities.apply_envelope_from_shape(form, shape)[source]

Apply an envelope (intrados and extrados) to the FormDiagram based on the input shape.

Parameters
  • form (FormDiagram) – The input FormDiagram.

  • shape (Shape) – The input Shape with intrados and extrardos.

Returns

None – The formdiagram is updated in place.