FormDiagram.create_cross_with_diagonal

classmethod FormDiagram.create_cross_with_diagonal(x_span=(0.0, 10.0), y_span=(0.0, 10.0), n=10, supports='corners')

Construct a FormDiagram based on cross discretisation with diagonal lines.

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.