From 538d7313f98da3c304365f1c2b22c3e23d91db35 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期一, 23 十月 2023 15:04:06 +0800
Subject: [PATCH] 版本更新,阴影分析,等高线添加

---
 src/views/plotting/attributeInfo.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/plotting/attributeInfo.vue b/src/views/plotting/attributeInfo.vue
index ef132b4..3bc9e29 100644
--- a/src/views/plotting/attributeInfo.vue
+++ b/src/views/plotting/attributeInfo.vue
@@ -58,7 +58,7 @@
         <div class="contentmenu"> <el-slider size="small" v-model="fromLine.materialAlpha"
             @change="setEntityMaterColorChange" :step="0.1" :max="1" :min="0" /></div>
       </div>
-      <div class="contentBox">
+      <div class="contentBox" v-show="showEntity.setframeToGround">
         <div class="contentLabel"> <label>鏄惁鏄剧ず杈规</label></div>
         <div class="contentmenu"> <el-switch @change="setEntityOutLineShowReferenceChange" v-model="fromLine.outline" />
         </div>
@@ -141,6 +141,7 @@
   point: false,
   clampToGround: false,
   setclampToGround: true,
+  setframeToGround:true,
 });
 const entity = ref(null);
 const entityType = ref(null);
@@ -363,9 +364,12 @@
       break;
     case "rectangle":
       showEntity.value.setclampToGround = false;
+      showEntity.value.setframeToGround = false;
       break;
     case "polygon":
       showEntity.value.setclampToGround = false;
+      showEntity.value.setframeToGround = false;
+      
       break;
   }
 

--
Gitblit v1.9.3