Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
Is it possible to make a rule (in repeat region) that filters whole subassemblies (including all parts) according ptc_common_name of the subassembly?
thanks in advance.
T.
Solved! Go to Solution.
I would give the subassemblies a ptc_common_name value of something like "filter_me"
then create a filter rule that is asm.mbr.ptc_common_name != *filter_me*
does this sound like somthing that might work for your application?
if not i have a couple more things you could do but they are just a little more in depth.
are the other things in your region parts or are they all subassemblies?
THERE ARE ALSO PARTS IN THE REGION
I would give the subassemblies a ptc_common_name value of something like "filter_me"
then create a filter rule that is asm.mbr.ptc_common_name != *filter_me*
does this sound like somthing that might work for your application?
if not i have a couple more things you could do but they are just a little more in depth.
ok, but will all parts belonging that subassembly be filtered too?
only if they share that same ptc_common_name
ok, thanks