Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 *MATCH-LINE_VERTICAL, Line ----MATCH-LINE----MATCH-LINE----MATCH-LINE---- A,.25,-.25,["MATCH-LINE",STANDARD,S=.05,R=90.0,X=-0.15,Y=-0.025],-.25 *MATCH-LINE_HORIZONTAL, Line ----MATCH-LINE----MATCH-LINE----MATCH-LINE---- A,.25,-.25,["MATCH-LINE",STANDARD,S=.05,R=0.0,X=-0.15,Y=-0.025],-.25 Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 *NAME, Line EXAMPLE... ----MATCH-LINE----MATCH-LINE----MATCH-LINE---- A,.25,-.25,["TEXT IN THE LINE",STANDARD,S=TEXT SIZE,R=ROTATION ANGLE OF TEXT,X=-0.15,Y=-0.025],-.25 Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 If You Need More If I Will Look It Up For Ya. I Am Still New To Making Custom Lines So If You Find Anything To Help Please Send Me And I Will Do The Same. Kk Quote Link to comment Share on other sites More sharing options...
VisDak Posted May 10, 2010 Share Posted May 10, 2010 VisDak, The attached file has tons of lintypes in it. If you place it in your support directory and load this file thru ACAD you could probably view the patterns in the linetype manager. I am sure there are one or two that are similar to what you are showing. Give it a shot. Thanks Buzzard i have loaded on my ACAD the linetype only some of the line type are not accur i think his shearching the TSAEC.SHX, an acad fonts:) Thanks again Quote Link to comment Share on other sites More sharing options...
The Buzzard Posted May 10, 2010 Share Posted May 10, 2010 Thanks Buzzard i have loaded on my ACAD the linetype only some of the line type are not accur i think his shearching the TSAEC.SHX, an acad fonts:) Thanks again Sorry about that. All the linetypes and shapes are in this file. acadlines.zip Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 Nice Thank Ya Thank Ya. I Will Have To Try Theses Out When I Get Some Free Time. Is The A Modified Custom Line Type That Will Always Face The Horizontal Or Vertical? Some Of My Lines Ended Upside Down. Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 Nice Thank Ya Thank Ya. I Will Have To Try Theses Out When I Get Some Free Time. Is The A Modified Custom Line Type That Will Always Face The Horizontal Or Vertical? Some Of My Lines Ended Upside Down. ReverseLines.lsp (Reverse Direction of Lines, PLines, Splines) Quote Link to comment Share on other sites More sharing options...
The Buzzard Posted May 10, 2010 Share Posted May 10, 2010 I know this is kind of off the subject, But since I am cleaning out my folders, Here are some hatch patterns while we are at. aec20patterns.zip Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 Omg Nice Nice Thank Ya!!!! My Favorite Lisp Library Is Off Line Now It Sux Ass... I Got Most Of The Good Stuff I Needed Off Of It. Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 I know this is kind of off the subject, But since I am cleaning out my folders, Here are some hatch patterns while we are at. Kidding. I just thought the image was funny. Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 Love The Reverslinse. Wish It Autodesk Would Have Got It Right... Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 Omg Nice Nice Thank Ya!!!! My Favorite Lisp Library Is Off Line Now It Sux Ass... I Got Most Of The Good Stuff I Needed Off Of It. You're very welcome. Enjoy. Quote Link to comment Share on other sites More sharing options...
VisDak Posted May 10, 2010 Share Posted May 10, 2010 I know this is kind of off the subject, But since I am cleaning out my folders, Here are some hatch patterns while we are at. Wow, Thanks for the share Buzzard, Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 Love The Reverslinse. Wish It Autodesk Would Have Got It Right... No kidding. I finally had to break down and write my own. Quote Link to comment Share on other sites More sharing options...
The Buzzard Posted May 10, 2010 Share Posted May 10, 2010 Wow, Thanks for the share Buzzard, Did you see the post with the missing linetype shape. I reposted all the linetypes with the shape and instructions in one zip file. Quote Link to comment Share on other sites More sharing options...
Efeezy Posted May 10, 2010 Author Share Posted May 10, 2010 Ok Do You Have A Lisp So Modlespace And Paper Space Lines Are Consistent. For Example... ----a---- Is Like This In Paperspace But Is Lin This In Modelspace. -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-. Or A Quick Was To Clean Up This Issue? Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 Ok Do You Have A Lisp So Modlespace And Paper Space Lines Are Consistent. For Example... ----a---- Is Like This In Paperspace But Is Lin This In Modelspace. -a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-a-. Or A Quick Was To Clean Up This Issue? LTScale MSLTScale [Edit: Not available in '05] PSLTScale Quote Link to comment Share on other sites More sharing options...
VisDak Posted May 10, 2010 Share Posted May 10, 2010 Sorry about that. All the linetypes and shapes are in this file. Yup complete, thanks Quote Link to comment Share on other sites More sharing options...
alanjt Posted May 10, 2010 Share Posted May 10, 2010 I haven't used this since '06, but this an LTScale/PSLTScale reactor. (defun ChangedLayout (reactor layout / ) (if (= (nth 0 layout) "Model") (progn (setvar "ltscale" (abs (/ (getvar "dimscale") 1)))) ;else (progn (setvar "ltscale" 1.0) (setvar "psltscale" 1)) );if ); (if(not *LayoutLTS*) (setq *LayoutLTS* (VLR-Miscellaneous-Reactor nil '((:VLR-layoutSwitched . ChangedLayout)))) ) Quote Link to comment Share on other sites More sharing options...
The Buzzard Posted May 10, 2010 Share Posted May 10, 2010 Here is a program that rotates a complex linetype that is programmed in the lisp and set a layer, color and linweight . You would need to edit this lisp to suit your own needs. Try it out with the gas line linetype to see what I mean. . COMPLEX.lsp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.