make_fillet_line

make_fillet_line#

zeroheliumkit.src.routing.make_fillet_line(length1: float, length2: float, direction: float, radius: float, num_segments: int) LineString[source]#

Returns a fillet shape LineString.

Parameters:
  • length1 (float) – length of the first section

  • length2 (float) – length of the second section placed after arcline

  • direction (float) – orientation of the endsegment

  • radius (float) – radius if the arcline

  • num_segments (int) – num of segments in the arcline

Returns:

A LineString in a fillet shape.

Return type:

LineString