Question
Select a different reference based on a parameter?
Creo Parameteric 3, build 190
Lets say I have a simple extrude feature, extruded up to a plane. How can I have it end at a different reference (plane, point, etc), based on the value of a part parameter?
Something like:
IF myParam = "Short"
<reference> = dtm_plane_short
ELSE
<reference> = dtm_plane_long
ENDIF
I seem to recall being able to this way back in the day with Pro/E, but its been ages.

