fmeobjects.FMEMultiSolid.appendParts

FMEMultiSolid.appendParts(multiSolid)

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

Parameters:multiSolid (FMEMultiSolid) – The MultiSolid to be appended.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.