fmeobjects.FMEArc.setStartPoint

FMEArc.setStartPoint(point)

Changes the existing start 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 start of the curve.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.