fmeobjects.FMECSGSolidIterator.isLeftLeaf¶
-
FMECSGSolidIterator.
isLeftLeaf
()¶ This method returns
True
if the iterator reaches a left leaf node in the CSG solid tree structure. This method returnsFalse
if the iterator is at a branch node or a right leaf node in the CSG solid tree structure.Return type: bool Returns: Returns True
if the iterator reaches a left leaf node and false otherwise.