Message 1 of 7
Select and highlight lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys, how have you been?
I ask for your help for a filter solution with ssget.
I want to select a number of lines on the screen using ssget.
But I need to filter it by some xdata values.
And I don't know how to work with xdata, and that's where I don't understand how to create the filter.
For example:
The lines I need to select contain this data:
(-3 (Autor (1000 . Name = Link1) (1000 . Maintain = Length) (1000 . Original Length = 2) (1000 . Stiffness = 10F)))
I need it to take two into account when selecting.
This one doesn't change.
(1000 . Maintain = Length)
And this one can change the numeric value, but the letter F doesn't.
(1000 . Stiffness = 10F)
I attach a dwg where I am doing the tests.
If you can help me, I'd appreciate it.
AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)