fmeobjects.FMEPath.removeEndPart

FMEPath.removeEndPart()

This removes the end FMESegment of the path. If there are no segments in the FMEPath, None is returned.

Return type:

FMEArc or FMELine

Returns:

The FMESegment at the end of the path. Returns the terminal geometry of the FMESegment, either a FMEArc or FMELine.