Previous topic

xsect.calc.angle_points

Next topic

xsect.calc.double_angle_points

This Page

xsect.calc.angle_summary

xsect.calc.angle_summary(leg1, leg2, thickness1, thickness2=None)[source]

Returns a dictionary with a summary of angle section properties.

Parameters:
leg1 : float

The length of the leg in the vertical direction.

leg2 : float

The length of the leg 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.