ow-eengine-power 2.7.3 → 2.8.0
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/dist/OW_EEngine_Power.js
CHANGED
|
@@ -15932,7 +15932,7 @@ class ku {
|
|
|
15932
15932
|
}
|
|
15933
15933
|
//设置显隐
|
|
15934
15934
|
setLineVisible(t) {
|
|
15935
|
-
this.Keym == "OW_JPS_EEngin_001" && (this.entityCollection2.show = t, this.
|
|
15935
|
+
this.Keym == "OW_JPS_EEngin_001" && (this.entityCollection2.show = t, this.LineentityCollection2.show = t);
|
|
15936
15936
|
}
|
|
15937
15937
|
// Getter methods for wire data
|
|
15938
15938
|
getArcLine1A1() {
|
|
@@ -17074,7 +17074,7 @@ class Vu {
|
|
|
17074
17074
|
* @param distance 距离(米)
|
|
17075
17075
|
* @param distanceType 测量类型
|
|
17076
17076
|
*/
|
|
17077
|
-
drawWireToGroundDistanceByType(t, e, r, i, n = ye
|
|
17077
|
+
drawWireToGroundDistanceByType(t, e, r, i, n = ye.导线) {
|
|
17078
17078
|
var p, d;
|
|
17079
17079
|
const o = [
|
|
17080
17080
|
g.Cartesian3.fromDegrees(t[0], t[1], t[2]),
|
|
@@ -18557,11 +18557,11 @@ class Lh {
|
|
|
18557
18557
|
loadLineTower() {
|
|
18558
18558
|
this.lineConstruction.loadLineTower();
|
|
18559
18559
|
}
|
|
18560
|
-
|
|
18560
|
+
//设置线路显隐
|
|
18561
18561
|
setLineVisible(t) {
|
|
18562
18562
|
this.lineConstruction.setLineVisible(t);
|
|
18563
18563
|
}
|
|
18564
|
-
|
|
18564
|
+
//树木设置显隐
|
|
18565
18565
|
setTreeVisible(t) {
|
|
18566
18566
|
this.terrainConstruction.setTreeVisible(t);
|
|
18567
18567
|
}
|
|
@@ -18792,7 +18792,7 @@ class Lh {
|
|
|
18792
18792
|
* @param circuit 回路数:0-全部回路,1-回路1,2-回路2,默认1
|
|
18793
18793
|
* @param phase 相序:ABC-全部,A-A相,B-B相,C-C相,AB-A/B相,AC-A/C相,BC-B/C相,默认ABC
|
|
18794
18794
|
*/
|
|
18795
|
-
LineChannelTerrainVerificationByTowerRange(t, e, r, i = 100, n = 2e3, o = !1, f = !0, u = [], l =
|
|
18795
|
+
LineChannelTerrainVerificationByTowerRange(t, e, r, i = 100, n = 2e3, o = !1, f = !0, u = [], l = 0, a = "ABC") {
|
|
18796
18796
|
debugger;
|
|
18797
18797
|
const c = this.LineInfo.towers;
|
|
18798
18798
|
let p = -1, d = -1;
|