fmeobjects.FMECompositeSurface.appendPart
- FMECompositeSurface.appendPart()
appendPart(surface),
This appends the surface to the composite surface. If
None
is passed in, nothing will be appended. All areas in the composite surface will be forced to have the same dimension. If any 3D areas exist, all 2D areas 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.