searchableBox
A cuboid given by two points on its diagonal.
Usage
box
{
type searchableBox;
min (1.5 1 -0.5);
max (3.5 2 0.5);
}
Where:
| Property | Description | Required |
|---|---|---|
min | Box minimum point | yes |
max | Box maximum point | yes |