PointCloudInstance.SetSelectionFilter
Method
Description:
Sets active selection filter by cloning of the one passed to it.
Sets active selection filter by cloning of the one passed to it.
Remarks:
The filter is provided in the coordinates of the Revit model. If the point cloud is altered (e.g. by moving, rotating, scaling or other modifications) the point cloud filter is not modified and the set of highlighted or isolated points will change. The selection filter is not preserved when the Revit document is saved.
The filter is provided in the coordinates of the Revit model. If the point cloud is altered (e.g. by moving, rotating, scaling or other modifications) the point cloud filter is not modified and the set of highlighted or isolated points will change. The selection filter is not preserved when the Revit document is saved.
Parameters
Parameter | Type | Description |
---|---|---|
pFilter | PointCloudFilter | The filter object to be made active. If <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LST8C954278_1"></span></span> is supplied, the active filter is removed. |
Return Value