PDA

View Full Version : Top, bottom of Slope linetype



Hardney
19th Feb 2008, 07:19 pm
Hi, is there someone who could give me the original codes for the .lin file for the Top and Bottom of slopes, because ours became somewhat crook at some point and I tried to recreate one but it is not as efficient as the one provided by AutoCAD by default?

Thank You for your help.

chulse
19th Feb 2008, 07:49 pm
Gee, I don't think my LDD came with those. I have some I got from Alan...

Hardney
28th Feb 2008, 08:16 pm
You normally have it in you acad.lin file or aeccland.lin if you have one.

rustysilo
28th Feb 2008, 08:21 pm
I don't recall a linetype for that either.

Hardney
28th Feb 2008, 08:24 pm
This is how the linetypes I am talking about are looking like. If you work with them could you send the code defined in your .lin file for those two linetypes please?

Alan Cullen
29th Feb 2008, 03:35 am
try these:


;; DTM
;; ---
*NSB,___|||___|||___|||___
A,6,-.5,[SBR,akc.shx,s=.6],-0.4,[LBR,akc.shx,s=.6],-0.4,[SBR,akc.shx,s=.6],-.5,6
*NSBR,___|||___|||___|||___
A,6,-.5,[SBR,akc.shx,s=.6],-0.4,[LBR,akc.shx,s=.6],-0.4,[SBR,akc.shx,s=.6],-.5,6
*NSBL,___|||___|||___|||___
A,6,-.5,[SBL,akc.shx,s=.6],-0.4,[LBL,akc.shx,s=.6],-0.4,[SBL,akc.shx,s=.6],-.5,6
*NSB2,_|_|_|_|_|_|_|_|_
A,1,[SBR,akc.shx,s=.5],2,[SBR,akc.shx],1
*NSB2R,_|_|_|_|_|_|_|_|_
A,1,[SBR,akc.shx,s=.5],2,[SBR,akc.shx],1
*NSB2L,_|_|_|_|_|_|_|_|_
A,1,[SBL,akc.shx,s=.5],2,[SBL,akc.shx],1
*FSB,___|||___|||___|||___
A,6,[SBR,akc.shx,s=.6],.4,[LBR,akc.shx,s=.6],.15,[LBR,akc.shx,s=.6],.4,[SBR,akc.shx,s=.6],6
*FSBR,___|||___|||___|||___
A,6,[SBR,akc.shx,s=.6],.4,[LBR,akc.shx,s=.6],.15,[LBR,akc.shx,s=.6],.4,[SBR,akc.shx,s=.6],6
*FSBL,___|||___|||___|||___
A,6,[SBL,akc.shx,s=.6],.4,[LBL,akc.shx,s=.6],.15,[LBL,akc.shx,s=.6],.4,[SBL,akc.shx,s=.6],6
*BAT,_|_|_|_|_|_|_|_|_|_
A,0.5,[SBR,akc.shx,s=.5],1,[LBR,akc.shx,s=.5],0.5
*BATR,_|_|_|_|_|_|_|_|_|_
A,0.5,[SBR,akc.shx,s=.5],1,[LBR,akc.shx,s=.5],0.5
*BATL,_|_|_|_|_|_|_|_|_|_
A,0.5,[SBL,akc.shx,s=.5],1,[LBL,akc.shx,s=.5],0.5
*NSTOE,- - - - - - - - - -
A,2,-1
*NSTOE2,- - TOE - - - - TOE - -
A,0.75,-1,1.5,-2,["TOE",ISO,S=1.2,R=0,X=-1.2,Y=-0.6],-2,1.5,-1,1.5,-1,0.75

Alan Cullen
29th Feb 2008, 03:39 am
you will also need this file:

4840

rename it from AKC.txt to AKC.SHX

NBC
29th Feb 2008, 09:54 am
Thanks for those Alan, unfortunately when I try to load the linetypes, I get bad definition errors. Any ideas what's up with that ?

NBC
29th Feb 2008, 10:23 am
Forgot the post above. I've managed to get it working by loading my complete library of shx files, and they work a treat now :)
Thanks again Alan.

Alan Cullen
29th Feb 2008, 10:42 am
One more thing, Blue. The style NSTOE2 needs to have a textstyle ISO loaded. Which uses font ISO.SHX

m-alen
16th Jun 2008, 01:01 pm
Hi,

I need to use "slope" linetypes badly! Unfortunately, I have no idea how to load them... I have tried adding the code from above to my "acadiso.lin", but it didn't work. After using "load" command I am unable to load akc.shx because of an "error reading shape file". Could somebody please tell me how to make them work step-by-step?

Thanks, Michal