Skip to main content
1-Visitor
April 22, 2016
Question

Relation Table patterns

  • April 22, 2016
  • 2 replies
  • 1480 views

Hello,

I would like know if it's possible to change the pattern table with a relation.

For exemple. I make a pattern by table for an Extrusion_1 and i create 2 tables.

Pattern Table 1= Table_A

    id1  d0=20

    id2  d0=30

    id3  d0=40


Pattern Table 2= Table_B

    id1  d0=20

    id2  d0=30

    id3  d0=40

    id4  d0=50

    id5  d0=60

I search a relation of this type.

/* Pattern of Extruction_1 with Table 1

if AAA=="TRUE"

table_pattern:ID_EXTRUSION_1="table_A"

endif

/* Pattern of Extruction_1 with Table 2

if AAA=="FALSE"

table_pattern:ID_EXTRUSION_1="table_B"

endif


I don't know the exactly term of "table_pattern:ID_EXTRUSION_1". If there exist.


Thank for your help,


Damien,




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.

2 replies

1-Visitor
April 22, 2016

Pro/Program can suppress or unsuppress features based on a condition. So you might need to have two features in your model instead of just one Extrude.

Try digging into the PTC Creo | Help Centers

Good luck.

24-Ruby III
April 25, 2016

Hi,

you can switch between pattern tables, if you create family table in your part.

MH