fmeobjects.FMEDonut.getOuterBoundaryAsCurve¶
-
FMEDonut.
getOuterBoundaryAsCurve
()¶ Retrieves the outer boundary as a
FMECurve
.Return type: FMEPath, FMEArc or FMELine Returns: The 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.