Jump to content

Recommended Posts

Posted

I really need a LISP program to select layers into Layer Filters and name this filter group. Please help me. Thank you!

Posted

@mhuppIt's like this

For example , I have layer 1, layer 2 , layer 3

And I want to select layers 1 and 2, add them to the newgroup filter, and name it something like "architect".

Posted

Still don't know what your talking wanting. you can only select things on the layers. this will make a selection set of whats on those layers and on current tab.

(setq ss (ssget "X" (list (cons 410 (getvar "CTAB")) (cons 8 "Layer[12]"))))
(sssetfirst nil ss)

 

 

 

Posted

@mhupp Layer Filters the "Architect" shows "layers 1 & Layer 2" only. 

 

Sorry don't have code, but a google revealed in one post of so many suggestions.

 

Quote

I've created the script below that will create a layer filter with one definition. (ie, it filters layers with "lay" in their name).

I'd like to have several layers called (for example all layers containing text, which may be named "*tx*" , "*dm*", and "*rm*")

 

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