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