fmeobjects.FMEFeature.convertArcToPoints¶
-
FMEFeature.
convertArcToPoints
(center, semiPrimaryAxis, semiSecondaryAxis, origNumSamps, startAngle, endAngle, rotation)¶ Strokes an arc feature to be a polygon or line.
Parameters: - center ((float, float)) – The center coordinate.
- semiPrimaryAxis (float) – The semi-primary axis.
- semiSecondaryAxis (float) – The semi-secondary axis.
- origNumSamps (int) – The original number of samples.
- startAngle (float) – The start angle.
- endAngle (float) – The end angle.
- rotation (float) – The amount of rotation.
Return type: Raises: FMEException – An exception is raised if an error occurred.