fmeobjects.FMEDonut.setOuterBoundaryCurve

FMEDonut.setOuterBoundaryCurve(outerBoundary)

If the curve is not closed, the closure will be assumed as a straight line from the start point to the end point. If the new outer boundary has a different dimension than the inner boundaries, everything will be forced to 3D. Note that the default Z value is 0.0 when forcing 2D geometry to 3D. This will return an error if the outerBoundary passed in is invalid or None.

Parameters:

outerBoundary (FMECurve) – The curve to set as the outer boundary.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.