Skip to main content
12-Amethyst
December 12, 2022
Solved

Control decimal places shown in a repeat region

  • December 12, 2022
  • 1 reply
  • 1051 views

I need to change the number of decimal places shown in repeat region column in CREO Parametric drawings.

Best answer by StephenW

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 

StephenW_1-1670847228007.png

 

 

 

1 reply

StephenW
StephenW23-Emerald IIIAnswer
23-Emerald III
December 12, 2022

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 

StephenW_1-1670847228007.png