Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I've created a simple script...
where I search for a dimension in a part and I want the user to be prompted to enter a new value for the dimension
and then have the model regenerate.
Problem is I can not find how to prompt the user to enter a new value...?
see the code below....
BEGIN_ASM_DESCR
USER_SELECT PART THIS_PART
SEARCH_MDL_REF THIS_PART DIMENSION "D5" D5_DIM_VALUE
SET_DIM_VALUE D5_DIM_VALUE
REGEN_MDL THIS_PART
END_ASM_DESCR
Any help would be greatly appreciateed
Thanks in advance
Dave
Dave McClinton
Mechanical Designer
Xylem - Leopold
227 South Division St
Zelienople, PA. 16063
Email:David.McClinton@xyleminc.com
You have a couple of options, but the easiest is probably USER_INPUT_PARAM.
Design well!