Skip to main content
1-Visitor
June 7, 2017
Solved

Number parameter without digits

  • June 7, 2017
  • 2 replies
  • 1782 views

Hi everyone,

 

i want to "label" one of the parameters into my part. So far no problem using the text sketch tool and extrude feature. However, the text shows also all of its digits which means instead of "300" i get "300.000000", which makes it already impossible to get only one parameter labeled.

 

Is there a way to truncate the digits

 

3cd43243vf2.png

Best answer by MartinHanak

Hi,

  • create Integer parameter PLUS_TOLERANZ_ROH_INT
  • add relation PLUS_TOLERANZ_ROH_INT = plus_toleranz_roh
  • use PLUS_TOLERANZ_ROH_INT parameter in your "label"

MH

2 replies

24-Ruby III
June 7, 2017

Hi,

  • create Integer parameter PLUS_TOLERANZ_ROH_INT
  • add relation PLUS_TOLERANZ_ROH_INT = plus_toleranz_roh
  • use PLUS_TOLERANZ_ROH_INT parameter in your "label"

MH

1-Visitor
June 7, 2017

you need to delete the existing parameter and create a new one of type "Integer".

no other way.