fmeobjects.FMEFeature.boundingCube

FMEFeature.boundingCube()

This method returns the bounding cube of the feature.

Return type:tuple[tuple[float]]
Returns:The bounding cube of the feature, in the form ((minx, miny, minz), (maxx, maxy, maxz)).
Raises:FMEException – An exception is raised if an error occurred.