Message 1 of 2
iLogic Rule - View Representations - Toggling Component Visibility Within Assembly, Based on Custom iProperty Value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have a fabrication template which contains patterns that update to suit overall fabrication width, length and height. As quantities of components vary and this template will be copied and given new names, I need a good iLogic code that can keep the view reps right.
A typical fabrication will contain four view representations, such as:
Category 1 - Primary
Category 2 - Secondary
Category 3 - Tertiary
Category 4 - Cosmetic
I have given all parts within the assembly a custom iproperty, so they can be identified.
I would like a code that can be operated from assembly level. This code would ensure the following:
- When view representation "Category 1" is activated, only items with Custom iproperty "Category" value = 1
- When view representation "Category 2" is activated, only items with Custom iproperty "Category" value = 1 and 2
- When view representation "Category 3" is activated, only items with Custom iproperty "Category" value = 1 and 2 and 3
- When view representation "Category 4" is activated, only items with Custom iproperty "Category" value = 1 and 2 and 3 and 4
Is this possible?