Click or drag to resize

SelectionCustomFilterTSelection Class

Custom filter to be used in SelectionBoxAttribute which allows providing a custom logic to filter the selections in the selection box
Inheritance Hierarchy
SystemObject
  CodeStack.SwEx.PMPage.BaseSelectionCustomFilterTSelection

Namespace:  CodeStack.SwEx.PMPage.Base
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class SelectionCustomFilter<TSelection>

Type Parameters

TSelection
Type of selection or Object

The SelectionCustomFilterTSelection type exposes the following members.

Constructors
  NameDescription
Public methodSelectionCustomFilterTSelection
Initializes a new instance of the SelectionCustomFilterTSelection class
Top
Methods
  NameDescription
Protected methodFilter(TSelection)
Filters if selection should be added to the selection box
Protected methodFilter(IPropertyManagerPageControlEx, TSelection, swSelectType_e, String)
Filters if selection should be added to the selection box
Top
Remarks
Use this method if object needs to be filtered by additional parameters (not just by type). For example only planar faces can be selected or only part components can be selected in the assembly
See Also