get_arc_intersection# Line.get_arc_intersection(arc)# Get intersection Coordinates of line with an arc. Returns None if intersection not found. Parameters: arcansys.motorcad.core.geometry.Arc Returns: ansys.motorcad.core.geometry.Coordinate or list of Coordinate or None