Python FME API
FME 2018.0 b18311
Introduction
Getting started
FME Objects API reference
Features
Geometries
General
Points
Text
Curves
Areas
Solids
Surfaces
fmeobjects.FMESurface
fmeobjects.FMESurfaceIterator
fmeobjects.FMESimpleSurface
fmeobjects.FMESimpleSurfaceIterator
fmeobjects.FMEFace
fmeobjects.FMEFaceIterator
fmeobjects.FMERectangleFace
fmeobjects.FMETriangleFan
fmeobjects.FMETriangleStrip
fmeobjects.FMEMesh
fmeobjects.FMEMeshPartIterator
fmeobjects.FMECompositeSurface
fmeobjects.FMEMultiSurface
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
»
Surfaces
»
fmeobjects.FMEMesh
»
fmeobjects.FMEMesh.offset
View page source
fmeobjects.FMEMesh.offset
¶
FMEMesh.
offset
(
offsetPoint
)
¶
Offsets the surface by the coords specified by ‘offsetPoint’.
Parameters:
offsetPoint
(
FMEPoint
) – The
FMEPoint
to offset the surface by.
Return type:
None
Raises:
FMEException
– An exception is raised if an error occurred.