Source code for pyleecan.Methods.Geometry.Segment.is_arc

[docs]def is_arc(self): """Check if the line is an Arc Parameters ---------- self : Segment A Segment object Returns ------- is_arc : bool False for Segment """ return False