fmeobjects.FMEFeature.convertAnyArcToPoints

FMEFeature.convertAnyArcToPoints(center, semiPrimaryAxis, semiSecondaryAxis, origNumSamps, startAngle, sweepAngle, 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.

  • sweepAngle (float) – The sweep angle.

  • rotation (float) – The amount of rotation.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.