FormDiagram.create_ortho
- classmethod FormDiagram.create_ortho(x_span=(0.0, 10.0), y_span=(0.0, 10.0), nx=10, ny=10, supports='corners')
Construct a FormDiagram based on orthogonal discretisation.
- Parameters:
- x_spantuple, optional
Tuple with initial- and end-points of the vault in x direction, by default (0.0, 10.0)
- y_spantuple, optional
Tuple with initial- and end-points of the vault in y direction, by default (0.0, 10.0)
- nxint, optional
Set the density of the mesh in the x direction, by default 10
- nyint, optional
Set the density of the mesh in the y direction, by default 10
- supportsstr, optional
Option to select the constrained nodes: ‘corners’, ‘all’ are accepted, by default ‘corners’
- Returns:
FormDiagram
The FormDiagram created.