LTScale & Metric
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
LTScale & Metric

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Drafting
Author Message
Gordon Price
Guest





Posted: Fri Apr 01, 2005 4:28 am    Post subject: LTScale & Metric Reply with quote

In imperial drawings, I am used to an LTScale of 1/2 DimScale, thus, an
LTScale of 24 for 1/4"=1' (DimScale 48) drawings. In PS LTScale is thus .5.
This allows for all three variations of a particular line type to be used.
Now I am working on setting up some metric drawings, and finding that I
really need an LTScale of DimScaleX10, this a 1:100 drawing needs an LTScale
of 1000 to look basically right, and an LTScale of 10 in PS works. I had
thought that, when you changed a drawings units to Metric, then the ISO LIN
file was used, which resulted in the same length of dash at a 1:1 plot scale
and LTScale of .5, but this seems not to be the case.

Anyone have any suggestions? I have code that manages LTScale relative to
DimScale, and I can reset it to X10 rather than /2, but I am not sure if
that is the best answer.

Also, the drawings in question come from another office, who seems to be
using different linetype definitions. Is the best answer to just automate
loading the definitions from our LIN file?

Best,
Gordon

Back to top
Walt Engle
Guest





Posted: Fri Apr 01, 2005 4:47 am    Post subject: Re: LTScale & Metric Reply with quote

I use ltscale of one half 25.4.
Back to top
madcadd
Guest





Posted: Fri Apr 01, 2005 4:49 am    Post subject: Re: LTScale & Metric Reply with quote

Hi Gordon,

I don't work in the same scales as you (mechanical discipline), but I do work with metric and inch all the time.

Just realize that mm's are 1/25.4 or the inverse, 25.4 X bigger than inches. And cm's 10 X larger yet or 254 X larger and meters another 100X larger or 25400 X bigger than inches.

So when you talk about a factor of 10, you won't even start to see a difference in the line. It will still appear continuous.

I just deal with them as they come as I don't usually encounter those big differences.

Back to top
Walt Engle
Guest





Posted: Fri Apr 01, 2005 4:52 am    Post subject: Re: LTScale & Metric Reply with quote

Hence the reason for ltscale to be 25.4/2 for mm.
Back to top
Gordon Price
Guest





Posted: Fri Apr 01, 2005 4:58 am    Post subject: Re: LTScale & Metric Reply with quote

"Walt Engle" <wengle@houston.rr.com> wrote in message
news:424C8C00.DE061731@houston.rr.com...
Quote:
I use ltscale of one half 25.4.


Duh, that makes sense! ;)

Thanks,
Gordon
Back to top
Dave Byrnes
Guest





Posted: Fri Apr 01, 2005 10:03 am    Post subject: Re: LTScale & Metric Reply with quote

Gordon - I don't know what the others are doing, but when I do metric
drawings or imperial drawings I use the same LTScale, 0.75 in both cases.

If you start a drawing using the metric template acadiso.dwt, when you load
linetypes they are loaded from the linetype file acadiso.lin. If you're
multiplying x10, there's something wrong, and you certainly don't need to
multiply by 25.4 -- that's all taken care of when you choose the acadiso.dwt
template. It also defaults to the metric hatch pattern file (acadiso.pat)
and the metric dimension style (iso-25).
--
Dave Byrnes/Vancouver BC
Autodesk Discussion Group Facilitator


"Gordon Price" <gordon(thorn)@albedoconsulting.com> wrote in message
news:424c8791$1_1@newsprd01...
Quote:
In imperial drawings, I am used to an LTScale of 1/2 DimScale, thus, an
LTScale of 24 for 1/4"=1' (DimScale 48) drawings. In PS LTScale is thus
..5.
This allows for all three variations of a particular line type to be used.
Now I am working on setting up some metric drawings, and finding that I
really need an LTScale of DimScaleX10, this a 1:100 drawing needs an
LTScale
of 1000 to look basically right, and an LTScale of 10 in PS works. I had
thought that, when you changed a drawings units to Metric, then the ISO
LIN
file was used, which resulted in the same length of dash at a 1:1 plot
scale
and LTScale of .5, but this seems not to be the case.

Anyone have any suggestions? I have code that manages LTScale relative to
DimScale, and I can reset it to X10 rather than /2, but I am not sure if
that is the best answer.

Also, the drawings in question come from another office, who seems to be
using different linetype definitions. Is the best answer to just automate
loading the definitions from our LIN file?

Best,
Gordon

Back to top
Kate M
Guest





Posted: Fri Apr 01, 2005 7:27 pm    Post subject: Re: LTScale & Metric Reply with quote

Are you using MEASUREMENT to "change the drawing units to metric"?
Back to top
Gordon Price
Guest





Posted: Fri Apr 01, 2005 10:57 pm    Post subject: Re: LTScale & Metric Reply with quote

"Dave Byrnes" <discussion@autodesk.com> wrote in message
news:424cee8b$1_3@newsprd01...
Quote:
Gordon - I don't know what the others are doing, but when I do metric
drawings or imperial drawings I use the same LTScale, 0.75 in both cases.

If you start a drawing using the metric template acadiso.dwt, when you
load
linetypes they are loaded from the linetype file acadiso.lin. If you're
multiplying x10, there's something wrong, and you certainly don't need to
multiply by 25.4 -- that's all taken care of when you choose the
acadiso.dwt
template. It also defaults to the metric hatch pattern file (acadiso.pat)
and the metric dimension style (iso-25).


Theris lies the problem, I think. The doco says when you use metric units
that acadiso.lin is used, not that you have to start from a different
template to get acadiso.lin to be used. Given that we already have a bunch
of templates set up, and this is a fast track job that is also rather small,
I think I will use 12.7 for now. Also, this is a remodel/addition job, and
we are using other peoples drawings, who seem to have used different
linetypes, so we are having to reload anyway. I really wish AutoCAD just
used the defs in the LIN file all the time, rather than loading and storing
in the drawing, but maybe that is just because of this situation.

Anyway, it seems to be working well enough to get thru the current project.

Best,
Gordon
Back to top
Ivan Kavinski
Guest





Posted: Wed Apr 06, 2005 2:22 am    Post subject: Re: LTScale & Metric Reply with quote

Also see MEASUREINIT for drawing setup,

Sets the initial drawing units as English or metric. Specifically,
MEASUREINIT controls which hatch pattern and linetype files an existing
drawing uses when it's opened. Also controls which template is used.

0 English; uses the hatch pattern file and linetype file designated by the
ANSIHatch and ANSILinetype registry settings
1 Metric; uses the hatch pattern file and linetype file designated by the
ISOHatch and ISOLinetype registry settings

"Kate M" <morrical@NOSPAMdc.rsapc.com> wrote in message
news:424d5a23_3@newsprd01...
Quote:
Are you using MEASUREMENT to "change the drawing units to metric"?

Back to top
madcadd
Guest





Posted: Thu Apr 07, 2005 6:21 pm    Post subject: Re: LTScale & Metric Reply with quote

Reply From: Walt Engle
Date: Mar/31/05 - 17:52 (CST)

Re: LTScale & Metric
Hence the reason for ltscale to be 25.4/2 for mm.
**********
Hi Walt, Do you mean if my drawing that is in mm's is full, half, 1/10, 1/100, 2X, 10X or 50X? Is the ltscale 12.7 in all those cases? Hmmmmmmmmmmmmmmm
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Drafting All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB