| | |
| | | <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> |
| | |
| | | point: false, |
| | | clampToGround: false, |
| | | setclampToGround: true, |
| | | setframeToGround:true, |
| | | }); |
| | | const entity = ref(null); |
| | | const entityType = ref(null); |
| | |
| | | break; |
| | | case "rectangle": |
| | | showEntity.value.setclampToGround = false; |
| | | showEntity.value.setframeToGround = false; |
| | | break; |
| | | case "polygon": |
| | | showEntity.value.setclampToGround = false; |
| | | showEntity.value.setframeToGround = false; |
| | | |
| | | break; |
| | | } |
| | | |