Source code for pyleecan.Methods.Geometry.Arc.is_arc
[docs]def is_arc(self):
"""Check if the line is an Arc
Parameters
----------
self : Arc
An Arc object
Returns
-------
is_arc : bool
True for Arc
"""
return True