Advanced Component Iterator Features: Spatial Search Boundaries
Objects can be filtered based on their spatial location or extent. Objects are included in the Iterator if they fall within a search bounds.
We can specify a 2-dimensional or 3-dimensional search bounds.
We can specify the ‘closure’ of the search bounds.
- Full closure: Include objects that lie exactly on the edge of the search bounds.
- Partial closure: Excludes objects that lie exactly on the bottom and left side of the bounds.
We can specify the ‘inclusion’ for objects in a search bounds.
- Full Inclusion: Objects must be fully contained within the search bounds.
- Partial Inclusion: Objects must only be partially contained.
We can specify ‘quality’ of the bounds test.
- Point: The center point of the object tested.
- Bounding Box: A box around the object is tested.
- Exact: The geometry of the object is tested.