pyleecan.Methods.Geometry.Arc.intersect_line module

intersect_line(self, Z1, Z2)[source]

Return a list (0, 1 or 2 complex) of coordinates of the intersection of the arc with a line defined by two complex

Parameters:

self (Arc) – An Arc object

Returns:

Z_list – Complex coordinates of the intersection (if any)

Return type:

list