fmeobjects.FMEText.rotate2D

FMEText.rotate2D(center, angle)

Rotates the text counterclockwise around the ‘center’ point by the specified ‘angle’ (in degrees). An error is returned if the operation is unsucessful.

Parameters
  • center (FMEPoint) – The center point of the curve.

  • angle (float) – The angle by which the curve is rotated.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.