fmeobjects.FMEFace.deleteSide

FMEFace.deleteSide(front)

This method deletes the side specified by ‘front’ and indicates whether or not it existed before being deleted.

Parameters

front (bool) – If True then the front side will be deleted, otherwise the back side will be deleted.

Return type

bool

Returns

Returns True if the side existed before being deleted and returns False if it didn’t exist.