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

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


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