fmeobjects.FMEDonut.setOuterBoundarySimpleArea

FMEDonut.setOuterBoundarySimpleArea(outerBoundary)

Sets the outer boundary of the donut. 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.

Parameters:

outerBoundary (FMESimpleArea) – The simple area to set as the outer boundary.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.