CornerCutterPolygon

CornerCutterPolygon#

zeroheliumkit.src.geometries.CornerCutterPolygon(radius: float = 10, num_segments: int = 7)[source]#

Generates a polygon which is used to cut for corner rounding.

Parameters:
  • radius (float) – The radius of the rounded corners. Default is 10.

  • num_segments (int) – The number of segments used to approximate the rounded corners. Must be greater than 2. Default is 7.