ilogic - suppress component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need a help with iLogic, i attached an example.
There are 3 rectangulars and 3 circles (cubes and cylinders in fact) - i created multibody part.
I have 2 rules in iam file. When rectangular or circle is small <10 i want to suppress components.
I want to do this by iLogic - moreover i DO NOT WANT to use trigger and run both 2 rules when open (for eg.)
All i want is to run just ONE proper rule.
When i change in ipt parameter a_rect, b_rect, c_rect <=10 then iLogic should suppress those components and run just rule_rectangular.
When i change in ipt parameter a_rect, b_rect, c_rect >10 then iLogic should unsuppress those components and run just rule_rectangular.
When i change in ipt parameter a_circ, b_circ, c_circ <=10 then iLogic should suppress those components and run just rule_circular.
When i change in ipt parameter a_circ, b_circ, c_circ >10 then iLogic should unsuppress those components and run just rule_circular.
Why? because i have hundreds of components and a lot of rules - and if i run all of them it take a long of time....
I wish I could use function Component.IsActive from ipt file - it'll be easier...