Author Topic: Converting a metric dwg to imperial  (Read 3307 times)

0 Members and 1 Guest are viewing this topic.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Converting a metric dwg to imperial
« on: August 16, 2006, 04:03:14 PM »
Is there a way to easily convert a dwg based on mm to inches?  I know I can scale the drawing based on the 1:25.4 scale factor, but this does not change the ltscale for each entity in the drawing.  If I scale the dwg only, I have to set my LTScale to 0.1 to even begin to see linetypes.  This doesn't work, because any new lines I draw are either to tiny or to large w/ regard to ltscale.

My thought is if there isn't any easy way, I will have to create a function to recreate every entity and erase the original.  NOT FUN
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Dinosaur

  • Guest
Re: Converting a metric dwg to imperial
« Reply #1 on: August 16, 2006, 04:12:36 PM »
Can you select all entities and change their ltscale to 1 in the properties window?  You may have to do each object group individually if ltscale is not a changeable property for some but still should go quickly.

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: Converting a metric dwg to imperial
« Reply #2 on: August 16, 2006, 04:22:50 PM »
yes, and no
they already are set to 1.  I would need to set them to 0.0393 (roughly 1/25.4) to make them view correctly.  My BIG fear is that my users wont / cant figure out what to do. (Most of them have <5 years experience)
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: Converting a metric dwg to imperial
« Reply #3 on: August 16, 2006, 04:24:01 PM »
If the above setting gets set on new linework, it would appear too small, or unviewable at all
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Converting a metric dwg to imperial
« Reply #4 on: August 16, 2006, 04:29:45 PM »
Well, lets see ...

You mentioned scaling the drawing

this has its advantages, it is quick and painless
and its disadvantages, the linetype scales for items are screwed up

So, the bottom line is that to utilize this way, you will need to physically change the linetype scale of each entity. This is fine except that blocks will have to be refedited and will be difficult to manage.

Another option is to simply change the dimension scaling, but you will then need to draw everything 1/25.4 of the actual size.

I dunno .. a lisp could work wonders, changing the items in the properties dialog would work ...
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Converting a metric dwg to imperial
« Reply #5 on: August 16, 2006, 04:32:45 PM »
Hold on a minute ... if your current linetype must be set to 1 in an effort to make the lines show properly, and the drawing lines are set to 1 but they don't show correctly, then I think you can create a new drawing with the linetypes as they "should" be, and simply copy and paste the other drawing into the new one. I think it has something to do with the scale of the linetype definition and not the scale of the linetype.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: Converting a metric dwg to imperial
« Reply #6 on: August 16, 2006, 04:36:24 PM »
Let me try that!!!!!!!!!!!!!!
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Converting a metric dwg to imperial
« Reply #7 on: August 16, 2006, 04:42:08 PM »
I just tried it and it works properly, you will of course need to make sure all of the defined linetypes in drawing1 are defined in drawing2, and you will need to have already scaled the drawing when you insert it into the new drawing.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Greg B

  • Seagull
  • Posts: 12417
  • Tell me a Joke!
Re: Converting a metric dwg to imperial
« Reply #8 on: August 16, 2006, 04:45:17 PM »
Remind me why linetype scale determines a drawing looks....

CADaver

  • Guest
Re: Converting a metric dwg to imperial
« Reply #9 on: August 16, 2006, 04:50:57 PM »
Wouldn't it be a lot easier to change the DIMLFAC to 25.4 and DIMUNIT to decimal then update the dims??

Oops other way round, change DIMLFAC to 10/254 and the DIMUNITS to Archie.
« Last Edit: August 16, 2006, 04:53:18 PM by CADaver »

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: Converting a metric dwg to imperial
« Reply #10 on: August 16, 2006, 05:15:51 PM »
It works perfectly!!! thanks Keith
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: Converting a metric dwg to imperial
« Reply #11 on: August 16, 2006, 05:17:23 PM »
Remind me why linetype scale determines a drawing looks....
the ltscale determines how much space is applied to the linetype definition. so if the definition says .5 line & .25 space a ltscale of 1.0 prints .5/.25    A ltscale of 2 would print 1.0/.5 space
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Crank

  • Water Moccasin
  • Posts: 1503
Re: Converting a metric dwg to imperial
« Reply #12 on: August 17, 2006, 02:02:30 AM »
imperial : use ACAD.lin
metric  : use ACADISO.lin

So all you have to do is reload the linetypes of the rigth .lin file.

For custom linetypes this doesn't work, so then I suggest changing the LTSCALE.
Vault Professional 2023     +     AEC Collection