fmeobjects.FMEArc.getPropertiesAs3Points¶
-
FMEArc.
getPropertiesAs3Points
()¶ Returns the arc geometry as a tuple of three points. If the arc is elliptical, an error is returned.
The structure of the tuple returned is as follows: (startPoint, midPoint, endPoint).
Return type: tuple[FMEPoint] Returns: The arc geometry as three points. Raises: FMEException – An exception is raised if an error occurred.