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