fmeobjects.FMEFace.addInnerBoundaryCurve
- FMEFace.addInnerBoundaryCurve(innerBoundary, closeMode)
Adds an inner-boundary area to this face, represented by the specified curve. 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
FMECurve.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