Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Parameter precision in Form

5 REPLIES 5
SOLVED
Reply
Message 1 of 6
fakeru
635 Views, 5 Replies

Parameter precision in Form

I have the following problem:

I have created a form in which I need to see the volume value. For that I created a User Parameter that is set to be equal with part's volume:

Volume=iProperties.Volume

What I don't like is that the precision for the parameter is too long and I can't change it...

Capture.JPG

 

 I changed the precision in Document Settings and also for the parameter itself in the Parameters window, but these changed don't affect what is the form.

Any solution? A precision of 1.1 would be good for me.

 

Thanks

Alexandru

Autodesk Inventor 2015 Certified Professional
5 REPLIES 5
Message 2 of 6
jletcher
in reply to: fakeru

in ILOGIC use the round decimal precision..

 

volume=Round (iProperties.Volume,3)

 

the 3 is number of places..

Message 3 of 6
fakeru
in reply to: jletcher

Unfortunately it works only if the Units are set to meter in Document Settings. I really need to be mm there.  And if so, it still displays too many figures. Please check this in the attached part1 from my first post.

 

Regards

Alexandru

Autodesk Inventor 2015 Certified Professional
Message 4 of 6
jletcher
in reply to: fakeru

Go to your form remove the Parameters from the form replace it with iproperties Volume

Message 5 of 6
rhasell
in reply to: jletcher

As James mentioned, here is screen capture to help:

 

The top one is yours, the bottom one is the iProperties.

 

 

form-volume.PNG

Reg
2024.2
Please Accept as a solution / Kudos
Message 6 of 6
fakeru
in reply to: jletcher

Yes, thank you!

Autodesk Inventor 2015 Certified Professional

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report