pyleecan.Methods.Geometry.Arc.comp_distance module

comp_distance(self, Z)[source]

Compute the distance of a point to the Arc

Parameters:
  • self (Arc) – An Arc object

  • Z (complex) – Complex coordinate of the point

Returns:

D – distance of a point to the Segment

Return type:

float