create_fan_form
- compas_tno.diagrams.create_fan_form(cls, xy_span=[[0.0, 10.0], [0.0, 10.0]], discretisation=[10, 10], fix='corners')[source]
Helper to construct a FormDiagram based on fan discretiastion with straight lines to the corners.
- Parameters
xy_span (list, optional) – List with initial- and end-points of the vault, by default [[0.0, 10.0], [0.0, 10.0]]
discretisation (int, optional) – Set the density of the grid in x and y directions, by default 10
fix (str, optional) – Option to select the constrained nodes: ‘corners’, ‘all’ are accepted, by default ‘corners’
- Returns
FormDiagram
– The FormDiagram created.