fmeobjects.FMEFeature.convertArcToPointUseAttributes

FMEFeature.convertArcToPointUseAttributes()

Return the bounding cube of the feature in the format ((min x, min y, min z), (max x, max y, max z)) Strokes an arc feature to be a polygon or line. The parameters used to stroke the arc or ellipse are retrieved from the related attributes. Arcs with a sweep angle of 360 degrees will be converted into a polygon.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.