<Code Lib>
2021 Enumeration
Changes 0
E

SelectionFilterAction

Description:
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
E None Selection filter is ignored.
E Highlight Points that pass the filter are highlighted.
E Isolate Only points that pass the filter are visible.

Loading…