fmeobjects.FMECurve.setEndPoint¶
-
FMECurve.
setEndPoint
(point)¶ Changes the existing end point of this curve. If there are no points on the curve, this method does nothing.
Parameters: point (FMEPoint) – The point to set at the end of the curve. Return type: None Raises: FMEException – An exception is raised if an error occurred.