Previous topic

xsect.calc.polygon_summary

Next topic

xsect.calc.angle_summary

This Page

xsect.calc.angle_points

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

Returns an array of angle boundary points of shape (N, 2).

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.