SelectionFilterAction
Description:
An enumerated type containing the type of actions that may be taken with a selection filter applied to a point cloud.
An enumerated type containing the type of actions that may be taken with a selection filter applied to a point cloud.
public enum SelectionFilterAction
| Name | Description |
|---|---|
| None | Selection filter is ignored. |
| Highlight | Points that pass the filter are highlighted. |
| Isolate | Only points that pass the filter are visible. |