Skip to main content

Convert autocad Drawings from mm to inch or vice vera

If you have a drawing in Imperial units and want to convert it to Metric, changing the dimension primary units is not gonna work ass the actual length between any two line won't change. You'll have to scale the drawing with a factor that increases the drawing size.

There are 3 different ways to do it, as mentioned in Cad-Notes

  • Scale the drawing manually 
  • Create a new drawing with your preferred unit, then insert/bind your drawing there.
  • Using DWGUNITS tool for Autocad 2009 & later.

Scaling Manually

Inch to mm

To manually scale a drawing from inch to mm, you have to select all the objects you want to scale & choose a base point & specify the scale factor as 25.4 

mm to inch

To manually scale a drawing from mm to inch, you have to select all the objects you want to scale & choose a base point & specify the scale factor as 0.0393.

Explanation 

We know that to convert a drawing from mm to m, you have to scale it by 0.001(1/1000) as 1m=1000mm. So, to convert a drawing from mm to inch, we need to scale the drawing by a factor that converts 1mm to 1 inch and you can find that 1inch = 25.4mm. so to convert 1inch into its equivalent metric size, we need to scale 25.4 times.

similarly to scale a drawing from mm to inch, we need to convert 1mm to its equivalent inch(Imperial) size. So, scaling the drawing by 0.0393(1/25.4) times would do the work.

Inserting as Block

Inch to mm

Create a New Drawing and set the units to mm, Use the insert command to select the drawing you wish to convert, In th prompt window select the drawing tha is in inch and you can see that AutoCAD automaticallt scales the drawing by 25.4, to convert it from inch to mm. Now you can just insert the block and explode it if you wish or keep working on it.

mm to inch

The same process can be replicated in converting mm to inch




Using DWGUNITS tool

This tool uses the command line to specify the units requirements. This is pretty lengthy process and might be confusing too, with lot of prompt options

Cad-Notes Link

Comments

Popular Posts

Power Query - "SUBSTITUTE" Function: Remove/Replace multiple values in a column in One Step.

Often times, when you get data from a source, there will most probably be something incorrect that needs to be fixed using an ETL process of Power Query. And most of those transformations would require either Replacing or Removing string's that are not necessary. For example, if you extract any financial data from a source which has multiple currency symbols, there's a chance that the numbers get extracted along with the currency symbols like "$700"/"€700" instead of 700. And these type of cases makes it tough to Transform the Data to our wish as the value will be considered as a text instead of a number. In those type of cases, we would most likely have to create multiple steps to remove the multiple currency symbols from the Column. But thanks to the solution provided by Marcel for one of the questions posted on Stack Overflow, with a little manipulation of the Query language (M), we can replace/Remove multiple strings in one step using the List. ...

Grasshopper: Voronoi Holes on a Planar surface

One of the best natural examples for a Voronoi is the Wing structure of a dragon fly.Grasshopper can help us to build a shape like this in Rhino. Image Courtesy:  The Pond blog Grasshopper by default has a node for Voronoi, we just have to prepare the necessary information to feed into the node. The following example shows how to create a Voronoi shaped holes in a surface Create a planar  Surface  from rhino or grasshopper Randomly Populate the surface with points using the  Populate 2D  Node Feed the surface and the points into the  Voronoi  node and feed a number slider too to adjust eh radius This forms the required Voronoi structure which you can edit the number of points or radius. To create the holes we need to offset each and every inner portion towards its centre using the  Scale  node We can find the centre of each of the inner portions using Area node I'm not sure why but using the offset command su...

Grasshopper: offsetting curves on surface vs scaling curves on surface

Though in Grasshopper Offset and Scale are two different node functions, when it comes to a planar surface, the results of the both are similar. But, I found the " Scale" node to be effective when you want to loft the resultant curve with another. The following images show the different results of a Voronoi structure that yielded when scale and offset nodes are used. When the Offset node is used When Scale is used

Scribble on your PC/Mac screen with these annotation tools

     While you are in a presentation or hosting a webinar, you might want to write/highlight a part of your screen to draw the attention of your audience on something important. Although you can use the tools from powerpoint to scribble in the PPT file, you might want to write something on other apps as well.      That's where these awesome apps come into play. Although these apps have similar features, you might prefer one above the other. ZoomIt :       ZoomIt is an application developed by Microsoft which can be installed from the following link . It is a free tool with features like Text, Shapes, whiteboard, blackboard, zoom . When activated, the tool converts the current screen into a static image and allows you to draw/write on it. One the tool is activated, you can also choose to create a whiteboard/blackboard screen on your PC to draw on. Although the colors are limited to 6 colors: Red (R) , Green (G) , Blue (B) , Orange (O...