Author Topic: AutoCAD like FILTER command LISP  (Read 2168 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 495
AutoCAD like FILTER command LISP
« on: August 31, 2023, 05:05:18 AM »
Dear All,

I have shifted from AutoCAD to BricsCAD due to unbearably high pricing of AutoCAD as you all are aware of.
I am not facing any problem in BricsCAD except that BricsCAD does not have inbuilt FILTER command like AutoCAD.
Is there any LISP which provides such functionality, even if part of it ?
Thanks.

BIGAL

  • Swamp Rat
  • Posts: 1434
  • 40 + years of using Autocad
Re: AutoCAD like FILTER command LISP
« Reply #1 on: August 31, 2023, 05:26:05 AM »
What are you trying to filter.

 ssget + Filter, the filter can be simple like a layer, or more complex like layer and insert and so on.

Yes could make a dcl with toggles so it makes the desired filters. Your welcome to play with this.




A man who never made a mistake never made anything

mailmaverick

  • Bull Frog
  • Posts: 495
Re: AutoCAD like FILTER command LISP
« Reply #2 on: August 31, 2023, 05:29:40 AM »
I am not trying to Filter a particular thing at a time.
AutoCAD's inbuilt FILTER command gives various options to filter various objects based on their various properties dynamically at every use.
I am looking for something like that.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8797
  • AKA Daniel
Re: AutoCAD like FILTER command LISP
« Reply #3 on: August 31, 2023, 05:39:27 AM »
It shouldn’t be that hard to make, as mentioned. Create a dialog that creates a lisp filter for ssget.
OpenDCL might be a good choice as you can have a nice GUI, serialize the filter to a file

mailmaverick

  • Bull Frog
  • Posts: 495
Re: AutoCAD like FILTER command LISP
« Reply #4 on: August 31, 2023, 05:46:57 AM »
Making it from scratch is a lengthy process. I was hoping if someone has done it already.

domenicomaria

  • Swamp Rat
  • Posts: 725
Re: AutoCAD like FILTER command LISP
« Reply #5 on: August 31, 2023, 05:49:11 AM »
It shouldn’t be that hard to make, as mentioned. Create a dialog that creates a lisp filter for ssget.
OpenDCL might be a good choice as you can have a nice GUI, serialize the filter to a file

mailmaverick

  • Bull Frog
  • Posts: 495
Re: AutoCAD like FILTER command LISP
« Reply #6 on: August 31, 2023, 06:35:31 AM »
Dear domenicomaria

If you have LISP for this, please share.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8797
  • AKA Daniel
Re: AutoCAD like FILTER command LISP
« Reply #7 on: August 31, 2023, 06:36:44 AM »
Its in Acad, ZwCAD and GStar, maybe check the BricsCAD app store

domenicomaria

  • Swamp Rat
  • Posts: 725
Re: AutoCAD like FILTER command LISP
« Reply #8 on: August 31, 2023, 06:39:34 AM »
Dear domenicomaria

If you have LISP for this, please share.
the owner of the code (written by me) is my employer. . . i can only share little things with others . . . I am sorry

dexus

  • Bull Frog
  • Posts: 211
Re: AutoCAD like FILTER command LISP
« Reply #9 on: August 31, 2023, 07:45:09 AM »
I use a gui that only filters on object type and layer.
It works very well for me, see if this is what you are looking for:
https://www.theswamp.org/index.php?topic=57590.0

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: AutoCAD like FILTER command LISP
« Reply #10 on: September 11, 2023, 12:21:21 PM »
The QSELECT command works like an amazing mixture of AutoCAD's Filter and QSELECT command, but is in a palette so it can be applied while commands are running even.

Additionally, you can see this discussion:
https://forum.bricsys.com/discussion/33708/filter-in-autocad