Previous topic

xsect.calc.angle_summary

Next topic

xsect.calc.double_angle_summary

This Page

xsect.calc.double_angle_points

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

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

Parameters:
leg1 : float

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