Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Object Selection based on type/layer
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
159 Views, 1 Replies
05-04-2010 04:53 PM
Hi LISP guys!
I need your help for creating a code to select some objects based on it's type and layer, just like the QuickSelect command... there are two cases:
1. I want to select all the objects in the layer "X" an then apply a command;
2. I want to select all the lines (for example) in the layer "Y" an then apply a command;
and I need these action to be cumulative... execute action various times (each one with different parameters...)
Can someone help me with a code?
Thanks'
Fernando
I need your help for creating a code to select some objects based on it's type and layer, just like the QuickSelect command... there are two cases:
1. I want to select all the objects in the layer "X" an then apply a command;
2. I want to select all the lines (for example) in the layer "Y" an then apply a command;
and I need these action to be cumulative... execute action various times (each one with different parameters...)
Can someone help me with a code?
Thanks'
Fernando
Re: Object Selection based on type/layer
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-04-2010 06:09 PM in reply to:
faugustom
You can try to use Entlasel routine. After, use the previous selection to apply a command.

Rogerio
Rogerio

