Skip to main content
1-Visitor
February 10, 2014
Solved

FAMILY TABLE

  • February 10, 2014
  • 2 replies
  • 1276 views

hi,

can any one tell me how to hide or remove a row in a 2d repeat region. i have used all options. please help


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 MartinHanak

Rajiv,

you can use Filter command (click Repeat Region icon on Table tab in Creo Paremetric 2.0 to see the menu) and hide instances using their instance names.

Eg.

&fam.inst.name != some_instance_name

Martin Hanak

2 replies

24-Ruby III
February 10, 2014

Rajiv,

you can use Filter command (click Repeat Region icon on Table tab in Creo Paremetric 2.0 to see the menu) and hide instances using their instance names.

Eg.

&fam.inst.name != some_instance_name

Martin Hanak

1-Visitor
February 10, 2014

THANKS