fmeobjects.FMEDonut.removeLastInnerBoundaryAsCurve¶
-
FMEDonut.
removeLastInnerBoundaryAsCurve
()¶ Removes and returns the last inner boundary as a curve.
Return type: FMEPath, FMEArc or FMELine Returns: The last inner boundary as a FMECurve
. Returns the terminal geometry of theFMECurve
, either aFMEPath
,FMEArc
orFMELine
.Raises: FMEException – An exception is raised if an error occurred.