pyleecan.Methods.Geometry.Arc3.split_point module

split_point(self, Z1, is_begin=True)[source]

Cut the Arc according to a point on the arc

Parameters:
  • self (Arc3) – An Arc3 object

  • Z1 (complex) – Cutting point on the line

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