|
|
|
@ -19,6 +19,7 @@
|
|
|
|
|
<img src="../../../assets/images/selectHeightFinding.png" title="测量高度" [hidden]="selectMeasure != 2" (click)="toggleMeasure(2)"> |
|
|
|
|
<img src="../../../assets/images/measuredArea.png" title="测量面积" [hidden]="selectMeasure === 3" (click)="toggleMeasure(3)"> |
|
|
|
|
<img src="../../../assets/images/selectMeasuredArea.png" title="测量面积" [hidden]="selectMeasure != 3" (click)="toggleMeasure(3)"> |
|
|
|
|
<img src="../../../assets/images/save3DPlan.png" title="保存" (click)="preserve(true)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -132,21 +133,20 @@
|
|
|
|
|
<!-- 右侧图标栏 --> |
|
|
|
|
|
|
|
|
|
<!-- 右上角快捷栏 --> |
|
|
|
|
<div class="rightTopFast"> |
|
|
|
|
<div class="publicFast leftFunction" *ngIf="editMode && userMode"> |
|
|
|
|
<div class="rightTopFast" *ngIf="editMode && userMode"> |
|
|
|
|
<div class="publicFast leftFunction"> |
|
|
|
|
<button title="获取设备" (click)="getDevice()">获</button> |
|
|
|
|
<button title="清空设备" (click)="clearDevice()">清</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="publicFast leftFast" *ngIf="editMode && selectFence === 7"> |
|
|
|
|
<div class="publicFast leftFast"> |
|
|
|
|
<button title="平移" (click)="translation()" [ngClass]="{'selectRightTopFast': selectRightTopFast == 0}"></button> |
|
|
|
|
<button title="旋转" (click)="revolve()" [ngClass]="{'selectRightTopFast': selectRightTopFast == 1}"></button> |
|
|
|
|
<button title="缩放" (click)="scale()" [ngClass]="{'selectRightTopFast': selectRightTopFast == 2}"></button> |
|
|
|
|
<!-- <button title="吸附" (click)="adsorb()" [ngClass]="{'leftFastIsTure': selectAdsorb }"></button> |
|
|
|
|
<button title="切换至顶视图" (click)="toggleTopLevelView()" [ngClass]="{'leftFastIsTure': topLevelView }"></button> --> |
|
|
|
|
</div> |
|
|
|
|
<div class="save" *ngIf="editMode"> |
|
|
|
|
<button (click)="preserve(false)" title="保存模块" *ngIf="userMode"><i nz-icon nzType="file-done" nzTheme="outline"></i></button> |
|
|
|
|
<img src="../../../assets/images/save3DPlan.png" (click)="preserve(true)" title="保存"> |
|
|
|
|
<div class="save"> |
|
|
|
|
<button (click)="preserve(false)" title="保存模块"><i nz-icon nzType="file-done" nzTheme="outline"></i></button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- 右上角快捷栏 --> |
|
|
|
|