Author Topic: Filter Objects  (Read 1196 times)

0 Members and 1 Guest are viewing this topic.

aswin

  • Mosquito
  • Posts: 12
Filter Objects
« on: July 04, 2016, 03:49:21 AM »
Hi friends,

Is There any option to select more than one objects (eg: dimensions , blocks) in a selection set??
« Last Edit: July 04, 2016, 04:04:43 AM by aswin »
Abu Dhabi

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: Filter Objects
« Reply #1 on: July 04, 2016, 05:03:45 AM »
With the following example you can add as much as you want.
Code - Auto/Visual Lisp: [Select]
  1. (setq ss (ssget '((0 . "INSERT,DIMENSION,LINE,CIRCLE"))))

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Filter Objects
« Reply #2 on: July 04, 2016, 01:01:34 PM »
And a excellent reference for ssget: http://lee-mac.com/ssget.html
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

aswin

  • Mosquito
  • Posts: 12
Re: Filter Objects
« Reply #3 on: July 05, 2016, 12:44:17 AM »
Thank you guys..
Abu Dhabi