fmeobjects.FMEEllipse.setBoundary¶
-
FMEEllipse.
setBoundary
(boundary)¶ This sets the curve that defines the boundary of the ellipse. If this arc is not closed, the closure will be assumed as a complete continuation of the arc where the end point is 360 degrees from the the start point. If an error occurs, an exception is thrown.
Parameters: boundary (FMEArc) – The arc representing the new boundary of the ellipse. Return type: None Raises: FMEException – An exception is raised if an error occurred.