Multiple Search Limits
More than one Search Limit can be defined in RocTunnel3.
Multiple Completely Inside Search Limits
- In the case where multiple Completely Inside Search Limits are defined, each Completely Inside Search Limit is handled independently of the others.
- In the cases where two Completely Inside Search Limits overlap, a block must be either completely inside the first Completely Inside Search Limit or completely inside the second Completely Inside Search Limit to be considered valid.
This is synonymous to saying: Block must be completely inside A or B.
Multiple Completely Outside Search Limits
- In the case where multiple Completely Outside Search Limits are defined, each Completely Outside Search Limit must be obeyed unconditionally.
- In the cases where two Completely Inside Search Limits overlap, the completely outside region is treated as a merged region and a block must be completely outside the first Completely Outside Search Limit and completely outside the second Completely Outside Search Limit to be considered valid.
This is synonymous to saying: Block must be completely outside A and B.
Multiple Completely Inside and Completely Outside Search Limits
- In the cases where a Completely Inside Search Limit and a Completely Outside Search Limit overlap, the completely outside region must be obeyed unconditionally, and a block must be completely inside the Completely Inside Search Limit but completely outside the Completely Outside Search Limit to be considered valid.
This is synonymous to saying: Block must be completely inside A and completely outside B.