Enum AssembleOptions.FrameFilterSelection
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Select the selection strategy for FrameFilter.
public enum AssembleOptions.FrameFilterSelection
Fields
Auto = 0Automatic selection. Select all active child nodes.
AutoAvailable = 1Automatic selection. Select all active and available child nodes.
Manual = 2Manual specification.
None = 3No selection.