pyleecan.Methods.Geometry.Arc.is_on_line module

is_on_line(self, Z)[source]

Check is a point defined by its complex coordinate is on the arc

Parameters:
  • self (Arc) – An Arc object

  • Z (complex) – Complex coordinate of the point

Returns:

is_on_line – True if the point is on the arc

Return type:

bool