HELP CREATING NEW GROUP FILTER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create a new group filter, called "BD", and store the following layers, I'm new to this and I couldn't create that filter, nor put the layers below, help :(, I leave my code for the layers that I want add new group filter called "BD"
(defun c:BDCAP()
(command "_-layer" "_m" " - BD PRE LOSA MACIZA" "_C" "red" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 17" "_C" "magenta" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 17 - 2 SENT" "_C" "221" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 20" "_C" "blue" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 20 - 2 SENT" "_C" "150" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
;(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 25 " "_C" "green" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 25 - 2 SENT" "_C" "88" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 30" "_C" "9" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA ALIGERADA 30 - 2 SENT" "_C" "8" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA MACIZA 15" "_C" "31" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" " - BD PRE LOSA MACIZA 12" "_C" "51" "" "_l" "continuous" "" "_LW" "0.40" "" "" "")
(command "_-layer" "_m" "-BD MARCO " "_C" "WHITE" "" "_l" "continuous" "" "_LW" "0.15" "" "" "")
)