04-15-2018
12:11 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
04-15-2018
12:11 AM
Try to ... with all commands..
a. Filter all lines with length 15
b. Filter all circles and lines with color2
c. Filter all yellow lines and red circles
d.Filter for objects with normal vector not 0 0 1
e. Save the search-filter to use multiple times, next week, next month.
No the commands are not equal.
Some hints.
QSelect
Select only objects in current space.
You can search for not stored properties like the length of a line.
SSX
Its a cutted/little commandline version of ssget, the Lisp-function object selection.
Its the only way of all three for using in commandline, so it is helpful for menumscros and scripts
Filter
Old DXF based filter, search the whole drawing and offer much of the Its a powerful GUI version of ssget, the Lisp-function object selection.
The dialog remember your last setting and you can save your filterlists, so you csn use it in another file or another session.
And many more.
a. Filter all lines with length 15
b. Filter all circles and lines with color2
c. Filter all yellow lines and red circles
d.Filter for objects with normal vector not 0 0 1
e. Save the search-filter to use multiple times, next week, next month.
No the commands are not equal.
Some hints.
QSelect
Select only objects in current space.
You can search for not stored properties like the length of a line.
SSX
Its a cutted/little commandline version of ssget, the Lisp-function object selection.
Its the only way of all three for using in commandline, so it is helpful for menumscros and scripts
Filter
Old DXF based filter, search the whole drawing and offer much of the Its a powerful GUI version of ssget, the Lisp-function object selection.
The dialog remember your last setting and you can save your filterlists, so you csn use it in another file or another session.
And many more.
Sebastian