pyleecan.Functions.Geometry.circle_from_3_points module

circle_from_3_points(Z1, Z2, Z3)[source]

Return the center and radius of a circle defined by 3 points

Z1complex

First point coordinates

Z2complex

Second point coordinates

Z3complex

Third point coordinates

Rfloat

Radius of the circle [m]

Zccomplex

Coordinate of the circle center