Previous topic

xsect.calc.double_angle_summary

Next topic

xsect.calc.cruciform_summary

This Page

xsect.calc.cruciform_points

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

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

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.