RVTDocs.com

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.
Syntax
public int TestCell(
	XYZ min,
	XYZ max
)
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