fmeobjects.FMEOrientedArc.isClosed

FMEOrientedArc.isClosed(threeD)

Returns True if the start and end points have identical coordinate values. If ‘threeD’ is True, the z coordinate of the start and end points will be compared. This does not take measures into consideration.

Parameters:

threeD (bool) – Whether to compare the z coordinate value.

Return type:

bool

Returns:

True if the start and end point have identical coordinate values, False otherwise.