Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I need to change the number of decimal places shown in repeat region column in CREO Parametric drawings.
Solved! Go to Solution.
on the end of your parameter, add [.x] (where 'x' is the number of decimal places you want)
Example
&asm.mbr.PRO_MP_MASS[.0] LBS
the repeat region shows the parameter "pro_mp_mass" and uses zero places [.0] and the adds the text LBS
on the end of your parameter, add [.x] (where 'x' is the number of decimal places you want)
Example
&asm.mbr.PRO_MP_MASS[.0] LBS
the repeat region shows the parameter "pro_mp_mass" and uses zero places [.0] and the adds the text LBS