Source code for pyleecan.Methods.Geometry.Arc1.get_end

# -*- coding: utf-8 -*-


[docs]def get_end(self): """Return the end point of the arc Parameters ---------- self : Arc1 An Arc1 object Returns ------- end: complex Complex coordinates of the end point of the Arc1 """ return self.end