- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write an iLoigc rule that would look at all the parts in an assembly and for any part or sub-assembly within the top-level assembly that contains the custom iProperty "STATE", it would make that iProperty value equal to the Top Level assembly value of the same name.
Example: the top level assembly contains custom iProperty called "STATE"
the top level assembly is made up of two sub-assemblies, each with 3 parts, as well as two single parts at the top level. the two sub-assemlbies contain the same custom iProperty "STATE" as well as each of their parts and the two single parts.
I can do all this manually and make it work, but I'm hoping there is a way to just have iLogic look at the sub-assemblies and top level assembly and add each of their parts to an iLogic rule that looks something like this: (but instead of me manually typing in the components, iLogic would gather the list and set the components parameter "STATE" to equal the top level assemblies parameter "STATE"
Parameter("Sub_Assy1:1", "STATE") = STATE
Parameter("Sub_Assy2:1", "STATE") = STATE
Parameter("Single_Part1:1", "STATE") = STATE
Parameter("Single_Part2:1", "STATE") = STATE
:
Solved! Go to Solution.