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

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


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