Skip to content

Commit

Permalink
new fascia 1100 menu item for dp
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsandifer committed Aug 18, 2016
1 parent c6ea1ce commit 924303f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions DRAW_PLAN.LSP
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@
(action_tile "postFasciaTrimline"
"(setq intPostBlock \"FBT\")")
(action_tile "postSurfaceTrimline"
"(setq intPostBlock \"BPT\")")
"(setq intPostBlock \"BPT\")")
(action_tile "postFascia1100"
"(setq intPostBlock \"FB-1100\")")

;; Layer style action tiles
(action_tile "residentialLayers"
Expand Down Expand Up @@ -257,7 +259,7 @@
((= layerStyle "Commercial")
(setq ctrLineLayer "A-HRAL-CNTR"
postLayer "A-HRAL-POST"
dimLayer "A-ANNO-DIMS"
dimLayer "Dims"
railLayer "A-HRAL-RAIL"
tagLayer "POST-TAG"
cableLayer "Cable")))
Expand Down
6 changes: 5 additions & 1 deletion DrawPlanSetup.dcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ DrawPlanSetup : dialog { //dialog name

: radio_button {
key = "postSurfaceTrimline";
label = "Surface, Trimline"; }}}
label = "Surface, Trimline"; }

: radio_button {
key = "postFascia1100" ;
label = "Fascia, 1100 Post"; }}}

:boxed_radio_column { //define radio column
label = "Top Rail Type"; //label
Expand Down

0 comments on commit 924303f

Please sign in to comment.