Python FME API
FME 2018.0 b18311
Introduction
Getting started
FME Objects API reference
Features
Geometries
General
Points
Text
Curves
fmeobjects.FMECurve
fmeobjects.FMECurveIterator
fmeobjects.FMESegment
fmeobjects.FMESegmentIterator
fmeobjects.FMEArc
fmeobjects.FMELine
fmeobjects.FMEPath
fmeobjects.FMEMultiCurve
Constants
Areas
Solids
Surfaces
Appearances and Textures
Rasters
Coordinate system and reprojection tools
Geometry tools
Raster tools
Licensing
Other utilities
FME log and error messages
Versioning and metadata constants
FME Pluginbuilder API reference
Python FME API
Docs
»
FME Objects API reference
»
Geometries
»
Curves
»
fmeobjects.FMEArc
»
fmeobjects.FMEArc.offset
View page source
fmeobjects.FMEArc.offset
¶
FMEArc.
offset
(
offsetPoint
)
¶
Offsets the geometry by the coords specified by ‘offsetPoint’.
Parameters:
offsetPoint
(
FMEPoint
) – The
FMEPoint
to offset the curve by.
Return type:
None
Raises:
FMEException
– An exception is raised if an error occurred.