vnanhvu Posted May 17, 2011 Posted May 17, 2011 I want to have a lisp creats layer with linetype, lineweight, and color myselft! Thanks a lot ! ( ex. : Layer :inter, linetype:continious, lineweight : 0.4, color : 2 ) Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 You could easily macro this with the -layer command. Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 you could easily macro this with the -layer command. i have lot layers. I lost much time for set layer. Help me pls ! Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 If you have several layers, consider a template. Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 I want to have only command on lisp, and i have some layers for my new draw Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 MY LISP, BUT I CANT CREATS LINETYPE... (defun c:1000() (command "layer" "m" "NETCAT" "c" "7" "" "") (command "layer" "m" "NETTHAY" "c" "67" "" "") (command "layer" "m" "NETKHUAT" "c" "252" "" "") (command "layer" "m" "NETCAT2" "c" "253" "" "") Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 If you can get that far, look at your options within the -layer command. eg. [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 if you can get that far, look at your options within the -layer command. Eg. [?/make/set/new/rename/on/off/color/ltype/lweight/transparency/material/plot/freeze/thaw/lock/unlock/state/description/reconcile]: i dont want modify layers. I open a new draw withou layer, i can creat a list layer for me with my set !!! Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 i dont want modify layers. I open a new draw withou layer, i can creat a list layer for me with my set !!! So check if the layer exists before creating it if you don't want to modify an existing layer. tblsearch or tblobjname will check. Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 so check if the layer exists before creating it if you don't want to modify an existing layer. Tblsearch or tblobjname will check. my sett for all my draw, so that i dont need check the layer exists.... You can help me alanjt ??!!! Creats linetype.....! Thanks! Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 my sett for all my draw, so that i dont need check the layer exists.... You can help me alanjt ??!!! Creats linetype.....! Thanks! You want to create a linetype or apply a linetype to a layer? Stop with all the exclamations. Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 yeah. tôi đã tìm thấy vấn đề này với lisp makelayer của Lee Mac. Thanks alanij đã bỏ thời gian trao đổi với tôi. cảm ơn nhiều Quote
vnanhvu Posted May 17, 2011 Author Posted May 17, 2011 yeah. me have found my probl. with lisp makelayer of Lee Mac. thanks alanjt Quote
alanjt Posted May 17, 2011 Posted May 17, 2011 So much for learning something. Have a good one. Quote
BlackBox Posted May 18, 2011 Posted May 18, 2011 So much for learning something. Have a good one. i learn great things many read this site, alanjt....!??!?!!!! much patient and kindnesss, alanjt....!!!!?!?!!? you, i thanks for laugh many!!! Quote
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.