fmeobjects.FMEFace.setAreaInLocalCoordinates
- FMEFace.setAreaInLocalCoordinates(area, closeMode)
Sets the area of this face. The transformation matrix untouched. Refer to
setArea()for the usage of the parameter ‘closeMode’.- Parameters:
area (FMEArea) – The area to set on the face.
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