fmeobjects.FMESimpleArea.is3D
- FMESimpleArea.is3D()
 Returns whether or not the geometry is 3D.
- Return type:
 - Returns:
 Returns
Trueif the geometry is 3D andFalseotherwise. ForFMENull, this method will always returnTrue. ForFMEAggregate,FMEMultiPoint,FMEMultiArea,FMEMultiTextandFMEMultiCurve, this method will returnTrueif any one of the sub-parts is 3D. If the collection is empty or all of its members are 2D, this method will returnFalse.