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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Pattern to index with length change

ptc-2081336
1-Newbie

Pattern to index with length change

Ok, I have a part that has 8-9 instances, each one 19mm longer than the other. Along the length there are holes, and every time the part grows by 19mm another hole is added. Is there a way to setup a relation so I do not need to add the pattern to the family table? I figured there is some way of setting a relationship up with the lengh.
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.
1 REPLY 1
SylvainA.
4-Participant
(To:ptc-2081336)

You can add a relation "p1=(d1-x)/19" Where "p1" is the number of pattern members, "d1" is the total lenght of your part, "x" is a real number, "d1-x" value must be 19 for the shortest part (thus the shortest part will have one hole). But you must add "p1" to your family table (without setting its value for each row) in order to avoid any problem. Then, when an instance of the family table is regenerated, the value of "p1" will be automatically filled by Pro/E (you can use the "Verify instances of the family" command).
Top Tags