PDA

View Full Version : Converting dimensions "inch to mm" using through VBA



ganes5425735467
2016-09-19, 09:33 AM
Dear Friends

We need a programming in Converting dimensions "inch to mm" using through VBA.
Please anyone can help.

jwanstaett
2016-10-01, 03:58 PM
Need more information?? Where and why do you need the Convention
If for a Dimension in the drawing then just style the dimension.
To see in both In and mm
Turn on altermate units on the dimension
set Atl suffix to mm
set Atl scale to 25.4

To see in just mm
Set Dim Scale linear to 24.4
Set Dim suffix to mm
Set Dim Units to Decimal

Note if everything in the drawing is in mm then you should have your drawing units set the mm not inch then there no need for converting. If you change units after starting the drawing everything in the draw before the change will need to be scale by 25.4

104174