fmeobjects.FMECompositeSolid.removeEndPart¶
-
FMECompositeSolid.
removeEndPart
()¶ Removes the last simple solid of this composite solid. If there are no solids in this composite, this method will return
None
.Return type: FMESimpleSolid or None Returns: The last simple solid of the composite solid or None
.Raises: FMEException – An exception is raised if an error occurred.