fmeobjects.FMEOrientedArc.setArc
- FMEOrientedArc.setArc(arc, transformationMatrix)
Sets the arc of this oriented arc. The input arc should be planar. The existing arc will be replaced and the transformation matrix will be reset to the given value. To leave the transformation matrix in place and modify the arc’s local coordinates only, use setArcInLocalCoordinates(). If the input arc is
None
, then an exception will be raised.- Parameters:
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.