fmeobjects.FMEFace.addInnerBoundarySimpleArea
- FMEFace.addInnerBoundarySimpleArea(innerBoundary, closeMode)
Adds an inner-boundary area to this face, represented by the specified simple area. Refer to
setArea()for the usage of the parameter ‘closeMode’. IfNoneis passed in, this face will not be modified.- Parameters:
innerBoundary (FMECurve) – The face’s inner boundary as a
FMESimpleArea.closeMode (int) – The face’s close mode. Must be either
FME_CLOSE_3D_AVERAGE_MODE,FME_CLOSE_3D_EXTEND_MODE, orFME_CLOSE_3D_EXTEND_OR_AVERAGE_Z_MODE.
- Return type:
None