AutoCAD Land Desktop (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

linetype trouble

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
461 Views, 3 Replies

linetype trouble

Hi,

I've recently updated a drawing from 2000 to 2008. Since I've done this, some of my linetypes keep changing back to dots. The stonewall, treeline and fence linetypes are the ones I'm having trouble with. I've tried reloading them several times but they keep changing back to dots.

Does anyone know what I can do to correct this?

Thanks,
Leigh
3 REPLIES 3
Message 2 of 4
auzzie2776
in reply to: Anonymous

check the msltscale and psltscale variables. those variables affect the ltypes and scale and how they are drawn on the sheet, especially on viewports.
Message 3 of 4
Anonymous
in reply to: Anonymous


I use a lisp routine to reload my linetype each
time I open a dwg.  this has resolved the issue.  add this to, and
modify as necessary, your lisp routine that loads each time you open a
dwg.

 

(SETQ experto (GETVAR "expert"))
(SETVAR
"expert" 3)
(SETVAR "cmdecho" 0)
(PRINC "ACAD.LIN file ... ")
(COMMAND
"._linetype" "l" "*"  "H:/Library/Template/acad.lin" "")
(PRINC
"loaded")
(SETVAR "expert" experto)
(SETQ experto
nil)
(PRINC)

 

I would like to give credit to the individual who
originally posted this information, but don't remember who it was. 
Sorry


--
Civil 3D/LD/Raster 2009 Update 1
Vista 64 bit
8 gb
ram
X9000 @ 2.8 GHz, Core 2 Extreme SP1


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Hi,
I've recently updated a drawing from 2000 to 2008. Since I've done this, some
of my linetypes keep changing back to dots. The stonewall, treeline and fence
linetypes are the ones I'm having trouble with. I've tried reloading them
several times but they keep changing back to dots. Does anyone know what I can
do to correct this? Thanks, Leigh
Message 4 of 4
Anonymous
in reply to: Anonymous


Hey auzzie we are planning another diner here in NY
with some DG folk thnking of coming north aytime soon?

 

Joe


--
Thanks, Joe

 

Joseph D. Bouza, P.E.
Civil 3D 2008
LDT 2008
Win XP pro
v 2002,
sp 2
hp workstation xw4600
Intel Core Duo CPU
E7200 @2.53 GHz
3 GB
RAM
NIVDIA Quadro FX 1700 (512MB)

 

The mantra of a former Flamer:

 

If you are forced to eat an Elephant, don’t complain about it; Take one
bite at a time.

 

*****************************************************************************************
In
memory of the King of Work-arounds
"The only Constant is Change".

 

"The only thing worse than training your staff, and having them leave is
-
not training your staff, and having them stay." 😮
A reminder taken
from Graphics Solution Providers' Calendar
page
*****************************************************************************************


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
check
the msltscale and psltscale variables. those variables affect the ltypes and
scale and how they are drawn on the sheet, especially on
viewports.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report