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, or None if the specified index is greater than the number of inner boundaries. Returns the terminal geometry of the FMECurve, either a FMEPath, FMEArc or FMELine.

Raises:

FMEException – An exception is raised if an error occurred.