fmeobjects.FMEDonut.addInnerBoundaryCurve

FMEDonut.addInnerBoundaryCurve(innerBoundary)

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 curve is not closed, the closure will be assumed as a straight line from the start point to the end point. If the ‘innerBoundary’ being added is None, nothing will be done.

Parameters:

innerBoundary (FMECurve or None) – The curve to add to the inner boundary.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.