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:
- Return type:
- Returns:
The arc after setting the rotation.
- Raises:
FMEException – An exception is raised if an error occurred.