Python FME API
FME 2018.0 b18311
Introduction
Getting started
FME Objects API reference
Features
Geometries
General
Points
Text
Curves
Areas
fmeobjects.FMEArea
fmeobjects.FMESimpleArea
fmeobjects.FMEEllipse
fmeobjects.FMEPolygon
fmeobjects.FMEDonut
fmeobjects.FMEMultiArea
fmeobjects.FMEAreaIterator
fmeobjects.FMESimpleAreaIterator
Constants
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
»
Areas
»
fmeobjects.FMEPolygon
»
fmeobjects.FMEPolygon.boundingCube
View page source
fmeobjects.FMEPolygon.boundingCube
¶
FMEPolygon.
boundingCube
(
)
¶
This method returns the bounding cube of the geometry.
Return type:
tuple
[
tuple
[
float
]]
Returns:
The bounding box of the Geometry, in the form ((minx, miny, minz), (maxx, maxy, maxz)).