fmeobjects.FMECSGSolidIterator.isBranch

FMECSGSolidIterator.isBranch()

This method returns True if the iterator reaches a branch node in the CSG solid tree structure and if next() was called a Stop iteration exception would be thrown. This method returns False if the iterator is at a leaf node.

Return type:

bool

Returns:

Returns True if the iterator reaches a branch node and false otherwise.