PointCloudFilter.TestCell
Method
Description:
Checks whether a given cell, i.e. a box aligned with the XYZ axes, is inside, outside or on the border of the volume of interest.
Checks whether a given cell, i.e. a box aligned with the XYZ axes, is inside, outside or on the border of the volume of interest.
Parameters
| Parameter | Type | Description |
|---|---|---|
| min | XYZ | The lower corner of the cell. |
| max | XYZ | The upper corner of the cell. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |