ow-eengine-power 2.6.8 → 2.6.9
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
|
@@ -17084,7 +17084,7 @@ class Vu {
|
|
|
17084
17084
|
let f = "#eff819", u = g.Color.RED;
|
|
17085
17085
|
const l = this.distanceRuleConfig;
|
|
17086
17086
|
let a, c = !1;
|
|
17087
|
-
if (i === ht.净空距离 && (a = (d = (p = l.typeRules.get(n)) == null ? void 0 : p.clearanceLevels) == null ? void 0 : d.find(
|
|
17087
|
+
if ((i === ht.净空距离 || i === ht.全部测量) && (a = (d = (p = l.typeRules.get(n)) == null ? void 0 : p.clearanceLevels) == null ? void 0 : d.find(
|
|
17088
17088
|
(h) => r >= h.minDistance && r <= h.maxDistance
|
|
17089
17089
|
)), a ? (f = a.color, u = g.Color.fromCssColorString(a.color)) : (c = !0, f = "#00ff00", u = g.Color.GREEN), a || c) {
|
|
17090
17090
|
this.entityCollectionplotting.add({
|