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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Pro/program to suppress specific extrude based on dimension value.

brianlynn
1-Newbie

Pro/program to suppress specific extrude based on dimension value.

I have an "Extrude 38" that I want to suppress when d2839 exceeds a value
of .865, but it has been so long since I played in pro/program, I do not
really have the time to fiddle with it to relearn what to do. Can someone
tell me how to code pro/program to get what I want.

Thank you,

Brian S. Lynn
Technical Coordinator, Product Engineering
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

Hi Brian

Today by a google search I found this really old topic, so my answer will help a lot somebody else

1. Open ProProgram

2. Find the proper line where your feature "Extrude 38" is described

3. Type IF d2839 > .865 in the line above ADD FEATURE...

4. Type END IF in the line underneath END ADD

Regards

Top Tags