You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BoundingBox condition – and, coincidentally, the Zone Specification – work only with BoundingBoxes.
This is limiting because BoundingBoxes are, by definition, aligned to global axes.
We need to add conditions – and change the Zone Specification – so it works with portion of space not aligned to global axes. Checking for containment in a Cuboid would satisfy 99% of the cases.
Plan is:
add IsContaining functionality for Cuboid in the Geometry Engine,
Currently, BoundingBox condition – and, coincidentally, the Zone Specification – work only with BoundingBoxes.
This is limiting because BoundingBoxes are, by definition, aligned to global axes.
We need to add conditions – and change the Zone Specification – so it works with portion of space not aligned to global axes. Checking for containment in a Cuboid would satisfy 99% of the cases.
Plan is:
The text was updated successfully, but these errors were encountered: