fmeobjects.FMEArc.setMidPoint¶
-
FMEArc.
setMidPoint
()¶ setMidPoint(midPoint),
Sets the midpoint of the arc. It only sets the midpoint if the arc can be successfully converted to an arc by mid point.
Parameters: midPoint (FMEPoint) – The midpoint to set on the arc. Return type: None Raises: FMEException – An exception is raised if an error occurred.