Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

form feature in regeneration pro/program

Status
Not open for further replies.

kgrzebien

Industrial
Joined
Jul 1, 2005
Messages
43
Location
US
I would like to put a formed feature in pro/program that needs to be regenerated by a parameter called "size".
The form feature changes length "d1=2.000" when "size=1" and "d1=3.000" when "size=2".
The base part of the form is programmed to the above values but I get failure placing the "execute" statement in the part where the form is used.
Normally a simple execute statement will allow a part to reconfigure a dimension but I can't seem to get it to work on a formed feature. Any ideas???
 
Another way may be to create two separate features (from 2 unique form parts) and then add if..endif statements to the Pro/Program.
 
I thought about that and even thought of just installing the different instances of the same form feature. But I am driving other features (mounting holes etc.) with the same parameter so I figured it would be easier to simply use one feature and regenerate it with the parameters.
 
In this situation I would add some datum features to reference the mounts from (independent of the form), and then drive those from your parameter as well.

It would make sense for the Execute function to work.. but.. you can't win 'em all.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top