fmeobjects.FMEArc.hasExplicitEndpoints
- FMEArc.hasExplicitEndpoints()
This returns
True
if the arc’s end points have been explicitly set, andFalse
otherwise.getPropertiesAsCentered()
method can calculate the end points if none have been specified by setting the ‘withEnds’ parameter toTrue
. If this is not desired,hasExplicitEndpoints
can be called first to determine whether the ‘withEnds’ parameter should be set toTrue
orFalse
.