Jump to content

Recommended Posts

Posted

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 )

Posted

You could easily macro this with the -layer command.

Posted
you could easily macro this with the -layer command.

i have lot layers. I lost much time for set layer. Help me pls !

Posted

If you have several layers, consider a template.

Posted

I want to have only command on lisp, and i have some layers for my new draw

Posted

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" "" "")

Posted

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]:

Posted
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 !!!

Posted
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.

Posted
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!

Posted
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.

Posted

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

Posted

yeah. me have found my probl. with lisp makelayer of Lee Mac. thanks alanjt

Posted

So much for learning something. Have a good one.

Posted
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!!! :P

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...