pyleecan.Methods.Geometry.Arc3.split_half module

split_half(self, is_begin=True)[source]

Cut the line in half (modify the object Arc3 => Arc2)

Parameters:
  • self (Arc3) – An Arc3 object

  • is_begin (bool) – True to keep the part begin=>middle, False for the part middle=>end