fmeobjects.FMEGeometryTools.setArcRotation

FMEGeometryTools.setArcRotation(arc, rotation)

This method is deprecated as of FME 2022.1. Use FMEArc.setRotation instead.

Set the rotation on an arc object. All angles are CCW up from the horizontal and are measured in degrees. If the underlying arc is stored by bulge or by 3 points, it will become an arc by center point.

Parameters:
  • arc (FMEArc) – The arc to set the rotation for.

  • rotation (float) – The rotation factor.

Return type:

FMEArc

Returns:

The arc after setting the rotation.

Raises:

FMEException – An exception is raised if an error occurred.