PinchGate

Contents

PinchGate#

zeroheliumkit.src.geometries.PinchGate(arm_w: float, arm_l: float, length: float, width: float) Polygon[source]#

Returns a Polygon representing a pinch gate.

Parameters:
  • arm_w (float) – arm width

  • arm_l (float) – arm length

  • length (float) – length of the pinch gate

  • width (float) – width of the pinch gate

Example

>>> PinchGate(2, 5, 10, 3)