fmeobjects.FMECSGSolidIterator.isBranch¶
-
FMECSGSolidIterator.isBranch()¶ This method returns
Trueif 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 returnsFalseif the iterator is at a leaf node.Return type: bool Returns: Returns Trueif the iterator reaches a branch node and false otherwise.