Class FiltersManagerHelper
Helper methods for ICamIpcFiltersManager
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class FiltersManagerHelper
Methods
GetFilterEnabled(ComWrapper<ICamIpcFiltersManager>, TWorkFilterType)
Get whether a geometry selection filter type is enabled
Declaration
public static bool GetFilterEnabled(this ComWrapper<ICamIpcFiltersManager> managerCom, TWorkFilterType filterType)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcFiltersManager> | managerCom | |
| TWorkFilterType | filterType |
Returns
| Type | Description |
|---|---|
| bool |
SetFilterEnabled(ComWrapper<ICamIpcFiltersManager>, TWorkFilterType, bool)
Enable or disable a geometry selection filter type. The change is applied immediately to the 3D viewport.
Declaration
public static void SetFilterEnabled(this ComWrapper<ICamIpcFiltersManager> managerCom, TWorkFilterType filterType, bool isEnabled)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcFiltersManager> | managerCom | |
| TWorkFilterType | filterType | |
| bool | isEnabled |