Skip to main content
1-Visitor
February 9, 2015
Solved

filters in repeat regions

  • February 9, 2015
  • 1 reply
  • 2598 views

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.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by SYNDAKIT

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.

1 reply

15-Moonstone
February 9, 2015

are the other things in your region parts or are they all subassemblies?

thlavinka1-VisitorAuthor
1-Visitor
February 9, 2015

THERE ARE ALSO PARTS IN THE REGION

SYNDAKIT15-MoonstoneAnswer
15-Moonstone
February 9, 2015

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.