round expression value
round expression value
(OP)
(NX5)I'm using the expression for sheet metal thickness, in a text note on the drawing, but the expression comes out as 3.00 but i only want it to read 3 how can i round it down ?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: round expression value
<X0.2@t> where t is the expression 3 is the value and 3.00 is how the note appears.
<X0.0@t> where t is the expression 3 is the value and 3 is how the note appears.
Because .2 was changed to .0 inside the note substitution text block. In that little coded statement the number after the decimal point dictates the number of decimal places used.
Best regards
Hudson
RE: round expression value