fmeobjects.FMEGeometryTools.setArcSecondaryRadius

FMEGeometryTools.setArcSecondaryRadius(arc, secRadius)

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

Sets the secondary radius of the arc. 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 secondary radius for.

  • secRadius (float) – The secondary radius.

Return type:

FMEArc

Returns:

The arc after the secondary radius is set.

Raises:

FMEException – An exception is raised if an error occurred.