‘Variable based filters’- we have filters available only for the Blend Radius, Hole Diameter and Face Area (Check attached example, where, when you change value of variable Filter_Hole_Dia_Limit and Filter_Blend_Rad_Limit to something greater than or = 1 then Hole and Fillet Feature Filters out (disappears) from the Solid and when value is restored back to something less than 1 then These feature re-appears.
The user is looking for an option to create a New Variable with the True/False logic arguments and then use this new user-defined variable to control the existence of the Parametric settings.
With this functionality we should have Variable (Boolean) based filter that will logically enable/disable any feature as per the design requirement…
For e.g.
Expression (for Fillet Feature for e.g.) : a>=b? true: false can enable disable respective Fillet Feature as per the evaluation of this expression