cross

photonforge.stencil.cross(length, widths)

Create an equal-armed cross.

Parameters:
  • arm_length – Length of the cross arms.

  • arm_width – Width of the cross arms.

Returns:

Cross photonforge.Polygon.

cross_poly = cross(10, 3)
cross