Skip to main content
1-Visitor
May 12, 2010
Question

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

  • May 12, 2010
  • 1 reply
  • 943 views
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-Visitor
November 5, 2015

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