Selection Filter Sub-Object reset

I do want to create a macro using the SelectionFilter to quickly copy only one face from an object and after that to revert the Selction Filter back to his normal state but looks that I can’t find a way to do the last step to revert the selectionfilter to the initial state. My nacro looks like this:

! -SelectionFilterFaces _Copy _InPlace=yes Enter _-selectionfilter _SelAll _Yes Subobjects=No _Enter

Hi -

It looks like SelectionFilterNone will do that.
-wim

1 Like

Now I do try to create a more complex macro and here I do get an error: Unknown command: _-Subobjects=No

! -SelectionFilterFaces _Copy _InPlace=yes Enter _-SelectionFilterNone _-Subobjects=_No Enter _SelLast Enter _-ExtrudeSrf _Solid=Yes _DeleteInput=yes Pause _SelLast Enter