cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Relation Table patterns

dvergnes
1-Newbie

Relation Table patterns

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 2

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.

Hi,

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

MH


Martin Hanák
Top Tags