fmeobjects.FMECompositeSolid.getPartAt¶
-
FMECompositeSolid.getPartAt(index)¶ Returns the solid at the index specified, or returns
Noneif the index is out of range.Parameters: index (int) – The index of the solid part to return. Return type: FMESimpleSolid or None Returns: The simple solid at the given index. Raises: FMEException – An exception is raised if an error occurred.