fmeobjects.FMEMultiSurface.appendPart
- FMEMultiSurface.appendPart(surface)
This appends the surface to the MultiSurface. If
None
is passed in, nothing will be appended. All surfaces in the MultiSurface will be forced to have the same dimension. If any 3D surfaces exist, all 2D surfaces will be converted to 3D with a default Z value of 0.0.- Parameters
surface (FMESurface) – The surface to be appended.
- Return type
None
- Raises
FMEException – An exception is raised if an error occurred.