fmeobjects.FMEArc.convertToArcBy3Points¶
-
FMEArc.
convertToArcBy3Points
()¶ Converts to an arc by 3 points. If the arc is not circular (
isCircular()
returnsFalse
), then the arc cannot be converted to arc by 3 points, and an error is returned.Return type: None Raises: FMEException – An exception is raised if an error occurred.