fmeobjects.FMEMultiSurface.appendParts

FMEMultiSurface.appendParts(multiSurface)

This appends the MultiSurface passed in to the MultiSurface. If None is passed in, nothing will be appended.

Parameters:

multiSurface (FMEMultiSurface) – The MultiSurface to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.