fmeobjects.FMEGeometryTools.setArcPrimaryRadius
- FMEGeometryTools.setArcPrimaryRadius(arc, primRadius)
This method is deprecated as of FME 2022.1. Use
FMEArc.setPrimaryRadius
instead.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:
- Return type:
- Returns:
The arc after the primary radius is set.
- Raises:
FMEException – An exception is raised if an error occurred.