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