Jump to content

Select blocks with specific values for specific attribute tags


PrimeTimeAction

Recommended Posts

How would I modify this awesome lsp to start with a selection of blocks? I have multiple schematics in one model and I would like to work on one schematic at a time. The way this lisp works is that it selects all matching blocks on the whole model. 

Link to comment
Share on other sites

4 hours ago, JLuszczek said:

How would I modify this awesome lsp to start with a selection of blocks? I have multiple schematics in one model and I would like to work on one schematic at a time. The way this lisp works is that it selects all matching blocks on the whole model. 

 

Change:

(ssget "_X"

 

To:

(ssget

 

And you will be prompted for a selection, from which the program will return a subset of objects.

 

I'm pleased that you find the program useful!

Link to comment
Share on other sites

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