fmeobjects.FMEOrientedArc.setArcInLocalCoordinates

FMEOrientedArc.setArcInLocalCoordinates(arc)

Sets the arc of this oriented arc. The input arc should be planar. If the input arc is None, then an exception will be raised.

Parameters:

arc (FMEArc) – The arc to set on this oriented arc.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.