Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This lisp creeate layer filter for non-plotttable layers:
(defun c:1xx()
(command "-layer" "filter" "N" "P" "" "PLOTTABLE=="False"" "np" "x" "")
(princ)
)
(c:1xx)
but not working properly for this reason: "PLOTTABLE=="False"
if i make it manualy it's stable working but not programmaticaly..
Any help will be very appreciated
Solved! Go to Solution.