fmeobjects.FMEGeometryTools.setArcPrimaryRadius

FMEGeometryTools.setArcPrimaryRadius(arc, primRadius)

The zscale is ignored if geometry is 2D. The returned geometry may or may not be the original object that was passed in. If a different object is returned, the original object will be destroyed. If an error occurs an exception is thrown.

Parameters:
  • arc (FMEArc) – The arc to set the primary radius for.
  • primRadius (float) – The primary radius.
Return type:

FMEArc

Returns:

The arc after the primary radius is set.

Raises:

FMEException – An exception is raised if an error occurred.