Search found 3 matches

by Micko79
Thu Nov 03, 2011 5:19 am
Forum: Common Lisp
Topic: HELP Looping convert Bylayer colour and linetype
Replies: 2
Views: 4070

Re: HELP Looping convert Bylayer colour and linetype

Cheers Paul. I have reposted there too. hopefully someone can help.
by Micko79
Thu Nov 03, 2011 5:16 am
Forum: Other Dialects
Topic: HELP looping convert Bylayer Colour and Ltype
Replies: 0
Views: 8256

HELP looping convert Bylayer Colour and Ltype

Hi all, I am new to Lisp and am having troubles looping the following lisp. I am trying to select objects and then put them on a layer relating to their colour and linetype. For example I want to select an object that has BYLAYER = RED and DASHED and then put it on a layer called 1DASHED. I have got...
by Micko79
Tue Nov 01, 2011 11:30 pm
Forum: Common Lisp
Topic: HELP Looping convert Bylayer colour and linetype
Replies: 2
Views: 4070

HELP Looping convert Bylayer colour and linetype

Hi all, I am new to Lisp and need help looping this code. I am trying to get the ByLayer properties of Colour and Linetype and then making a new layer. For example Bylarer = RED and DASHED so placing this item on "1DASHED" Using NENTSEL I can get it to work picking one object at a time but...