@kq_npm/client3d_webgl_vue 4.1.7-beta → 4.1.8-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/index.js CHANGED
@@ -14877,7 +14877,7 @@ class ModelExcavateViewModel {
14877
14877
  type: "warning"
14878
14878
  });
14879
14879
  }
14880
- } // qi切换高度重新计算
14880
+ } // 切换高度重新计算
14881
14881
 
14882
14882
 
14883
14883
  setHeight(val) {
@@ -15222,6 +15222,8 @@ class ModelFlatViewModel {
15222
15222
  //绘制管理对象
15223
15223
  //全局参数
15224
15224
  //绘制完成监听事件
15225
+ // 平整对象
15226
+ //平整辅助面数组
15225
15227
  constructor(scenceView, viewModel) {
15226
15228
  _defineProperty(this, "_viewer", null);
15227
15229
 
@@ -15289,7 +15291,8 @@ class ModelFlatViewModel {
15289
15291
 
15290
15292
  getFlatCount() {
15291
15293
  return this._flatteningPolygonTex.getFlattenedPolygons().length;
15292
- }
15294
+ } // 开始分析
15295
+
15293
15296
 
15294
15297
  start() {
15295
15298
  // 判断是否添加了模型
@@ -15345,7 +15348,8 @@ class ModelFlatViewModel {
15345
15348
 
15346
15349
  setCurrentFlatPolygonIndex(val) {
15347
15350
  this.currentFlatPolygonIndex = val;
15348
- }
15351
+ } // 清除绘制
15352
+
15349
15353
 
15350
15354
  remove() {
15351
15355
  this._drawManager.stopDraw();
@@ -201,6 +201,8 @@ class ModelFlatViewModel {
201
201
  //绘制管理对象
202
202
  //全局参数
203
203
  //绘制完成监听事件
204
+ // 平整对象
205
+ //平整辅助面数组
204
206
  constructor(scenceView, viewModel) {
205
207
  (0,defineProperty/* default */.Z)(this, "_viewer", null);
206
208
 
@@ -268,7 +270,8 @@ class ModelFlatViewModel {
268
270
 
269
271
  getFlatCount() {
270
272
  return this._flatteningPolygonTex.getFlattenedPolygons().length;
271
- }
273
+ } // 开始分析
274
+
272
275
 
273
276
  start() {
274
277
  // 判断是否添加了模型
@@ -324,7 +327,8 @@ class ModelFlatViewModel {
324
327
 
325
328
  setCurrentFlatPolygonIndex(val) {
326
329
  this.currentFlatPolygonIndex = val;
327
- }
330
+ } // 清除绘制
331
+
328
332
 
329
333
  remove() {
330
334
  this._drawManager.stopDraw();
@@ -392,7 +392,7 @@ class ModelExcavateViewModel {
392
392
  type: "warning"
393
393
  });
394
394
  }
395
- } // qi切换高度重新计算
395
+ } // 切换高度重新计算
396
396
 
397
397
 
398
398
  setHeight(val) {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.1.7-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"restrictedVersion":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"1.1.1","echarts":"5.3.0","echarts-stat":"1.2.0","js-cookie":"3.0.1","omit.js":"2.0.2","save":"2.5.0","tinycolor2":"1.4.2","vue-i18n":"9.2.0-beta.36","xlsx":"0.18.5","css-vars-ponyfill":"2.4.8","html2canvas":"1.4.1","xe-utils":"3.5.4"}}
1
+ {"name":"@kq_npm/client3d_webgl_vue","description":"KQGIS Client3D for Vue.js","version":"4.1.8-beta","homepage":"","keywords":["KQGIS","webGL","Vue"],"restrictedVersion":true,"browserslist":["> 1%","last 2 versions","not dead","not ie 11"],"author":"KQWEB GROUP","license":"Apache-2.0","dependencies":{"colorcolor":"1.1.1","echarts":"5.3.0","echarts-stat":"1.2.0","js-cookie":"3.0.1","omit.js":"2.0.2","save":"2.5.0","tinycolor2":"1.4.2","vue-i18n":"9.2.0-beta.36","xlsx":"0.18.5","css-vars-ponyfill":"2.4.8","html2canvas":"1.4.1","xe-utils":"3.5.4"}}
@@ -17773,6 +17773,8 @@ class ModelFlatViewModel {
17773
17773
  //绘制管理对象
17774
17774
  //全局参数
17775
17775
  //绘制完成监听事件
17776
+ // 平整对象
17777
+ //平整辅助面数组
17776
17778
  constructor(scenceView, viewModel) {
17777
17779
  (0,defineProperty/* default */.Z)(this, "_viewer", null);
17778
17780
 
@@ -17840,7 +17842,8 @@ class ModelFlatViewModel {
17840
17842
 
17841
17843
  getFlatCount() {
17842
17844
  return this._flatteningPolygonTex.getFlattenedPolygons().length;
17843
- }
17845
+ } // 开始分析
17846
+
17844
17847
 
17845
17848
  start() {
17846
17849
  // 判断是否添加了模型
@@ -17896,7 +17899,8 @@ class ModelFlatViewModel {
17896
17899
 
17897
17900
  setCurrentFlatPolygonIndex(val) {
17898
17901
  this.currentFlatPolygonIndex = val;
17899
- }
17902
+ } // 清除绘制
17903
+
17900
17904
 
17901
17905
  remove() {
17902
17906
  this._drawManager.stopDraw();
@@ -18497,7 +18501,7 @@ class ModelExcavateViewModel {
18497
18501
  type: "warning"
18498
18502
  });
18499
18503
  }
18500
- } // qi切换高度重新计算
18504
+ } // 切换高度重新计算
18501
18505
 
18502
18506
 
18503
18507
  setHeight(val) {