Many thanks
Steve
"Stephen Franks" <steve....@blueyonder.co.uk> wrote in message
news:KZNUc.199534$a8.1...@fe2.news.blueyonder.co.uk...
Then set the psltscale variable to 0.
works well for drawings.
"Stephen Franks" <steve....@blueyonder.co.uk> wrote in message
news:KZNUc.199534$a8.1...@fe2.news.blueyonder.co.uk...
"Jim Plantz" <jimp...@fabreinc.com> wrote in message
news:10i7m3f...@corp.supernews.com...
--
MichaelB
www.michaelbulatovich.com
"Paul Turvill" <nos...@turvill.com> wrote in message
news:O9SdnU6jF_-...@whidbeytel.com...
"Michael Bulatovich" <Ple...@dont.try> wrote in message
news:m%0Vc.22053$ZI1.8...@news20.bellglobal.com...
"Paul Turvill" <nos...@turvill.com> wrote in message
news:UtSdneEvWe4...@whidbeytel.com...
"Michael Bulatovich" <Ple...@dont.try> wrote in message
news:B95Vc.22621$ZI1.9...@news20.bellglobal.com...
"Paul Turvill" <nos...@turvill.com> wrote in message
news:qaudnbcf7YN...@whidbeytel.com...
"Michael Bulatovich" <Ple...@dont.try> wrote in message
news:y39Vc.23256$ZI1.9...@news20.bellglobal.com...
> Right?
If you set the ltscale for all the lines to a scale of 1 and set the
psltscale to 1
doing this in layouts will make all the linetypes display identically
each viewport will scale the display of the linetypes based on the viewport
scale.
Take a look at the the autocad help for PSLTSCALE.
"Stephen Franks" <steve....@blueyonder.co.uk> wrote in message
news:KZNUc.199534$a8.1...@fe2.news.blueyonder.co.uk...
With PSLTSCALE=0 line spacing is constant (you effectively set the spacing,
dashes, dots, etc. as a number of units in the drawing) and that absolute
spacing remains the same in all viewports. In this case setting a
linespacing to be 1/2" @ 1:50 will show as 1/4" @ 1:100 or 1" @ 1:25.
Linetype definitions essentialls work by saying you have a line x units
long, followed by a gap y units long and so on untill you get the form you
want. A dashed line might have a dash 2 units long followed by a space of
0.5 units followed by a dash of 2 units followed by.....
LTSCALE is a numerical value that you can set that multiplies the linetype
definitions of all objects within a drawing by. In the example linetype I
gave above setting an LTSCLE of 10 would mean that your dashes were 20 units
long and your spaces 5 units. The relationship between the two stays the
same, it just gets stretched.
Further to this you can set a linetype scale to individual objects. This
linetype scale multiplies the global LTSCALE that multiplies the linetype
definition. Continuing our example you might have a line with our linetype
definition to represent voids in the ceiling above you as short dashes, so
you set the linetype scale of that object to 0.5 meaning that the dashes
would become 10 units (0.5x10x2) and the spaces 2.5 (0.5x10x0.5) units. You
also want a spline to represent your wiring layout. You want this to be
quite long dashes so you set that object's linetype scale to 1.5
producinging a line with dashes 30 units (1.5x10x2) and spaces of 7.5
(1.5x10x0.5).
The way you resolve all of these different settings is really a matter of
personal choice, best solved through trail and error. I personally like to
use PSLTSCALE=0 and LTSCALE=50 and adjust individual objects within that.
The reasons for this are that I only ever tend to work at one scale on a
drawing so PSLTSCALE=0 allows me to view objects on screen roughly the way
they will plot. The global LTSCALE of 50 means that object linetypes scales
are reasonably sensible numbers.
Hope this helps,
DJ
"Paul Turvill" <nos...@turvill.com> wrote in message
news:6OCdndj-S5-...@whidbeytel.com...
"Daniel J. Ellis" <subst...@softhome.net> wrote in message
news:cgo6gb$u3j$1...@newsg2.svr.pol.co.uk...
Regarding Paul's post, I suggest that his suggestion of an LTSCALE between
0.3 and 1 is similar to my suggesting it at 50: he finds it tend to produce
sensible results.
DJ
"Michael Bulatovich" <Ple...@dont.try> wrote in message
news:w7NXc.25054$_H5.8...@news20.bellglobal.com...