fmeobjects.FMEArc.setSweepAngle

FMEArc.setSweepAngle()

setSweepAngle(sweepAngle),

Sets the sweep angle of the arc, measured counter-clockwise up from the horizontal. Note: ‘sweepAngle’ is a t angle. The arc is first converted to an arc by center point before the ‘sweepAngle’ is set. Refer to the @Arc (function) in the FME Functions and Factories manual for a detailed definition of ‘sweepAngle’.

Parameters:

sweepAngle (float) – The sweep angle to set on the arc.

Return type:

None