Skip to main content
1-Visitor
August 1, 2017
Solved

Bend Machine - Piping

  • August 1, 2017
  • 1 reply
  • 1583 views

Decimals.PNG

We have created a bend machine table and would like to use it on the drawing. However we would like to adjust the decimals from 3 down to 2. Any suggestions on how this can be done?

Best answer by StephenW

In the table, after each parameter, add [.2].

Just a warning, this truncates the value instead of rounding the value.

 

We use it on for weight on drawings. In this case, it's zero decimal places.

&PRO_MP_MASS[.0]

 

1 reply

StephenW23-Emerald IIIAnswer
23-Emerald III
August 1, 2017

In the table, after each parameter, add [.2].

Just a warning, this truncates the value instead of rounding the value.

 

We use it on for weight on drawings. In this case, it's zero decimal places.

&PRO_MP_MASS[.0]