FormDiagram.create_cross
- classmethod FormDiagram.create_cross(x_span=(0.0, 10.0), y_span=(0.0, 10.0), n=10, supports='corners')
Construct a FormDiagram based on cross discretisation with orthogonal arrangement and quad diagonals.
- 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)
- nint, optional
Set the density of the mesh, by default 10.
- supportsstr, optional
Option to select the constrained nodes: ‘corners’, ‘all’ are accepted., by default ‘corners’
- Returns:
FormDiagram
The FormDiagram created.