Source code for pyleecan.Methods.Geometry.Arc3.get_end
# -*- coding: utf-8 -*-
[docs]def get_end(self):
"""Return the end point of the arc
Parameters
----------
self : Arc3
An Arc3 object
Returns
-------
end: complex
Complex coordinates of the end point of the Arc3
"""
return self.end