Creates a new point cloud filter based upon planar boundaries.
Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PointCloudFilter CreateMultiPlaneFilter( IList<Plane> planes )
Parameters
- planes IList<Plane>
- All planes used for filtering; positive direction of the normal should point inside the volume of interest. Only points on the "positive" side of all planes will pass the filter.
Return Value
PointCloudFilterFilter object; can be used to get representative set of cloud points passing through the filter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
