fmeobjects.FMEArc.setCenterPoint¶
-
FMEArc.
setCenterPoint
()¶ setCenterPoint(centerPoint),
Sets the center point of the arc. The arc is converted to an arc by center point as a result of this method.
Parameters: centerPoint (FMEPoint) – The center point to set on the arc. Return type: None Raises: FMEException – An exception is raised if an error occurred.