fmeobjects.FMEMultiArea.appendPart

FMEMultiArea.appendPart(area)

This appends the area to the MultiArea. If None is passed in, nothing will be appended. All areas in the MultiArea 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

area (FMEArea) – The area to be appended.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.