@kq_npm/client3d_webgl_vue 4.5.2 → 4.5.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adddata/index.js +355 -538
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +172 -239
- package/baseterraingallery/index.js +124 -145
- package/boxclip/index.js +300 -481
- package/clientPrint/index.js +335 -898
- package/clientPrint/style/clientPrint.css +1 -1
- package/comparemap/index.js +226 -246
- package/compass/index.js +96 -84
- package/excavatefillanalysis/index.js +193 -263
- package/fixedzoomin/index.js +91 -76
- package/fixedzoomout/index.js +91 -76
- package/flight/index.js +311 -415
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +255 -393
- package/geologicalbodyanalysis/index.js +215 -298
- package/gpuspatialquery/index.js +260 -402
- package/hawkeye/index.js +141 -103
- package/headertemp/index.js +25 -34
- package/heatmap3d/index.js +451 -763
- package/heatmap3d/style/heatmap3d.css +1 -1
- package/index.js +20826 -17774
- package/isolineanalysis/index.js +566 -1243
- package/light/index.js +353 -488
- package/limitheightanalysis/index.js +251 -312
- package/measure/index.js +350 -504
- package/modelFlat/index.js +214 -234
- package/modelexcavate/index.js +206 -262
- package/modelfilter/index.js +229 -308
- package/modelprofileanalysis/index.js +356 -465
- package/modelselect/index.js +192 -184
- package/package.json +1 -1
- package/particleeffect/index.js +259 -430
- package/planeclip/index.js +249 -339
- package/resetview/index.js +89 -69
- package/roller/index.js +307 -363
- package/scaneffect/index.js +285 -582
- package/sceneadvancedtoimage/index.js +1055 -0
- package/sceneadvancedtoimage/style/index.js +3 -0
- package/sceneadvancedtoimage/style/sceneadvancedtoimage.css +1 -0
- package/sceneapp/index.js +11149 -0
- package/sceneset/index.js +393 -885
- package/scenetohdimage/index.js +214 -346
- package/scenetohdimage/style/scenetohdimage.css +1 -1
- package/sceneview/index.js +22780 -19540
- package/sceneview/style/sceneview.css +1 -1
- package/screenshot/index.js +275 -312
- package/shadowanalysis/index.js +269 -448
- package/sightlineanalysis/index.js +231 -312
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +213 -351
- package/slopeanalysis/index.js +282 -444
- package/slopeaspectanalysis/index.js +315 -534
- package/statusbar/index.js +194 -164
- package/style.css +1 -1
- package/terrainoperation/index.js +230 -280
- package/terrainprofileanalysis/index.js +174 -182
- package/underground/index.js +98 -82
- package/videofusion/index.js +319 -532
- package/videoproject/index.js +325 -534
- package/viewshedanalysis/index.js +178 -275
- package/weathereffect/index.js +199 -343
- package/wireframesketch/index.js +146 -150
|
@@ -7,101 +7,155 @@
|
|
|
7
7
|
var a = typeof exports === 'object' ? factory(require("vue"), require("@kq_npm/client_common_vue/_utils/gis-utils"), require("@kq_npm/client_common_vue/init.js"), require("@kq_npm/client_common_vue/_utils/util")) : factory(root["Vue"], root["@kq_npm/client_common_vue/_utils/gis-utils"], root["@kq_npm/client_common_vue/init.js"], root["@kq_npm/client_common_vue/_utils/util"]);
|
|
8
8
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
9
|
}
|
|
10
|
-
})(this, function(
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__154__, __WEBPACK_EXTERNAL_MODULE__64__, __WEBPACK_EXTERNAL_MODULE__455__, __WEBPACK_EXTERNAL_MODULE__2975__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 3275:
|
|
16
16
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6363);
|
|
19
|
+
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(455);
|
|
21
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
|
+
*/
|
|
18
26
|
|
|
19
|
-
// EXPORTS
|
|
20
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
21
|
-
"Z": function() { return /* binding */ message; }
|
|
22
|
-
});
|
|
23
27
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
28
|
+
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
29
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
30
|
+
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
31
|
+
};
|
|
32
|
+
/* harmony default export */ __webpack_exports__.A = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
30
33
|
|
|
34
|
+
/***/ }),
|
|
31
35
|
|
|
36
|
+
/***/ 5698:
|
|
37
|
+
/***/ (function(module) {
|
|
32
38
|
|
|
33
|
-
|
|
34
|
-
init_js_default()(Vue, opts);
|
|
35
|
-
Vue.component("KqMessage", index_full_js_namespaceObject.ElMessage);
|
|
36
|
-
};
|
|
39
|
+
module.exports = require("@kq_npm/client_icons_vue");
|
|
37
40
|
|
|
38
|
-
|
|
41
|
+
/***/ }),
|
|
42
|
+
|
|
43
|
+
/***/ 2652:
|
|
44
|
+
/***/ (function(module) {
|
|
45
|
+
|
|
46
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
39
47
|
|
|
40
48
|
/***/ }),
|
|
41
49
|
|
|
42
|
-
/***/
|
|
50
|
+
/***/ 3658:
|
|
43
51
|
/***/ (function(module) {
|
|
44
52
|
|
|
45
|
-
module.exports = require("
|
|
53
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
46
54
|
|
|
47
55
|
/***/ }),
|
|
48
56
|
|
|
49
|
-
/***/
|
|
57
|
+
/***/ 7993:
|
|
58
|
+
/***/ (function(module) {
|
|
59
|
+
|
|
60
|
+
module.exports = require("core-js/modules/esnext.iterator.find.js");
|
|
61
|
+
|
|
62
|
+
/***/ }),
|
|
63
|
+
|
|
64
|
+
/***/ 6363:
|
|
65
|
+
/***/ (function(module) {
|
|
66
|
+
|
|
67
|
+
module.exports = require("element-plus/dist/index.full.js");
|
|
68
|
+
|
|
69
|
+
/***/ }),
|
|
70
|
+
|
|
71
|
+
/***/ 3579:
|
|
50
72
|
/***/ (function(module) {
|
|
51
73
|
|
|
52
74
|
module.exports = require("vue-i18n/dist/vue-i18n.cjs.js");
|
|
53
75
|
|
|
54
76
|
/***/ }),
|
|
55
77
|
|
|
56
|
-
/***/
|
|
78
|
+
/***/ 64:
|
|
57
79
|
/***/ (function(module) {
|
|
58
80
|
|
|
59
|
-
module.exports =
|
|
81
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__64__;
|
|
60
82
|
|
|
61
83
|
/***/ }),
|
|
62
84
|
|
|
63
|
-
/***/
|
|
85
|
+
/***/ 2975:
|
|
64
86
|
/***/ (function(module) {
|
|
65
87
|
|
|
66
|
-
module.exports =
|
|
88
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__2975__;
|
|
67
89
|
|
|
68
90
|
/***/ }),
|
|
69
91
|
|
|
70
|
-
/***/
|
|
92
|
+
/***/ 455:
|
|
71
93
|
/***/ (function(module) {
|
|
72
94
|
|
|
73
|
-
module.exports =
|
|
95
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__455__;
|
|
74
96
|
|
|
75
97
|
/***/ }),
|
|
76
98
|
|
|
77
|
-
/***/
|
|
99
|
+
/***/ 154:
|
|
78
100
|
/***/ (function(module) {
|
|
79
101
|
|
|
80
|
-
module.exports =
|
|
102
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__154__;
|
|
81
103
|
|
|
82
104
|
/***/ }),
|
|
83
105
|
|
|
84
|
-
/***/
|
|
106
|
+
/***/ 6913:
|
|
85
107
|
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
86
108
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
function
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
109
|
+
|
|
110
|
+
// EXPORTS
|
|
111
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
112
|
+
A: function() { return /* binding */ _defineProperty; }
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
|
|
116
|
+
function _typeof(o) {
|
|
117
|
+
"@babel/helpers - typeof";
|
|
118
|
+
|
|
119
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
120
|
+
return typeof o;
|
|
121
|
+
} : function (o) {
|
|
122
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
123
|
+
}, _typeof(o);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
|
127
|
+
|
|
128
|
+
function toPrimitive(t, r) {
|
|
129
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
130
|
+
var e = t[Symbol.toPrimitive];
|
|
131
|
+
if (void 0 !== e) {
|
|
132
|
+
var i = e.call(t, r || "default");
|
|
133
|
+
if ("object" != _typeof(i)) return i;
|
|
134
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
100
135
|
}
|
|
136
|
+
return ("string" === r ? String : Number)(t);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
|
101
140
|
|
|
102
|
-
|
|
141
|
+
|
|
142
|
+
function toPropertyKey(t) {
|
|
143
|
+
var i = toPrimitive(t, "string");
|
|
144
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
103
145
|
}
|
|
104
146
|
|
|
147
|
+
;// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
148
|
+
|
|
149
|
+
function _defineProperty(e, r, t) {
|
|
150
|
+
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
151
|
+
value: t,
|
|
152
|
+
enumerable: !0,
|
|
153
|
+
configurable: !0,
|
|
154
|
+
writable: !0
|
|
155
|
+
}) : e[r] = t, e;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
|
|
105
159
|
/***/ })
|
|
106
160
|
|
|
107
161
|
/******/ });
|
|
@@ -173,52 +227,56 @@ function _defineProperty(obj, key, value) {
|
|
|
173
227
|
/******/
|
|
174
228
|
/************************************************************************/
|
|
175
229
|
var __webpack_exports__ = {};
|
|
176
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
177
|
-
!function() {
|
|
178
230
|
// ESM COMPAT FLAG
|
|
179
231
|
__webpack_require__.r(__webpack_exports__);
|
|
180
232
|
|
|
181
233
|
// EXPORTS
|
|
182
234
|
__webpack_require__.d(__webpack_exports__, {
|
|
183
|
-
|
|
235
|
+
GeologicalBodyAnalysisViewModel: function() { return /* reexport */ GeologicalBodyAnalysisViewModel; },
|
|
184
236
|
"default": function() { return /* reexport */ GeologicalBodyAnalysis; }
|
|
185
237
|
});
|
|
186
238
|
|
|
187
239
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
188
|
-
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
240
|
+
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(154);
|
|
189
241
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/gis-utils"
|
|
190
|
-
var gis_utils_ = __webpack_require__(
|
|
191
|
-
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
|
-
var defineProperty = __webpack_require__(
|
|
193
|
-
// EXTERNAL MODULE:
|
|
194
|
-
var
|
|
242
|
+
var gis_utils_ = __webpack_require__(64);
|
|
243
|
+
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js + 3 modules
|
|
244
|
+
var defineProperty = __webpack_require__(6913);
|
|
245
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
246
|
+
var es_array_push_js_ = __webpack_require__(2652);
|
|
247
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
248
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(3658);
|
|
249
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.find.js"
|
|
250
|
+
var esnext_iterator_find_js_ = __webpack_require__(7993);
|
|
251
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
252
|
+
var message = __webpack_require__(3275);
|
|
195
253
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysisViewModel.js
|
|
196
254
|
|
|
197
|
-
//地质体分析逻辑类
|
|
198
255
|
|
|
199
|
-
class GeologicalBodyAnalysisViewModel {
|
|
200
|
-
//三维viewer对象
|
|
201
|
-
//地质体分析存储参数对象
|
|
202
|
-
//地质体分析三维对象
|
|
203
|
-
constructor(scenceView, options) {
|
|
204
|
-
(0,defineProperty/* default */.Z)(this, "_viewer", null);
|
|
205
256
|
|
|
206
|
-
(0,defineProperty/* default */.Z)(this, "_options", {});
|
|
207
257
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
258
|
+
/*
|
|
259
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
260
|
+
* All rights reserved.
|
|
261
|
+
*/
|
|
262
|
+
//地质体分析逻辑类
|
|
211
263
|
|
|
264
|
+
class GeologicalBodyAnalysisViewModel {
|
|
265
|
+
constructor(scenceView, options) {
|
|
266
|
+
(0,defineProperty/* default */.A)(this, "_viewer", null);
|
|
267
|
+
//三维viewer对象
|
|
268
|
+
(0,defineProperty/* default */.A)(this, "_options", {});
|
|
269
|
+
//地质体分析存储参数对象
|
|
270
|
+
(0,defineProperty/* default */.A)(this, "_geologyBody", null);
|
|
271
|
+
//地质体分析三维对象
|
|
272
|
+
(0,defineProperty/* default */.A)(this, "_measureHandler", null);
|
|
212
273
|
this._options = options;
|
|
213
274
|
this._viewer = scenceView._viewer;
|
|
214
275
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(scenceView._viewer);
|
|
215
|
-
|
|
216
276
|
this._measureHandler.measureEvent.addEventListener(function (result) {
|
|
217
277
|
if (result.measureResult.labels) result.measureResult.labels.show = false;
|
|
218
278
|
});
|
|
219
|
-
|
|
220
279
|
let that = this;
|
|
221
|
-
|
|
222
280
|
this._measureHandler.activeEvent.addEventListener(function (ret) {
|
|
223
281
|
if (ret == false) {
|
|
224
282
|
if (that._measureHandler.measureResults && that._measureHandler.measureResults.length > 0) {
|
|
@@ -230,11 +288,8 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
230
288
|
geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
|
|
231
289
|
}
|
|
232
290
|
});
|
|
233
|
-
|
|
234
291
|
that._measureHandler.measureResults[0].destroy();
|
|
235
|
-
|
|
236
292
|
break;
|
|
237
|
-
|
|
238
293
|
case 2:
|
|
239
294
|
// 裁剪
|
|
240
295
|
that._geologyBody.polygonClipping(that._measureHandler.measureResults[0].polygonPositions).then(function (geo) {
|
|
@@ -242,21 +297,15 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
242
297
|
geo.sectionPrimitives = that._viewer.scene.primitives.add(geo.sectionPrimitiveCollection);
|
|
243
298
|
}
|
|
244
299
|
});
|
|
245
|
-
|
|
246
300
|
that._measureHandler.measureResults[0].destroy();
|
|
247
|
-
|
|
248
301
|
break;
|
|
249
|
-
|
|
250
302
|
case 3:
|
|
251
303
|
// 钻孔
|
|
252
304
|
let positions = [];
|
|
253
|
-
|
|
254
305
|
for (let i = that._measureHandler.measureResults.length - 1; i >= 0; i--) {
|
|
255
306
|
positions.push(that._measureHandler.measureResults[i].entities[0].position._value);
|
|
256
|
-
|
|
257
307
|
that._measureHandler.measureResults[i].destroy();
|
|
258
308
|
}
|
|
259
|
-
|
|
260
309
|
if (positions.length > 0) {
|
|
261
310
|
that._geologyBody.drillHole(positions).then(function (geo) {
|
|
262
311
|
if (!that._viewer.scene.primitives.contains(geo.sectionPrimitives)) {
|
|
@@ -264,22 +313,19 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
264
313
|
}
|
|
265
314
|
});
|
|
266
315
|
}
|
|
267
|
-
|
|
268
316
|
break;
|
|
269
|
-
|
|
270
317
|
default:
|
|
271
318
|
break;
|
|
272
319
|
}
|
|
273
320
|
}
|
|
274
321
|
}
|
|
275
322
|
});
|
|
276
|
-
}
|
|
277
|
-
|
|
323
|
+
}
|
|
278
324
|
|
|
325
|
+
// 查找所有地质体对象
|
|
279
326
|
findLayers() {
|
|
280
327
|
let geologys = [];
|
|
281
328
|
const geologyBodyCollection = this._viewer.geologyBodyCollection;
|
|
282
|
-
|
|
283
329
|
for (let i = 0; i < geologyBodyCollection.length; i++) {
|
|
284
330
|
if (geologyBodyCollection[i].geologyPrimitiveCollection) {
|
|
285
331
|
if (!geologyBodyCollection[i].guid) geologyBodyCollection[i].guid = Cesium.createGuid();
|
|
@@ -289,59 +335,50 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
289
335
|
});
|
|
290
336
|
}
|
|
291
337
|
}
|
|
292
|
-
|
|
293
338
|
return geologys;
|
|
294
|
-
}
|
|
295
|
-
|
|
339
|
+
}
|
|
296
340
|
|
|
341
|
+
// 设置地质体分析对象
|
|
297
342
|
setLayer(guid) {
|
|
298
343
|
this.clear();
|
|
299
344
|
this._geologyBody = this._viewer.geologyBodyCollection.find(function (item) {
|
|
300
345
|
return item.guid === guid;
|
|
301
346
|
});
|
|
302
|
-
}
|
|
303
|
-
|
|
347
|
+
}
|
|
304
348
|
|
|
349
|
+
// 开始分析
|
|
305
350
|
start() {
|
|
306
351
|
// 判断是否添加了地质体
|
|
307
352
|
if (this._viewer.geologyBodyCollection.length > 0 && this._geologyBody) {
|
|
308
353
|
this.clear();
|
|
309
|
-
|
|
310
354
|
switch (this._options.operationType) {
|
|
311
355
|
case 1:
|
|
312
356
|
// 剖切
|
|
313
357
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalDistance);
|
|
314
|
-
|
|
315
358
|
break;
|
|
316
|
-
|
|
317
359
|
case 2:
|
|
318
360
|
// 裁剪
|
|
319
361
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.HorizontalArea);
|
|
320
|
-
|
|
321
362
|
break;
|
|
322
|
-
|
|
323
363
|
case 3:
|
|
324
364
|
// 钻孔
|
|
325
365
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Coordinate);
|
|
326
|
-
|
|
327
366
|
break;
|
|
328
|
-
|
|
329
367
|
default:
|
|
330
368
|
break;
|
|
331
369
|
}
|
|
332
370
|
} else {
|
|
333
|
-
(0,message/* default */.
|
|
371
|
+
(0,message/* default */.A)({
|
|
334
372
|
message: "请添加地质体后分析!",
|
|
335
373
|
type: "warning"
|
|
336
374
|
});
|
|
337
375
|
}
|
|
338
|
-
}
|
|
339
|
-
|
|
376
|
+
}
|
|
340
377
|
|
|
378
|
+
//清除全部
|
|
341
379
|
clear() {
|
|
342
380
|
if (this._geologyBody) {
|
|
343
381
|
this._viewer.scene.primitives.remove(this._geologyBody.sectionPrimitives);
|
|
344
|
-
|
|
345
382
|
if (this._geologyBody.geologyPrimitiveCollection.length == 0) {
|
|
346
383
|
this._geologyBody.createGeology(this._geologyBody.data).then(function (that) {
|
|
347
384
|
if (!that.viewer.scene.primitives.contains(that.geologyPrimitives)) {
|
|
@@ -350,22 +387,21 @@ class GeologicalBodyAnalysisViewModel {
|
|
|
350
387
|
});
|
|
351
388
|
}
|
|
352
389
|
}
|
|
353
|
-
}
|
|
354
|
-
|
|
390
|
+
}
|
|
355
391
|
|
|
392
|
+
//销毁
|
|
356
393
|
destroy() {
|
|
357
394
|
this.clear();
|
|
358
395
|
this._measureHandler && this._measureHandler.destroy();
|
|
359
396
|
this._measureHandler = null;
|
|
360
397
|
}
|
|
361
|
-
|
|
362
398
|
}
|
|
363
399
|
// EXTERNAL MODULE: external "@kq_npm/client_icons_vue"
|
|
364
|
-
var client_icons_vue_ = __webpack_require__(
|
|
400
|
+
var client_icons_vue_ = __webpack_require__(5698);
|
|
365
401
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
366
|
-
var util_ = __webpack_require__(
|
|
402
|
+
var util_ = __webpack_require__(2975);
|
|
367
403
|
// EXTERNAL MODULE: external "vue-i18n/dist/vue-i18n.cjs.js"
|
|
368
|
-
var vue_i18n_cjs_js_ = __webpack_require__(
|
|
404
|
+
var vue_i18n_cjs_js_ = __webpack_require__(3579);
|
|
369
405
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
370
406
|
|
|
371
407
|
const _hoisted_1 = {
|
|
@@ -395,7 +431,7 @@ const _hoisted_6 = {
|
|
|
395
431
|
const __default__ = {
|
|
396
432
|
name: "Kq3dGeologicalBodyAnalysis"
|
|
397
433
|
};
|
|
398
|
-
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (
|
|
434
|
+
/* harmony default export */ var GeologicalBodyAnalysisvue_type_script_setup_true_lang_js = (/*@__PURE__*/Object.assign(__default__, {
|
|
399
435
|
props: {
|
|
400
436
|
// 设置参数
|
|
401
437
|
settingParams: {
|
|
@@ -406,7 +442,6 @@ const __default__ = {
|
|
|
406
442
|
type: Boolean,
|
|
407
443
|
default: true
|
|
408
444
|
},
|
|
409
|
-
|
|
410
445
|
/**
|
|
411
446
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
412
447
|
*/
|
|
@@ -436,31 +471,34 @@ const __default__ = {
|
|
|
436
471
|
default: true
|
|
437
472
|
}
|
|
438
473
|
},
|
|
439
|
-
|
|
440
474
|
setup(__props, {
|
|
441
|
-
expose
|
|
475
|
+
expose: __expose
|
|
442
476
|
}) {
|
|
443
|
-
const props = __props;
|
|
444
477
|
const {
|
|
445
478
|
proxy
|
|
446
479
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
447
480
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
448
481
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
449
|
-
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
482
|
+
let geologys = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
450
483
|
|
|
484
|
+
// 获取组件传参
|
|
485
|
+
const props = __props;
|
|
451
486
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
452
487
|
geology: props.settingParams && props.settingParams.geology || null,
|
|
453
488
|
operationType: props.settingParams && props.settingParams.operationType || 1,
|
|
454
489
|
drillingRadius: props.settingParams && props.settingParams.drillingRadius || 10,
|
|
455
490
|
drillingDepth: props.settingParams && props.settingParams.drillingDepth || 50
|
|
456
491
|
});
|
|
457
|
-
let viewModel = null;
|
|
492
|
+
let viewModel = null;
|
|
458
493
|
|
|
459
|
-
|
|
494
|
+
// 组件容器Ref
|
|
495
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
460
496
|
|
|
497
|
+
// 生成组件默认header
|
|
461
498
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
462
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
499
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
463
500
|
|
|
501
|
+
// 国际化
|
|
464
502
|
let {
|
|
465
503
|
locale,
|
|
466
504
|
messages
|
|
@@ -481,7 +519,6 @@ const __default__ = {
|
|
|
481
519
|
});
|
|
482
520
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
483
521
|
//父组 件ScenceView初始化完成后执行
|
|
484
|
-
|
|
485
522
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
486
523
|
if (scenceView) {
|
|
487
524
|
viewModel = new GeologicalBodyAnalysisViewModel(scenceView, formItem);
|
|
@@ -497,73 +534,61 @@ const __default__ = {
|
|
|
497
534
|
}
|
|
498
535
|
}, 1000);
|
|
499
536
|
});
|
|
537
|
+
|
|
500
538
|
/**
|
|
501
539
|
* @description 监听header生成
|
|
502
540
|
*/
|
|
503
|
-
|
|
504
541
|
const watchCreateHeaderTemp = () => {
|
|
505
542
|
if (props.showHeaderTemp) {
|
|
506
543
|
// 生成headerTemp
|
|
507
544
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
508
545
|
}
|
|
509
|
-
};
|
|
510
|
-
|
|
546
|
+
};
|
|
511
547
|
|
|
548
|
+
// 参数改变
|
|
512
549
|
function paramsChanged(key) {
|
|
513
550
|
switch (key) {
|
|
514
551
|
case "geology":
|
|
515
552
|
viewModel.setLayer(formItem.geology);
|
|
516
553
|
break;
|
|
517
|
-
|
|
518
554
|
case "drillingRadius":
|
|
519
555
|
break;
|
|
520
|
-
|
|
521
556
|
case "drillingDepth":
|
|
522
557
|
break;
|
|
523
|
-
|
|
524
558
|
default:
|
|
525
559
|
break;
|
|
526
560
|
}
|
|
527
|
-
}
|
|
528
|
-
|
|
561
|
+
}
|
|
529
562
|
|
|
563
|
+
// 开始分析
|
|
530
564
|
function startAnalysis() {
|
|
531
565
|
viewModel && viewModel.start();
|
|
532
|
-
}
|
|
533
|
-
|
|
566
|
+
}
|
|
534
567
|
|
|
568
|
+
// 清除
|
|
535
569
|
function clear() {
|
|
536
570
|
viewModel && viewModel.clear();
|
|
537
|
-
}
|
|
538
|
-
|
|
571
|
+
}
|
|
539
572
|
|
|
573
|
+
// 销毁
|
|
540
574
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
541
575
|
viewModel && viewModel.destroy();
|
|
542
576
|
});
|
|
543
|
-
|
|
577
|
+
__expose({
|
|
544
578
|
paramsChanged,
|
|
545
579
|
startAnalysis,
|
|
546
580
|
clear
|
|
547
581
|
});
|
|
548
582
|
return (_ctx, _cache) => {
|
|
549
583
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
550
|
-
|
|
551
584
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
552
|
-
|
|
553
585
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
554
|
-
|
|
555
586
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
556
|
-
|
|
557
587
|
const _component_kq_radio = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio");
|
|
558
|
-
|
|
559
588
|
const _component_kq_radio_group = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-radio-group");
|
|
560
|
-
|
|
561
589
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
562
|
-
|
|
563
590
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
564
|
-
|
|
565
591
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
566
|
-
|
|
567
592
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
568
593
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-geological-body", {
|
|
569
594
|
'kq-box-shadow': __props.showShadow
|
|
@@ -574,9 +599,7 @@ const __default__ = {
|
|
|
574
599
|
key: 0,
|
|
575
600
|
ref_key: "headerTempRef",
|
|
576
601
|
ref: headerTempRef
|
|
577
|
-
}, null, 512
|
|
578
|
-
/* NEED_PATCH */
|
|
579
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
602
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
580
603
|
gutter: 20,
|
|
581
604
|
class: "rowClass"
|
|
582
605
|
}, {
|
|
@@ -584,12 +607,8 @@ const __default__ = {
|
|
|
584
607
|
span: 6,
|
|
585
608
|
class: "colClass"
|
|
586
609
|
}, {
|
|
587
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisObject), 1
|
|
588
|
-
/*
|
|
589
|
-
)]),
|
|
590
|
-
_: 1
|
|
591
|
-
/* STABLE */
|
|
592
|
-
|
|
610
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).analysisObject), 1 /* TEXT */)]),
|
|
611
|
+
_: 1 /* STABLE */
|
|
593
612
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
594
613
|
span: 18
|
|
595
614
|
}, {
|
|
@@ -606,31 +625,15 @@ const __default__ = {
|
|
|
606
625
|
value: item.guid,
|
|
607
626
|
label: item.name
|
|
608
627
|
}, {
|
|
609
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.name), 1
|
|
610
|
-
/*
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
/* PROPS, DYNAMIC_SLOTS */
|
|
617
|
-
, ["value", "label"]);
|
|
618
|
-
}), 128
|
|
619
|
-
/* KEYED_FRAGMENT */
|
|
620
|
-
))]),
|
|
621
|
-
_: 1
|
|
622
|
-
/* STABLE */
|
|
623
|
-
|
|
624
|
-
}, 8
|
|
625
|
-
/* PROPS */
|
|
626
|
-
, ["modelValue"])]),
|
|
627
|
-
_: 1
|
|
628
|
-
/* STABLE */
|
|
629
|
-
|
|
628
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(item.name), 1 /* TEXT */)]),
|
|
629
|
+
_: 2 /* DYNAMIC */
|
|
630
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value", "label"]);
|
|
631
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
632
|
+
_: 1 /* STABLE */
|
|
633
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
634
|
+
_: 1 /* STABLE */
|
|
630
635
|
})]),
|
|
631
|
-
_: 1
|
|
632
|
-
/* STABLE */
|
|
633
|
-
|
|
636
|
+
_: 1 /* STABLE */
|
|
634
637
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
635
638
|
gutter: 20,
|
|
636
639
|
class: "rowClass"
|
|
@@ -639,12 +642,8 @@ const __default__ = {
|
|
|
639
642
|
span: 6,
|
|
640
643
|
class: "colClass"
|
|
641
644
|
}, {
|
|
642
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1
|
|
643
|
-
/*
|
|
644
|
-
)]),
|
|
645
|
-
_: 1
|
|
646
|
-
/* STABLE */
|
|
647
|
-
|
|
645
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).operationType), 1 /* TEXT */)]),
|
|
646
|
+
_: 1 /* STABLE */
|
|
648
647
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
649
648
|
span: 18
|
|
650
649
|
}, {
|
|
@@ -655,44 +654,24 @@ const __default__ = {
|
|
|
655
654
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
656
655
|
label: 1
|
|
657
656
|
}, {
|
|
658
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).section), 1
|
|
659
|
-
/*
|
|
660
|
-
)]),
|
|
661
|
-
_: 1
|
|
662
|
-
/* STABLE */
|
|
663
|
-
|
|
657
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).section), 1 /* TEXT */)]),
|
|
658
|
+
_: 1 /* STABLE */
|
|
664
659
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
665
660
|
label: 2
|
|
666
661
|
}, {
|
|
667
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cropping), 1
|
|
668
|
-
/*
|
|
669
|
-
)]),
|
|
670
|
-
_: 1
|
|
671
|
-
/* STABLE */
|
|
672
|
-
|
|
662
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).cropping), 1 /* TEXT */)]),
|
|
663
|
+
_: 1 /* STABLE */
|
|
673
664
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
674
665
|
label: 3
|
|
675
666
|
}, {
|
|
676
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillHole), 1
|
|
677
|
-
/*
|
|
678
|
-
)]),
|
|
679
|
-
_: 1
|
|
680
|
-
/* STABLE */
|
|
681
|
-
|
|
667
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillHole), 1 /* TEXT */)]),
|
|
668
|
+
_: 1 /* STABLE */
|
|
682
669
|
})]),
|
|
683
|
-
_: 1
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}, 8
|
|
687
|
-
/* PROPS */
|
|
688
|
-
, ["modelValue"])]),
|
|
689
|
-
_: 1
|
|
690
|
-
/* STABLE */
|
|
691
|
-
|
|
670
|
+
_: 1 /* STABLE */
|
|
671
|
+
}, 8 /* PROPS */, ["modelValue"])]),
|
|
672
|
+
_: 1 /* STABLE */
|
|
692
673
|
})]),
|
|
693
|
-
_: 1
|
|
694
|
-
/* STABLE */
|
|
695
|
-
|
|
674
|
+
_: 1 /* STABLE */
|
|
696
675
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
697
676
|
gutter: 20,
|
|
698
677
|
class: "rowClass"
|
|
@@ -701,12 +680,8 @@ const __default__ = {
|
|
|
701
680
|
span: 6,
|
|
702
681
|
class: "colClass"
|
|
703
682
|
}, {
|
|
704
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1
|
|
705
|
-
/*
|
|
706
|
-
)]),
|
|
707
|
-
_: 1
|
|
708
|
-
/* STABLE */
|
|
709
|
-
|
|
683
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingRadius), 1 /* TEXT */)]),
|
|
684
|
+
_: 1 /* STABLE */
|
|
710
685
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
711
686
|
span: 18
|
|
712
687
|
}, {
|
|
@@ -725,12 +700,8 @@ const __default__ = {
|
|
|
725
700
|
max: 50,
|
|
726
701
|
step: 0.1,
|
|
727
702
|
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('drillingRadius'))
|
|
728
|
-
}, null, 8
|
|
729
|
-
/*
|
|
730
|
-
, ["modelValue", "step"])]),
|
|
731
|
-
_: 1
|
|
732
|
-
/* STABLE */
|
|
733
|
-
|
|
703
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
704
|
+
_: 1 /* STABLE */
|
|
734
705
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
735
706
|
span: 8,
|
|
736
707
|
style: {
|
|
@@ -745,27 +716,15 @@ const __default__ = {
|
|
|
745
716
|
step: 0.1,
|
|
746
717
|
"controls-position": "right",
|
|
747
718
|
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('drillingRadius'))
|
|
748
|
-
}, null, 8
|
|
749
|
-
/*
|
|
750
|
-
, ["modelValue", "step"])]),
|
|
751
|
-
_: 1
|
|
752
|
-
/* STABLE */
|
|
753
|
-
|
|
719
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
720
|
+
_: 1 /* STABLE */
|
|
754
721
|
})]),
|
|
755
|
-
_: 1
|
|
756
|
-
/* STABLE */
|
|
757
|
-
|
|
722
|
+
_: 1 /* STABLE */
|
|
758
723
|
})]),
|
|
759
|
-
_: 1
|
|
760
|
-
/* STABLE */
|
|
761
|
-
|
|
724
|
+
_: 1 /* STABLE */
|
|
762
725
|
})]),
|
|
763
|
-
_: 1
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
}, 512
|
|
767
|
-
/* NEED_PATCH */
|
|
768
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
726
|
+
_: 1 /* STABLE */
|
|
727
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
769
728
|
gutter: 20,
|
|
770
729
|
class: "rowClass"
|
|
771
730
|
}, {
|
|
@@ -773,12 +732,8 @@ const __default__ = {
|
|
|
773
732
|
span: 6,
|
|
774
733
|
class: "colClass"
|
|
775
734
|
}, {
|
|
776
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1
|
|
777
|
-
/*
|
|
778
|
-
)]),
|
|
779
|
-
_: 1
|
|
780
|
-
/* STABLE */
|
|
781
|
-
|
|
735
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillingDepth), 1 /* TEXT */)]),
|
|
736
|
+
_: 1 /* STABLE */
|
|
782
737
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
783
738
|
span: 18
|
|
784
739
|
}, {
|
|
@@ -797,12 +752,8 @@ const __default__ = {
|
|
|
797
752
|
max: 500,
|
|
798
753
|
step: 1,
|
|
799
754
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('drillingDepth'))
|
|
800
|
-
}, null, 8
|
|
801
|
-
/*
|
|
802
|
-
, ["modelValue"])]),
|
|
803
|
-
_: 1
|
|
804
|
-
/* STABLE */
|
|
805
|
-
|
|
755
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
756
|
+
_: 1 /* STABLE */
|
|
806
757
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
807
758
|
span: 8,
|
|
808
759
|
style: {
|
|
@@ -817,70 +768,35 @@ const __default__ = {
|
|
|
817
768
|
step: 1,
|
|
818
769
|
"controls-position": "right",
|
|
819
770
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('drillingDepth'))
|
|
820
|
-
}, null, 8
|
|
821
|
-
/*
|
|
822
|
-
, ["modelValue"])]),
|
|
823
|
-
_: 1
|
|
824
|
-
/* STABLE */
|
|
825
|
-
|
|
771
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
772
|
+
_: 1 /* STABLE */
|
|
826
773
|
})]),
|
|
827
|
-
_: 1
|
|
828
|
-
/* STABLE */
|
|
829
|
-
|
|
774
|
+
_: 1 /* STABLE */
|
|
830
775
|
})]),
|
|
831
|
-
_: 1
|
|
832
|
-
/* STABLE */
|
|
833
|
-
|
|
776
|
+
_: 1 /* STABLE */
|
|
834
777
|
})]),
|
|
835
|
-
_: 1
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
}, 512
|
|
839
|
-
/* NEED_PATCH */
|
|
840
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
778
|
+
_: 1 /* STABLE */
|
|
779
|
+
}, 512 /* NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, false]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
841
780
|
class: "kq3d-geological-body-tip"
|
|
842
781
|
}, {
|
|
843
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sectionTips), 513
|
|
844
|
-
/*
|
|
845
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).croppingTips), 513
|
|
846
|
-
/* TEXT, NEED_PATCH */
|
|
847
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillHoleTips), 513
|
|
848
|
-
/* TEXT, NEED_PATCH */
|
|
849
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 3]])]),
|
|
850
|
-
_: 1
|
|
851
|
-
/* STABLE */
|
|
852
|
-
|
|
782
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).sectionTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 1]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).croppingTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 2]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).drillHoleTips), 513 /* TEXT, NEED_PATCH */), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).operationType == 3]])]),
|
|
783
|
+
_: 1 /* STABLE */
|
|
853
784
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
854
785
|
onClick: _cache[12] || (_cache[12] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
855
786
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
856
787
|
type: "primary"
|
|
857
788
|
}, {
|
|
858
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1
|
|
859
|
-
/*
|
|
860
|
-
|
|
861
|
-
_: 1
|
|
862
|
-
/* STABLE */
|
|
863
|
-
|
|
864
|
-
}, 8
|
|
865
|
-
/* PROPS */
|
|
866
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
789
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis), 1 /* TEXT */)]),
|
|
790
|
+
_: 1 /* STABLE */
|
|
791
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
867
792
|
onClick: _cache[13] || (_cache[13] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
868
793
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
869
794
|
}, {
|
|
870
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
871
|
-
/*
|
|
872
|
-
|
|
873
|
-
_: 1
|
|
874
|
-
/* STABLE */
|
|
875
|
-
|
|
876
|
-
}, 8
|
|
877
|
-
/* PROPS */
|
|
878
|
-
, ["title"])])])], 2
|
|
879
|
-
/* CLASS */
|
|
880
|
-
);
|
|
795
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1 /* TEXT */)]),
|
|
796
|
+
_: 1 /* STABLE */
|
|
797
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
881
798
|
};
|
|
882
799
|
}
|
|
883
|
-
|
|
884
800
|
}));
|
|
885
801
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/GeologicalBodyAnalysis.vue?vue&type=script&setup=true&lang=js
|
|
886
802
|
|
|
@@ -892,10 +808,13 @@ const __exports__ = GeologicalBodyAnalysisvue_type_script_setup_true_lang_js;
|
|
|
892
808
|
|
|
893
809
|
/* harmony default export */ var GeologicalBodyAnalysis = (__exports__);
|
|
894
810
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
895
|
-
var init_js_ = __webpack_require__(
|
|
811
|
+
var init_js_ = __webpack_require__(455);
|
|
896
812
|
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
897
813
|
;// CONCATENATED MODULE: ./src/webgl/geologicalbodyanalysis/index.js
|
|
898
|
-
|
|
814
|
+
/*
|
|
815
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
816
|
+
* All rights reserved.
|
|
817
|
+
*/
|
|
899
818
|
|
|
900
819
|
|
|
901
820
|
|
|
@@ -904,8 +823,6 @@ GeologicalBodyAnalysis.install = (Vue, opts) => {
|
|
|
904
823
|
Vue.component(GeologicalBodyAnalysis.name, GeologicalBodyAnalysis);
|
|
905
824
|
};
|
|
906
825
|
|
|
907
|
-
|
|
908
|
-
}();
|
|
909
826
|
/******/ return __webpack_exports__;
|
|
910
827
|
/******/ })()
|
|
911
828
|
;
|