Message 1 of 5
iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to suppress/activate features in a part
If condition A is true
Set_features (hole1, hole2...)
if ofeature = Set_features then
Feature.IsActive ( ofeature) = True
Else
Feature.IsActive ( ofeature) = False
My question is how to define a set of features?