fmeobjects.FMECurve.rotate2D

FMECurve. rotate2D ( center,angle )

Rotate the curve counterclockwise around the ‘center’ point by the specified ‘angle’ (in degrees).

Parameters:
  • center(FMEPoint) – The center point of the curve.
  • angle(浮动) – The angle by which the curve is rotated.
Return type:

None

Raises:

FMEException– An exception is raised if an error occurred.