fmeobjects.FMEFace.is3D
- FMEFace.is3D()
- Returns whether or not the geometry is 3D. - Return type:
- Returns:
- Returns - Trueif the geometry is 3D and- Falseotherwise. For- FMENull, this method will always return- True. For- FMEAggregate,- FMEMultiPoint,- FMEMultiArea,- FMEMultiTextand- FMEMultiCurve, this method will return- Trueif any one of the sub-parts is 3D. If the collection is empty or all of its members are 2D, this method will return- False.