Previous topic

xsect.calc.cruciform_points

Next topic

xsect.calc.i_beam_points

This Page

xsect.calc.cruciform_summary

xsect.calc.cruciform_summary(leg1, leg2, thickness1, thickness2=None, separation=0)[source]

Returns a dictionary with a summary of cruciform properties.

Parameters:
leg1 : float

The length of the legs in the vertical direction.

leg2 : float

The length of the legs in the horizontal direction.

thickness1 : float

The thickness of leg1.

thickness2 : float

The thickness of leg2. If None, the thickness is assumed the same as thickness1.

separation : float

The separation distance between connected legs.