Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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