fmeobjects.FMEDonut.getInnerBoundaryAsCurveAt¶
-
FMEDonut.getInnerBoundaryAsCurveAt(index)¶ Retrieves the inner boundary at ‘index’ as a
FMECurve.Parameters: index (int) – The index from which to retrieve the inner boundary as a curve from. Return type: FMEPath, FMEArc, FMELine or None Returns: The inner boundary as a FMECurve, orNoneif the specified index is greater than the number of inner boundaries. Returns the terminal geometry of theFMECurve, either aFMEPath,FMEArcorFMELine.Raises: FMEException – An exception is raised if an error occurred.