fmeobjects.FMEMultiSolid.appendPart

FMEMultiSolid.appendPart(solid)

This appends the solid to the MultiSolid. If None is passed in, nothing will be appended. All solids in the MultiSolid will be forced to have the same dimension. If any 3D solids exist, all 2D solids will be converted to 3D with a default Z value of 0.0.

Parameters:

solid (FMESolid) – The solid to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.