fmeobjects.FMEDonut.addInnerBoundarySimpleArea
- FMEDonut.addInnerBoundarySimpleArea(innerBoundary)
Adds a simple area as an inner boundary. If the inner boundary being added has a different dimension than the other boundaries, anything 2D will be forced to 3D. Note that the default Z value is 0.0 when forcing 2D geometry to 3D. If the ‘innerBoundary’ being added is
None
, nothing will be done.- Parameters:
innerBoundary (FMESimpleArea or None) – The simple area to add to the inner boundary.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.