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.FMESegment
»
fmeobjects.FMESegment.getAsLine
View page source
fmeobjects.FMESegment.getAsLine
¶
FMESegment.
getAsLine
(
)
¶
Returns the curve as a line.
Return type:
FMELine
Returns:
The curve as a
FMELine
object.