fmeobjects.FMELine.isClosed¶
-
FMELine.isClosed(threeD)¶ Returns
Trueif the start and end points have identical coordinate values. If ‘threeD’ isTrue, 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: Trueif the start and end point have identical coordinate values,Falseotherwise.