Informs the filter that a series of points within a given cell is about to be checked.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void PrepareForCell( XYZ min, XYZ max, int numTests )
Parameters
- min XYZ
- The lower corner of the cell.
- max XYZ
- The upper corner of the cell.
- numTests Int32
- The engine's estimate of the number of TestPoint() calls it is going to make for this cell.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
