PointCloudFilter.TestCell Method

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.


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public int TestCell(
	XYZ min,
	XYZ max
)

Parameters

min  XYZ
The lower corner of the cell.
max  XYZ
The upper corner of the cell.

Return Value

Int32

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

PointCloudFilter Class
Autodesk.Revit.DB.PointClouds Namespace