Previous topic

xsect.calc.i_beam_summary

Next topic

xsect.calc.t_beam_summary

This Page

xsect.calc.t_beam_points

xsect.calc.t_beam_points(height, width, flange_thickness, web_thickness)[source]

Returns an array of T-beam boundary points of shape (N, 2).

Parameters:
height : float

The height of the section.

width : float

The width of the section.

flange_thickness : float

The thickness of the horizontal flange.

web_thickness : float

The thickness of the vertical web.