Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
You could add a (Pro/)program to the part, which asks for the parameter values when regenerating:
INPUT
LENGTH NUMBER
"enter the length in mm"
END INPUT
However, this can be annoying if regenerating an assembly with a lot of those parts...
For even more comfort, try to use WebLink to edit parameters using a HTML form in the internal browser. This would allow help texts, selection of predefined values etc.