bimatter-viewer-react 0.6.8 → 0.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/lib/Viewer.d.ts +4 -0
- package/lib/api/ViewerApi.d.ts +15 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1151 -1048
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3,26 +3,26 @@ import { a as t, c as n, d as r, f as i, i as a, l as o, n as s, o as c, r as l,
|
|
|
3
3
|
import f, { Suspense as p, forwardRef as m, lazy as h, memo as g, useCallback as _, useEffect as v, useImperativeHandle as y, useMemo as b, useRef as x, useState as S } from "react";
|
|
4
4
|
import { Canvas as C, useFrame as w, useThree as T } from "@react-three/fiber";
|
|
5
5
|
import { CameraControls as E, Stats as ee } from "@react-three/drei";
|
|
6
|
-
import { Box3 as D, BoxGeometry as O, BufferAttribute as k, BufferGeometry as A, CanvasTexture as j, Color as M, ConeGeometry as N, DoubleSide as
|
|
7
|
-
import { CONTAINED as
|
|
8
|
-
import { Fragment as
|
|
9
|
-
import
|
|
6
|
+
import { Box3 as D, BoxGeometry as O, BufferAttribute as k, BufferGeometry as A, CanvasTexture as j, Color as M, ConeGeometry as N, DoubleSide as te, DynamicDrawUsage as ne, Float32BufferAttribute as re, Group as P, Line as F, Line3 as I, LineBasicMaterial as L, LineDashedMaterial as R, LineSegments as ie, LinearFilter as z, LinearMipmapLinearFilter as ae, MathUtils as oe, Matrix4 as B, Mesh as V, MeshBasicMaterial as H, MeshLambertMaterial as se, Object3D as U, OrthographicCamera as ce, PerspectiveCamera as W, Plane as G, RepeatWrapping as le, SRGBColorSpace as ue, ShapeUtils as de, Sphere as fe, SphereGeometry as pe, Sprite as me, SpriteMaterial as he, Uint32BufferAttribute as ge, Vector2 as K, Vector3 as q } from "three";
|
|
7
|
+
import { CONTAINED as _e, INTERSECTED as ve, MeshBVH as ye, NOT_INTERSECTED as be, acceleratedRaycast as xe } from "three-mesh-bvh";
|
|
8
|
+
import { Fragment as Se, jsx as J, jsxs as Y } from "react/jsx-runtime";
|
|
9
|
+
import Ce from "pako";
|
|
10
10
|
//#region src/viewer/SelectableMesh.tsx
|
|
11
|
-
|
|
12
|
-
var
|
|
11
|
+
V.prototype.raycast = xe;
|
|
12
|
+
var we = 1 / 1.5, Te = f.memo(function({ colorPaletteTexture: e, material: t, materialMode: n = "quality", data: r, isIfcSpace: i = !1, meshMatrix: a, useDoubleSideMaterial: o = !1 }) {
|
|
13
13
|
let s = x(null), c = d((e) => e.preselectionColor), l = x(c);
|
|
14
14
|
l.current = c;
|
|
15
15
|
let u = b(() => {
|
|
16
16
|
let r = new M(t.r, t.g, t.b);
|
|
17
|
-
n === "performance" && r.multiplyScalar(
|
|
17
|
+
n === "performance" && r.multiplyScalar(we);
|
|
18
18
|
let i = {
|
|
19
19
|
color: r.clone(),
|
|
20
20
|
transparent: !!(t.opacity && t.opacity != 1),
|
|
21
21
|
opacity: t.opacity ?? 1
|
|
22
22
|
}, a = o ? {
|
|
23
23
|
...i,
|
|
24
|
-
side:
|
|
25
|
-
} : i, s = n === "performance" ? new
|
|
24
|
+
side: te
|
|
25
|
+
} : i, s = n === "performance" ? new H(a) : new se(a), c = s;
|
|
26
26
|
return c.defaultAttributeValues = {
|
|
27
27
|
...c.defaultAttributeValues,
|
|
28
28
|
colorIndex: [0]
|
|
@@ -56,11 +56,11 @@ var Te = 1 / 1.5, Ee = f.memo(function({ colorPaletteTexture: e, material: t, ma
|
|
|
56
56
|
e && (e.value instanceof M ? e.value.set(c) : e.value = new M(c));
|
|
57
57
|
}, [u, c]), v(() => {
|
|
58
58
|
if (!s.current) return;
|
|
59
|
-
let e = s.current.geometry, t = new
|
|
59
|
+
let e = s.current.geometry, t = new ye(e, { indirect: !0 });
|
|
60
60
|
return Object.assign(e, { boundsTree: t }), () => {
|
|
61
61
|
u.dispose(), Object.assign(e, { boundsTree: null });
|
|
62
62
|
};
|
|
63
|
-
}, [u]), /* @__PURE__ */
|
|
63
|
+
}, [u]), /* @__PURE__ */ Y("mesh", {
|
|
64
64
|
frustumCulled: !0,
|
|
65
65
|
matrix: a,
|
|
66
66
|
matrixAutoUpdate: !1,
|
|
@@ -71,38 +71,38 @@ var Te = 1 / 1.5, Ee = f.memo(function({ colorPaletteTexture: e, material: t, ma
|
|
|
71
71
|
let t = e.object;
|
|
72
72
|
t.preselected &&= !1;
|
|
73
73
|
},
|
|
74
|
-
children: [/* @__PURE__ */
|
|
75
|
-
/* @__PURE__ */
|
|
74
|
+
children: [/* @__PURE__ */ Y("bufferGeometry", { children: [
|
|
75
|
+
/* @__PURE__ */ J("bufferAttribute", {
|
|
76
76
|
attach: "attributes-position",
|
|
77
77
|
args: [r.pos, 3]
|
|
78
78
|
}),
|
|
79
|
-
r.norm && /* @__PURE__ */
|
|
79
|
+
r.norm && /* @__PURE__ */ J("bufferAttribute", {
|
|
80
80
|
attach: "attributes-normal",
|
|
81
81
|
args: [r.norm, 3]
|
|
82
82
|
}),
|
|
83
|
-
/* @__PURE__ */
|
|
83
|
+
/* @__PURE__ */ J("bufferAttribute", {
|
|
84
84
|
attach: "attributes-ids",
|
|
85
85
|
args: [r.ids, 1]
|
|
86
86
|
}),
|
|
87
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ J("bufferAttribute", {
|
|
88
88
|
attach: "index",
|
|
89
89
|
args: [r.ind, 1]
|
|
90
90
|
})
|
|
91
|
-
] }), /* @__PURE__ */
|
|
91
|
+
] }), /* @__PURE__ */ J("primitive", { object: u })]
|
|
92
92
|
});
|
|
93
|
-
}),
|
|
94
|
-
function
|
|
93
|
+
}), Ee = 10, De = "#1d2733", Oe = 2, ke = .05, Ae = "\0", je = /* @__PURE__ */ new Map();
|
|
94
|
+
function Me() {
|
|
95
95
|
return typeof window > "u" ? 1 : Math.min(window.devicePixelRatio || 1, 2);
|
|
96
96
|
}
|
|
97
|
-
function
|
|
98
|
-
let i =
|
|
97
|
+
function Ne(e, t, n, r) {
|
|
98
|
+
let i = Me(), a = document.createElement("canvas"), o = a.getContext("2d");
|
|
99
99
|
if (!o) throw Error("Could not create grid label canvas context");
|
|
100
100
|
let s = `400 ${r}px system-ui, "Segoe UI", sans-serif`, c = Math.ceil(r * .5), l = Math.ceil(r * .35);
|
|
101
101
|
o.font = s;
|
|
102
102
|
let u = o.measureText(t), d = u.actualBoundingBoxAscent || r * .8, f = u.actualBoundingBoxDescent || r * .2, p = Math.max(1, Math.ceil(u.width + c * 2)), m = Math.max(1, Math.ceil(d + f + l * 2));
|
|
103
103
|
a.width = Math.ceil(p * i), a.height = Math.ceil(m * i), o.scale(i, i), o.clearRect(0, 0, p, m), o.font = s, o.fillStyle = n, o.textAlign = "left", o.textBaseline = "alphabetic", o.fillText(t, c, l + d);
|
|
104
104
|
let h = new j(a);
|
|
105
|
-
return h.colorSpace =
|
|
105
|
+
return h.colorSpace = ue, h.generateMipmaps = !1, h.magFilter = z, h.minFilter = z, h.needsUpdate = !0, {
|
|
106
106
|
disposeTimer: null,
|
|
107
107
|
height: m,
|
|
108
108
|
key: e,
|
|
@@ -111,49 +111,49 @@ function Pe(e, t, n, r) {
|
|
|
111
111
|
width: p
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function Pe(e, t, n) {
|
|
115
115
|
let r = [
|
|
116
116
|
e,
|
|
117
117
|
t,
|
|
118
118
|
n
|
|
119
|
-
].join(
|
|
120
|
-
return i || (i =
|
|
119
|
+
].join(Ae), i = je.get(r);
|
|
120
|
+
return i || (i = Ne(r, e, t, n), je.set(r, i)), i;
|
|
121
121
|
}
|
|
122
|
-
function
|
|
123
|
-
let r = b(() =>
|
|
122
|
+
function Fe(e, t, n) {
|
|
123
|
+
let r = b(() => Pe(e, t, n), [
|
|
124
124
|
t,
|
|
125
125
|
n,
|
|
126
126
|
e
|
|
127
127
|
]);
|
|
128
128
|
return v(() => (r.disposeTimer &&= (clearTimeout(r.disposeTimer), null), r.refs++, () => {
|
|
129
129
|
r.refs = Math.max(0, r.refs - 1), r.refs <= 0 && (r.disposeTimer = setTimeout(() => {
|
|
130
|
-
r.refs > 0 || (r.texture.dispose(),
|
|
130
|
+
r.refs > 0 || (r.texture.dispose(), je.delete(r.key), r.disposeTimer = null);
|
|
131
131
|
}, 1e3));
|
|
132
132
|
}), [r]), r;
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function Ie(e, t, n, r) {
|
|
135
135
|
let i = Math.abs(n.projectionMatrix.elements[5]) || 1, a = t.height * 2 / (Math.max(1, r) * i), o = a * (t.width / t.height);
|
|
136
136
|
e.scale.set(o, a, 1);
|
|
137
137
|
}
|
|
138
|
-
function
|
|
138
|
+
function Le(e, t) {
|
|
139
139
|
let n = e[t];
|
|
140
140
|
return n === void 0 ? 0 : Number.isFinite(n) ? n : null;
|
|
141
141
|
}
|
|
142
|
-
function
|
|
143
|
-
return
|
|
142
|
+
function Re(e, t) {
|
|
143
|
+
return Le(e, t) ?? 0;
|
|
144
144
|
}
|
|
145
|
-
function
|
|
146
|
-
let t =
|
|
147
|
-
return t === null || n === null || r === null ? null : new
|
|
145
|
+
function ze(e) {
|
|
146
|
+
let t = Le(e, "x"), n = Le(e, "y"), r = Le(e, "z");
|
|
147
|
+
return t === null || n === null || r === null ? null : new q(t, n, r);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function Be(e, t) {
|
|
150
150
|
return [
|
|
151
|
-
|
|
152
|
-
t !== void 0 && Number.isFinite(t) ? t :
|
|
153
|
-
|
|
151
|
+
Re(e, "x"),
|
|
152
|
+
t !== void 0 && Number.isFinite(t) ? t : Re(e, "y"),
|
|
153
|
+
Re(e, "z")
|
|
154
154
|
];
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Ve(e) {
|
|
157
157
|
let { h: t, l: n } = e.getHSL({
|
|
158
158
|
h: 0,
|
|
159
159
|
s: 0,
|
|
@@ -161,14 +161,14 @@ function He(e) {
|
|
|
161
161
|
});
|
|
162
162
|
return t < .55 && n >= .5 || t >= .55 && n >= .75 ? "#000000" : "#ffffff";
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function He(e) {
|
|
165
165
|
let t = T((e) => e.scene.background);
|
|
166
|
-
return b(() => e || (t instanceof M ?
|
|
166
|
+
return b(() => e || (t instanceof M ? Ve(t) : De), [t, e]);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function Ue({ axis: e, grid: t, endSide: n, startSide: r }) {
|
|
169
169
|
return Object.entries(e).flatMap(([e, i]) => {
|
|
170
170
|
if (i.length < 2) return [];
|
|
171
|
-
let a =
|
|
171
|
+
let a = ze(i[0]), o = ze(i[1]);
|
|
172
172
|
return !a || !o ? [] : (a.y = 0, o.y = 0, [{
|
|
173
173
|
endSide: n,
|
|
174
174
|
loc: t.loc,
|
|
@@ -178,18 +178,18 @@ function We({ axis: e, grid: t, endSide: n, startSide: r }) {
|
|
|
178
178
|
}]);
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function We({ flattenToFloor: e, grids: t, showBottom: n, showLeft: r, showRight: i, showTop: a }) {
|
|
182
182
|
let o = {
|
|
183
183
|
bottom: n,
|
|
184
184
|
left: r,
|
|
185
185
|
right: i,
|
|
186
186
|
top: a
|
|
187
|
-
}, s = Object.values(t).flatMap((e) => [...
|
|
187
|
+
}, s = Object.values(t).flatMap((e) => [...Ue({
|
|
188
188
|
axis: e.points.u,
|
|
189
189
|
endSide: "right",
|
|
190
190
|
grid: e,
|
|
191
191
|
startSide: "left"
|
|
192
|
-
}), ...
|
|
192
|
+
}), ...Ue({
|
|
193
193
|
axis: e.points.v,
|
|
194
194
|
endSide: "bottom",
|
|
195
195
|
grid: e,
|
|
@@ -202,8 +202,8 @@ function Ge({ flattenToFloor: e, grids: t, showBottom: n, showLeft: r, showRight
|
|
|
202
202
|
e.startSide,
|
|
203
203
|
e.endSide,
|
|
204
204
|
e.name,
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
Re(e.loc, "x"),
|
|
206
|
+
Re(e.loc, "z"),
|
|
207
207
|
e.points[0].x,
|
|
208
208
|
e.points[0].z,
|
|
209
209
|
e.points[1].x,
|
|
@@ -212,57 +212,57 @@ function Ge({ flattenToFloor: e, grids: t, showBottom: n, showLeft: r, showRight
|
|
|
212
212
|
c.has(t) || c.set(t, e);
|
|
213
213
|
}), Array.from(c.values());
|
|
214
214
|
}
|
|
215
|
-
function
|
|
216
|
-
return new
|
|
215
|
+
function Ge(e, t) {
|
|
216
|
+
return new q(...Be(e.loc, t));
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function Ke({ cameraPosition: e, floorY: t, line: n, showBottom: r, showLeft: i, showRight: a, showTop: o }) {
|
|
219
219
|
let s = {
|
|
220
220
|
bottom: r,
|
|
221
221
|
left: i,
|
|
222
222
|
right: a,
|
|
223
223
|
top: o
|
|
224
|
-
}, c =
|
|
224
|
+
}, c = Ge(n, t), l = n.points[0].clone().add(c), u = n.points[1].clone().add(c), d = l.distanceToSquared(e) > u.distanceToSquared(e) ? "start" : "end", f = d === "start" ? "end" : "start", p = (e) => s[e === "start" ? n.startSide : n.endSide];
|
|
225
225
|
return p(d) ? d : p(f) ? f : null;
|
|
226
226
|
}
|
|
227
|
-
function
|
|
227
|
+
function qe({ endpoint: e, labelOffset: t, line: n }) {
|
|
228
228
|
let r = e === "start" ? n.points[0].clone() : n.points[1].clone(), i = n.points[1].clone().sub(n.points[0]);
|
|
229
229
|
return i.y = 0, i.lengthSq() === 0 && i.set(1, 0, 0), i.normalize().multiplyScalar(t), e === "start" && i.negate(), r.add(i);
|
|
230
230
|
}
|
|
231
|
-
function
|
|
232
|
-
let n = new
|
|
231
|
+
function Je(e, t) {
|
|
232
|
+
let n = new q(), r = 0;
|
|
233
233
|
return e.forEach((e) => {
|
|
234
|
-
let i =
|
|
234
|
+
let i = Ge(e, t);
|
|
235
235
|
e.points.forEach((e) => {
|
|
236
236
|
n.add(e).add(i), r++;
|
|
237
237
|
});
|
|
238
238
|
}), r && n.divideScalar(r), n;
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function Ye(e, t, n) {
|
|
241
241
|
let r = 0;
|
|
242
242
|
return e.forEach((e) => {
|
|
243
|
-
let i =
|
|
243
|
+
let i = Ge(e, n);
|
|
244
244
|
e.points.forEach((e) => {
|
|
245
245
|
r = Math.max(r, e.clone().add(i).distanceTo(t));
|
|
246
246
|
});
|
|
247
247
|
}), r;
|
|
248
248
|
}
|
|
249
|
-
function
|
|
250
|
-
let { camera: i, size: a } = T(), o = x(null), s =
|
|
249
|
+
function Xe({ color: e, fontSize: t, position: n, text: r }) {
|
|
250
|
+
let { camera: i, size: a } = T(), o = x(null), s = Fe(r, e, t);
|
|
251
251
|
return v(() => {
|
|
252
252
|
let e = o.current;
|
|
253
|
-
e &&
|
|
253
|
+
e && Ie(e, s, i, a.height);
|
|
254
254
|
}, [
|
|
255
255
|
i,
|
|
256
256
|
a.height,
|
|
257
257
|
s
|
|
258
258
|
]), w(({ camera: e, size: t }) => {
|
|
259
259
|
let n = o.current;
|
|
260
|
-
n &&
|
|
261
|
-
}), /* @__PURE__ */
|
|
260
|
+
n && Ie(n, s, e, t.height);
|
|
261
|
+
}), /* @__PURE__ */ J("sprite", {
|
|
262
262
|
ref: o,
|
|
263
263
|
position: n,
|
|
264
264
|
renderOrder: 2,
|
|
265
|
-
children: /* @__PURE__ */
|
|
265
|
+
children: /* @__PURE__ */ J("spriteMaterial", {
|
|
266
266
|
alphaTest: .1,
|
|
267
267
|
depthTest: !0,
|
|
268
268
|
depthWrite: !1,
|
|
@@ -273,8 +273,8 @@ function Ze({ color: e, fontSize: t, position: n, text: r }) {
|
|
|
273
273
|
})
|
|
274
274
|
});
|
|
275
275
|
}
|
|
276
|
-
function
|
|
277
|
-
let u = b(() => new A().setFromPoints(a.points), [a.points]), d =
|
|
276
|
+
function Ze({ cameraPosition: e, color: t, floorY: n, fontSize: r, labelOffset: i, line: a, showBottom: o, showLeft: s, showRight: c, showTop: l }) {
|
|
277
|
+
let u = b(() => new A().setFromPoints(a.points), [a.points]), d = Ke({
|
|
278
278
|
cameraPosition: e,
|
|
279
279
|
floorY: n,
|
|
280
280
|
line: a,
|
|
@@ -282,19 +282,19 @@ function Qe({ cameraPosition: e, color: t, floorY: n, fontSize: r, labelOffset:
|
|
|
282
282
|
showLeft: s,
|
|
283
283
|
showRight: c,
|
|
284
284
|
showTop: l
|
|
285
|
-
}), f = d ?
|
|
285
|
+
}), f = d ? qe({
|
|
286
286
|
endpoint: d,
|
|
287
287
|
labelOffset: i,
|
|
288
288
|
line: a
|
|
289
289
|
}) : null;
|
|
290
|
-
return v(() => () => u.dispose(), [u]), /* @__PURE__ */
|
|
290
|
+
return v(() => () => u.dispose(), [u]), /* @__PURE__ */ Y("lineSegments", {
|
|
291
291
|
geometry: u,
|
|
292
|
-
position:
|
|
293
|
-
children: [/* @__PURE__ */
|
|
292
|
+
position: Be(a.loc, n),
|
|
293
|
+
children: [/* @__PURE__ */ J("lineBasicMaterial", {
|
|
294
294
|
color: t,
|
|
295
295
|
depthWrite: !1,
|
|
296
296
|
linewidth: 2
|
|
297
|
-
}), f && /* @__PURE__ */
|
|
297
|
+
}), f && /* @__PURE__ */ J(Xe, {
|
|
298
298
|
color: t,
|
|
299
299
|
fontSize: r,
|
|
300
300
|
position: f,
|
|
@@ -302,8 +302,8 @@ function Qe({ cameraPosition: e, color: t, floorY: n, fontSize: r, labelOffset:
|
|
|
302
302
|
})]
|
|
303
303
|
});
|
|
304
304
|
}
|
|
305
|
-
function
|
|
306
|
-
let u = T((e) => e.camera), d = x(null), [f, p] = S(() => new
|
|
305
|
+
function Qe({ color: e, floorY: t, fontSize: n = Ee, grids: r, labelOffset: i = Oe, showBottom: a = !0, showLeft: o = !0, showRight: s = !0, showTop: c = !0, visible: l = !0 }) {
|
|
306
|
+
let u = T((e) => e.camera), d = x(null), [f, p] = S(() => new q()), m = He(e), h = b(() => r ? We({
|
|
307
307
|
flattenToFloor: t !== void 0,
|
|
308
308
|
grids: r,
|
|
309
309
|
showBottom: a,
|
|
@@ -317,7 +317,7 @@ function $e({ color: e, floorY: t, fontSize: n = De, grids: r, labelOffset: i =
|
|
|
317
317
|
o,
|
|
318
318
|
s,
|
|
319
319
|
c
|
|
320
|
-
]), g = b(() =>
|
|
320
|
+
]), g = b(() => Je(h, t), [t, h]), _ = b(() => Math.max(i, Ye(h, g, t) * .015), [
|
|
321
321
|
g,
|
|
322
322
|
t,
|
|
323
323
|
i,
|
|
@@ -327,11 +327,11 @@ function $e({ color: e, floorY: t, fontSize: n = De, grids: r, labelOffset: i =
|
|
|
327
327
|
let e = d.current;
|
|
328
328
|
if (!e) return;
|
|
329
329
|
let t = u.position.clone();
|
|
330
|
-
e.worldToLocal(t), !(t.distanceToSquared(f) <
|
|
331
|
-
}), !l || !h.length ? null : /* @__PURE__ */
|
|
330
|
+
e.worldToLocal(t), !(t.distanceToSquared(f) < ke) && p(t);
|
|
331
|
+
}), !l || !h.length ? null : /* @__PURE__ */ J("group", {
|
|
332
332
|
ref: d,
|
|
333
333
|
userData: { modelGrids: !0 },
|
|
334
|
-
children: h.map((e) => /* @__PURE__ */
|
|
334
|
+
children: h.map((e) => /* @__PURE__ */ J(Ze, {
|
|
335
335
|
cameraPosition: f,
|
|
336
336
|
color: m,
|
|
337
337
|
floorY: t,
|
|
@@ -346,9 +346,9 @@ function $e({ color: e, floorY: t, fontSize: n = De, grids: r, labelOffset: i =
|
|
|
346
346
|
e.startSide,
|
|
347
347
|
e.endSide,
|
|
348
348
|
e.name,
|
|
349
|
-
|
|
350
|
-
t ??
|
|
351
|
-
|
|
349
|
+
Re(e.loc, "x"),
|
|
350
|
+
t ?? Re(e.loc, "y"),
|
|
351
|
+
Re(e.loc, "z"),
|
|
352
352
|
e.points[0].x,
|
|
353
353
|
e.points[0].y,
|
|
354
354
|
e.points[0].z,
|
|
@@ -360,33 +360,33 @@ function $e({ color: e, floorY: t, fontSize: n = De, grids: r, labelOffset: i =
|
|
|
360
360
|
}
|
|
361
361
|
//#endregion
|
|
362
362
|
//#region src/viewer/Model.tsx
|
|
363
|
-
var
|
|
364
|
-
function
|
|
363
|
+
var $e = new B(), et = h(() => import("./WebGpuSelectableMesh-s4XT_3wd.js").then((e) => ({ default: e.WebGpuSelectableMesh })));
|
|
364
|
+
function tt(e) {
|
|
365
365
|
if (!e) return null;
|
|
366
366
|
try {
|
|
367
367
|
let t = JSON.parse(e);
|
|
368
|
-
return !Array.isArray(t) || t.length !== 16 ? null : new
|
|
368
|
+
return !Array.isArray(t) || t.length !== 16 ? null : new B().fromArray(t);
|
|
369
369
|
} catch (e) {
|
|
370
370
|
return console.warn("Model matrix parsing error", e), null;
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
|
-
function
|
|
374
|
-
return
|
|
373
|
+
function nt(e) {
|
|
374
|
+
return tt(rt(e));
|
|
375
375
|
}
|
|
376
|
-
function
|
|
376
|
+
function rt(e) {
|
|
377
377
|
return e.coordinationMatrix ?? Object.values(e.data)[0]?.matrix;
|
|
378
378
|
}
|
|
379
|
-
function
|
|
379
|
+
function it({ colorPaletteTexture: e, coordinationMatrix: t, modelID: n, data: r, materialMode: i, useWebGPU: a = !1 }) {
|
|
380
380
|
let o = d((e) => e.gridAxesVisibility), s = b(() => {
|
|
381
381
|
if (!r) return {
|
|
382
382
|
data: [],
|
|
383
383
|
coordinationMatrix: null,
|
|
384
384
|
floorY: 0
|
|
385
385
|
};
|
|
386
|
-
let e = Object.values(r.data).some((e) => !!e.matrix) ? t?.clone() ??
|
|
386
|
+
let e = Object.values(r.data).some((e) => !!e.matrix) ? t?.clone() ?? nt(r) : null, i = Infinity, a = new q();
|
|
387
387
|
return {
|
|
388
388
|
data: Object.values(r.data).map((e) => {
|
|
389
|
-
let t = (
|
|
389
|
+
let t = (tt(e.matrix) ?? new B()).clone().invert(), r = e.mat, o = e.pos;
|
|
390
390
|
for (let e = 0; e < o.length; e += 3) a.set(o[e], o[e + 1], o[e + 2]).applyMatrix4(t), Number.isFinite(a.y) && (i = Math.min(i, a.y));
|
|
391
391
|
return {
|
|
392
392
|
data: e,
|
|
@@ -404,8 +404,8 @@ function at({ colorPaletteTexture: e, coordinationMatrix: t, modelID: n, data: r
|
|
|
404
404
|
r,
|
|
405
405
|
n
|
|
406
406
|
]);
|
|
407
|
-
if (!r) return /* @__PURE__ */
|
|
408
|
-
let c = i ?? r.renderSettings?.materialMode ?? "quality", l = r.renderSettings?.useDoubleSideMaterial === !0, u = s.data.map(({ data: t, isIfcSpace: n, key: r, material: i, meshMatrix: o }) => /* @__PURE__ */
|
|
407
|
+
if (!r) return /* @__PURE__ */ J(Se, {});
|
|
408
|
+
let c = i ?? r.renderSettings?.materialMode ?? "quality", l = r.renderSettings?.useDoubleSideMaterial === !0, u = s.data.map(({ data: t, isIfcSpace: n, key: r, material: i, meshMatrix: o }) => /* @__PURE__ */ J(a ? et : Te, {
|
|
409
409
|
colorPaletteTexture: e,
|
|
410
410
|
material: i,
|
|
411
411
|
materialMode: c,
|
|
@@ -414,14 +414,14 @@ function at({ colorPaletteTexture: e, coordinationMatrix: t, modelID: n, data: r
|
|
|
414
414
|
meshMatrix: o,
|
|
415
415
|
useDoubleSideMaterial: l
|
|
416
416
|
}, r));
|
|
417
|
-
return /* @__PURE__ */
|
|
418
|
-
matrix: s.coordinationMatrix ??
|
|
417
|
+
return /* @__PURE__ */ Y("group", {
|
|
418
|
+
matrix: s.coordinationMatrix ?? $e,
|
|
419
419
|
matrixAutoUpdate: !1,
|
|
420
420
|
userData: { modelID: n },
|
|
421
|
-
children: [a ? /* @__PURE__ */
|
|
421
|
+
children: [a ? /* @__PURE__ */ J(p, {
|
|
422
422
|
fallback: null,
|
|
423
423
|
children: u
|
|
424
|
-
}) : u, /* @__PURE__ */
|
|
424
|
+
}) : u, /* @__PURE__ */ J(Qe, {
|
|
425
425
|
floorY: s.floorY,
|
|
426
426
|
grids: r.grids,
|
|
427
427
|
showBottom: o.bottom,
|
|
@@ -432,10 +432,10 @@ function at({ colorPaletteTexture: e, coordinationMatrix: t, modelID: n, data: r
|
|
|
432
432
|
})]
|
|
433
433
|
});
|
|
434
434
|
}
|
|
435
|
-
var
|
|
435
|
+
var at = g(it);
|
|
436
436
|
//#endregion
|
|
437
437
|
//#region src/viewer/utils/GeometryUtils/useGeometryIndex.ts
|
|
438
|
-
function
|
|
438
|
+
function ot() {
|
|
439
439
|
return {
|
|
440
440
|
elementBounds: /* @__PURE__ */ new Map(),
|
|
441
441
|
elementIndex: /* @__PURE__ */ new Map(),
|
|
@@ -446,16 +446,16 @@ function st() {
|
|
|
446
446
|
records: /* @__PURE__ */ new Set()
|
|
447
447
|
};
|
|
448
448
|
}
|
|
449
|
-
function
|
|
449
|
+
function st(e, t, n, r) {
|
|
450
450
|
let i = e.get(t);
|
|
451
451
|
i || (i = /* @__PURE__ */ new Map(), e.set(t, i));
|
|
452
452
|
let a = i.get(n);
|
|
453
453
|
a || (a = new D(), i.set(n, a)), a.expandByPoint(r);
|
|
454
454
|
}
|
|
455
|
-
function
|
|
455
|
+
function ct(e) {
|
|
456
456
|
return e instanceof Uint16Array || e instanceof Uint32Array ? e : e.length > 65535 ? new Uint32Array(e) : new Uint16Array(e);
|
|
457
457
|
}
|
|
458
|
-
function
|
|
458
|
+
function lt(e, t, n, r) {
|
|
459
459
|
let i = n.get(e);
|
|
460
460
|
if (i) return i;
|
|
461
461
|
i = {
|
|
@@ -465,20 +465,20 @@ function ut(e, t, n, r) {
|
|
|
465
465
|
let a = r.get(e);
|
|
466
466
|
return a || (a = [], r.set(e, a)), a.push(i), i;
|
|
467
467
|
}
|
|
468
|
-
function
|
|
469
|
-
n &&
|
|
468
|
+
function ut(e, t, n, r, i, a) {
|
|
469
|
+
n && lt(e, r, i, a).vertexRanges.push({
|
|
470
470
|
count: n,
|
|
471
471
|
start: t
|
|
472
472
|
});
|
|
473
473
|
}
|
|
474
|
-
function
|
|
475
|
-
n && (
|
|
474
|
+
function dt(e, t, n, r, i, a) {
|
|
475
|
+
n && (lt(e, r, i, a), r.triangleRanges.push({
|
|
476
476
|
count: n,
|
|
477
477
|
id: e,
|
|
478
478
|
start: t
|
|
479
479
|
}));
|
|
480
480
|
}
|
|
481
|
-
function
|
|
481
|
+
function ft(e) {
|
|
482
482
|
let t = e;
|
|
483
483
|
for (; t;) {
|
|
484
484
|
let e = t.userData.modelID;
|
|
@@ -487,19 +487,19 @@ function pt(e) {
|
|
|
487
487
|
}
|
|
488
488
|
return 0;
|
|
489
489
|
}
|
|
490
|
-
function
|
|
490
|
+
function pt(e) {
|
|
491
491
|
return e.name === "space" || e.userData.isIfcSpace === !0;
|
|
492
492
|
}
|
|
493
|
-
function
|
|
494
|
-
let t = x(
|
|
493
|
+
function mt(e) {
|
|
494
|
+
let t = x(ot()), n = _(() => {
|
|
495
495
|
let n = e.current, r = t.current;
|
|
496
496
|
if (!n || r.indexedModel === n && r.records.size) return r;
|
|
497
|
-
let i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Set(), s = new
|
|
497
|
+
let i = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Set(), s = new q();
|
|
498
498
|
return n.updateMatrixWorld(!0), n.traverse((e) => {
|
|
499
|
-
if (!(e instanceof
|
|
499
|
+
if (!(e instanceof V)) return;
|
|
500
500
|
let t = e, n = t.geometry, c = n.index, l = n.attributes.ids;
|
|
501
501
|
if (!c || !l) return;
|
|
502
|
-
let u = n.attributes.position, d =
|
|
502
|
+
let u = n.attributes.position, d = ft(t), f = pt(t), p = ct(c.array), m = {
|
|
503
503
|
hiddenIds: /* @__PURE__ */ new Set(),
|
|
504
504
|
initialVisible: t.visible,
|
|
505
505
|
isIfcSpace: f,
|
|
@@ -512,16 +512,16 @@ function ht(e) {
|
|
|
512
512
|
}, h = /* @__PURE__ */ new Map(), g = null, _ = 0, v = p.length / 3;
|
|
513
513
|
for (let e = 0; e < v; e++) {
|
|
514
514
|
let t = l.getX(p[e * 3]);
|
|
515
|
-
g === null ? (g = t, _ = e) : t !== g && (
|
|
515
|
+
g === null ? (g = t, _ = e) : t !== g && (dt(g, _, e - _, m, h, i), g = t, _ = e);
|
|
516
516
|
}
|
|
517
|
-
g !== null &&
|
|
517
|
+
g !== null && dt(g, _, v - _, m, h, i);
|
|
518
518
|
let y = null, b = 0, x = u ? Math.min(l.count, u.count) : l.count;
|
|
519
519
|
u && t.updateWorldMatrix(!0, !1);
|
|
520
520
|
for (let e = 0; e < l.count; e++) {
|
|
521
521
|
let n = l.getX(e);
|
|
522
|
-
u && e < x && (s.fromBufferAttribute(u, e).applyMatrix4(t.matrixWorld), Number.isFinite(s.x + s.y + s.z) &&
|
|
522
|
+
u && e < x && (s.fromBufferAttribute(u, e).applyMatrix4(t.matrixWorld), Number.isFinite(s.x + s.y + s.z) && st(a, d, n, s)), y === null ? (y = n, b = e) : n !== y && (ut(y, b, e - b, m, h, i), y = n, b = e);
|
|
523
523
|
}
|
|
524
|
-
y !== null &&
|
|
524
|
+
y !== null && ut(y, b, l.count - b, m, h, i), o.add(m), f && !r.ifcSpacesVisible && (t.visible = !1);
|
|
525
525
|
}), t.current = {
|
|
526
526
|
elementBounds: a,
|
|
527
527
|
elementIndex: i,
|
|
@@ -532,7 +532,7 @@ function ht(e) {
|
|
|
532
532
|
records: o
|
|
533
533
|
}, t.current;
|
|
534
534
|
}, [e]), r = _(() => {
|
|
535
|
-
t.current =
|
|
535
|
+
t.current = ot();
|
|
536
536
|
}, []);
|
|
537
537
|
return b(() => ({
|
|
538
538
|
buildIndex: n,
|
|
@@ -541,95 +541,95 @@ function ht(e) {
|
|
|
541
541
|
}
|
|
542
542
|
//#endregion
|
|
543
543
|
//#region src/viewer/utils/GeometryUtils/useGeometryUtils.ts
|
|
544
|
-
function
|
|
544
|
+
function ht(e, t) {
|
|
545
545
|
return e instanceof Uint32Array ? new Uint32Array(t) : new Uint16Array(t);
|
|
546
546
|
}
|
|
547
|
-
function
|
|
547
|
+
function gt(e) {
|
|
548
548
|
let t = e.geometry;
|
|
549
|
-
Object.assign(t, { boundsTree: void 0 }), e.geometry.index?.count && Object.assign(t, { boundsTree: new
|
|
549
|
+
Object.assign(t, { boundsTree: void 0 }), e.geometry.index?.count && Object.assign(t, { boundsTree: new ye(e.geometry, { indirect: !0 }) });
|
|
550
550
|
}
|
|
551
|
-
function
|
|
552
|
-
e.mesh.geometry.setIndex(new k(t, 1)), n &&
|
|
551
|
+
function _t(e, t, n = !0) {
|
|
552
|
+
e.mesh.geometry.setIndex(new k(t, 1)), n && gt(e.mesh);
|
|
553
553
|
}
|
|
554
|
-
function
|
|
554
|
+
function vt(e, t) {
|
|
555
555
|
return e.initialVisible && (!e.isIfcSpace || t);
|
|
556
556
|
}
|
|
557
|
-
function
|
|
557
|
+
function yt(e, t) {
|
|
558
558
|
let n = e.mesh.geometry, r = n.index?.array;
|
|
559
|
-
e.mesh.visible =
|
|
559
|
+
e.mesh.visible = vt(e, t), r !== e.originalIndex && _t(e, e.originalIndex, !1), e.originalBoundsTree ? Object.assign(n, { boundsTree: e.originalBoundsTree }) : (gt(e.mesh), e.originalBoundsTree = e.mesh.geometry.boundsTree ?? null);
|
|
560
560
|
}
|
|
561
|
-
function
|
|
561
|
+
function bt(e) {
|
|
562
562
|
return e === null ? "*" : e.size ? Array.from(e).sort((e, t) => e - t).join(",") : "";
|
|
563
563
|
}
|
|
564
|
-
function
|
|
565
|
-
return `h:${
|
|
564
|
+
function xt(e, t, n, r) {
|
|
565
|
+
return `h:${bt(e)}|i:${bt(n)}|s:${r ? Number(t) : ""}`;
|
|
566
566
|
}
|
|
567
|
-
function
|
|
567
|
+
function St(e, t, n) {
|
|
568
568
|
return !t.has(e) && (!n || n.has(e));
|
|
569
569
|
}
|
|
570
|
-
function
|
|
570
|
+
function Ct(e, t) {
|
|
571
571
|
Object.entries(e).forEach(([e, n]) => {
|
|
572
572
|
n.forEach((n) => t(Number(e), n));
|
|
573
573
|
});
|
|
574
574
|
}
|
|
575
|
-
function
|
|
575
|
+
function wt(e, t, n) {
|
|
576
576
|
e.hiddenIds.has(t) || (e.hiddenIds.add(t), n.add(e));
|
|
577
577
|
}
|
|
578
|
-
function
|
|
578
|
+
function Tt(e, t, n) {
|
|
579
579
|
e && console.log(`${t}:`, Date.now() - n, "ms");
|
|
580
580
|
}
|
|
581
|
-
function
|
|
582
|
-
let { hiddenIds: i, originalIndex: a, triangleRanges: o } = e, s =
|
|
581
|
+
function Et(e, t, n, r) {
|
|
582
|
+
let { hiddenIds: i, originalIndex: a, triangleRanges: o } = e, s = xt(i, t, n, e.isIfcSpace);
|
|
583
583
|
if (e.visibleStateKey === s) return;
|
|
584
584
|
if (!i.size && !n) {
|
|
585
|
-
|
|
585
|
+
yt(e, t), e.visibleStateKey = s;
|
|
586
586
|
return;
|
|
587
587
|
}
|
|
588
588
|
let c = 0, l = 0;
|
|
589
589
|
if (o.forEach(({ count: e, id: t }) => {
|
|
590
|
-
|
|
590
|
+
St(t, i, n) ? c += e * 3 : l += e * 3;
|
|
591
591
|
}), !c) {
|
|
592
|
-
|
|
592
|
+
yt(e, t), e.mesh.visible = !1, e.visibleStateKey = s;
|
|
593
593
|
return;
|
|
594
594
|
}
|
|
595
595
|
if (!l) {
|
|
596
|
-
|
|
596
|
+
yt(e, t), e.visibleStateKey = s;
|
|
597
597
|
return;
|
|
598
598
|
}
|
|
599
|
-
e.mesh.visible =
|
|
600
|
-
let u =
|
|
599
|
+
e.mesh.visible = vt(e, t);
|
|
600
|
+
let u = ht(a, c), d = 0;
|
|
601
601
|
for (let e = 0; e < o.length; e++) {
|
|
602
602
|
let { count: t, id: r, start: s } = o[e];
|
|
603
|
-
if (!
|
|
603
|
+
if (!St(r, i, n)) continue;
|
|
604
604
|
let c = s * 3, l = c + t * 3;
|
|
605
605
|
u.set(a.subarray(c, l), d), d += t * 3;
|
|
606
606
|
}
|
|
607
|
-
r || (e.originalBoundsTree = null),
|
|
607
|
+
r || (e.originalBoundsTree = null), _t(e, u), e.visibleStateKey = s;
|
|
608
608
|
}
|
|
609
|
-
function
|
|
609
|
+
function Dt(e, t) {
|
|
610
610
|
return e.isolatedIdsByModel ? e.isolatedIdsByModel.get(t.modelID) ?? /* @__PURE__ */ new Set() : e.isolatedIds;
|
|
611
611
|
}
|
|
612
|
-
function
|
|
612
|
+
function Ot(e) {
|
|
613
613
|
let t = d((e) => e.selected), n = d((e) => e.resetSelected), r = d((e) => e.showStats), i = d((e) => e.userDevice) === "pc", a = e.buildIndex, o = _(() => Array.from(a().elementIndex.keys()), [a]), s = _(() => a().ifcSpacesVisible, [a]), c = _((e) => {
|
|
614
614
|
let t = Date.now(), n = a(), o = /* @__PURE__ */ new Set();
|
|
615
615
|
e.forEach((e) => {
|
|
616
616
|
let t = n.elementIndex.get(e);
|
|
617
617
|
t && t.forEach(({ record: t }) => {
|
|
618
|
-
|
|
618
|
+
wt(t, e, o);
|
|
619
619
|
});
|
|
620
|
-
}), o.forEach((e) =>
|
|
620
|
+
}), o.forEach((e) => Et(e, n.ifcSpacesVisible, Dt(n, e), i)), Tt(r, "hideByIds", t);
|
|
621
621
|
}, [
|
|
622
622
|
a,
|
|
623
623
|
i,
|
|
624
624
|
r
|
|
625
625
|
]), l = _(() => {
|
|
626
626
|
let e = Date.now(), o = a(), s = /* @__PURE__ */ new Set();
|
|
627
|
-
|
|
627
|
+
Ct(t, (e, t) => {
|
|
628
628
|
let n = o.elementIndex.get(t);
|
|
629
629
|
n && n.forEach(({ record: n }) => {
|
|
630
|
-
n.modelID === e &&
|
|
630
|
+
n.modelID === e && wt(n, t, s);
|
|
631
631
|
});
|
|
632
|
-
}), s.forEach((e) =>
|
|
632
|
+
}), s.forEach((e) => Et(e, o.ifcSpacesVisible, Dt(o, e), i)), n(), Tt(r, "hideSelected", e);
|
|
633
633
|
}, [
|
|
634
634
|
a,
|
|
635
635
|
i,
|
|
@@ -643,24 +643,24 @@ function kt(e) {
|
|
|
643
643
|
t && t.forEach(({ record: t }) => {
|
|
644
644
|
t.hiddenIds.delete(e) && o.add(t);
|
|
645
645
|
});
|
|
646
|
-
}), o.forEach((e) =>
|
|
646
|
+
}), o.forEach((e) => Et(e, n.ifcSpacesVisible, Dt(n, e), i)), Tt(r, "showByIds", t);
|
|
647
647
|
}, [
|
|
648
648
|
a,
|
|
649
649
|
i,
|
|
650
650
|
r
|
|
651
651
|
]), f = _((e) => {
|
|
652
652
|
let t = Date.now(), n = a();
|
|
653
|
-
n.isolatedIdsByModel = null, n.isolatedIds = new Set(e), n.records.forEach((e) =>
|
|
653
|
+
n.isolatedIdsByModel = null, n.isolatedIds = new Set(e), n.records.forEach((e) => Et(e, n.ifcSpacesVisible, Dt(n, e), i)), Tt(r, "isolateByIds", t);
|
|
654
654
|
}, [
|
|
655
655
|
a,
|
|
656
656
|
i,
|
|
657
657
|
r
|
|
658
658
|
]), p = _(() => {
|
|
659
659
|
let e = Date.now(), n = a(), o = /* @__PURE__ */ new Map();
|
|
660
|
-
|
|
660
|
+
Ct(t, (e, t) => {
|
|
661
661
|
let n = o.get(e);
|
|
662
662
|
n || (n = /* @__PURE__ */ new Set(), o.set(e, n)), n.add(t);
|
|
663
|
-
}), n.isolatedIdsByModel = o, n.isolatedIds = null, n.records.forEach((e) =>
|
|
663
|
+
}), n.isolatedIdsByModel = o, n.isolatedIds = null, n.records.forEach((e) => Et(e, n.ifcSpacesVisible, Dt(n, e), i)), Tt(r, "isolateSelected", e);
|
|
664
664
|
}, [
|
|
665
665
|
a,
|
|
666
666
|
i,
|
|
@@ -668,7 +668,7 @@ function kt(e) {
|
|
|
668
668
|
r
|
|
669
669
|
]), m = _(() => {
|
|
670
670
|
let e = Date.now(), t = a();
|
|
671
|
-
t.isolatedIdsByModel = null, t.isolatedIds = null, t.records.forEach((e) =>
|
|
671
|
+
t.isolatedIdsByModel = null, t.isolatedIds = null, t.records.forEach((e) => Et(e, t.ifcSpacesVisible, Dt(t, e), i)), Tt(r, "resetIsolation", e);
|
|
672
672
|
}, [
|
|
673
673
|
a,
|
|
674
674
|
i,
|
|
@@ -676,7 +676,7 @@ function kt(e) {
|
|
|
676
676
|
]), h = _((e) => {
|
|
677
677
|
let t = a();
|
|
678
678
|
t.ifcSpacesVisible !== e && (t.ifcSpacesVisible = e, t.records.forEach((e) => {
|
|
679
|
-
e.isIfcSpace &&
|
|
679
|
+
e.isIfcSpace && Et(e, t.ifcSpacesVisible, Dt(t, e), i);
|
|
680
680
|
}));
|
|
681
681
|
}, [a, i]), g = _(() => {
|
|
682
682
|
h(!s());
|
|
@@ -694,8 +694,8 @@ function kt(e) {
|
|
|
694
694
|
showAll: _(() => {
|
|
695
695
|
let e = Date.now(), t = a();
|
|
696
696
|
t.isolatedIdsByModel = null, t.isolatedIds = null, t.records.forEach((e) => {
|
|
697
|
-
e.hiddenIds.clear(),
|
|
698
|
-
}),
|
|
697
|
+
e.hiddenIds.clear(), Et(e, t.ifcSpacesVisible, Dt(t, e), i);
|
|
698
|
+
}), Tt(r, "showAll", e);
|
|
699
699
|
}, [
|
|
700
700
|
a,
|
|
701
701
|
i,
|
|
@@ -707,11 +707,11 @@ function kt(e) {
|
|
|
707
707
|
}
|
|
708
708
|
//#endregion
|
|
709
709
|
//#region src/viewer/utils/ClippingUtils/ClippingCaps.ts
|
|
710
|
-
var
|
|
711
|
-
function
|
|
710
|
+
var kt = "#ffffff", At = "#111111", jt = 1e-5, Mt = 1e-6, Nt = 2e-5, Pt = 50, Ft = 1e-6, It = 2, Lt = .005 / 3, Rt = .15 / 3, zt = 128, Bt = 24, Vt = 1e-8;
|
|
711
|
+
function Ht(e) {
|
|
712
712
|
return !(!e.parent || !e.visible || !e.geometry.index?.count);
|
|
713
713
|
}
|
|
714
|
-
function
|
|
714
|
+
function Ut(e) {
|
|
715
715
|
let t = e;
|
|
716
716
|
for (; t;) {
|
|
717
717
|
let e = t.userData.modelID;
|
|
@@ -720,7 +720,7 @@ function Wt(e) {
|
|
|
720
720
|
}
|
|
721
721
|
return 0;
|
|
722
722
|
}
|
|
723
|
-
function
|
|
723
|
+
function Wt(e) {
|
|
724
724
|
let t = e;
|
|
725
725
|
for (; t;) {
|
|
726
726
|
if (typeof t.userData.modelID == "number") return t;
|
|
@@ -728,27 +728,27 @@ function Gt(e) {
|
|
|
728
728
|
}
|
|
729
729
|
return e;
|
|
730
730
|
}
|
|
731
|
-
function
|
|
732
|
-
return Math.abs(e.normal.y) < .9 ? new
|
|
731
|
+
function Gt(e) {
|
|
732
|
+
return Math.abs(e.normal.y) < .9 ? new q(0, 1, 0) : new q(1, 0, 0);
|
|
733
733
|
}
|
|
734
|
-
function
|
|
734
|
+
function Kt(e, t) {
|
|
735
735
|
return e.clone().addScaledVector(t.normal, -e.dot(t.normal));
|
|
736
736
|
}
|
|
737
|
-
function
|
|
738
|
-
let n = t ?
|
|
737
|
+
function qt(e, t) {
|
|
738
|
+
let n = t ? Kt(t, e) : new q(), r = n.lengthSq() > Vt ? n.normalize() : Gt(e).cross(e.normal).normalize(), i = e.normal.clone().cross(r).normalize();
|
|
739
739
|
return {
|
|
740
|
-
origin: e.coplanarPoint(new
|
|
740
|
+
origin: e.coplanarPoint(new q()),
|
|
741
741
|
u: r,
|
|
742
742
|
v: i
|
|
743
743
|
};
|
|
744
744
|
}
|
|
745
|
-
function
|
|
745
|
+
function Jt(e, t) {
|
|
746
746
|
return `${Math.round(e.x / t)}:${Math.round(e.y / t)}`;
|
|
747
747
|
}
|
|
748
|
-
function
|
|
748
|
+
function Yt(e, t) {
|
|
749
749
|
return e < t ? `${e}|${t}` : `${t}|${e}`;
|
|
750
750
|
}
|
|
751
|
-
function
|
|
751
|
+
function Xt(e) {
|
|
752
752
|
let t = 0;
|
|
753
753
|
for (let n = 0; n < e.length; n++) {
|
|
754
754
|
let r = e[n], i = e[(n + 1) % e.length];
|
|
@@ -756,12 +756,12 @@ function Zt(e) {
|
|
|
756
756
|
}
|
|
757
757
|
return t * .5;
|
|
758
758
|
}
|
|
759
|
-
function
|
|
760
|
-
let t =
|
|
759
|
+
function Zt(e) {
|
|
760
|
+
let t = zt, n = document.createElement("canvas");
|
|
761
761
|
n.width = t, n.height = t;
|
|
762
762
|
let r = n.getContext("2d");
|
|
763
763
|
if (r) {
|
|
764
|
-
r.fillStyle =
|
|
764
|
+
r.fillStyle = kt, r.fillRect(0, 0, t, t), r.strokeStyle = At, r.lineWidth = Bt, r.lineCap = "square", r.beginPath();
|
|
765
765
|
for (let e of [
|
|
766
766
|
-t,
|
|
767
767
|
0,
|
|
@@ -770,52 +770,52 @@ function Qt(e) {
|
|
|
770
770
|
r.stroke();
|
|
771
771
|
}
|
|
772
772
|
let i = new j(n);
|
|
773
|
-
return i.anisotropy = Math.max(1, e), i.magFilter =
|
|
773
|
+
return i.anisotropy = Math.max(1, e), i.magFilter = z, i.minFilter = ae, i.wrapS = le, i.wrapT = le, i.needsUpdate = !0, i;
|
|
774
774
|
}
|
|
775
|
-
function
|
|
775
|
+
function Qt(e, t) {
|
|
776
776
|
return new k(t ? new Uint32Array(e) : new Uint8Array(e), 1);
|
|
777
777
|
}
|
|
778
|
-
var
|
|
778
|
+
var $t = class {
|
|
779
779
|
active;
|
|
780
780
|
plane;
|
|
781
781
|
capMaterial;
|
|
782
782
|
capMesh;
|
|
783
783
|
capTexture;
|
|
784
784
|
context;
|
|
785
|
-
root = new
|
|
785
|
+
root = new P();
|
|
786
786
|
box = new D();
|
|
787
787
|
meshBox = new D();
|
|
788
|
-
inverseMatrix = new
|
|
789
|
-
localPlane = new
|
|
790
|
-
tempLine = new
|
|
791
|
-
tempVector = new
|
|
792
|
-
tempVector1 = new
|
|
793
|
-
tempAxisX = new
|
|
794
|
-
tempAxisY = new
|
|
795
|
-
tempAxisZ = new
|
|
796
|
-
worldPoint = new
|
|
788
|
+
inverseMatrix = new B();
|
|
789
|
+
localPlane = new G();
|
|
790
|
+
tempLine = new I();
|
|
791
|
+
tempVector = new q();
|
|
792
|
+
tempVector1 = new q();
|
|
793
|
+
tempAxisX = new q();
|
|
794
|
+
tempAxisY = new q();
|
|
795
|
+
tempAxisZ = new q();
|
|
796
|
+
worldPoint = new q();
|
|
797
797
|
capClippingPlanesKey = "";
|
|
798
798
|
capShader = null;
|
|
799
|
-
closeGapTolerance =
|
|
799
|
+
closeGapTolerance = jt;
|
|
800
800
|
preselection = null;
|
|
801
|
-
tolerance =
|
|
801
|
+
tolerance = jt;
|
|
802
802
|
constructor(e, t) {
|
|
803
|
-
this.context = e, this.plane = t, this.active = e.getActive() && e.getCapsActive(), this.capTexture =
|
|
803
|
+
this.context = e, this.plane = t, this.active = e.getActive() && e.getCapsActive(), this.capTexture = Zt(e.getMaxTextureAnisotropy()), this.capMaterial = this.createCapMaterial(), this.capMaterial.defaultAttributeValues = {
|
|
804
804
|
colorIndex: [0],
|
|
805
805
|
ids: [0],
|
|
806
806
|
modelID: [0]
|
|
807
|
-
}, this.capMaterial.color.convertSRGBToLinear(), e.getUseWebGPU() ? this.setupWebGpuCapMaterial() : this.setupCapMaterialShader(), this.capMesh = new
|
|
807
|
+
}, this.capMaterial.color.convertSRGBToLinear(), e.getUseWebGPU() ? this.setupWebGpuCapMaterial() : this.setupCapMaterialShader(), this.capMesh = new V(new A(), this.capMaterial), this.capMesh.frustumCulled = !1, this.capMesh.renderOrder = It, this.root.add(this.capMesh), this.root.visible = this.active, this.root.name = "clipping-caps", this.root.renderOrder = It, this.context.getScene().add(this.root), this.context.caps.push(this), this.update();
|
|
808
808
|
}
|
|
809
809
|
createCapMaterial() {
|
|
810
810
|
return this.context.getUseWebGPU() ? new e({
|
|
811
|
-
color:
|
|
811
|
+
color: kt,
|
|
812
812
|
depthWrite: !1,
|
|
813
|
-
side:
|
|
814
|
-
}) : new
|
|
815
|
-
color:
|
|
813
|
+
side: te
|
|
814
|
+
}) : new H({
|
|
815
|
+
color: kt,
|
|
816
816
|
depthWrite: !1,
|
|
817
817
|
map: this.capTexture,
|
|
818
|
-
side:
|
|
818
|
+
side: te
|
|
819
819
|
});
|
|
820
820
|
}
|
|
821
821
|
dispose() {
|
|
@@ -838,7 +838,7 @@ var en = class {
|
|
|
838
838
|
let e = this.capMesh.geometry, t = e.getAttribute("ids"), n = e.getAttribute("modelID");
|
|
839
839
|
if (!t || !n) return;
|
|
840
840
|
let r = e.getAttribute("colorIndex");
|
|
841
|
-
(!r || r.count !== t.count) && (r =
|
|
841
|
+
(!r || r.count !== t.count) && (r = Qt(t.count, this.context.getUseWebGPU()), e.setAttribute("colorIndex", r));
|
|
842
842
|
let i = this.context.getSelected();
|
|
843
843
|
for (let e = 0; e < t.count; e++) {
|
|
844
844
|
let a = n.getX(e), o = t.getX(e), s = i[a]?.has(o) ?? !1;
|
|
@@ -892,13 +892,13 @@ var en = class {
|
|
|
892
892
|
createCapGeometry() {
|
|
893
893
|
let e = new A(), t = this.getModelWorldBox();
|
|
894
894
|
if (!t) return e;
|
|
895
|
-
let n = t.getSize(new
|
|
896
|
-
this.tolerance = Math.max(
|
|
897
|
-
let r =
|
|
898
|
-
if (e.setAttribute("position", new
|
|
895
|
+
let n = t.getSize(new q()).length();
|
|
896
|
+
this.tolerance = Math.max(jt, n * Mt), this.closeGapTolerance = Math.max(this.tolerance * Pt, n * Nt);
|
|
897
|
+
let r = qt(this.plane, this.getModelHatchReferenceDirection()), i = this.context.getEdgeSegmentsForPlane(this.plane), a = i ? this.getCapSegmentsFromEdgeSegments(i, r) : this.getCapSegments(r), o = this.getClosedContours(a), s = this.getHatchSpacing(n), { elementIDs: c, modelIDs: l, positions: u, uvs: d } = this.triangulateContours(o, r, s);
|
|
898
|
+
if (e.setAttribute("position", new re(u, 3)), e.setAttribute("uv", new re(d, 2)), e.setAttribute("ids", new ge(c, 1)), e.setAttribute("modelID", new ge(l, 1)), e.setAttribute("colorIndex", Qt(c.length, this.context.getUseWebGPU())), c.length) {
|
|
899
899
|
let t = new Uint32Array(c.length);
|
|
900
900
|
for (let e = 0; e < t.length; e++) t[e] = e;
|
|
901
|
-
e.setIndex(new
|
|
901
|
+
e.setIndex(new ge(t, 1));
|
|
902
902
|
}
|
|
903
903
|
return u.length && (e.computeVertexNormals(), e.computeBoundingSphere()), e;
|
|
904
904
|
}
|
|
@@ -916,10 +916,10 @@ var en = class {
|
|
|
916
916
|
}
|
|
917
917
|
getCapSegments(e) {
|
|
918
918
|
let t = [];
|
|
919
|
-
return this.context.getMeshes().filter(
|
|
919
|
+
return this.context.getMeshes().filter(Ht).forEach((n) => {
|
|
920
920
|
let r = n.geometry.boundsTree;
|
|
921
921
|
if (!r) return;
|
|
922
|
-
let i =
|
|
922
|
+
let i = Ut(n);
|
|
923
923
|
n.updateWorldMatrix(!0, !1), this.inverseMatrix.copy(n.matrixWorld).invert(), this.localPlane.copy(this.plane).applyMatrix4(this.inverseMatrix), r.shapecast({
|
|
924
924
|
intersectsBounds: (e) => this.localPlane.intersectsBox(e),
|
|
925
925
|
intersectsTriangle: (r, a) => {
|
|
@@ -951,7 +951,7 @@ var en = class {
|
|
|
951
951
|
return this.tempLine.start.copy(e.a), this.tempLine.end.copy(e.b), n(this.localPlane.intersectLine(this.tempLine, this.tempVector)), this.tempLine.start.copy(e.b), this.tempLine.end.copy(e.c), n(this.localPlane.intersectLine(this.tempLine, this.tempVector)), this.tempLine.start.copy(e.c), this.tempLine.end.copy(e.a), n(this.localPlane.intersectLine(this.tempLine, this.tempVector)), t;
|
|
952
952
|
}
|
|
953
953
|
getPlanePoint(e, t) {
|
|
954
|
-
return this.worldPoint.copy(e).sub(t.origin), new
|
|
954
|
+
return this.worldPoint.copy(e).sub(t.origin), new K(this.worldPoint.dot(t.u), this.worldPoint.dot(t.v));
|
|
955
955
|
}
|
|
956
956
|
getClosedContours(e) {
|
|
957
957
|
let t = /* @__PURE__ */ new Map();
|
|
@@ -976,7 +976,7 @@ var en = class {
|
|
|
976
976
|
}
|
|
977
977
|
getElementClosedContours(e) {
|
|
978
978
|
let t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Set(), r = (e) => {
|
|
979
|
-
let n =
|
|
979
|
+
let n = Jt(e, this.tolerance), r = t.get(n);
|
|
980
980
|
return r || (r = {
|
|
981
981
|
edges: /* @__PURE__ */ new Set(),
|
|
982
982
|
point: e.clone()
|
|
@@ -992,12 +992,12 @@ var en = class {
|
|
|
992
992
|
let i = [];
|
|
993
993
|
return t.forEach((e, r) => {
|
|
994
994
|
e.edges.forEach((e) => {
|
|
995
|
-
let a =
|
|
995
|
+
let a = Yt(r, e);
|
|
996
996
|
if (n.has(a)) return;
|
|
997
997
|
let o = this.walkContour(r, e, t, n);
|
|
998
998
|
if (!o) return;
|
|
999
999
|
let s = this.cleanContour(o.contour);
|
|
1000
|
-
s.length < 3 || Math.abs(
|
|
1000
|
+
s.length < 3 || Math.abs(Xt(s)) < Ft || (o.edges.forEach((e) => n.add(e)), i.push(s));
|
|
1001
1001
|
});
|
|
1002
1002
|
}), i;
|
|
1003
1003
|
}
|
|
@@ -1007,7 +1007,7 @@ var en = class {
|
|
|
1007
1007
|
let t = n.get(s);
|
|
1008
1008
|
if (!t || !c) return null;
|
|
1009
1009
|
i.push(t.point.clone());
|
|
1010
|
-
let l =
|
|
1010
|
+
let l = Yt(s, c);
|
|
1011
1011
|
a.push(l), o.add(l);
|
|
1012
1012
|
let u = s;
|
|
1013
1013
|
if (s = c, s === e) return {
|
|
@@ -1031,7 +1031,7 @@ var en = class {
|
|
|
1031
1031
|
if (!o || !s) return null;
|
|
1032
1032
|
let c = s.point.clone().sub(o.point), l = Array.from(s.edges).filter((n) => {
|
|
1033
1033
|
if (n === e) return !1;
|
|
1034
|
-
let r =
|
|
1034
|
+
let r = Yt(t, n);
|
|
1035
1035
|
return !(i.has(r) || a.has(r));
|
|
1036
1036
|
});
|
|
1037
1037
|
return l.length ? l.includes(n) ? n : l.map((e) => {
|
|
@@ -1064,7 +1064,7 @@ var en = class {
|
|
|
1064
1064
|
triangulateContours(e, t, n) {
|
|
1065
1065
|
let r = [], i = [], a = [], o = [];
|
|
1066
1066
|
return e.forEach(({ elementID: e, modelID: s, points: c }) => {
|
|
1067
|
-
|
|
1067
|
+
de.triangulateShape(c, []).forEach(([l, u, d]) => {
|
|
1068
1068
|
this.pushContourVertex(a, r, i, o, c[l], t, n, e, s), this.pushContourVertex(a, r, i, o, c[u], t, n, e, s), this.pushContourVertex(a, r, i, o, c[d], t, n, e, s);
|
|
1069
1069
|
});
|
|
1070
1070
|
}), {
|
|
@@ -1078,61 +1078,61 @@ var en = class {
|
|
|
1078
1078
|
this.tempVector1.copy(a.origin).addScaledVector(a.u, i.x).addScaledVector(a.v, i.y), e.push(this.tempVector1.x, this.tempVector1.y, this.tempVector1.z), t.push(s), n.push(c), r.push(i.x / o, i.y / o);
|
|
1079
1079
|
}
|
|
1080
1080
|
getHatchSpacing(e) {
|
|
1081
|
-
return Math.max(
|
|
1081
|
+
return Math.max(Rt, e * Lt);
|
|
1082
1082
|
}
|
|
1083
1083
|
getModelHatchReferenceDirection() {
|
|
1084
|
-
let e = this.context.getMeshes().filter(
|
|
1084
|
+
let e = this.context.getMeshes().filter(Ht)[0];
|
|
1085
1085
|
if (!e) return null;
|
|
1086
|
-
let t =
|
|
1086
|
+
let t = Wt(e);
|
|
1087
1087
|
t.updateWorldMatrix(!0, !1), t.matrixWorld.extractBasis(this.tempAxisX, this.tempAxisY, this.tempAxisZ);
|
|
1088
1088
|
for (let e of [
|
|
1089
1089
|
this.tempAxisX,
|
|
1090
1090
|
this.tempAxisZ,
|
|
1091
1091
|
this.tempAxisY
|
|
1092
|
-
]) if (!(e.lengthSq() <=
|
|
1092
|
+
]) if (!(e.lengthSq() <= Vt) && (e.normalize(), Kt(e, this.plane).lengthSq() > Vt)) return e.clone();
|
|
1093
1093
|
return null;
|
|
1094
1094
|
}
|
|
1095
1095
|
getModelWorldBox() {
|
|
1096
|
-
return this.box.makeEmpty(), this.context.getMeshes().filter(
|
|
1096
|
+
return this.box.makeEmpty(), this.context.getMeshes().filter(Ht).forEach((e) => {
|
|
1097
1097
|
e.updateWorldMatrix(!0, !1), e.geometry.boundingBox || e.geometry.computeBoundingBox(), e.geometry.boundingBox && (this.meshBox.copy(e.geometry.boundingBox).applyMatrix4(e.matrixWorld), this.box.union(this.meshBox));
|
|
1098
1098
|
}), this.box.isEmpty() ? null : this.box;
|
|
1099
1099
|
}
|
|
1100
|
-
},
|
|
1101
|
-
function
|
|
1100
|
+
}, en = 1024, tn = 1;
|
|
1101
|
+
function nn(e) {
|
|
1102
1102
|
let t = new k(new Float32Array(e * 3), 3, !1);
|
|
1103
|
-
return t.setUsage(
|
|
1103
|
+
return t.setUsage(ne), t;
|
|
1104
1104
|
}
|
|
1105
|
-
function
|
|
1105
|
+
function rn(e) {
|
|
1106
1106
|
return Math.max(1, Math.ceil((e.geometry.index?.count ?? 0) / 3));
|
|
1107
1107
|
}
|
|
1108
|
-
function
|
|
1109
|
-
let n = new A(), r = Math.ceil(Math.min(Math.max(
|
|
1110
|
-
n.setAttribute("position",
|
|
1111
|
-
let i = new
|
|
1112
|
-
return i.frustumCulled = !1, i.renderOrder =
|
|
1108
|
+
function an(e, t) {
|
|
1109
|
+
let n = new A(), r = Math.ceil(Math.min(Math.max(en, rn(t) * .05), 32768));
|
|
1110
|
+
n.setAttribute("position", nn(r)), n.setDrawRange(0, 0);
|
|
1111
|
+
let i = new ie(n, e);
|
|
1112
|
+
return i.frustumCulled = !1, i.renderOrder = tn, i.visible = !1, i;
|
|
1113
1113
|
}
|
|
1114
|
-
function
|
|
1114
|
+
function on(e, t) {
|
|
1115
1115
|
let n = e.geometry.getAttribute("position");
|
|
1116
1116
|
if (n.count > t) return n;
|
|
1117
|
-
let r =
|
|
1117
|
+
let r = nn(Math.max(n.count * 2, t + 1));
|
|
1118
1118
|
return r.array.set(n.array), e.geometry.setAttribute("position", r), n = r, n;
|
|
1119
1119
|
}
|
|
1120
|
-
function
|
|
1120
|
+
function sn(e) {
|
|
1121
1121
|
return e.filter((e) => e.parent && e.visible && e.geometry.index?.count);
|
|
1122
1122
|
}
|
|
1123
|
-
var
|
|
1123
|
+
var cn = class {
|
|
1124
1124
|
active;
|
|
1125
1125
|
material;
|
|
1126
1126
|
plane;
|
|
1127
1127
|
context;
|
|
1128
1128
|
lines = /* @__PURE__ */ new Map();
|
|
1129
|
-
inverseMatrix = new
|
|
1130
|
-
localPlane = new
|
|
1131
|
-
tempLine = new
|
|
1132
|
-
tempVector = new
|
|
1133
|
-
tempVector1 = new
|
|
1134
|
-
tempVector2 = new
|
|
1135
|
-
tempVector3 = new
|
|
1129
|
+
inverseMatrix = new B();
|
|
1130
|
+
localPlane = new G();
|
|
1131
|
+
tempLine = new I();
|
|
1132
|
+
tempVector = new q();
|
|
1133
|
+
tempVector1 = new q();
|
|
1134
|
+
tempVector2 = new q();
|
|
1135
|
+
tempVector3 = new q();
|
|
1136
1136
|
intersectionSegments = [];
|
|
1137
1137
|
constructor(e, t) {
|
|
1138
1138
|
this.context = e, this.plane = t, this.active = e.getActive() && e.getEdgesActive(), e.edges.forEach((e) => {
|
|
@@ -1140,7 +1140,7 @@ var ln = class {
|
|
|
1140
1140
|
e.plane === t || n.includes(t) || (e.material.clippingPlanes = [...n, t], e.material.needsUpdate = !0);
|
|
1141
1141
|
});
|
|
1142
1142
|
let n = e.planes.filter((e) => e !== t);
|
|
1143
|
-
this.material = new
|
|
1143
|
+
this.material = new L({
|
|
1144
1144
|
clippingPlanes: n,
|
|
1145
1145
|
color: "black",
|
|
1146
1146
|
depthTest: !0,
|
|
@@ -1151,12 +1151,12 @@ var ln = class {
|
|
|
1151
1151
|
return this.syncMeshes(), Array.from(this.lines.values());
|
|
1152
1152
|
}
|
|
1153
1153
|
syncMeshes() {
|
|
1154
|
-
let e = new Set(
|
|
1154
|
+
let e = new Set(sn(this.context.getMeshes()));
|
|
1155
1155
|
this.lines.forEach((t, n) => {
|
|
1156
1156
|
e.has(n) || (t.removeFromParent(), t.geometry.dispose(), this.lines.delete(n));
|
|
1157
1157
|
}), e.forEach((e) => {
|
|
1158
1158
|
if (this.lines.has(e)) return;
|
|
1159
|
-
let t =
|
|
1159
|
+
let t = an(this.material, e);
|
|
1160
1160
|
e.add(t), this.lines.set(e, t);
|
|
1161
1161
|
}), this.setVisible(this.active);
|
|
1162
1162
|
}
|
|
@@ -1185,7 +1185,7 @@ var ln = class {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
t.updateWorldMatrix(!0, !1), this.inverseMatrix.copy(t.matrixWorld).invert(), this.localPlane.copy(this.plane).applyMatrix4(this.inverseMatrix);
|
|
1187
1187
|
let r = 0, i = e.geometry.getAttribute("position"), a = (t) => {
|
|
1188
|
-
i =
|
|
1188
|
+
i = on(e, r), i.setXYZ(r, t.x, t.y, t.z), r++;
|
|
1189
1189
|
};
|
|
1190
1190
|
n.shapecast({
|
|
1191
1191
|
intersectsBounds: (e) => this.localPlane.intersectsBox(e),
|
|
@@ -1218,17 +1218,17 @@ var ln = class {
|
|
|
1218
1218
|
let a = n.getX(i);
|
|
1219
1219
|
return a >= r.count ? null : r.getX(a);
|
|
1220
1220
|
}
|
|
1221
|
-
},
|
|
1222
|
-
function
|
|
1221
|
+
}, ln = "#0b2f5f", un = "#0b2f5f", dn = 0, fn = "#1f7ae0", pn = .22, mn = .01, hn = .025, gn = .015, _n = .02, vn = 1e-7, yn = .25, bn = .15, xn = .25, Sn = 1e-5, Cn = .2, wn = 1, X = 1;
|
|
1222
|
+
function Tn(e, t) {
|
|
1223
1223
|
let n = t.getBoundingClientRect();
|
|
1224
|
-
return new
|
|
1224
|
+
return new K((e.clientX - n.left) / n.width * 2 - 1, -((e.clientY - n.top) / n.height) * 2 + 1);
|
|
1225
1225
|
}
|
|
1226
|
-
function
|
|
1227
|
-
let t = e.getSize(new
|
|
1228
|
-
return Math.max(
|
|
1226
|
+
function En(e) {
|
|
1227
|
+
let t = e.getSize(new q());
|
|
1228
|
+
return Math.max(xn, t.length() * mn);
|
|
1229
1229
|
}
|
|
1230
|
-
var
|
|
1231
|
-
helper = new
|
|
1230
|
+
var Dn = class extends U {
|
|
1231
|
+
helper = new P();
|
|
1232
1232
|
borderMaterial;
|
|
1233
1233
|
material;
|
|
1234
1234
|
plane;
|
|
@@ -1236,26 +1236,26 @@ var On = class extends W {
|
|
|
1236
1236
|
border;
|
|
1237
1237
|
context;
|
|
1238
1238
|
location;
|
|
1239
|
-
localHitPoint = new
|
|
1239
|
+
localHitPoint = new q();
|
|
1240
1240
|
normal;
|
|
1241
1241
|
planeMesh;
|
|
1242
|
-
pointer = new
|
|
1242
|
+
pointer = new K();
|
|
1243
1243
|
layout;
|
|
1244
1244
|
polygon = [];
|
|
1245
1245
|
dragState = null;
|
|
1246
1246
|
hovered = !1;
|
|
1247
1247
|
listenersActive = !1;
|
|
1248
1248
|
constructor(e, t, n, r) {
|
|
1249
|
-
super(), this.context = e, this.plane = t, this.location = n.clone(), this.normal = r.clone().normalize(), this.material = new
|
|
1250
|
-
color:
|
|
1249
|
+
super(), this.context = e, this.plane = t, this.location = n.clone(), this.normal = r.clone().normalize(), this.material = new H({
|
|
1250
|
+
color: un,
|
|
1251
1251
|
depthWrite: !1,
|
|
1252
|
-
opacity:
|
|
1253
|
-
side:
|
|
1252
|
+
opacity: dn,
|
|
1253
|
+
side: te,
|
|
1254
1254
|
transparent: !0
|
|
1255
1255
|
}), this.helper.position.copy(this.location), this.applyPlaneOrientation(), this.layout = this.getHelperLayout();
|
|
1256
|
-
let i = Math.max(
|
|
1257
|
-
this.borderMaterial = new
|
|
1258
|
-
color:
|
|
1256
|
+
let i = Math.max(yn, Math.min(this.layout.width, this.layout.height) * hn), a = Math.max(bn, Math.min(this.layout.width, this.layout.height) * gn);
|
|
1257
|
+
this.borderMaterial = new R({
|
|
1258
|
+
color: ln,
|
|
1259
1259
|
dashSize: i,
|
|
1260
1260
|
depthWrite: !1,
|
|
1261
1261
|
gapSize: a
|
|
@@ -1286,7 +1286,7 @@ var On = class extends W {
|
|
|
1286
1286
|
}
|
|
1287
1287
|
updateBorderDash() {
|
|
1288
1288
|
let e = Math.min(this.layout.width, this.layout.height);
|
|
1289
|
-
this.borderMaterial.dashSize = Math.max(
|
|
1289
|
+
this.borderMaterial.dashSize = Math.max(yn, e * hn), this.borderMaterial.gapSize = Math.max(bn, e * gn), this.borderMaterial.needsUpdate = !0;
|
|
1290
1290
|
}
|
|
1291
1291
|
addEventListeners() {
|
|
1292
1292
|
if (this.listenersActive) return;
|
|
@@ -1329,7 +1329,7 @@ var On = class extends W {
|
|
|
1329
1329
|
hasModelIntersection(e) {
|
|
1330
1330
|
return !!this.context.getCameraUtils().getIntersection(!0, {
|
|
1331
1331
|
event: e,
|
|
1332
|
-
filter: (e) => !(e.object instanceof
|
|
1332
|
+
filter: (e) => !(e.object instanceof V) || e.faceIndex === void 0 || e.faceIndex === null ? !1 : !!(e.object.geometry.index && e.object.geometry.attributes.ids),
|
|
1333
1333
|
object: this.context.getMeshes(),
|
|
1334
1334
|
recursive: !1
|
|
1335
1335
|
});
|
|
@@ -1348,10 +1348,10 @@ var On = class extends W {
|
|
|
1348
1348
|
return !1;
|
|
1349
1349
|
}
|
|
1350
1350
|
getEdgeInteractionWidth() {
|
|
1351
|
-
return Math.min(
|
|
1351
|
+
return Math.min(wn, Math.max(Cn, Math.min(this.layout.width, this.layout.height) * _n));
|
|
1352
1352
|
}
|
|
1353
1353
|
getDragDistanceEpsilon() {
|
|
1354
|
-
return Math.max(
|
|
1354
|
+
return Math.max(Sn, Math.min(this.layout.width, this.layout.height) * vn);
|
|
1355
1355
|
}
|
|
1356
1356
|
getPointToSegmentDistanceSquared(e, t, n) {
|
|
1357
1357
|
let r = n.x - t.x, i = n.y - t.y, a = r * r + i * i;
|
|
@@ -1364,8 +1364,8 @@ var On = class extends W {
|
|
|
1364
1364
|
}
|
|
1365
1365
|
getPointerPointOnPlane(e, t) {
|
|
1366
1366
|
let n = this.context.getDomElement();
|
|
1367
|
-
this.pointer.copy(
|
|
1368
|
-
let r = this.context.getRaycaster(), i = new
|
|
1367
|
+
this.pointer.copy(Tn(e, n));
|
|
1368
|
+
let r = this.context.getRaycaster(), i = new q();
|
|
1369
1369
|
return r.setFromCamera(this.pointer, this.context.getCamera()), r.ray.intersectPlane(t, i);
|
|
1370
1370
|
}
|
|
1371
1371
|
onPointerDown = (e) => {
|
|
@@ -1373,9 +1373,9 @@ var On = class extends W {
|
|
|
1373
1373
|
let t = this.getPointerIntersection(e);
|
|
1374
1374
|
if (!t) return;
|
|
1375
1375
|
this.stopHelperPriorityEvent(e), this.context.clearHelpersHover(this), this.setHovered(!0), this.context.setHelperDragActive(!0), this.context.setCapsDragActive(!0), this.context.requestCapsDragIdleUpdate(), this.context.setSelectionInteractionDisabled(!0);
|
|
1376
|
-
let n = new
|
|
1376
|
+
let n = new q();
|
|
1377
1377
|
this.context.getCamera().getWorldDirection(n), n.normalize();
|
|
1378
|
-
let r = new
|
|
1378
|
+
let r = new G().setFromNormalAndCoplanarPoint(n, t.point);
|
|
1379
1379
|
this.dragState = {
|
|
1380
1380
|
dragPlane: r,
|
|
1381
1381
|
helperStart: this.helper.position.clone(),
|
|
@@ -1417,14 +1417,14 @@ var On = class extends W {
|
|
|
1417
1417
|
t && (this.context.clearHelpersHover(this), this.hasHelperPriority(e) && this.stopHelperPriorityEvent(e)), this.hovered !== t && this.setHovered(t);
|
|
1418
1418
|
}
|
|
1419
1419
|
setHovered(e) {
|
|
1420
|
-
this.hovered = e, this.material.color.set(e ?
|
|
1420
|
+
this.hovered = e, this.material.color.set(e ? fn : un), this.material.opacity = e ? pn : dn, this.material.needsUpdate = !0;
|
|
1421
1421
|
}
|
|
1422
1422
|
createPlaneMesh() {
|
|
1423
|
-
let e = new
|
|
1423
|
+
let e = new V(new A(), this.material);
|
|
1424
1424
|
return e.renderOrder = 2, e;
|
|
1425
1425
|
}
|
|
1426
1426
|
createBorder() {
|
|
1427
|
-
let e = new
|
|
1427
|
+
let e = new ie(new A(), this.borderMaterial);
|
|
1428
1428
|
return e.renderOrder = 3, e;
|
|
1429
1429
|
}
|
|
1430
1430
|
replaceGeometry(e, t) {
|
|
@@ -1439,7 +1439,7 @@ var On = class extends W {
|
|
|
1439
1439
|
n.push(t.x, t.y, 0, i.x, i.y, 0, a.x, a.y, 0);
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
|
-
return t.setAttribute("position", new
|
|
1442
|
+
return t.setAttribute("position", new re(n, 3)), n.length && t.computeBoundingSphere(), t;
|
|
1443
1443
|
}
|
|
1444
1444
|
createBorderGeometry(e) {
|
|
1445
1445
|
let t = new A(), n = [];
|
|
@@ -1447,7 +1447,7 @@ var On = class extends W {
|
|
|
1447
1447
|
let r = e[t], i = e[(t + 1) % e.length];
|
|
1448
1448
|
n.push(r.x, r.y, 0, i.x, i.y, 0);
|
|
1449
1449
|
}
|
|
1450
|
-
return t.setAttribute("position", new
|
|
1450
|
+
return t.setAttribute("position", new re(n, 3)), n.length && t.computeBoundingSphere(), t;
|
|
1451
1451
|
}
|
|
1452
1452
|
getClippedPolygon() {
|
|
1453
1453
|
let e = this.getPlaneBasis(), t = [
|
|
@@ -1493,27 +1493,27 @@ var On = class extends W {
|
|
|
1493
1493
|
getHelperLayout() {
|
|
1494
1494
|
let e = this.getModelWorldBox();
|
|
1495
1495
|
if (!e || e.isEmpty()) return {
|
|
1496
|
-
height:
|
|
1497
|
-
maxU:
|
|
1498
|
-
maxV:
|
|
1499
|
-
minU: -
|
|
1500
|
-
minV: -
|
|
1501
|
-
width:
|
|
1496
|
+
height: X,
|
|
1497
|
+
maxU: X / 2,
|
|
1498
|
+
maxV: X / 2,
|
|
1499
|
+
minU: -X / 2,
|
|
1500
|
+
minV: -X / 2,
|
|
1501
|
+
width: X
|
|
1502
1502
|
};
|
|
1503
|
-
let t = this.getPlaneBasis(), n = this.helper.position, r = this.getBoxCorners(e), i = new
|
|
1503
|
+
let t = this.getPlaneBasis(), n = this.helper.position, r = this.getBoxCorners(e), i = new q(), a = new q(), o = Infinity, s = -Infinity, c = Infinity, l = -Infinity;
|
|
1504
1504
|
if (r.forEach((e) => {
|
|
1505
1505
|
this.plane.projectPoint(e, i), a.copy(i).sub(n);
|
|
1506
1506
|
let r = a.dot(t.u), u = a.dot(t.v);
|
|
1507
1507
|
o = Math.min(o, r), s = Math.max(s, r), c = Math.min(c, u), l = Math.max(l, u);
|
|
1508
1508
|
}), !Number.isFinite(o) || !Number.isFinite(s) || !Number.isFinite(c) || !Number.isFinite(l)) return {
|
|
1509
|
-
height:
|
|
1510
|
-
maxU:
|
|
1511
|
-
maxV:
|
|
1512
|
-
minU: -
|
|
1513
|
-
minV: -
|
|
1514
|
-
width:
|
|
1509
|
+
height: X,
|
|
1510
|
+
maxU: X / 2,
|
|
1511
|
+
maxV: X / 2,
|
|
1512
|
+
minU: -X / 2,
|
|
1513
|
+
minV: -X / 2,
|
|
1514
|
+
width: X
|
|
1515
1515
|
};
|
|
1516
|
-
let u =
|
|
1516
|
+
let u = En(e), d = o - u, f = s + u, p = c - u, m = l + u, h = Math.max(X, f - d), g = Math.max(X, m - p), _ = (d + f) / 2, v = (p + m) / 2;
|
|
1517
1517
|
return {
|
|
1518
1518
|
height: g,
|
|
1519
1519
|
maxU: _ + h / 2,
|
|
@@ -1524,14 +1524,14 @@ var On = class extends W {
|
|
|
1524
1524
|
};
|
|
1525
1525
|
}
|
|
1526
1526
|
getPlaneBasis() {
|
|
1527
|
-
let e = (Math.abs(this.normal.y) < .9 ? new
|
|
1527
|
+
let e = (Math.abs(this.normal.y) < .9 ? new q(0, 1, 0) : new q(1, 0, 0)).cross(this.normal).normalize();
|
|
1528
1528
|
return {
|
|
1529
1529
|
u: e,
|
|
1530
1530
|
v: this.normal.clone().cross(e).normalize()
|
|
1531
1531
|
};
|
|
1532
1532
|
}
|
|
1533
1533
|
applyPlaneOrientation() {
|
|
1534
|
-
let e = this.getPlaneBasis(), t = new
|
|
1534
|
+
let e = this.getPlaneBasis(), t = new B().makeBasis(e.u, e.v, this.normal);
|
|
1535
1535
|
this.helper.quaternion.setFromRotationMatrix(t);
|
|
1536
1536
|
}
|
|
1537
1537
|
getModelWorldBox() {
|
|
@@ -1544,18 +1544,18 @@ var On = class extends W {
|
|
|
1544
1544
|
}
|
|
1545
1545
|
getBoxCorners(e) {
|
|
1546
1546
|
return [
|
|
1547
|
-
new
|
|
1548
|
-
new
|
|
1549
|
-
new
|
|
1550
|
-
new
|
|
1551
|
-
new
|
|
1552
|
-
new
|
|
1553
|
-
new
|
|
1554
|
-
new
|
|
1547
|
+
new q(e.min.x, e.min.y, e.min.z),
|
|
1548
|
+
new q(e.min.x, e.min.y, e.max.z),
|
|
1549
|
+
new q(e.min.x, e.max.y, e.min.z),
|
|
1550
|
+
new q(e.min.x, e.max.y, e.max.z),
|
|
1551
|
+
new q(e.max.x, e.min.y, e.min.z),
|
|
1552
|
+
new q(e.max.x, e.min.y, e.max.z),
|
|
1553
|
+
new q(e.max.x, e.max.y, e.min.z),
|
|
1554
|
+
new q(e.max.x, e.max.y, e.max.z)
|
|
1555
1555
|
];
|
|
1556
1556
|
}
|
|
1557
|
-
},
|
|
1558
|
-
function
|
|
1557
|
+
}, On = 250;
|
|
1558
|
+
function kn(e, t) {
|
|
1559
1559
|
if (Array.isArray(e)) {
|
|
1560
1560
|
e.forEach((e) => {
|
|
1561
1561
|
e.clippingPlanes = t, e.needsUpdate = !0;
|
|
@@ -1564,13 +1564,13 @@ function An(e, t) {
|
|
|
1564
1564
|
}
|
|
1565
1565
|
e.clippingPlanes = t, e.needsUpdate = !0;
|
|
1566
1566
|
}
|
|
1567
|
-
function
|
|
1567
|
+
function An(e) {
|
|
1568
1568
|
let t = [];
|
|
1569
1569
|
return e?.traverse((e) => {
|
|
1570
|
-
e instanceof
|
|
1570
|
+
e instanceof V && (!e.geometry.index || !e.geometry.attributes.ids || t.push(e));
|
|
1571
1571
|
}), t;
|
|
1572
1572
|
}
|
|
1573
|
-
function
|
|
1573
|
+
function jn(e) {
|
|
1574
1574
|
let t = e;
|
|
1575
1575
|
for (; t;) {
|
|
1576
1576
|
let e = t.userData.modelID;
|
|
@@ -1579,14 +1579,14 @@ function Mn(e) {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
return 0;
|
|
1581
1581
|
}
|
|
1582
|
-
function
|
|
1582
|
+
function Mn(e, t, n) {
|
|
1583
1583
|
let r = e;
|
|
1584
1584
|
r && (r.isClippingGroup = n, r.enabled = n && t.length > 0, r.clipIntersection = !1, r.clipShadows = !1, r.clippingPlanes = n ? t : []);
|
|
1585
1585
|
}
|
|
1586
|
-
function
|
|
1586
|
+
function Nn(e, t) {
|
|
1587
1587
|
return t.clone().transformDirection(e.matrixWorld).normalize();
|
|
1588
1588
|
}
|
|
1589
|
-
var
|
|
1589
|
+
var Pn = class {
|
|
1590
1590
|
planes = [];
|
|
1591
1591
|
caps = [];
|
|
1592
1592
|
edges = [];
|
|
@@ -1648,10 +1648,10 @@ var Fn = class {
|
|
|
1648
1648
|
return this.context.controlRef;
|
|
1649
1649
|
}
|
|
1650
1650
|
getMeshes() {
|
|
1651
|
-
return
|
|
1651
|
+
return An(this.context.modelRef.current);
|
|
1652
1652
|
}
|
|
1653
1653
|
getObjectModelID(e) {
|
|
1654
|
-
return
|
|
1654
|
+
return jn(e);
|
|
1655
1655
|
}
|
|
1656
1656
|
getEdgeSegmentsForPlane(e) {
|
|
1657
1657
|
return this.edgesActive ? this.edges.find((t) => t.plane === e && t.active)?.getIntersectionSegments() ?? null : null;
|
|
@@ -1691,7 +1691,7 @@ var Fn = class {
|
|
|
1691
1691
|
this.capsDragIdleTimeout = null, !(!this.active || !this.capsDragActive) && (this.flushEdgesUpdate(), this.caps.forEach((e) => {
|
|
1692
1692
|
e.setVisible(!0), e.update();
|
|
1693
1693
|
}), this.updateCapsVisualState());
|
|
1694
|
-
},
|
|
1694
|
+
}, On));
|
|
1695
1695
|
}
|
|
1696
1696
|
clearCapsDragIdleTimeout() {
|
|
1697
1697
|
this.capsDragIdleTimeout !== null && (window.clearTimeout(this.capsDragIdleTimeout), this.capsDragIdleTimeout = null);
|
|
@@ -1719,9 +1719,9 @@ var Fn = class {
|
|
|
1719
1719
|
}), e.isEmpty() ? null : e;
|
|
1720
1720
|
}
|
|
1721
1721
|
getSelectedWorldBox() {
|
|
1722
|
-
let e = this.context.viewerStore.getState().selected, t = new D(), n = new
|
|
1722
|
+
let e = this.context.viewerStore.getState().selected, t = new D(), n = new q();
|
|
1723
1723
|
return this.getMeshes().forEach((r) => {
|
|
1724
|
-
let i = e[
|
|
1724
|
+
let i = e[jn(r)];
|
|
1725
1725
|
if (!i?.size) return;
|
|
1726
1726
|
let a = r.geometry.attributes.ids, o = r.geometry.attributes.position;
|
|
1727
1727
|
if (!a || !o) return;
|
|
@@ -1739,8 +1739,8 @@ var Fn = class {
|
|
|
1739
1739
|
}
|
|
1740
1740
|
updateMaterials() {
|
|
1741
1741
|
let e = this.active ? this.planes : [];
|
|
1742
|
-
|
|
1743
|
-
|
|
1742
|
+
Mn(this.context.modelRef.current, e, this.context.useWebGPU), this.getMeshes().forEach((t) => {
|
|
1743
|
+
kn(t.material, e);
|
|
1744
1744
|
}), this.context.camera.updateMatrixWorld();
|
|
1745
1745
|
}
|
|
1746
1746
|
setActive(e) {
|
|
@@ -1759,42 +1759,42 @@ var Fn = class {
|
|
|
1759
1759
|
recursive: !1
|
|
1760
1760
|
});
|
|
1761
1761
|
if (!n?.face) return null;
|
|
1762
|
-
let r = n.point.clone(), i =
|
|
1762
|
+
let r = n.point.clone(), i = Nn(n.object, n.face.normal);
|
|
1763
1763
|
r.add(i.clone().multiplyScalar(.001));
|
|
1764
|
-
let a = new
|
|
1764
|
+
let a = new G().setFromNormalAndCoplanarPoint(i.clone().negate(), r);
|
|
1765
1765
|
return this.addPlane(a, r, i), a.clone();
|
|
1766
1766
|
}
|
|
1767
1767
|
createClippingRectangle(e = !1) {
|
|
1768
1768
|
let t = e ? this.getSelectedWorldBox() : this.getModelWorldBox();
|
|
1769
1769
|
if (!t) return [];
|
|
1770
|
-
let n =
|
|
1770
|
+
let n = En(t), r = t.min.clone().addScalar(-n), i = t.max.clone().addScalar(n), a = t.getCenter(new q()), o = [
|
|
1771
1771
|
{
|
|
1772
|
-
normal: new
|
|
1773
|
-
point: new
|
|
1772
|
+
normal: new q(1, 0, 0),
|
|
1773
|
+
point: new q(r.x, a.y, a.z)
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|
|
1776
|
-
normal: new
|
|
1777
|
-
point: new
|
|
1776
|
+
normal: new q(-1, 0, 0),
|
|
1777
|
+
point: new q(i.x, a.y, a.z)
|
|
1778
1778
|
},
|
|
1779
1779
|
{
|
|
1780
|
-
normal: new
|
|
1781
|
-
point: new
|
|
1780
|
+
normal: new q(0, 1, 0),
|
|
1781
|
+
point: new q(a.x, r.y, a.z)
|
|
1782
1782
|
},
|
|
1783
1783
|
{
|
|
1784
|
-
normal: new
|
|
1785
|
-
point: new
|
|
1784
|
+
normal: new q(0, -1, 0),
|
|
1785
|
+
point: new q(a.x, i.y, a.z)
|
|
1786
1786
|
},
|
|
1787
1787
|
{
|
|
1788
|
-
normal: new
|
|
1789
|
-
point: new
|
|
1788
|
+
normal: new q(0, 0, 1),
|
|
1789
|
+
point: new q(a.x, a.y, r.z)
|
|
1790
1790
|
},
|
|
1791
1791
|
{
|
|
1792
|
-
normal: new
|
|
1793
|
-
point: new
|
|
1792
|
+
normal: new q(0, 0, -1),
|
|
1793
|
+
point: new q(a.x, a.y, i.z)
|
|
1794
1794
|
}
|
|
1795
1795
|
].map(({ normal: e, point: t }) => ({
|
|
1796
1796
|
normal: e,
|
|
1797
|
-
plane: new
|
|
1797
|
+
plane: new G().setFromNormalAndCoplanarPoint(e, t),
|
|
1798
1798
|
point: t
|
|
1799
1799
|
}));
|
|
1800
1800
|
return o.forEach(({ normal: e, plane: t, point: n }) => {
|
|
@@ -1802,11 +1802,11 @@ var Fn = class {
|
|
|
1802
1802
|
}), this.updateHelpers(), o.map(({ plane: e }) => e.clone());
|
|
1803
1803
|
}
|
|
1804
1804
|
addPlane(e, t, n) {
|
|
1805
|
-
if (this.active || this.setActive(!0), this.planes.push(e), new
|
|
1806
|
-
let t = new
|
|
1805
|
+
if (this.active || this.setActive(!0), this.planes.push(e), new Dn(this, e, t, n), this.edgesActive) {
|
|
1806
|
+
let t = new cn(this, e);
|
|
1807
1807
|
t.create(), t.update();
|
|
1808
1808
|
}
|
|
1809
|
-
let r = new
|
|
1809
|
+
let r = new $t(this, e);
|
|
1810
1810
|
r.setVisible(this.active && this.capsActive && !this.capsDragActive), this.updateHelpers(), this.updateCaps(r), this.updateMaterials();
|
|
1811
1811
|
}
|
|
1812
1812
|
deleteAllPlanes() {
|
|
@@ -1823,7 +1823,7 @@ var Fn = class {
|
|
|
1823
1823
|
this.edgesActive = e;
|
|
1824
1824
|
let t = !1;
|
|
1825
1825
|
e && this.edges.length !== this.planes.length && (t = !0, this.edges.forEach((e) => e.dispose()), this.edges = [], this.planes.forEach((e) => {
|
|
1826
|
-
let t = new
|
|
1826
|
+
let t = new cn(this, e);
|
|
1827
1827
|
t.create(), t.update();
|
|
1828
1828
|
})), this.edges.forEach((t) => t.setVisible(this.active && e)), this.active && e && (t || this.updateEdges(), this.capsActive && !this.capsDragActive && this.updateCaps());
|
|
1829
1829
|
}
|
|
@@ -1858,8 +1858,8 @@ var Fn = class {
|
|
|
1858
1858
|
this.clearCapsDragIdleTimeout(), this.deleteAllPlanes();
|
|
1859
1859
|
}
|
|
1860
1860
|
};
|
|
1861
|
-
function
|
|
1862
|
-
let a = T((e) => e.camera), o = T((e) => e.gl), s = T((e) => e.raycaster), c = T((e) => e.scene), l = r(), u = b(() => new
|
|
1861
|
+
function Fn(e, t, n, i = !1) {
|
|
1862
|
+
let a = T((e) => e.camera), o = T((e) => e.gl), s = T((e) => e.raycaster), c = T((e) => e.scene), l = r(), u = b(() => new Pn({
|
|
1863
1863
|
camera: a,
|
|
1864
1864
|
cameraUtils: n,
|
|
1865
1865
|
controlRef: t,
|
|
@@ -1939,15 +1939,15 @@ function In(e, t, n, i = !1) {
|
|
|
1939
1939
|
}
|
|
1940
1940
|
//#endregion
|
|
1941
1941
|
//#region src/viewer/Camera/useCameraUtils.ts
|
|
1942
|
-
var
|
|
1943
|
-
function
|
|
1942
|
+
var In = 1e-6;
|
|
1943
|
+
function Ln(e, t) {
|
|
1944
1944
|
let n = t.getBoundingClientRect();
|
|
1945
|
-
return n.width <= 0 || n.height <= 0 || e.clientX < n.left || e.clientX > n.right || e.clientY < n.top || e.clientY > n.bottom ? null : new
|
|
1945
|
+
return n.width <= 0 || n.height <= 0 || e.clientX < n.left || e.clientX > n.right || e.clientY < n.top || e.clientY > n.bottom ? null : new K((e.clientX - n.left) / n.width * 2 - 1, -((e.clientY - n.top) / n.height) * 2 + 1);
|
|
1946
1946
|
}
|
|
1947
|
-
function
|
|
1948
|
-
return t.every((t) => t.distanceToPoint(e) >= -
|
|
1947
|
+
function Rn(e, t) {
|
|
1948
|
+
return t.every((t) => t.distanceToPoint(e) >= -In);
|
|
1949
1949
|
}
|
|
1950
|
-
function
|
|
1950
|
+
function zn(e) {
|
|
1951
1951
|
let t = e;
|
|
1952
1952
|
for (; t;) {
|
|
1953
1953
|
if (!t.visible) return !1;
|
|
@@ -1955,8 +1955,8 @@ function Bn(e) {
|
|
|
1955
1955
|
}
|
|
1956
1956
|
return !0;
|
|
1957
1957
|
}
|
|
1958
|
-
function
|
|
1959
|
-
let t = T((e) => e.camera), n = T((e) => e.gl), r = T((e) => e.raycaster), i = x(null), a = x(null), o = x(new
|
|
1958
|
+
function Bn(e) {
|
|
1959
|
+
let t = T((e) => e.camera), n = T((e) => e.gl), r = T((e) => e.raycaster), i = x(null), a = x(null), o = x(new K()), s = _((e) => {
|
|
1960
1960
|
i.current = e;
|
|
1961
1961
|
}, []), c = _(() => {
|
|
1962
1962
|
let e = i.current;
|
|
@@ -1964,7 +1964,7 @@ function Vn(e) {
|
|
|
1964
1964
|
}, []);
|
|
1965
1965
|
v(() => {
|
|
1966
1966
|
let e = n.domElement, t = (t) => {
|
|
1967
|
-
let n =
|
|
1967
|
+
let n = Ln(t, e);
|
|
1968
1968
|
n && (a.current = n);
|
|
1969
1969
|
}, r = () => {
|
|
1970
1970
|
a.current = null;
|
|
@@ -1974,7 +1974,7 @@ function Vn(e) {
|
|
|
1974
1974
|
};
|
|
1975
1975
|
}, [n]);
|
|
1976
1976
|
let l = _((i = !1, { event: s, filter: l, firstHitOnly: u = !1, object: d = e.current, recursive: f = !0, respectClipping: p = !0 } = {}) => {
|
|
1977
|
-
let m = s ?
|
|
1977
|
+
let m = s ? Ln(s, n.domElement) : a.current;
|
|
1978
1978
|
if (!m || !d) return i ? null : [];
|
|
1979
1979
|
let h = p ? c() : [], g = Array.isArray(d) ? d : [d];
|
|
1980
1980
|
t.updateMatrixWorld(), e.current?.updateMatrixWorld(!0), o.current.copy(m);
|
|
@@ -1982,7 +1982,7 @@ function Vn(e) {
|
|
|
1982
1982
|
_.firstHitOnly = u;
|
|
1983
1983
|
let y;
|
|
1984
1984
|
try {
|
|
1985
|
-
r.setFromCamera(o.current, t), y = r.intersectObjects(g, f).filter((e) =>
|
|
1985
|
+
r.setFromCamera(o.current, t), y = r.intersectObjects(g, f).filter((e) => zn(e.object) ? h.length ? Rn(e.point, h) : !0 : !1).filter((e) => l ? l(e) : !0);
|
|
1986
1986
|
} finally {
|
|
1987
1987
|
_.firstHitOnly = v;
|
|
1988
1988
|
}
|
|
@@ -2006,32 +2006,32 @@ function Vn(e) {
|
|
|
2006
2006
|
}
|
|
2007
2007
|
//#endregion
|
|
2008
2008
|
//#region src/viewer/utils/DimentionsUtils/DimentionLine.ts
|
|
2009
|
-
var
|
|
2010
|
-
function
|
|
2009
|
+
var Vn = 12, Hn = 6, Un = 4;
|
|
2010
|
+
function Wn() {
|
|
2011
2011
|
return typeof window > "u" ? 1 : Math.min(window.devicePixelRatio || 1, 2);
|
|
2012
2012
|
}
|
|
2013
|
-
function
|
|
2014
|
-
return e instanceof
|
|
2013
|
+
function Gn(e, t) {
|
|
2014
|
+
return e instanceof ce ? (e.top - e.bottom) / e.zoom : e instanceof W ? 2 * Math.tan(e.fov * Math.PI / 360) * Math.max(t, .001) : Math.max(t, 1);
|
|
2015
2015
|
}
|
|
2016
|
-
function
|
|
2017
|
-
let t =
|
|
2016
|
+
function Kn(e) {
|
|
2017
|
+
let t = Wn(), n = document.createElement("canvas"), r = n.getContext("2d");
|
|
2018
2018
|
if (!r) throw Error("Could not create dimension label canvas context");
|
|
2019
|
-
let i = `600 ${
|
|
2019
|
+
let i = `600 ${Vn}px system-ui, "Segoe UI", sans-serif`;
|
|
2020
2020
|
r.font = i;
|
|
2021
|
-
let a = r.measureText(e), o = a.actualBoundingBoxAscent ||
|
|
2021
|
+
let a = r.measureText(e), o = a.actualBoundingBoxAscent || Vn * .8, s = a.actualBoundingBoxDescent || Vn * .2, c = Math.max(1, Math.ceil(a.width + Hn * 2)), l = Math.max(1, Math.ceil(o + s + Un * 2));
|
|
2022
2022
|
n.width = Math.ceil(c * t), n.height = Math.ceil(l * t), r.scale(t, t), r.clearRect(0, 0, c, l), r.fillStyle = "rgba(255, 255, 255, 0.86)", r.strokeStyle = "rgba(29, 39, 51, 0.22)", r.lineWidth = 1, r.beginPath(), r.roundRect(.5, .5, c - 1, l - 1, 4), r.fill(), r.stroke(), r.font = i, r.fillStyle = "#111827", r.textAlign = "center", r.textBaseline = "middle", r.fillText(e, c / 2, l / 2);
|
|
2023
2023
|
let u = new j(n);
|
|
2024
|
-
return u.colorSpace =
|
|
2024
|
+
return u.colorSpace = ue, u.generateMipmaps = !1, u.magFilter = z, u.minFilter = z, u.needsUpdate = !0, {
|
|
2025
2025
|
height: l,
|
|
2026
2026
|
texture: u,
|
|
2027
2027
|
width: c
|
|
2028
2028
|
};
|
|
2029
2029
|
}
|
|
2030
|
-
var
|
|
2030
|
+
var qn = class e {
|
|
2031
2031
|
static scale = 1;
|
|
2032
2032
|
static scaleFactor = .015;
|
|
2033
2033
|
static units = "m";
|
|
2034
|
-
root = new
|
|
2034
|
+
root = new P();
|
|
2035
2035
|
start;
|
|
2036
2036
|
endpointMeshes = [];
|
|
2037
2037
|
boundingMesh = null;
|
|
@@ -2050,14 +2050,14 @@ var Jn = class e {
|
|
|
2050
2050
|
labelTexture = null;
|
|
2051
2051
|
labelWidth = 1;
|
|
2052
2052
|
constructor({ boundingMaterial: e, endpointGeometry: t, endpointMaterial: n, endpointScale: r, lineMaterial: i, root: a, start: o, end: s }) {
|
|
2053
|
-
this.boundingMaterial = e, this.endpointGeometry = t, this.endpointMaterial = n, this.endpointBaseScale = r.clone(), this.lineMaterial = i, this.ownerRoot = a, this.start = o.clone(), this.end = s.clone(), this.root.renderOrder = 4, this.lineGeometry.setAttribute("position", new
|
|
2053
|
+
this.boundingMaterial = e, this.endpointGeometry = t, this.endpointMaterial = n, this.endpointBaseScale = r.clone(), this.lineMaterial = i, this.ownerRoot = a, this.start = o.clone(), this.end = s.clone(), this.root.renderOrder = 4, this.lineGeometry.setAttribute("position", new re([
|
|
2054
2054
|
this.start.x,
|
|
2055
2055
|
this.start.y,
|
|
2056
2056
|
this.start.z,
|
|
2057
2057
|
this.end.x,
|
|
2058
2058
|
this.end.y,
|
|
2059
2059
|
this.end.z
|
|
2060
|
-
], 3)), this.line = new
|
|
2060
|
+
], 3)), this.line = new F(this.lineGeometry, this.lineMaterial), this.line.renderOrder = 4, this.line.computeLineDistances(), this.root.add(this.line), this.addEndpointMeshes(), this.labelSprite = this.createLabelSprite(), this.root.add(this.labelSprite), this.updateLabel(), this.updatePositions(), this.ownerRoot.add(this.root);
|
|
2061
2061
|
}
|
|
2062
2062
|
get length() {
|
|
2063
2063
|
return this.start.distanceTo(this.end);
|
|
@@ -2099,11 +2099,11 @@ var Jn = class e {
|
|
|
2099
2099
|
this.addEndpointMesh(this.start, this.end), this.addEndpointMesh(this.end, this.start);
|
|
2100
2100
|
}
|
|
2101
2101
|
addEndpointMesh(e, t) {
|
|
2102
|
-
let n = new
|
|
2102
|
+
let n = new V(this.endpointGeometry, this.endpointMaterial);
|
|
2103
2103
|
n.position.copy(e), n.scale.copy(this.endpointBaseScale), n.lookAt(t), n.renderOrder = 4, this.endpointMeshes.push(n), this.root.add(n);
|
|
2104
2104
|
}
|
|
2105
2105
|
createLabelSprite() {
|
|
2106
|
-
let e = new
|
|
2106
|
+
let e = new me(new he({
|
|
2107
2107
|
depthTest: !1,
|
|
2108
2108
|
depthWrite: !1,
|
|
2109
2109
|
transparent: !0
|
|
@@ -2111,7 +2111,7 @@ var Jn = class e {
|
|
|
2111
2111
|
return e.renderOrder = 5, e;
|
|
2112
2112
|
}
|
|
2113
2113
|
createBoundingBoxMesh() {
|
|
2114
|
-
let e = new
|
|
2114
|
+
let e = new V(new O(1, 1, Math.max(this.length, .001)), this.boundingMaterial);
|
|
2115
2115
|
return e.renderOrder = 3, e;
|
|
2116
2116
|
}
|
|
2117
2117
|
getTextContent() {
|
|
@@ -2122,7 +2122,7 @@ var Jn = class e {
|
|
|
2122
2122
|
let e = this.getTextContent();
|
|
2123
2123
|
if (this.labelText === e) return;
|
|
2124
2124
|
this.labelText = e, this.labelTexture?.dispose();
|
|
2125
|
-
let t =
|
|
2125
|
+
let t = Kn(e);
|
|
2126
2126
|
this.labelHeight = t.height, this.labelTexture = t.texture, this.labelWidth = t.width, this.labelSprite.material.map = t.texture, this.labelSprite.material.needsUpdate = !0;
|
|
2127
2127
|
}
|
|
2128
2128
|
updatePositions() {
|
|
@@ -2133,37 +2133,37 @@ var Jn = class e {
|
|
|
2133
2133
|
this.boundingMesh && (this.boundingMesh.position.copy(this.center), this.boundingMesh.lookAt(this.end), this.boundingMesh.geometry.dispose(), this.boundingMesh.geometry = new O(1, 1, Math.max(this.length, .001)));
|
|
2134
2134
|
}
|
|
2135
2135
|
rescaleMesh(t, n, r) {
|
|
2136
|
-
let i =
|
|
2136
|
+
let i = Gn(n, t.position.distanceTo(n.position)) / Math.max(1, r) * 12 * e.scaleFactor;
|
|
2137
2137
|
t.scale.setScalar(i);
|
|
2138
2138
|
}
|
|
2139
2139
|
rescaleBoundingMesh(e, t) {
|
|
2140
2140
|
if (!this.boundingMesh) return;
|
|
2141
|
-
let n =
|
|
2141
|
+
let n = Gn(e, this.boundingMesh.position.distanceTo(e.position)) / Math.max(1, t) * 8;
|
|
2142
2142
|
this.boundingMesh.scale.set(n, n, 1);
|
|
2143
2143
|
}
|
|
2144
2144
|
rescaleLabel(e, t) {
|
|
2145
|
-
let n =
|
|
2145
|
+
let n = Gn(e, this.labelSprite.position.distanceTo(e.position)), r = this.labelHeight / Math.max(1, t) * n, i = r * (this.labelWidth / this.labelHeight);
|
|
2146
2146
|
this.labelSprite.scale.set(i, r, 1);
|
|
2147
2147
|
}
|
|
2148
|
-
},
|
|
2149
|
-
function
|
|
2148
|
+
}, Jn = "#111827", Yn = 1, Xn = "x";
|
|
2149
|
+
function Zn(e) {
|
|
2150
2150
|
let t = [];
|
|
2151
2151
|
return e?.traverse((e) => {
|
|
2152
|
-
e instanceof
|
|
2152
|
+
e instanceof V && e.geometry.attributes.position && t.push(e);
|
|
2153
2153
|
}), t;
|
|
2154
2154
|
}
|
|
2155
|
-
function
|
|
2155
|
+
function Qn(e, t, n) {
|
|
2156
2156
|
let r = e.clone();
|
|
2157
2157
|
return r[n] = t[n], r;
|
|
2158
2158
|
}
|
|
2159
|
-
function
|
|
2159
|
+
function $n(e, t) {
|
|
2160
2160
|
let n = Math.hypot(t.y - e.y, t.z - e.z), r = Math.hypot(t.x - e.x, t.z - e.z), i = Math.hypot(t.x - e.x, t.y - e.y), a = Math.min(n, r, i);
|
|
2161
2161
|
return a === n ? "x" : a === r ? "y" : "z";
|
|
2162
2162
|
}
|
|
2163
|
-
var
|
|
2163
|
+
var er = class e {
|
|
2164
2164
|
active = !1;
|
|
2165
2165
|
axis = null;
|
|
2166
|
-
boundingMaterial = new
|
|
2166
|
+
boundingMaterial = new H({
|
|
2167
2167
|
color: 0,
|
|
2168
2168
|
depthTest: !1,
|
|
2169
2169
|
depthWrite: !1,
|
|
@@ -2174,14 +2174,14 @@ var tr = class e {
|
|
|
2174
2174
|
currentDimension = null;
|
|
2175
2175
|
dimensions = [];
|
|
2176
2176
|
endpointGeometry = e.createEndpointGeometry();
|
|
2177
|
-
endpointMaterial = new
|
|
2178
|
-
color:
|
|
2177
|
+
endpointMaterial = new H({
|
|
2178
|
+
color: Jn,
|
|
2179
2179
|
depthTest: !1,
|
|
2180
2180
|
depthWrite: !1
|
|
2181
2181
|
});
|
|
2182
|
-
endpointScale = new
|
|
2183
|
-
lineMaterial = new
|
|
2184
|
-
color:
|
|
2182
|
+
endpointScale = new q(1, 1, 1);
|
|
2183
|
+
lineMaterial = new R({
|
|
2184
|
+
color: Jn,
|
|
2185
2185
|
dashSize: .2,
|
|
2186
2186
|
depthTest: !1,
|
|
2187
2187
|
depthWrite: !1,
|
|
@@ -2189,14 +2189,14 @@ var tr = class e {
|
|
|
2189
2189
|
});
|
|
2190
2190
|
measureInProcess = !1;
|
|
2191
2191
|
moveState = "end";
|
|
2192
|
-
previewMarker = new
|
|
2192
|
+
previewMarker = new V(e.createPreviewGeometry(), new H({
|
|
2193
2193
|
color: 0,
|
|
2194
2194
|
depthTest: !1,
|
|
2195
2195
|
depthWrite: !1
|
|
2196
2196
|
}));
|
|
2197
|
-
root = new
|
|
2198
|
-
snapDistance =
|
|
2199
|
-
startPoint = new
|
|
2197
|
+
root = new P();
|
|
2198
|
+
snapDistance = Yn;
|
|
2199
|
+
startPoint = new q();
|
|
2200
2200
|
unit = "m";
|
|
2201
2201
|
constructor(e) {
|
|
2202
2202
|
this.context = e, this.root.name = "BimatterDimensions", this.previewMarker.renderOrder = 5, this.previewMarker.visible = !1, this.root.add(this.previewMarker), this.context.scene.add(this.root);
|
|
@@ -2229,13 +2229,13 @@ var tr = class e {
|
|
|
2229
2229
|
});
|
|
2230
2230
|
}
|
|
2231
2231
|
setEndpointScaleFactor(e) {
|
|
2232
|
-
!Number.isFinite(e) || e <= 0 || (
|
|
2232
|
+
!Number.isFinite(e) || e <= 0 || (qn.scaleFactor = e);
|
|
2233
2233
|
}
|
|
2234
2234
|
setSnapDistance(e) {
|
|
2235
2235
|
!Number.isFinite(e) || e < 0 || (this.snapDistance = e);
|
|
2236
2236
|
}
|
|
2237
2237
|
setUnit(e) {
|
|
2238
|
-
this.unit = e,
|
|
2238
|
+
this.unit = e, qn.units = e, qn.scale = e === "mm" ? 1e3 : 1, this.dimensions.forEach((e) => {
|
|
2239
2239
|
e.endPoint = e.end;
|
|
2240
2240
|
}), this.currentDimension && (this.currentDimension.endPoint = this.currentDimension.end);
|
|
2241
2241
|
}
|
|
@@ -2261,7 +2261,7 @@ var tr = class e {
|
|
|
2261
2261
|
changeAxes() {
|
|
2262
2262
|
if (!this.measureInProcess || !this.currentDimension) return;
|
|
2263
2263
|
let e = this.currentDimension.end, t = this.getNextAxis();
|
|
2264
|
-
this.axis = t, this.currentDimension.endPoint =
|
|
2264
|
+
this.axis = t, this.currentDimension.endPoint = Qn(this.startPoint, e, t);
|
|
2265
2265
|
}
|
|
2266
2266
|
updateFrame() {
|
|
2267
2267
|
if (!this.active) return;
|
|
@@ -2305,7 +2305,7 @@ var tr = class e {
|
|
|
2305
2305
|
this.currentDimension && (this.currentDimension.createBoundingBox(), this.dimensions.push(this.currentDimension), this.currentDimension = null, this.measureInProcess = !1, this.axis = null);
|
|
2306
2306
|
}
|
|
2307
2307
|
createDimension(e, t) {
|
|
2308
|
-
return new
|
|
2308
|
+
return new qn({
|
|
2309
2309
|
boundingMaterial: this.boundingMaterial,
|
|
2310
2310
|
endpointGeometry: this.endpointGeometry,
|
|
2311
2311
|
endpointMaterial: this.endpointMaterial,
|
|
@@ -2317,7 +2317,7 @@ var tr = class e {
|
|
|
2317
2317
|
});
|
|
2318
2318
|
}
|
|
2319
2319
|
getSnapObjects() {
|
|
2320
|
-
let e =
|
|
2320
|
+
let e = Zn(this.context.modelRef.current);
|
|
2321
2321
|
return this.context.getExtraSnapObjects?.().forEach((t) => {
|
|
2322
2322
|
t.visible && e.push(t);
|
|
2323
2323
|
}), e;
|
|
@@ -2335,7 +2335,7 @@ var tr = class e {
|
|
|
2335
2335
|
return this.dimensions.map((e) => e.boundingBox).filter((e) => !!e);
|
|
2336
2336
|
}
|
|
2337
2337
|
getClosestVertex(e) {
|
|
2338
|
-
if (!(e.object instanceof
|
|
2338
|
+
if (!(e.object instanceof V) || !e.face) return e.point.clone();
|
|
2339
2339
|
let t = e.object.geometry.attributes.position;
|
|
2340
2340
|
if (!t) return e.point.clone();
|
|
2341
2341
|
let n = this.context.cameraUtils.getActiveClippingPlanes(), r = [
|
|
@@ -2343,29 +2343,29 @@ var tr = class e {
|
|
|
2343
2343
|
e.face.b,
|
|
2344
2344
|
e.face.c
|
|
2345
2345
|
].map((n) => {
|
|
2346
|
-
let r = new
|
|
2346
|
+
let r = new q(t.getX(n), t.getY(n), t.getZ(n));
|
|
2347
2347
|
return e.object.localToWorld(r);
|
|
2348
|
-
}).filter((t) => t.distanceTo(e.point) <= this.snapDistance &&
|
|
2348
|
+
}).filter((t) => t.distanceTo(e.point) <= this.snapDistance && Rn(t, n));
|
|
2349
2349
|
return r.length ? r.reduce((t, n) => n.distanceTo(e.point) < t.distanceTo(e.point) ? n : t) : e.point.clone();
|
|
2350
2350
|
}
|
|
2351
2351
|
getPreviewEndPoint(e, t) {
|
|
2352
2352
|
if (!t) return this.axis = null, e.clone();
|
|
2353
|
-
let n = this.axis ??
|
|
2354
|
-
return this.axis = n,
|
|
2353
|
+
let n = this.axis ?? $n(this.startPoint, e);
|
|
2354
|
+
return this.axis = n, Qn(this.startPoint, e, n);
|
|
2355
2355
|
}
|
|
2356
2356
|
getNextAxis() {
|
|
2357
2357
|
switch (this.axis) {
|
|
2358
2358
|
case "x": return "y";
|
|
2359
2359
|
case "y": return "z";
|
|
2360
2360
|
case "z": return "x";
|
|
2361
|
-
default: return
|
|
2361
|
+
default: return Xn;
|
|
2362
2362
|
}
|
|
2363
2363
|
}
|
|
2364
2364
|
getIsMoving() {
|
|
2365
2365
|
return this.moveState !== "end" && this.moveState !== "start";
|
|
2366
2366
|
}
|
|
2367
2367
|
rescalePreviewMarker() {
|
|
2368
|
-
let { camera: e, viewportHeight: t } = this.context, n = this.previewMarker.position.distanceTo(e.position), r = e instanceof
|
|
2368
|
+
let { camera: e, viewportHeight: t } = this.context, n = this.previewMarker.position.distanceTo(e.position), r = e instanceof W ? 2 * Math.tan(e.fov * Math.PI / 360) * Math.max(n, .001) * 6.667 / Math.max(1, t) : .08;
|
|
2369
2369
|
this.previewMarker.scale.setScalar(r);
|
|
2370
2370
|
}
|
|
2371
2371
|
setSelectionInteractionDisabled(e) {
|
|
@@ -2402,11 +2402,11 @@ var tr = class e {
|
|
|
2402
2402
|
return n.translate(0, -e / 2, 0), n.rotateX(-Math.PI / 2), n;
|
|
2403
2403
|
}
|
|
2404
2404
|
static createPreviewGeometry() {
|
|
2405
|
-
return new
|
|
2405
|
+
return new pe(.5, 16, 12);
|
|
2406
2406
|
}
|
|
2407
2407
|
};
|
|
2408
|
-
function
|
|
2409
|
-
let a = T((e) => e.camera), o = T((e) => e.gl), s = T((e) => e.scene), c = T((e) => e.size), l = r(), u = b(() => new
|
|
2408
|
+
function tr(e, t, n, i) {
|
|
2409
|
+
let a = T((e) => e.camera), o = T((e) => e.gl), s = T((e) => e.scene), c = T((e) => e.size), l = r(), u = b(() => new er({
|
|
2410
2410
|
camera: a,
|
|
2411
2411
|
cameraUtils: n,
|
|
2412
2412
|
controlRef: t,
|
|
@@ -2473,15 +2473,15 @@ function nr(e, t, n, i) {
|
|
|
2473
2473
|
}
|
|
2474
2474
|
//#endregion
|
|
2475
2475
|
//#region src/viewer/utils/Hotkeys/useHotkeysUtils.tsx
|
|
2476
|
-
function
|
|
2476
|
+
function nr(e) {
|
|
2477
2477
|
return e instanceof HTMLElement ? e.isContentEditable || e instanceof HTMLInputElement || e instanceof HTMLSelectElement || e instanceof HTMLTextAreaElement : !1;
|
|
2478
2478
|
}
|
|
2479
|
-
function
|
|
2479
|
+
function rr() {
|
|
2480
2480
|
let e = d((e) => e.api), t = d((e) => e.defaultHotkeysEnabled);
|
|
2481
2481
|
v(() => {
|
|
2482
2482
|
if (!t) return;
|
|
2483
2483
|
let n = (t) => {
|
|
2484
|
-
|
|
2484
|
+
nr(t.target) || (t.code === "KeyI" && e?.geometryUtils.isolateSelected(), t.code === "KeyH" && e?.geometryUtils.hideSelected(), t.code === "KeyC" && e?.geometryUtils.showAll(), t.code === "KeyP" && e?.clipping.createPlane(), t.code === "KeyM" && e?.dimensions.toggle());
|
|
2485
2485
|
};
|
|
2486
2486
|
return window.addEventListener("keydown", n), () => {
|
|
2487
2487
|
window.removeEventListener("keydown", n);
|
|
@@ -2490,8 +2490,8 @@ function ir() {
|
|
|
2490
2490
|
}
|
|
2491
2491
|
//#endregion
|
|
2492
2492
|
//#region src/viewer/Selector/SelectionBox.ts
|
|
2493
|
-
var
|
|
2494
|
-
function
|
|
2493
|
+
var ir = new q(), ar = new q(), Z = new K(), or = new q(), sr = new q(), cr = new q(), lr = new q(), ur = new q(), dr = new q(), fr = new q();
|
|
2494
|
+
function pr(e) {
|
|
2495
2495
|
let t = e;
|
|
2496
2496
|
for (; t;) {
|
|
2497
2497
|
let e = t.modelID ?? t.userData.modelID;
|
|
@@ -2500,7 +2500,7 @@ function mr(e) {
|
|
|
2500
2500
|
}
|
|
2501
2501
|
return 0;
|
|
2502
2502
|
}
|
|
2503
|
-
function
|
|
2503
|
+
function mr(e) {
|
|
2504
2504
|
let t = e;
|
|
2505
2505
|
for (; t;) {
|
|
2506
2506
|
if (!t.visible) return !1;
|
|
@@ -2508,16 +2508,16 @@ function hr(e) {
|
|
|
2508
2508
|
}
|
|
2509
2509
|
return !0;
|
|
2510
2510
|
}
|
|
2511
|
-
function
|
|
2512
|
-
return n.length ? (
|
|
2511
|
+
function hr(e, t, n) {
|
|
2512
|
+
return n.length ? (or.copy(t).applyMatrix4(e.matrixWorld), Rn(or, n)) : !0;
|
|
2513
2513
|
}
|
|
2514
|
-
function
|
|
2515
|
-
return i.length ? (
|
|
2516
|
-
let t = e.distanceToPoint(
|
|
2514
|
+
function gr(e, t, n, r, i) {
|
|
2515
|
+
return i.length ? (sr.copy(t).applyMatrix4(e.matrixWorld), cr.copy(n).applyMatrix4(e.matrixWorld), lr.copy(r).applyMatrix4(e.matrixWorld), i.every((e) => {
|
|
2516
|
+
let t = e.distanceToPoint(sr), n = e.distanceToPoint(cr), r = e.distanceToPoint(lr);
|
|
2517
2517
|
return !(t < -1e-6 && n < -1e-6 && r < -1e-6);
|
|
2518
2518
|
})) : !0;
|
|
2519
2519
|
}
|
|
2520
|
-
function
|
|
2520
|
+
function _r(e) {
|
|
2521
2521
|
let t = e.getBoundingClientRect();
|
|
2522
2522
|
return {
|
|
2523
2523
|
height: t.height,
|
|
@@ -2526,7 +2526,7 @@ function vr(e) {
|
|
|
2526
2526
|
width: t.width
|
|
2527
2527
|
};
|
|
2528
2528
|
}
|
|
2529
|
-
function
|
|
2529
|
+
function vr(e) {
|
|
2530
2530
|
return {
|
|
2531
2531
|
boundsCheckMs: 0,
|
|
2532
2532
|
candidateIds: 0,
|
|
@@ -2552,7 +2552,7 @@ function yr(e) {
|
|
|
2552
2552
|
triangleProjectionMs: 0
|
|
2553
2553
|
};
|
|
2554
2554
|
}
|
|
2555
|
-
function
|
|
2555
|
+
function yr(e, t) {
|
|
2556
2556
|
return {
|
|
2557
2557
|
minX: Math.min(e.x, t.x),
|
|
2558
2558
|
minY: Math.min(e.y, t.y),
|
|
@@ -2560,43 +2560,43 @@ function br(e, t) {
|
|
|
2560
2560
|
maxY: Math.max(e.y, t.y)
|
|
2561
2561
|
};
|
|
2562
2562
|
}
|
|
2563
|
-
function
|
|
2563
|
+
function br(e, t) {
|
|
2564
2564
|
return t.x >= e.x ? "contains" : "intersects";
|
|
2565
2565
|
}
|
|
2566
|
-
function
|
|
2567
|
-
return
|
|
2566
|
+
function xr(e, t) {
|
|
2567
|
+
return Sr(e.x, e.y, t);
|
|
2568
2568
|
}
|
|
2569
|
-
function
|
|
2569
|
+
function Sr(e, t, n) {
|
|
2570
2570
|
return e >= n.minX && e <= n.maxX && t >= n.minY && t <= n.maxY;
|
|
2571
2571
|
}
|
|
2572
|
-
function
|
|
2572
|
+
function Cr(e, t, n, r, i, a) {
|
|
2573
2573
|
return (a - t) * (n - e) > (r - t) * (i - e);
|
|
2574
2574
|
}
|
|
2575
|
-
function
|
|
2576
|
-
return
|
|
2575
|
+
function wr(e, t, n, r, i, a, o, s) {
|
|
2576
|
+
return Cr(e, t, i, a, o, s) !== Cr(n, r, i, a, o, s) && Cr(e, t, n, r, i, a) !== Cr(e, t, n, r, o, s);
|
|
2577
2577
|
}
|
|
2578
|
-
function
|
|
2578
|
+
function Tr(e, t, n, r, i) {
|
|
2579
2579
|
let a = .5 * (-r.y * i.x + n.y * (-r.x + i.x) + n.x * (r.y - i.y) + r.x * i.y), o = a < 0 ? -1 : 1, s = (n.y * i.x - n.x * i.y + (i.y - n.y) * e + (n.x - i.x) * t) * o, c = (n.x * r.y - n.y * r.x + (n.y - r.y) * e + (r.x - n.x) * t) * o;
|
|
2580
2580
|
return s >= 0 && c >= 0 && s + c <= 2 * a * o;
|
|
2581
2581
|
}
|
|
2582
|
-
function
|
|
2583
|
-
return
|
|
2582
|
+
function Er(e, t, n, r) {
|
|
2583
|
+
return xr(e, r) || xr(t, r) || xr(n, r) || Tr(r.minX, r.minY, e, t, n) || Tr(r.maxX, r.minY, e, t, n) || Tr(r.maxX, r.maxY, e, t, n) || Tr(r.minX, r.maxY, e, t, n) ? !0 : Dr(e, t, r) || Dr(t, n, r) || Dr(n, e, r);
|
|
2584
2584
|
}
|
|
2585
|
-
function
|
|
2586
|
-
return
|
|
2585
|
+
function Dr(e, t, n) {
|
|
2586
|
+
return wr(e.x, e.y, t.x, t.y, n.minX, n.minY, n.maxX, n.minY) || wr(e.x, e.y, t.x, t.y, n.maxX, n.minY, n.maxX, n.maxY) || wr(e.x, e.y, t.x, t.y, n.maxX, n.maxY, n.minX, n.maxY) || wr(e.x, e.y, t.x, t.y, n.minX, n.maxY, n.minX, n.minY);
|
|
2587
2587
|
}
|
|
2588
|
-
function
|
|
2589
|
-
let a =
|
|
2588
|
+
function Or(e, t, n, r, i = new K()) {
|
|
2589
|
+
let a = ir.copy(t).applyMatrix4(e.matrixWorld).project(n);
|
|
2590
2590
|
return i.set((a.x + 1) / 2 * r.width + r.left, (-a.y + 1) / 2 * r.height + r.top);
|
|
2591
2591
|
}
|
|
2592
|
-
function
|
|
2592
|
+
function kr(e, t, n, r, i) {
|
|
2593
2593
|
let a = Infinity, o = -Infinity, s = Infinity, c = -Infinity, l = 0;
|
|
2594
|
-
for (let u = 0; u < 2; u++) for (let d = 0; d < 2; d++) for (let f = 0; f < 2; f++)
|
|
2595
|
-
return o < n.minX || a > n.maxX || c < n.minY || s > n.maxY ?
|
|
2594
|
+
for (let u = 0; u < 2; u++) for (let d = 0; d < 2; d++) for (let f = 0; f < 2; f++) ar.set(u ? t.max.x : t.min.x, d ? t.max.y : t.min.y, f ? t.max.z : t.min.z), Or(e, ar, r, i, Z), a = Math.min(a, Z.x), o = Math.max(o, Z.x), s = Math.min(s, Z.y), c = Math.max(c, Z.y), xr(Z, n) && (l += 1);
|
|
2595
|
+
return o < n.minX || a > n.maxX || c < n.minY || s > n.maxY ? be : l === 8 ? _e : ve;
|
|
2596
2596
|
}
|
|
2597
|
-
function
|
|
2597
|
+
function Ar(e, t, n, r) {
|
|
2598
2598
|
let i = Infinity, a = -Infinity, o = Infinity, s = -Infinity;
|
|
2599
|
-
for (let c = 0; c < 2; c++) for (let l = 0; l < 2; l++) for (let u = 0; u < 2; u++)
|
|
2599
|
+
for (let c = 0; c < 2; c++) for (let l = 0; l < 2; l++) for (let u = 0; u < 2; u++) ar.set(c ? t.max.x : t.min.x, l ? t.max.y : t.min.y, u ? t.max.z : t.min.z), Or(e, ar, n, r, Z), i = Math.min(i, Z.x), a = Math.max(a, Z.x), o = Math.min(o, Z.y), s = Math.max(s, Z.y);
|
|
2600
2600
|
return {
|
|
2601
2601
|
minX: i,
|
|
2602
2602
|
minY: o,
|
|
@@ -2604,41 +2604,41 @@ function jr(e, t, n, r) {
|
|
|
2604
2604
|
maxY: s
|
|
2605
2605
|
};
|
|
2606
2606
|
}
|
|
2607
|
-
function
|
|
2607
|
+
function jr(e, t) {
|
|
2608
2608
|
return !(e.maxX < t.minX || e.minX > t.maxX || e.maxY < t.minY || e.minY > t.maxY);
|
|
2609
2609
|
}
|
|
2610
|
-
function
|
|
2610
|
+
function Mr(e, t, n, r) {
|
|
2611
2611
|
e.geometry.boundingBox || e.geometry.computeBoundingBox();
|
|
2612
2612
|
let i = e.geometry.boundingBox;
|
|
2613
|
-
return i ?
|
|
2613
|
+
return i ? jr(Ar(e, i, n, r), t) : !0;
|
|
2614
2614
|
}
|
|
2615
|
-
function
|
|
2615
|
+
function Nr(e, t, n) {
|
|
2616
2616
|
let r = e.get(t);
|
|
2617
2617
|
r || (r = /* @__PURE__ */ new Set(), e.set(t, r)), r.add(n);
|
|
2618
2618
|
}
|
|
2619
|
-
function
|
|
2619
|
+
function Pr(e) {
|
|
2620
2620
|
let t = 0;
|
|
2621
2621
|
return e.forEach((e) => {
|
|
2622
2622
|
t += e.size;
|
|
2623
2623
|
}), t;
|
|
2624
2624
|
}
|
|
2625
|
-
function
|
|
2625
|
+
function Fr(e, t, n, r = []) {
|
|
2626
2626
|
let i = e.geometry, a = i.index, o = i.attributes.ids, s = i.attributes.position;
|
|
2627
2627
|
if (!a || !o || !s) return;
|
|
2628
2628
|
let c = t * 3;
|
|
2629
|
-
r.length && (
|
|
2629
|
+
r.length && (ur.fromBufferAttribute(s, a.getX(c)), dr.fromBufferAttribute(s, a.getX(c + 1)), fr.fromBufferAttribute(s, a.getX(c + 2)), !gr(e, ur, dr, fr, r)) || Nr(n, pr(e), o.getX(a.getX(c)));
|
|
2630
2630
|
}
|
|
2631
|
-
function
|
|
2632
|
-
let s = performance.now(), c = /* @__PURE__ */ new Map(), l = new
|
|
2631
|
+
function Ir({ model: e, camera: t, viewport: n, rect: r, candidateIdsByModel: i, clippingPlanes: a, profile: o }) {
|
|
2632
|
+
let s = performance.now(), c = /* @__PURE__ */ new Map(), l = new q();
|
|
2633
2633
|
e.traverse((e) => {
|
|
2634
2634
|
let s = e;
|
|
2635
|
-
if (!s.isMesh || !
|
|
2635
|
+
if (!s.isMesh || !mr(s)) return;
|
|
2636
2636
|
let u = s.geometry.attributes.ids, d = s.geometry.attributes.position;
|
|
2637
2637
|
if (!(!u || !d)) {
|
|
2638
2638
|
o && (o.containedVerticesVisited += u.count);
|
|
2639
2639
|
for (let e = 0; e < u.count; e++) {
|
|
2640
|
-
let f =
|
|
2641
|
-
if (!i.get(f)?.has(p) || (l.fromBufferAttribute(d, e), !
|
|
2640
|
+
let f = pr(s), p = u.getX(e);
|
|
2641
|
+
if (!i.get(f)?.has(p) || (l.fromBufferAttribute(d, e), !hr(s, l, a))) continue;
|
|
2642
2642
|
o && (o.containedCandidateVertices += 1);
|
|
2643
2643
|
let m = `${f}:${p}`, h = c.get(m);
|
|
2644
2644
|
h || (h = {
|
|
@@ -2646,23 +2646,23 @@ function Lr({ model: e, camera: t, viewport: n, rect: r, candidateIdsByModel: i,
|
|
|
2646
2646
|
inside: 0,
|
|
2647
2647
|
modelID: f,
|
|
2648
2648
|
total: 0
|
|
2649
|
-
}, c.set(m, h)), h.total += 1,
|
|
2649
|
+
}, c.set(m, h)), h.total += 1, xr(Or(s, l, t, n), r) && (h.inside += 1);
|
|
2650
2650
|
}
|
|
2651
2651
|
}
|
|
2652
2652
|
});
|
|
2653
2653
|
let u = /* @__PURE__ */ new Map();
|
|
2654
2654
|
return c.forEach((e) => {
|
|
2655
|
-
e.total > 0 && e.total === e.inside &&
|
|
2655
|
+
e.total > 0 && e.total === e.inside && Nr(u, e.modelID, e.id);
|
|
2656
2656
|
}), o && (o.containedIdsMs += performance.now() - s), u;
|
|
2657
2657
|
}
|
|
2658
|
-
function
|
|
2658
|
+
function Lr({ model: e, camera: t, clippingPlanes: n = [], domElement: r, rect: i, mode: a, profile: o }) {
|
|
2659
2659
|
let s = performance.now(), c = /* @__PURE__ */ new Map(), l = /* @__PURE__ */ new Map();
|
|
2660
2660
|
if (!e) return c;
|
|
2661
|
-
let u =
|
|
2661
|
+
let u = _r(r), d = performance.now();
|
|
2662
2662
|
e.updateMatrixWorld(!0), t.updateMatrixWorld(), o && (o.matrixUpdateMs += performance.now() - d), e.traverse((e) => {
|
|
2663
2663
|
let r = e;
|
|
2664
2664
|
if (!r.isMesh) return;
|
|
2665
|
-
if (o && (o.meshCount += 1), !
|
|
2665
|
+
if (o && (o.meshCount += 1), !mr(r)) {
|
|
2666
2666
|
o && (o.skippedMeshCount += 1);
|
|
2667
2667
|
return;
|
|
2668
2668
|
}
|
|
@@ -2671,7 +2671,7 @@ function Rr({ model: e, camera: t, clippingPlanes: n = [], domElement: r, rect:
|
|
|
2671
2671
|
o && (o.skippedMeshCount += 1);
|
|
2672
2672
|
return;
|
|
2673
2673
|
}
|
|
2674
|
-
let d = performance.now(), f =
|
|
2674
|
+
let d = performance.now(), f = Mr(r, i, t, u);
|
|
2675
2675
|
if (o && (o.boundsCheckMs += performance.now() - d), !f) {
|
|
2676
2676
|
o && (o.skippedMeshCount += 1);
|
|
2677
2677
|
return;
|
|
@@ -2679,26 +2679,26 @@ function Rr({ model: e, camera: t, clippingPlanes: n = [], domElement: r, rect:
|
|
|
2679
2679
|
let p = performance.now();
|
|
2680
2680
|
s.shapecast({
|
|
2681
2681
|
intersectsBounds: (e) => {
|
|
2682
|
-
let n = performance.now(), a =
|
|
2682
|
+
let n = performance.now(), a = kr(r, e, i, t, u);
|
|
2683
2683
|
return o && (o.intersectsBoundsCalls += 1, o.intersectsBoundsMs += performance.now() - n), a;
|
|
2684
2684
|
},
|
|
2685
2685
|
intersectsRange: (e, t, i) => {
|
|
2686
2686
|
let u = performance.now();
|
|
2687
2687
|
if (o && (o.intersectsRangeCalls += 1), !i) return o && (o.intersectsRangeMs += performance.now() - u), !1;
|
|
2688
|
-
for (let i = e; i < e + t; i++)
|
|
2688
|
+
for (let i = e; i < e + t; i++) Fr(r, s.resolveTriangleIndex(i), a === "contains" ? l : c, n);
|
|
2689
2689
|
return o && (o.intersectsRangeMs += performance.now() - u), !1;
|
|
2690
2690
|
},
|
|
2691
2691
|
intersectsTriangle: (e, s, d) => {
|
|
2692
2692
|
let f = performance.now();
|
|
2693
2693
|
if (o && (o.intersectsTriangleCalls += 1), !d) {
|
|
2694
|
-
let n = performance.now(), a =
|
|
2695
|
-
if (o && (o.triangleProjectionMs += performance.now() - n), !
|
|
2694
|
+
let n = performance.now(), a = Or(r, e.a, t, u), s = Or(r, e.b, t, u), c = Or(r, e.c, t, u);
|
|
2695
|
+
if (o && (o.triangleProjectionMs += performance.now() - n), !Er(a, s, c, i)) return o && (o.intersectsTriangleMs += performance.now() - f), !1;
|
|
2696
2696
|
}
|
|
2697
|
-
return a === "contains" ?
|
|
2697
|
+
return a === "contains" ? Fr(r, s, l, n) : Fr(r, s, c, n), o && (o.intersectsTriangleMs += performance.now() - f), !1;
|
|
2698
2698
|
}
|
|
2699
2699
|
}), o && (o.shapecastMs += performance.now() - p);
|
|
2700
2700
|
});
|
|
2701
|
-
let f = a === "contains" ?
|
|
2701
|
+
let f = a === "contains" ? Ir({
|
|
2702
2702
|
model: e,
|
|
2703
2703
|
camera: t,
|
|
2704
2704
|
clippingPlanes: n,
|
|
@@ -2707,19 +2707,19 @@ function Rr({ model: e, camera: t, clippingPlanes: n = [], domElement: r, rect:
|
|
|
2707
2707
|
candidateIdsByModel: l,
|
|
2708
2708
|
profile: o
|
|
2709
2709
|
}) : c;
|
|
2710
|
-
return o && (o.candidateIds =
|
|
2710
|
+
return o && (o.candidateIds = Pr(l), o.selectedIds = Pr(f), o.totalMs = performance.now() - s), f;
|
|
2711
2711
|
}
|
|
2712
|
-
function
|
|
2713
|
-
let t =
|
|
2712
|
+
function Rr(e) {
|
|
2713
|
+
let t = vr(e.mode);
|
|
2714
2714
|
return {
|
|
2715
|
-
ids:
|
|
2715
|
+
ids: Lr({
|
|
2716
2716
|
...e,
|
|
2717
2717
|
profile: t
|
|
2718
2718
|
}),
|
|
2719
2719
|
profile: t
|
|
2720
2720
|
};
|
|
2721
2721
|
}
|
|
2722
|
-
function
|
|
2722
|
+
function zr(e) {
|
|
2723
2723
|
return e === "contains" ? {
|
|
2724
2724
|
border: "rgb(37, 99, 235)",
|
|
2725
2725
|
background: "rgba(37, 99, 235, 0.16)"
|
|
@@ -2728,32 +2728,32 @@ function Br(e) {
|
|
|
2728
2728
|
background: "rgba(22, 163, 74, 0.16)"
|
|
2729
2729
|
};
|
|
2730
2730
|
}
|
|
2731
|
-
function
|
|
2732
|
-
let r =
|
|
2731
|
+
function Br(e, t, n) {
|
|
2732
|
+
let r = zr(br(t, n));
|
|
2733
2733
|
if (!e.current) {
|
|
2734
2734
|
let t = document.createElement("div");
|
|
2735
2735
|
t.style.position = "fixed", t.style.pointerEvents = "none", t.style.zIndex = "10", e.current = t, document.body.appendChild(t);
|
|
2736
2736
|
}
|
|
2737
|
-
let i =
|
|
2737
|
+
let i = yr(t, n);
|
|
2738
2738
|
e.current.style.border = `1px solid ${r.border}`, e.current.style.background = r.background, e.current.style.left = `${i.minX}px`, e.current.style.top = `${i.minY}px`, e.current.style.width = `${i.maxX - i.minX}px`, e.current.style.height = `${i.maxY - i.minY}px`;
|
|
2739
2739
|
}
|
|
2740
|
-
function
|
|
2740
|
+
function Vr(e) {
|
|
2741
2741
|
e.current?.remove(), e.current = null;
|
|
2742
2742
|
}
|
|
2743
2743
|
//#endregion
|
|
2744
2744
|
//#region src/viewer/Selector/useSelector.tsx
|
|
2745
|
-
var
|
|
2746
|
-
function
|
|
2745
|
+
var Hr = 40;
|
|
2746
|
+
function Ur(e) {
|
|
2747
2747
|
if (!Array.isArray(e)) return e.userData.shader;
|
|
2748
2748
|
}
|
|
2749
|
-
function
|
|
2750
|
-
let n =
|
|
2749
|
+
function Wr(e, t) {
|
|
2750
|
+
let n = Ur(e)?.uniforms.preSelectionId;
|
|
2751
2751
|
n && (n.value = t);
|
|
2752
2752
|
}
|
|
2753
|
-
function
|
|
2753
|
+
function Gr(e) {
|
|
2754
2754
|
return Number(e.current?.modelID ?? 0);
|
|
2755
2755
|
}
|
|
2756
|
-
function
|
|
2756
|
+
function Kr(e) {
|
|
2757
2757
|
let t = e;
|
|
2758
2758
|
for (; t;) {
|
|
2759
2759
|
let e = t.modelID ?? t.userData.modelID;
|
|
@@ -2762,7 +2762,7 @@ function qr(e) {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
return 0;
|
|
2764
2764
|
}
|
|
2765
|
-
function
|
|
2765
|
+
function qr(e) {
|
|
2766
2766
|
let t = e;
|
|
2767
2767
|
for (; t;) {
|
|
2768
2768
|
if (!t.visible) return !1;
|
|
@@ -2770,7 +2770,7 @@ function Jr(e) {
|
|
|
2770
2770
|
}
|
|
2771
2771
|
return !0;
|
|
2772
2772
|
}
|
|
2773
|
-
function
|
|
2773
|
+
function Jr(e) {
|
|
2774
2774
|
if (!e) return "";
|
|
2775
2775
|
let t = [e.uuid, String(e.children.length)];
|
|
2776
2776
|
return e.children.forEach((e) => {
|
|
@@ -2779,23 +2779,23 @@ function Yr(e) {
|
|
|
2779
2779
|
});
|
|
2780
2780
|
}), t.join(":");
|
|
2781
2781
|
}
|
|
2782
|
-
function
|
|
2783
|
-
if (!
|
|
2782
|
+
function Yr(e) {
|
|
2783
|
+
if (!qr(e.object) || !(e.object instanceof V) || e.faceIndex === void 0 || e.faceIndex === null) return !1;
|
|
2784
2784
|
let t = e.object.geometry;
|
|
2785
2785
|
return !!(t.index && t.attributes.ids);
|
|
2786
2786
|
}
|
|
2787
|
-
function
|
|
2788
|
-
if (!
|
|
2787
|
+
function Xr(e) {
|
|
2788
|
+
if (!Yr(e)) return null;
|
|
2789
2789
|
let t = e.object, n = t.geometry, r = n.index.getX(e.faceIndex * 3), i = n.attributes.ids;
|
|
2790
2790
|
if (r >= i.count) return null;
|
|
2791
2791
|
let a = n.attributes.modelID;
|
|
2792
2792
|
return {
|
|
2793
2793
|
elementID: i.getX(r),
|
|
2794
2794
|
hit: e,
|
|
2795
|
-
modelID: a ? a.getX(r) :
|
|
2795
|
+
modelID: a ? a.getX(r) : Kr(t)
|
|
2796
2796
|
};
|
|
2797
2797
|
}
|
|
2798
|
-
function
|
|
2798
|
+
function Zr(e, t, n, i, a, o) {
|
|
2799
2799
|
let s = x("end"), c = d((e) => e.selected), l = d((e) => e.setSelected), u = d((e) => e.addSelected), f = d((e) => e.removeSelected), p = d((e) => e.showStats), m = r(), h = x(null), g = x(null), _ = x(!1), y = x(!1), b = x("add"), S = x(null), C = x(!1), w = x(0), E = x(null), ee = x(null), D = x(null), O = x({
|
|
2800
2800
|
meshesByModel: /* @__PURE__ */ new Map(),
|
|
2801
2801
|
root: null,
|
|
@@ -2808,12 +2808,12 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2808
2808
|
let n = t.current;
|
|
2809
2809
|
n && (n.cancel(), n.setOrbitPoint(e.x, e.y, e.z));
|
|
2810
2810
|
}, j = (t) => {
|
|
2811
|
-
let n = e.current, r =
|
|
2811
|
+
let n = e.current, r = Jr(n), i = O.current;
|
|
2812
2812
|
if (i.root !== n || i.version !== r) {
|
|
2813
2813
|
let e = /* @__PURE__ */ new Map();
|
|
2814
2814
|
return n?.traverse((t) => {
|
|
2815
|
-
if (!(t instanceof
|
|
2816
|
-
let n =
|
|
2815
|
+
if (!(t instanceof V) || !t.geometry.index || !t.geometry.attributes.ids) return;
|
|
2816
|
+
let n = Kr(t), r = e.get(n) ?? [];
|
|
2817
2817
|
r.push(t), e.set(n, r);
|
|
2818
2818
|
}), O.current = {
|
|
2819
2819
|
meshesByModel: e,
|
|
@@ -2824,24 +2824,24 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2824
2824
|
return i.meshesByModel.get(t) ?? [];
|
|
2825
2825
|
}, M = (e) => {
|
|
2826
2826
|
e && j(e.modelID).forEach((e) => {
|
|
2827
|
-
e.preselected = !1,
|
|
2827
|
+
e.preselected = !1, Wr(e.material, -1);
|
|
2828
2828
|
});
|
|
2829
2829
|
}, N = () => {
|
|
2830
2830
|
o?.(null), M(D.current), D.current = null;
|
|
2831
|
-
},
|
|
2831
|
+
}, te = (e, t) => {
|
|
2832
2832
|
let n = D.current;
|
|
2833
2833
|
n?.modelID === e && n.elementID === t || (M(n), o?.({
|
|
2834
2834
|
elementID: t,
|
|
2835
2835
|
modelID: e
|
|
2836
2836
|
}), j(e).forEach((e) => {
|
|
2837
|
-
e.preselected = !0,
|
|
2837
|
+
e.preselected = !0, Wr(e.material, t);
|
|
2838
2838
|
}), D.current = {
|
|
2839
2839
|
elementID: t,
|
|
2840
2840
|
modelID: e
|
|
2841
2841
|
});
|
|
2842
|
-
},
|
|
2843
|
-
h.current = null, _.current = !1,
|
|
2844
|
-
},
|
|
2842
|
+
}, ne = () => {
|
|
2843
|
+
h.current = null, _.current = !1, Vr(g), t.current && (t.current.enabled = !0);
|
|
2844
|
+
}, re = (e) => {
|
|
2845
2845
|
if (k()) {
|
|
2846
2846
|
N();
|
|
2847
2847
|
return;
|
|
@@ -2854,45 +2854,45 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2854
2854
|
N();
|
|
2855
2855
|
return;
|
|
2856
2856
|
}
|
|
2857
|
-
let t =
|
|
2857
|
+
let t = W(e);
|
|
2858
2858
|
if (!t) {
|
|
2859
2859
|
N();
|
|
2860
2860
|
return;
|
|
2861
2861
|
}
|
|
2862
|
-
|
|
2862
|
+
te(t.modelID, t.elementID);
|
|
2863
2863
|
};
|
|
2864
|
-
function
|
|
2864
|
+
function P() {
|
|
2865
2865
|
return performance.now();
|
|
2866
2866
|
}
|
|
2867
|
-
let
|
|
2867
|
+
let F = (e) => {
|
|
2868
2868
|
if (k()) {
|
|
2869
2869
|
ee.current = null, E.current !== null && (window.clearTimeout(E.current), E.current = null), N();
|
|
2870
2870
|
return;
|
|
2871
2871
|
}
|
|
2872
2872
|
if (ee.current = e, E.current !== null) return;
|
|
2873
|
-
let t =
|
|
2873
|
+
let t = P() - w.current, n = Math.max(0, Hr - t);
|
|
2874
2874
|
E.current = window.setTimeout(() => {
|
|
2875
2875
|
E.current = null;
|
|
2876
2876
|
let e = ee.current;
|
|
2877
|
-
ee.current = null, e && (w.current = performance.now(),
|
|
2877
|
+
ee.current = null, e && (w.current = performance.now(), re(e));
|
|
2878
2878
|
}, n);
|
|
2879
|
-
},
|
|
2879
|
+
}, I = x(null);
|
|
2880
2880
|
v(() => {
|
|
2881
2881
|
let e = S.current;
|
|
2882
2882
|
if (e) {
|
|
2883
|
-
p &&
|
|
2883
|
+
p && I.current !== null && console.log(`selection ${e.action}:`, Date.now() - I.current, "ms"), S.current = null, I.current = null;
|
|
2884
2884
|
return;
|
|
2885
2885
|
}
|
|
2886
|
-
p &&
|
|
2886
|
+
p && I.current !== null && (console.log("selection spend:", Date.now() - I.current, "ms"), I.current = null);
|
|
2887
2887
|
}, [c, p]);
|
|
2888
|
-
let { camera:
|
|
2889
|
-
function
|
|
2888
|
+
let { camera: L, gl: R } = T();
|
|
2889
|
+
function ie() {
|
|
2890
2890
|
return Date.now();
|
|
2891
2891
|
}
|
|
2892
|
-
let
|
|
2893
|
-
let t =
|
|
2892
|
+
let z = (e) => {
|
|
2893
|
+
let t = R.domElement.getBoundingClientRect();
|
|
2894
2894
|
return e.clientX >= t.left && e.clientX <= t.right && e.clientY >= t.top && e.clientY <= t.bottom;
|
|
2895
|
-
},
|
|
2895
|
+
}, ae = (t) => {
|
|
2896
2896
|
if (k()) {
|
|
2897
2897
|
C.current = !1, y.current = !1, N();
|
|
2898
2898
|
return;
|
|
@@ -2902,12 +2902,12 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2902
2902
|
y.current = !1;
|
|
2903
2903
|
return;
|
|
2904
2904
|
}
|
|
2905
|
-
if (!
|
|
2906
|
-
if (
|
|
2905
|
+
if (!z(t)) return;
|
|
2906
|
+
if (I.current = ie(), s.current !== "end" && s.current !== "start" && s.current > 15) {
|
|
2907
2907
|
s.current = "end";
|
|
2908
2908
|
return;
|
|
2909
2909
|
}
|
|
2910
|
-
let n = t.shiftKey, r = t.ctrlKey, i =
|
|
2910
|
+
let n = t.shiftKey, r = t.ctrlKey, i = W(t), a, o = Gr(e), d = null;
|
|
2911
2911
|
if (i && (o = i.modelID, d = i.hit.point, a = i.elementID), r) {
|
|
2912
2912
|
a !== void 0 && f(o, [a]);
|
|
2913
2913
|
return;
|
|
@@ -2916,33 +2916,33 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2916
2916
|
return;
|
|
2917
2917
|
}
|
|
2918
2918
|
l(o, a === void 0 ? [] : [a], !0), d && A(d);
|
|
2919
|
-
},
|
|
2920
|
-
k() || e.button !== 0 || !e.shiftKey && !e.ctrlKey || (h.current = new
|
|
2921
|
-
},
|
|
2919
|
+
}, oe = (e) => {
|
|
2920
|
+
k() || e.button !== 0 || !e.shiftKey && !e.ctrlKey || (h.current = new K(e.clientX, e.clientY), b.current = e.ctrlKey ? "remove" : "add", _.current = !1, t.current && (t.current.enabled = !1));
|
|
2921
|
+
}, B = (e) => {
|
|
2922
2922
|
if (k()) {
|
|
2923
|
-
|
|
2923
|
+
ne();
|
|
2924
2924
|
return;
|
|
2925
2925
|
}
|
|
2926
2926
|
if (!h.current) return;
|
|
2927
|
-
let t = new
|
|
2928
|
-
n < 6 && r < 6 || (_.current ||= !0, e.preventDefault(),
|
|
2929
|
-
},
|
|
2927
|
+
let t = new K(e.clientX, e.clientY), n = Math.abs(t.x - h.current.x), r = Math.abs(t.y - h.current.y);
|
|
2928
|
+
n < 6 && r < 6 || (_.current ||= !0, e.preventDefault(), Br(g, h.current, t));
|
|
2929
|
+
}, H = (r) => {
|
|
2930
2930
|
if (k()) {
|
|
2931
|
-
|
|
2931
|
+
ne();
|
|
2932
2932
|
return;
|
|
2933
2933
|
}
|
|
2934
2934
|
if (!h.current) return;
|
|
2935
|
-
|
|
2936
|
-
let i = _.current, a = new
|
|
2937
|
-
if (h.current = null, _.current = !1,
|
|
2935
|
+
I.current = ie();
|
|
2936
|
+
let i = _.current, a = new K(r.clientX, r.clientY), o = yr(h.current, a), s = br(h.current, a);
|
|
2937
|
+
if (h.current = null, _.current = !1, Vr(g), t.current && setTimeout(() => {
|
|
2938
2938
|
t.current && (t.current.enabled = !0);
|
|
2939
2939
|
}, 100), !i) return;
|
|
2940
2940
|
y.current = !0, r.preventDefault();
|
|
2941
|
-
let { ids: c, profile: l } =
|
|
2941
|
+
let { ids: c, profile: l } = Rr({
|
|
2942
2942
|
model: e.current,
|
|
2943
|
-
camera:
|
|
2943
|
+
camera: L,
|
|
2944
2944
|
clippingPlanes: n.getActiveClippingPlanes(),
|
|
2945
|
-
domElement:
|
|
2945
|
+
domElement: R.domElement,
|
|
2946
2946
|
rect: o,
|
|
2947
2947
|
mode: s
|
|
2948
2948
|
}), d = Array.from(c.values()).reduce((e, t) => e + t.size, 0), p = {
|
|
@@ -2954,27 +2954,27 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2954
2954
|
let n = Array.from(e);
|
|
2955
2955
|
b.current === "remove" ? f(t, n) : u(t, n);
|
|
2956
2956
|
}));
|
|
2957
|
-
},
|
|
2957
|
+
}, se = (e, t, r = !1) => {
|
|
2958
2958
|
let i = Array.isArray(t) ? t.filter((e) => e.visible) : t ? [t] : [];
|
|
2959
2959
|
return i.length ? n.getIntersection(!1, {
|
|
2960
2960
|
event: e,
|
|
2961
|
-
filter:
|
|
2961
|
+
filter: Yr,
|
|
2962
2962
|
firstHitOnly: r,
|
|
2963
2963
|
object: i,
|
|
2964
2964
|
recursive: !0
|
|
2965
2965
|
}) : [];
|
|
2966
|
-
},
|
|
2967
|
-
let n =
|
|
2966
|
+
}, U = () => a?.().filter((e) => e.visible) ?? [], ce = (e, t) => {
|
|
2967
|
+
let n = se(e, t, !0);
|
|
2968
2968
|
for (let e of n) {
|
|
2969
|
-
let t =
|
|
2969
|
+
let t = Xr(e);
|
|
2970
2970
|
if (t) return t;
|
|
2971
2971
|
}
|
|
2972
2972
|
return null;
|
|
2973
|
-
},
|
|
2973
|
+
}, W = (t) => ce(t, U()) || ce(t, e.current);
|
|
2974
2974
|
v(() => {
|
|
2975
2975
|
let e = t.current;
|
|
2976
2976
|
if (!e) return;
|
|
2977
|
-
|
|
2977
|
+
R.domElement.addEventListener("pointerdown", oe), R.domElement.addEventListener("pointermove", B), window.addEventListener("pointerup", H), window.addEventListener("pointerup", ae), R.domElement.addEventListener("contextmenu", a), R.domElement.addEventListener("pointerup", i), R.domElement.addEventListener("pointermove", F), R.domElement.addEventListener("pointerleave", N), R.domElement.addEventListener("pointerdown", r), e.addEventListener("update", n);
|
|
2978
2978
|
function n() {
|
|
2979
2979
|
typeof s.current == "number" ? s.current += 1 : s.current === "start" && (s.current = 1);
|
|
2980
2980
|
}
|
|
@@ -2990,49 +2990,49 @@ function Qr(e, t, n, i, a, o) {
|
|
|
2990
2990
|
e.ctrlKey && e.preventDefault();
|
|
2991
2991
|
}
|
|
2992
2992
|
return () => {
|
|
2993
|
-
|
|
2993
|
+
Vr(g), E.current !== null && (window.clearTimeout(E.current), E.current = null), ee.current = null, N(), e.removeEventListener("update", n), R.domElement.removeEventListener("pointerdown", oe), R.domElement.removeEventListener("pointermove", B), window.removeEventListener("pointerup", H), window.removeEventListener("pointerup", ae), R.domElement.removeEventListener("contextmenu", a), R.domElement.removeEventListener("pointerup", i), R.domElement.removeEventListener("pointerdown", r), R.domElement.removeEventListener("pointermove", F), R.domElement.removeEventListener("pointerleave", N);
|
|
2994
2994
|
};
|
|
2995
2995
|
});
|
|
2996
2996
|
}
|
|
2997
2997
|
//#endregion
|
|
2998
2998
|
//#region src/viewer/Camera/useCameraFit.tsx
|
|
2999
|
-
var
|
|
3000
|
-
function
|
|
2999
|
+
var Qr = new q(1, 1, 1).normalize(), $r = 1.18;
|
|
3000
|
+
function ei() {
|
|
3001
3001
|
let { camera: e } = T();
|
|
3002
3002
|
return _((t, n, r) => {
|
|
3003
|
-
if (!t.current || !(e instanceof
|
|
3003
|
+
if (!t.current || !(e instanceof W)) return;
|
|
3004
3004
|
let i = new D().setFromObject(t.current);
|
|
3005
3005
|
if (i.isEmpty()) return;
|
|
3006
|
-
let a = i.getCenter(new
|
|
3007
|
-
e.position.copy(a).addScaledVector(
|
|
3006
|
+
let a = i.getCenter(new q()), o = i.getBoundingSphere(new fe()), s = oe.degToRad(e.fov), c = 2 * Math.atan(Math.tan(s / 2) * e.aspect), l = Math.min(s, c), u = o.radius / Math.sin(l / 2) * $r;
|
|
3007
|
+
e.position.copy(a).addScaledVector(Qr, u), e.up.set(0, 1, 0), e.lookAt(a), e.updateProjectionMatrix();
|
|
3008
3008
|
let d = n.current;
|
|
3009
|
-
d && (d.cancel(), d.setFocalOffset(0, 0, 0, !1), d.setLookAt(e.position.x, e.position.y, e.position.z, a.x, a.y, a.z, !1)), r.current && (r.current.position.copy(a).addScaledVector(
|
|
3009
|
+
d && (d.cancel(), d.setFocalOffset(0, 0, 0, !1), d.setLookAt(e.position.x, e.position.y, e.position.z, a.x, a.y, a.z, !1)), r.current && (r.current.position.copy(a).addScaledVector(Qr, u * .8), r.current.lookAt(a));
|
|
3010
3010
|
}, [e]);
|
|
3011
3011
|
}
|
|
3012
3012
|
//#endregion
|
|
3013
3013
|
//#region src/viewer/store/ViewerStoreProvider.tsx
|
|
3014
|
-
function
|
|
3014
|
+
function ti({ children: e, store: t }) {
|
|
3015
3015
|
let [n] = S(() => t ?? o());
|
|
3016
|
-
return /* @__PURE__ */
|
|
3016
|
+
return /* @__PURE__ */ J(i.Provider, {
|
|
3017
3017
|
value: n,
|
|
3018
3018
|
children: e
|
|
3019
3019
|
});
|
|
3020
3020
|
}
|
|
3021
3021
|
//#endregion
|
|
3022
3022
|
//#region src/viewer/utils/ExportUtils/ExportUtils.ts
|
|
3023
|
-
var
|
|
3024
|
-
function
|
|
3023
|
+
var ni = new TextEncoder(), ri = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>", ii = "Unknown", ai = ["elementID", "ifcguid"], oi = 0, si = 33;
|
|
3024
|
+
function ci(e) {
|
|
3025
3025
|
return !!e && typeof e == "object" && !Array.isArray(e);
|
|
3026
3026
|
}
|
|
3027
|
-
function
|
|
3028
|
-
return e == null ? t : typeof e == "boolean" ? e ? "true" : "false" : typeof e == "number" ? Number.isFinite(e) ? String(e) : t : typeof e == "string" ? e.trim() ? e : t :
|
|
3027
|
+
function li(e, t) {
|
|
3028
|
+
return e == null ? t : typeof e == "boolean" ? e ? "true" : "false" : typeof e == "number" ? Number.isFinite(e) ? String(e) : t : typeof e == "string" ? e.trim() ? e : t : ci(e) && "value" in e ? li(e.value, t) : null;
|
|
3029
3029
|
}
|
|
3030
|
-
function
|
|
3031
|
-
let n =
|
|
3030
|
+
function ui(e, t) {
|
|
3031
|
+
let n = li(e, t);
|
|
3032
3032
|
if (n !== null) return n;
|
|
3033
3033
|
if (Array.isArray(e)) {
|
|
3034
3034
|
if (!e.length) return t;
|
|
3035
|
-
let n = e.map((e) =>
|
|
3035
|
+
let n = e.map((e) => li(e, t));
|
|
3036
3036
|
if (n.every((e) => e !== null)) {
|
|
3037
3037
|
let e = n.join(", ");
|
|
3038
3038
|
return e.trim() ? e : t;
|
|
@@ -3045,21 +3045,21 @@ function di(e, t) {
|
|
|
3045
3045
|
return t;
|
|
3046
3046
|
}
|
|
3047
3047
|
}
|
|
3048
|
-
function
|
|
3048
|
+
function di(e) {
|
|
3049
3049
|
return typeof e == "string" && e.trim() ? e : null;
|
|
3050
3050
|
}
|
|
3051
|
-
function
|
|
3052
|
-
let t =
|
|
3053
|
-
return
|
|
3051
|
+
function fi(e) {
|
|
3052
|
+
let t = ci(e.props) ? e.props : {};
|
|
3053
|
+
return di(e.type ?? e.Type ?? t.type ?? t.Type) ?? ii;
|
|
3054
3054
|
}
|
|
3055
|
-
function
|
|
3056
|
-
let t =
|
|
3057
|
-
return
|
|
3055
|
+
function pi(e) {
|
|
3056
|
+
let t = ci(e.props) ? e.props : {};
|
|
3057
|
+
return di(e.guid ?? e.GlobalId ?? e.globalId ?? t.guid ?? t.GlobalId ?? t.globalId) ?? "";
|
|
3058
3058
|
}
|
|
3059
|
-
function
|
|
3060
|
-
return
|
|
3059
|
+
function mi(e, t) {
|
|
3060
|
+
return di(e.Name) ?? di(e.name) ?? di(e.DisplayName) ?? di(e.displayName) ?? `Property ${t + 1}`;
|
|
3061
3061
|
}
|
|
3062
|
-
function
|
|
3062
|
+
function hi(e) {
|
|
3063
3063
|
for (let t of [
|
|
3064
3064
|
"NominalValue",
|
|
3065
3065
|
"nominalValue",
|
|
@@ -3082,18 +3082,18 @@ function gi(e) {
|
|
|
3082
3082
|
"description"
|
|
3083
3083
|
].includes(e)));
|
|
3084
3084
|
}
|
|
3085
|
-
function
|
|
3086
|
-
return
|
|
3085
|
+
function gi(e, t) {
|
|
3086
|
+
return di(e.name) ?? di(e.Name) ?? `Set ${t + 1}`;
|
|
3087
3087
|
}
|
|
3088
|
-
function
|
|
3088
|
+
function _i(e) {
|
|
3089
3089
|
let t = e.props;
|
|
3090
|
-
return Array.isArray(t) ? t.map((e, t) =>
|
|
3091
|
-
label:
|
|
3092
|
-
value:
|
|
3090
|
+
return Array.isArray(t) ? t.map((e, t) => ci(e) ? {
|
|
3091
|
+
label: mi(e, t),
|
|
3092
|
+
value: hi(e)
|
|
3093
3093
|
} : {
|
|
3094
3094
|
label: `Property ${t + 1}`,
|
|
3095
3095
|
value: e
|
|
3096
|
-
}) :
|
|
3096
|
+
}) : ci(t) ? Object.entries(t).map(([e, t]) => ({
|
|
3097
3097
|
label: e,
|
|
3098
3098
|
value: t
|
|
3099
3099
|
})) : Object.entries(e).filter(([e]) => ![
|
|
@@ -3107,14 +3107,14 @@ function vi(e) {
|
|
|
3107
3107
|
value: t
|
|
3108
3108
|
}));
|
|
3109
3109
|
}
|
|
3110
|
-
function
|
|
3110
|
+
function vi(e, t) {
|
|
3111
3111
|
e.columnSet.has(t) || (e.columnSet.add(t), e.columns.push(t));
|
|
3112
3112
|
}
|
|
3113
|
-
function
|
|
3113
|
+
function yi(e, t, n, r, i) {
|
|
3114
3114
|
let a = n.trim();
|
|
3115
|
-
a && (
|
|
3115
|
+
a && (vi(e, a), t[a] = ui(r, i));
|
|
3116
3116
|
}
|
|
3117
|
-
function
|
|
3117
|
+
function bi(e, t, n) {
|
|
3118
3118
|
let r = {};
|
|
3119
3119
|
return Object.entries(t).forEach(([t, i]) => {
|
|
3120
3120
|
[
|
|
@@ -3122,33 +3122,33 @@ function xi(e, t, n) {
|
|
|
3122
3122
|
"guid",
|
|
3123
3123
|
"props",
|
|
3124
3124
|
"sets"
|
|
3125
|
-
].includes(t) ||
|
|
3126
|
-
}),
|
|
3127
|
-
|
|
3125
|
+
].includes(t) || yi(e, r, t, i, n);
|
|
3126
|
+
}), ci(t.props) && Object.entries(t.props).forEach(([t, i]) => {
|
|
3127
|
+
yi(e, r, t, i, n);
|
|
3128
3128
|
}), Array.isArray(t.sets) && t.sets.forEach((t, i) => {
|
|
3129
|
-
let a =
|
|
3130
|
-
|
|
3131
|
-
|
|
3129
|
+
let a = gi(t, i);
|
|
3130
|
+
_i(t).forEach((t) => {
|
|
3131
|
+
yi(e, r, `${a}.${t.label}`, t.value, n);
|
|
3132
3132
|
});
|
|
3133
3133
|
}), r;
|
|
3134
3134
|
}
|
|
3135
|
-
function
|
|
3135
|
+
function xi(e, t, n) {
|
|
3136
3136
|
Object.entries(t).forEach(([t, r]) => {
|
|
3137
3137
|
let i = Number(t);
|
|
3138
3138
|
if (!Number.isFinite(i)) return;
|
|
3139
|
-
let a =
|
|
3139
|
+
let a = fi(r), o = e.get(a);
|
|
3140
3140
|
o || (o = {
|
|
3141
3141
|
columns: [],
|
|
3142
3142
|
columnSet: /* @__PURE__ */ new Set(),
|
|
3143
3143
|
rows: []
|
|
3144
3144
|
}, e.set(a, o)), o.rows.push({
|
|
3145
3145
|
elementID: i,
|
|
3146
|
-
ifcguid:
|
|
3147
|
-
values:
|
|
3146
|
+
ifcguid: pi(r),
|
|
3147
|
+
values: bi(o, r, n)
|
|
3148
3148
|
});
|
|
3149
3149
|
});
|
|
3150
3150
|
}
|
|
3151
|
-
function
|
|
3151
|
+
function Si(e) {
|
|
3152
3152
|
return e.replace(/[<>&'"]/g, (e) => {
|
|
3153
3153
|
switch (e) {
|
|
3154
3154
|
case "<": return "<";
|
|
@@ -3160,7 +3160,7 @@ function Ci(e) {
|
|
|
3160
3160
|
}
|
|
3161
3161
|
});
|
|
3162
3162
|
}
|
|
3163
|
-
function
|
|
3163
|
+
function Ci(e) {
|
|
3164
3164
|
let t = e, n = "";
|
|
3165
3165
|
for (; t > 0;) {
|
|
3166
3166
|
let e = (t - 1) % 26;
|
|
@@ -3168,45 +3168,45 @@ function wi(e) {
|
|
|
3168
3168
|
}
|
|
3169
3169
|
return n;
|
|
3170
3170
|
}
|
|
3171
|
-
function
|
|
3172
|
-
return `<c r="${`${
|
|
3171
|
+
function wi(e, t, n) {
|
|
3172
|
+
return `<c r="${`${Ci(n)}${t}`}" t="inlineStr"><is><t${/^\s|\s$/.test(e) ? " xml:space=\"preserve\"" : ""}>${Si(e)}</t></is></c>`;
|
|
3173
3173
|
}
|
|
3174
|
-
function
|
|
3175
|
-
return `${
|
|
3174
|
+
function Ti(e) {
|
|
3175
|
+
return `${ri}<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><sheetData>${e.map((e, t) => {
|
|
3176
3176
|
let n = t + 1;
|
|
3177
|
-
return `<row r="${n}">${e.map((e, t) =>
|
|
3177
|
+
return `<row r="${n}">${e.map((e, t) => wi(e, n, t + 1)).join("")}</row>`;
|
|
3178
3178
|
}).join("")}</sheetData></worksheet>`;
|
|
3179
3179
|
}
|
|
3180
|
-
function
|
|
3181
|
-
return e.replace(/[\\/?*[\]:]/g, " ").trim() ||
|
|
3180
|
+
function Ei(e) {
|
|
3181
|
+
return e.replace(/[\\/?*[\]:]/g, " ").trim() || ii;
|
|
3182
3182
|
}
|
|
3183
|
-
function
|
|
3184
|
-
let n =
|
|
3183
|
+
function Di(e, t) {
|
|
3184
|
+
let n = Ei(e).slice(0, 31), r = n, i = 2;
|
|
3185
3185
|
for (; t.has(r.toLowerCase());) {
|
|
3186
3186
|
let e = ` (${i})`;
|
|
3187
3187
|
r = `${n.slice(0, 31 - e.length)}${e}`, i += 1;
|
|
3188
3188
|
}
|
|
3189
3189
|
return t.add(r.toLowerCase()), r;
|
|
3190
3190
|
}
|
|
3191
|
-
function
|
|
3192
|
-
return `${
|
|
3191
|
+
function Oi(e) {
|
|
3192
|
+
return `${ri}<workbook xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"><sheets>${e.map((e, t) => {
|
|
3193
3193
|
let n = t + 1;
|
|
3194
|
-
return `<sheet name="${
|
|
3194
|
+
return `<sheet name="${Si(e)}" sheetId="${n}" r:id="rId${n}"/>`;
|
|
3195
3195
|
}).join("")}</sheets></workbook>`;
|
|
3196
3196
|
}
|
|
3197
|
-
function
|
|
3198
|
-
return `${
|
|
3197
|
+
function ki(e) {
|
|
3198
|
+
return `${ri}<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">${e.map((e, t) => {
|
|
3199
3199
|
let n = t + 1;
|
|
3200
3200
|
return `<Relationship Id="rId${n}" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet" Target="worksheets/sheet${n}.xml"/>`;
|
|
3201
3201
|
}).join("")}</Relationships>`;
|
|
3202
3202
|
}
|
|
3203
|
-
function
|
|
3204
|
-
return `${
|
|
3203
|
+
function Ai() {
|
|
3204
|
+
return `${ri}<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>`;
|
|
3205
3205
|
}
|
|
3206
|
-
function
|
|
3207
|
-
return `${
|
|
3206
|
+
function ji(e) {
|
|
3207
|
+
return `${ri}<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/><Default Extension="xml" ContentType="application/xml"/><Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"/>${e.map((e, t) => `<Override PartName="/xl/worksheets/sheet${t + 1}.xml" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"/>`).join("")}</Types>`;
|
|
3208
3208
|
}
|
|
3209
|
-
function
|
|
3209
|
+
function Mi() {
|
|
3210
3210
|
let e = new Uint32Array(256);
|
|
3211
3211
|
for (let t = 0; t < 256; t++) {
|
|
3212
3212
|
let n = t;
|
|
@@ -3215,121 +3215,121 @@ function Ni() {
|
|
|
3215
3215
|
}
|
|
3216
3216
|
return e;
|
|
3217
3217
|
}
|
|
3218
|
-
var
|
|
3219
|
-
function
|
|
3218
|
+
var Ni = Mi();
|
|
3219
|
+
function Pi(e) {
|
|
3220
3220
|
let t = 4294967295;
|
|
3221
|
-
for (let n of e) t =
|
|
3221
|
+
for (let n of e) t = Ni[(t ^ n) & 255] ^ t >>> 8;
|
|
3222
3222
|
return (t ^ 4294967295) >>> 0;
|
|
3223
3223
|
}
|
|
3224
|
-
function
|
|
3224
|
+
function Fi(e) {
|
|
3225
3225
|
let t = new Uint8Array(30 + e.nameBytes.length), n = new DataView(t.buffer);
|
|
3226
|
-
return n.setUint32(0, 67324752, !0), n.setUint16(4, 20, !0), n.setUint16(6, 0, !0), n.setUint16(8, 0, !0), n.setUint16(10,
|
|
3226
|
+
return n.setUint32(0, 67324752, !0), n.setUint16(4, 20, !0), n.setUint16(6, 0, !0), n.setUint16(8, 0, !0), n.setUint16(10, oi, !0), n.setUint16(12, si, !0), n.setUint32(14, e.crc, !0), n.setUint32(18, e.data.length, !0), n.setUint32(22, e.data.length, !0), n.setUint16(26, e.nameBytes.length, !0), n.setUint16(28, 0, !0), t.set(e.nameBytes, 30), t;
|
|
3227
3227
|
}
|
|
3228
|
-
function
|
|
3228
|
+
function Ii(e) {
|
|
3229
3229
|
let t = new Uint8Array(46 + e.nameBytes.length), n = new DataView(t.buffer);
|
|
3230
|
-
return n.setUint32(0, 33639248, !0), n.setUint16(4, 20, !0), n.setUint16(6, 20, !0), n.setUint16(8, 0, !0), n.setUint16(10, 0, !0), n.setUint16(12,
|
|
3230
|
+
return n.setUint32(0, 33639248, !0), n.setUint16(4, 20, !0), n.setUint16(6, 20, !0), n.setUint16(8, 0, !0), n.setUint16(10, 0, !0), n.setUint16(12, oi, !0), n.setUint16(14, si, !0), n.setUint32(16, e.crc, !0), n.setUint32(20, e.data.length, !0), n.setUint32(24, e.data.length, !0), n.setUint16(28, e.nameBytes.length, !0), n.setUint16(30, 0, !0), n.setUint16(32, 0, !0), n.setUint16(34, 0, !0), n.setUint16(36, 0, !0), n.setUint32(38, 0, !0), n.setUint32(42, e.offset, !0), t.set(e.nameBytes, 46), t;
|
|
3231
3231
|
}
|
|
3232
|
-
function
|
|
3232
|
+
function Li(e, t, n) {
|
|
3233
3233
|
let r = new Uint8Array(22), i = new DataView(r.buffer);
|
|
3234
3234
|
return i.setUint32(0, 101010256, !0), i.setUint16(4, 0, !0), i.setUint16(6, 0, !0), i.setUint16(8, e, !0), i.setUint16(10, e, !0), i.setUint32(12, t, !0), i.setUint32(16, n, !0), i.setUint16(20, 0, !0), r;
|
|
3235
3235
|
}
|
|
3236
|
-
function
|
|
3236
|
+
function Ri(e, t) {
|
|
3237
3237
|
let n = new Uint8Array(t), r = 0;
|
|
3238
3238
|
return e.forEach((e) => {
|
|
3239
3239
|
n.set(e, r), r += e.length;
|
|
3240
3240
|
}), n;
|
|
3241
3241
|
}
|
|
3242
|
-
function
|
|
3242
|
+
function zi(e) {
|
|
3243
3243
|
let t = 0, n = e.map((e) => {
|
|
3244
3244
|
let n = {
|
|
3245
3245
|
...e,
|
|
3246
|
-
crc:
|
|
3247
|
-
nameBytes:
|
|
3246
|
+
crc: Pi(e.data),
|
|
3247
|
+
nameBytes: ni.encode(e.path),
|
|
3248
3248
|
offset: t
|
|
3249
3249
|
};
|
|
3250
3250
|
return t += 30 + n.nameBytes.length + n.data.length, n;
|
|
3251
3251
|
}), r = [];
|
|
3252
3252
|
n.forEach((e) => {
|
|
3253
|
-
r.push(
|
|
3253
|
+
r.push(Fi(e), e.data);
|
|
3254
3254
|
});
|
|
3255
3255
|
let i = t, a = 0;
|
|
3256
3256
|
return n.forEach((e) => {
|
|
3257
|
-
let t =
|
|
3257
|
+
let t = Ii(e);
|
|
3258
3258
|
a += t.length, r.push(t);
|
|
3259
|
-
}), r.push(
|
|
3259
|
+
}), r.push(Li(n.length, a, i)), Ri(r, r.reduce((e, t) => e + t.length, 0));
|
|
3260
3260
|
}
|
|
3261
|
-
function
|
|
3261
|
+
function Bi(e, t) {
|
|
3262
3262
|
let n = /* @__PURE__ */ new Map();
|
|
3263
|
-
e &&
|
|
3263
|
+
e && xi(n, e.props, t);
|
|
3264
3264
|
let r = /* @__PURE__ */ new Set(), i = Array.from(n.entries()).sort(([e], [t]) => e.localeCompare(t)).map(([e, n]) => {
|
|
3265
|
-
let i = [...
|
|
3265
|
+
let i = [...ai, ...n.columns], a = n.rows.sort((e, t) => e.elementID - t.elementID).map((e) => [
|
|
3266
3266
|
String(e.elementID),
|
|
3267
3267
|
e.ifcguid || t,
|
|
3268
3268
|
...n.columns.map((n) => e.values[n] ?? t)
|
|
3269
3269
|
]);
|
|
3270
3270
|
return {
|
|
3271
|
-
name:
|
|
3271
|
+
name: Di(e, r),
|
|
3272
3272
|
rows: [i, ...a]
|
|
3273
3273
|
};
|
|
3274
3274
|
});
|
|
3275
3275
|
return i.length || i.push({
|
|
3276
|
-
name:
|
|
3277
|
-
rows: [
|
|
3276
|
+
name: Di(ii, r),
|
|
3277
|
+
rows: [ai]
|
|
3278
3278
|
}), i;
|
|
3279
3279
|
}
|
|
3280
|
-
function
|
|
3281
|
-
let n =
|
|
3280
|
+
function Vi(e, t = {}) {
|
|
3281
|
+
let n = Bi(e, t.emptyValue ?? "-"), r = n.map((e) => e.name), i = [
|
|
3282
3282
|
{
|
|
3283
3283
|
path: "[Content_Types].xml",
|
|
3284
|
-
data:
|
|
3284
|
+
data: ni.encode(ji(r))
|
|
3285
3285
|
},
|
|
3286
3286
|
{
|
|
3287
3287
|
path: "_rels/.rels",
|
|
3288
|
-
data:
|
|
3288
|
+
data: ni.encode(Ai())
|
|
3289
3289
|
},
|
|
3290
3290
|
{
|
|
3291
3291
|
path: "xl/workbook.xml",
|
|
3292
|
-
data:
|
|
3292
|
+
data: ni.encode(Oi(r))
|
|
3293
3293
|
},
|
|
3294
3294
|
{
|
|
3295
3295
|
path: "xl/_rels/workbook.xml.rels",
|
|
3296
|
-
data:
|
|
3296
|
+
data: ni.encode(ki(r))
|
|
3297
3297
|
},
|
|
3298
3298
|
...n.map((e, t) => ({
|
|
3299
3299
|
path: `xl/worksheets/sheet${t + 1}.xml`,
|
|
3300
|
-
data:
|
|
3300
|
+
data: ni.encode(Ti(e.rows))
|
|
3301
3301
|
}))
|
|
3302
3302
|
];
|
|
3303
|
-
return new Blob([
|
|
3303
|
+
return new Blob([zi(i)], { type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" });
|
|
3304
3304
|
}
|
|
3305
|
-
function
|
|
3305
|
+
function Hi(e) {
|
|
3306
3306
|
return e.split(/[?#]/)[0].split(/[\\/]/).pop()?.replace(/\.min\.bmt$/i, "").replace(/\.[^.]+$/i, "").trim() || "model";
|
|
3307
3307
|
}
|
|
3308
|
-
function
|
|
3309
|
-
let n = t.fileName?.trim() || `${
|
|
3308
|
+
function Ui(e, t) {
|
|
3309
|
+
let n = t.fileName?.trim() || `${Hi(t.modelName ?? e?.name ?? "model")}_properties`;
|
|
3310
3310
|
return n.toLowerCase().endsWith(".xlsx") ? n : `${n}.xlsx`;
|
|
3311
3311
|
}
|
|
3312
|
-
function
|
|
3312
|
+
function Wi(e, t = {}) {
|
|
3313
3313
|
return {
|
|
3314
|
-
blob:
|
|
3315
|
-
name:
|
|
3314
|
+
blob: Vi(e, t),
|
|
3315
|
+
name: Ui(e, t)
|
|
3316
3316
|
};
|
|
3317
3317
|
}
|
|
3318
3318
|
//#endregion
|
|
3319
3319
|
//#region src/viewer/api/ViewerPropertiesApi.ts
|
|
3320
|
-
function
|
|
3320
|
+
function Gi(e) {
|
|
3321
3321
|
return !!e && typeof e == "object" && !Array.isArray(e);
|
|
3322
3322
|
}
|
|
3323
|
-
function
|
|
3323
|
+
function Ki(e, t) {
|
|
3324
3324
|
return Object.prototype.hasOwnProperty.call(e, t);
|
|
3325
3325
|
}
|
|
3326
|
+
function qi(e) {
|
|
3327
|
+
return Gi(e);
|
|
3328
|
+
}
|
|
3326
3329
|
function Ji(e) {
|
|
3327
|
-
return
|
|
3330
|
+
return Array.isArray(e) ? e.filter(qi) : Gi(e) ? Object.values(e).filter(qi) : [];
|
|
3328
3331
|
}
|
|
3329
3332
|
function Yi(e) {
|
|
3330
|
-
return Array.isArray(e) ? e.filter(Ji) : Ki(e) ? Object.values(e).filter(Ji) : [];
|
|
3331
|
-
}
|
|
3332
|
-
function Xi(e) {
|
|
3333
3333
|
if (typeof e == "number" && Number.isFinite(e)) return e;
|
|
3334
3334
|
if (typeof e == "string") {
|
|
3335
3335
|
let t = Number(e);
|
|
@@ -3337,10 +3337,10 @@ function Xi(e) {
|
|
|
3337
3337
|
}
|
|
3338
3338
|
return null;
|
|
3339
3339
|
}
|
|
3340
|
-
function
|
|
3341
|
-
return
|
|
3340
|
+
function Xi(e) {
|
|
3341
|
+
return Yi(e.id ?? e.expressID ?? e.expressId ?? e.elementID ?? e.elementId);
|
|
3342
3342
|
}
|
|
3343
|
-
function
|
|
3343
|
+
function Zi(e) {
|
|
3344
3344
|
let t = [
|
|
3345
3345
|
e.children,
|
|
3346
3346
|
e.items,
|
|
@@ -3348,40 +3348,40 @@ function Qi(e) {
|
|
|
3348
3348
|
e.childs
|
|
3349
3349
|
];
|
|
3350
3350
|
for (let e of t) {
|
|
3351
|
-
let t =
|
|
3351
|
+
let t = Ji(e);
|
|
3352
3352
|
if (t.length) return t;
|
|
3353
3353
|
}
|
|
3354
3354
|
return [];
|
|
3355
3355
|
}
|
|
3356
|
-
function
|
|
3357
|
-
let t =
|
|
3356
|
+
function Qi(e) {
|
|
3357
|
+
let t = Gi(e.props) ? e.props : {}, n = e.type ?? e.Type ?? t.type ?? t.Type;
|
|
3358
3358
|
return typeof n == "string" ? n : "";
|
|
3359
3359
|
}
|
|
3360
|
-
function
|
|
3360
|
+
function $i(e) {
|
|
3361
3361
|
return e.replace(/[^a-z0-9]/gi, "").toUpperCase();
|
|
3362
3362
|
}
|
|
3363
|
-
function
|
|
3364
|
-
return
|
|
3363
|
+
function ea(e) {
|
|
3364
|
+
return $i(Qi(e)) === "IFCBUILDINGSTOREY";
|
|
3365
3365
|
}
|
|
3366
|
-
var
|
|
3366
|
+
var ta = new Set([
|
|
3367
3367
|
"children",
|
|
3368
3368
|
"childs",
|
|
3369
3369
|
"elements",
|
|
3370
3370
|
"items"
|
|
3371
3371
|
]);
|
|
3372
|
-
function
|
|
3372
|
+
function na(e) {
|
|
3373
3373
|
let t = {};
|
|
3374
3374
|
return Object.entries(e).forEach(([e, n]) => {
|
|
3375
|
-
|
|
3375
|
+
ta.has(e) || (t[e] = n);
|
|
3376
3376
|
}), t;
|
|
3377
3377
|
}
|
|
3378
|
-
function
|
|
3378
|
+
function ra(e, t) {
|
|
3379
3379
|
return Array.isArray(t) ? {
|
|
3380
|
-
children:
|
|
3380
|
+
children: Ji(t),
|
|
3381
3381
|
name: `Model ${e}`,
|
|
3382
3382
|
type: "Model"
|
|
3383
|
-
} :
|
|
3384
|
-
children:
|
|
3383
|
+
} : Gi(t) ? Xi(t) !== null || typeof t.name == "string" || typeof t.Name == "string" || typeof t.type == "string" || typeof t.Type == "string" || Array.isArray(t.children) ? t : {
|
|
3384
|
+
children: Ji(t),
|
|
3385
3385
|
name: `Model ${e}`,
|
|
3386
3386
|
type: "Model"
|
|
3387
3387
|
} : {
|
|
@@ -3390,46 +3390,46 @@ function ia(e, t) {
|
|
|
3390
3390
|
type: "Model"
|
|
3391
3391
|
};
|
|
3392
3392
|
}
|
|
3393
|
-
function
|
|
3393
|
+
function ia(e) {
|
|
3394
3394
|
let t = [];
|
|
3395
|
-
return
|
|
3396
|
-
let n =
|
|
3397
|
-
n !== null && t.push(n), t.push(...
|
|
3395
|
+
return Zi(e).forEach((e) => {
|
|
3396
|
+
let n = Xi(e);
|
|
3397
|
+
n !== null && t.push(n), t.push(...ia(e));
|
|
3398
3398
|
}), t;
|
|
3399
3399
|
}
|
|
3400
|
-
function
|
|
3401
|
-
let i =
|
|
3402
|
-
...
|
|
3400
|
+
function aa(e, t, n, r) {
|
|
3401
|
+
let i = Xi(t), a = i === null ? void 0 : n[e]?.[i], o = {
|
|
3402
|
+
...na(t),
|
|
3403
3403
|
...a ?? {},
|
|
3404
3404
|
modelID: e
|
|
3405
3405
|
};
|
|
3406
|
-
return r && (o.elements =
|
|
3406
|
+
return r && (o.elements = ia(t)), o;
|
|
3407
3407
|
}
|
|
3408
|
-
function
|
|
3409
|
-
|
|
3408
|
+
function oa(e, t, n, r, i) {
|
|
3409
|
+
ea(t) && n.push(aa(e, t, r, i)), Zi(t).forEach((t) => oa(e, t, n, r, i));
|
|
3410
3410
|
}
|
|
3411
|
-
function
|
|
3411
|
+
function sa(e, t, n = !1) {
|
|
3412
3412
|
let r = {};
|
|
3413
3413
|
return Object.entries(e).forEach(([e, i]) => {
|
|
3414
3414
|
let a = Number(e), o = [];
|
|
3415
|
-
|
|
3415
|
+
oa(a, ra(a, i), o, t, n), r[a] = o;
|
|
3416
3416
|
}), r;
|
|
3417
3417
|
}
|
|
3418
|
-
function
|
|
3418
|
+
function ca(e, t, n, r = !1) {
|
|
3419
3419
|
let i = [], a = e[n];
|
|
3420
3420
|
if (!a) throw Error(`Model with modelID ${n} not found`);
|
|
3421
|
-
return
|
|
3421
|
+
return oa(Number(n), ra(Number(n), a), i, t, r), i;
|
|
3422
3422
|
}
|
|
3423
|
-
function
|
|
3423
|
+
function la(e, t, n) {
|
|
3424
3424
|
return e[t]?.[n];
|
|
3425
3425
|
}
|
|
3426
|
-
function
|
|
3427
|
-
return typeof e == "string" ? e :
|
|
3426
|
+
function ua(e) {
|
|
3427
|
+
return typeof e == "string" ? e : Gi(e) && typeof e.value == "string" ? e.value : "";
|
|
3428
3428
|
}
|
|
3429
|
-
function
|
|
3430
|
-
return
|
|
3429
|
+
function da(e, t) {
|
|
3430
|
+
return ua(e.Name) || ua(e.name) || ua(e.DisplayName) || ua(e.displayName) || `Property ${t + 1}`;
|
|
3431
3431
|
}
|
|
3432
|
-
function
|
|
3432
|
+
function fa(e) {
|
|
3433
3433
|
for (let t of [
|
|
3434
3434
|
"NominalValue",
|
|
3435
3435
|
"nominalValue",
|
|
@@ -3452,44 +3452,44 @@ function pa(e) {
|
|
|
3452
3452
|
"description"
|
|
3453
3453
|
].includes(e)));
|
|
3454
3454
|
}
|
|
3455
|
-
function
|
|
3456
|
-
return
|
|
3455
|
+
function pa(e) {
|
|
3456
|
+
return ua(e.name) || ua(e.Name);
|
|
3457
3457
|
}
|
|
3458
|
-
function
|
|
3459
|
-
return
|
|
3458
|
+
function ma(e, t) {
|
|
3459
|
+
return Ki(e, t) ? e[t] : void 0;
|
|
3460
3460
|
}
|
|
3461
|
-
function
|
|
3461
|
+
function ha(e, t) {
|
|
3462
3462
|
let n = e.props;
|
|
3463
|
-
if (
|
|
3464
|
-
let e =
|
|
3463
|
+
if (Gi(n)) {
|
|
3464
|
+
let e = ma(n, t);
|
|
3465
3465
|
if (e !== void 0) return e;
|
|
3466
3466
|
}
|
|
3467
3467
|
if (Array.isArray(n)) for (let e = 0; e < n.length; e += 1) {
|
|
3468
3468
|
let r = n[e];
|
|
3469
|
-
if (!
|
|
3469
|
+
if (!Gi(r)) continue;
|
|
3470
3470
|
let i = r;
|
|
3471
|
-
if (
|
|
3471
|
+
if (da(i, e) === t) return fa(i);
|
|
3472
3472
|
}
|
|
3473
|
-
return
|
|
3473
|
+
return ma(e, t);
|
|
3474
3474
|
}
|
|
3475
|
-
function
|
|
3475
|
+
function ga(e, t, n) {
|
|
3476
3476
|
if (!e) return;
|
|
3477
3477
|
if (n !== void 0) {
|
|
3478
|
-
let r = e.sets?.find((e) =>
|
|
3479
|
-
return r ?
|
|
3478
|
+
let r = e.sets?.find((e) => pa(e) === n);
|
|
3479
|
+
return r ? ha(r, t) : void 0;
|
|
3480
3480
|
}
|
|
3481
|
-
if (
|
|
3482
|
-
let n =
|
|
3481
|
+
if (Gi(e.props)) {
|
|
3482
|
+
let n = ma(e.props, t);
|
|
3483
3483
|
if (n !== void 0) return n;
|
|
3484
3484
|
}
|
|
3485
|
-
let r =
|
|
3485
|
+
let r = ma(e, t);
|
|
3486
3486
|
if (r !== void 0) return r;
|
|
3487
3487
|
for (let n of e.sets ?? []) {
|
|
3488
|
-
let e =
|
|
3488
|
+
let e = ha(n, t);
|
|
3489
3489
|
if (e !== void 0) return e;
|
|
3490
3490
|
}
|
|
3491
3491
|
}
|
|
3492
|
-
function
|
|
3492
|
+
function _a(e, t, n, r) {
|
|
3493
3493
|
let i = t[e];
|
|
3494
3494
|
return i ? {
|
|
3495
3495
|
data: {},
|
|
@@ -3498,44 +3498,44 @@ function va(e, t, n, r) {
|
|
|
3498
3498
|
structure: n[e] ?? {}
|
|
3499
3499
|
} : null;
|
|
3500
3500
|
}
|
|
3501
|
-
function
|
|
3501
|
+
function va(e) {
|
|
3502
3502
|
return {
|
|
3503
3503
|
exportAllExcel: (t) => {
|
|
3504
3504
|
let n = e.getState();
|
|
3505
3505
|
return Object.keys(n.modelProps).flatMap((e) => {
|
|
3506
|
-
let r =
|
|
3507
|
-
return r ? [
|
|
3506
|
+
let r = _a(Number(e), n.modelProps, n.modelStructure, n.modelNames);
|
|
3507
|
+
return r ? [Wi(r, t)] : [];
|
|
3508
3508
|
});
|
|
3509
3509
|
},
|
|
3510
3510
|
exportExcel: (t, n) => {
|
|
3511
|
-
let r = e.getState(), i =
|
|
3512
|
-
return i ?
|
|
3511
|
+
let r = e.getState(), i = _a(t, r.modelProps, r.modelStructure, r.modelNames);
|
|
3512
|
+
return i ? Wi(i, n) : null;
|
|
3513
3513
|
},
|
|
3514
3514
|
getAllLevels: (t = !1) => {
|
|
3515
3515
|
let n = e.getState();
|
|
3516
|
-
return
|
|
3516
|
+
return sa(n.modelStructure, n.modelProps, t);
|
|
3517
3517
|
},
|
|
3518
3518
|
getAllModelLevels: (t, n = !1) => {
|
|
3519
3519
|
let r = e.getState();
|
|
3520
|
-
return
|
|
3520
|
+
return ca(r.modelStructure, r.modelProps, t, n);
|
|
3521
3521
|
},
|
|
3522
3522
|
getModelProps: () => e.getState().modelProps,
|
|
3523
3523
|
getModelStructure: () => e.getState().modelStructure,
|
|
3524
|
-
getParamsByElement: (t, n) =>
|
|
3525
|
-
getParamValueByName:
|
|
3526
|
-
getParamValueByElement: (t, n, r, i) =>
|
|
3524
|
+
getParamsByElement: (t, n) => la(e.getState().modelProps, t, n),
|
|
3525
|
+
getParamValueByName: ga,
|
|
3526
|
+
getParamValueByElement: (t, n, r, i) => ga(la(e.getState().modelProps, t, n), r, i)
|
|
3527
3527
|
};
|
|
3528
3528
|
}
|
|
3529
3529
|
//#endregion
|
|
3530
3530
|
//#region src/viewer/Loaders/BmtConverter.ts
|
|
3531
|
-
var
|
|
3531
|
+
var ya = "BMT", ba = 1, xa = {
|
|
3532
3532
|
PROP: 1,
|
|
3533
3533
|
MESH: 2,
|
|
3534
3534
|
STRUCTURE: 3,
|
|
3535
3535
|
GRIDS: 4,
|
|
3536
3536
|
MATRIX: 5,
|
|
3537
3537
|
MESHSPACE: 6
|
|
3538
|
-
},
|
|
3538
|
+
}, Sa = "application/json", Ca = "application/octet-stream", wa = class {
|
|
3539
3539
|
chunks = [];
|
|
3540
3540
|
length = 0;
|
|
3541
3541
|
writeUint8(e) {
|
|
@@ -3555,7 +3555,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3555
3555
|
e.set(n, t), t += n.byteLength;
|
|
3556
3556
|
}), e;
|
|
3557
3557
|
}
|
|
3558
|
-
},
|
|
3558
|
+
}, Ta = class {
|
|
3559
3559
|
textEncoder = new TextEncoder();
|
|
3560
3560
|
ifcLoader = null;
|
|
3561
3561
|
async ConvertIfcFileToBmt(e, t = {}) {
|
|
@@ -3657,7 +3657,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3657
3657
|
progress: this.clampProgress(e.progress) * a
|
|
3658
3658
|
});
|
|
3659
3659
|
}), s = [{
|
|
3660
|
-
blob: new Blob([o], { type:
|
|
3660
|
+
blob: new Blob([o], { type: Ca }),
|
|
3661
3661
|
bytes: o,
|
|
3662
3662
|
name: i,
|
|
3663
3663
|
type: "bmt"
|
|
@@ -3677,7 +3677,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3677
3677
|
phase: "metadata",
|
|
3678
3678
|
progress: .95
|
|
3679
3679
|
}), s.push({
|
|
3680
|
-
blob: new Blob([n], { type:
|
|
3680
|
+
blob: new Blob([n], { type: Sa }),
|
|
3681
3681
|
bytes: n,
|
|
3682
3682
|
name: `${t}_props.json`,
|
|
3683
3683
|
type: "json"
|
|
@@ -3690,7 +3690,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3690
3690
|
return s;
|
|
3691
3691
|
}
|
|
3692
3692
|
createBmtBytes(e, t, n) {
|
|
3693
|
-
let r = new
|
|
3693
|
+
let r = new wa(), i = e.grids !== void 0, a = t, o = !!e.coordinationMatrix && !this.hasMeshMatrices(e), s = t ? .45 : 0, c = i ? .05 : 0, l = a ? .12 : 0, u = o ? .03 : 0, d = Math.max(.1, 1 - s - c - l - u), f = 0, p = (e) => {
|
|
3694
3694
|
n?.({
|
|
3695
3695
|
...e,
|
|
3696
3696
|
progress: this.clampProgress(e.progress)
|
|
@@ -3707,19 +3707,19 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3707
3707
|
progress: f
|
|
3708
3708
|
});
|
|
3709
3709
|
};
|
|
3710
|
-
return r.writeBytes(this.textEncoder.encode(
|
|
3710
|
+
return r.writeBytes(this.textEncoder.encode(ya)), r.writeUint8(ba), t && (this.writeProps(r, e.props, (e) => m(s, e)), h(s, "properties", "Properties written")), e.grids !== void 0 && (p({
|
|
3711
3711
|
message: "Writing grids",
|
|
3712
3712
|
phase: "metadata",
|
|
3713
3713
|
progress: f
|
|
3714
|
-
}), this.writeJsonChunk(r,
|
|
3714
|
+
}), this.writeJsonChunk(r, xa.GRIDS, e.grids), h(c, "metadata", "Grids written")), this.writeMeshes(r, e, (e) => m(d, e)), h(d, "geometry", "Geometry written"), t && (p({
|
|
3715
3715
|
message: "Writing structure",
|
|
3716
3716
|
phase: "metadata",
|
|
3717
3717
|
progress: f
|
|
3718
|
-
}), this.writeJsonChunk(r,
|
|
3718
|
+
}), this.writeJsonChunk(r, xa.STRUCTURE, e.structure), h(l, "metadata", "Structure written")), o && e.coordinationMatrix && (p({
|
|
3719
3719
|
message: "Writing coordination matrix",
|
|
3720
3720
|
phase: "metadata",
|
|
3721
3721
|
progress: f
|
|
3722
|
-
}), this.writeTextChunk(r,
|
|
3722
|
+
}), this.writeTextChunk(r, xa.MATRIX, e.coordinationMatrix), h(u, "metadata", "Coordination matrix written")), p({
|
|
3723
3723
|
message: "BMT bytes ready",
|
|
3724
3724
|
phase: "writing",
|
|
3725
3725
|
progress: 1
|
|
@@ -3738,7 +3738,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3738
3738
|
...o,
|
|
3739
3739
|
id: s
|
|
3740
3740
|
} : o;
|
|
3741
|
-
this.writeJsonChunk(e,
|
|
3741
|
+
this.writeJsonChunk(e, xa.PROP, c);
|
|
3742
3742
|
let l = a + 1;
|
|
3743
3743
|
this.shouldEmitItemProgress(l, i) && n?.({
|
|
3744
3744
|
loaded: l,
|
|
@@ -3758,7 +3758,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3758
3758
|
progress: a > 0 ? 0 : 1,
|
|
3759
3759
|
total: a
|
|
3760
3760
|
}), i.forEach((t, i) => {
|
|
3761
|
-
t.matrix && t.matrix !== r && (this.writeTextChunk(e,
|
|
3761
|
+
t.matrix && t.matrix !== r && (this.writeTextChunk(e, xa.MATRIX, t.matrix), r = t.matrix), this.writeChunk(e, t.isIfcSpace ? xa.MESHSPACE : xa.MESH, this.createMeshPayload(t));
|
|
3762
3762
|
let o = i + 1;
|
|
3763
3763
|
this.shouldEmitItemProgress(o, a) && n?.({
|
|
3764
3764
|
loaded: o,
|
|
@@ -3770,7 +3770,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3770
3770
|
});
|
|
3771
3771
|
}
|
|
3772
3772
|
createMeshPayload(e) {
|
|
3773
|
-
let t = new
|
|
3773
|
+
let t = new wa(), n = this.deflateTypedArray(e.pos), r = this.deflateTypedArray(e.ids), i = this.deflateTypedArray(e.ind);
|
|
3774
3774
|
return t.writeUint32(n.byteLength), t.writeBytes(n), t.writeUint32(r.byteLength), t.writeBytes(r), t.writeUint32(i.byteLength), t.writeUint32(this.getIndexType(e.ind)), t.writeBytes(i), t.writeUint8(this.colorToByte(e.mat.r)), t.writeUint8(this.colorToByte(e.mat.g)), t.writeUint8(this.colorToByte(e.mat.b)), t.writeUint8(this.colorToByte(e.mat.opacity ?? 1)), t.writeUint32(e.mat.name), t.toUint8Array();
|
|
3775
3775
|
}
|
|
3776
3776
|
writeJsonChunk(e, t, n) {
|
|
@@ -3923,7 +3923,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3923
3923
|
let t = /* @__PURE__ */ new Map();
|
|
3924
3924
|
return (Array.isArray(e) ? e : [e]).forEach((e) => {
|
|
3925
3925
|
e.traverse((e) => {
|
|
3926
|
-
if (!(e instanceof
|
|
3926
|
+
if (!(e instanceof V) || !this.isIfcSpaceObject(e)) return;
|
|
3927
3927
|
let n = this.getObjectModelID(e);
|
|
3928
3928
|
if (n === null) return;
|
|
3929
3929
|
let r = e.geometry.getAttribute("ids");
|
|
@@ -3937,7 +3937,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3937
3937
|
addVisibleIdsFromObject3D(e, t) {
|
|
3938
3938
|
(Array.isArray(e) ? e : [e]).forEach((e) => {
|
|
3939
3939
|
e.traverse((e) => {
|
|
3940
|
-
if (!(e instanceof
|
|
3940
|
+
if (!(e instanceof V) || !this.isObjectVisible(e)) return;
|
|
3941
3941
|
let n = this.getObjectModelID(e);
|
|
3942
3942
|
if (n === null) return;
|
|
3943
3943
|
let r = e.geometry.getAttribute("ids");
|
|
@@ -3989,7 +3989,7 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
3989
3989
|
return this.deflateBytes(new Uint8Array(e.buffer, e.byteOffset, e.byteLength));
|
|
3990
3990
|
}
|
|
3991
3991
|
deflateBytes(e) {
|
|
3992
|
-
return
|
|
3992
|
+
return Ce.deflate(e);
|
|
3993
3993
|
}
|
|
3994
3994
|
encodeText(e) {
|
|
3995
3995
|
return this.textEncoder.encode(e);
|
|
@@ -4006,43 +4006,43 @@ var ba = "BMT", xa = 1, Sa = {
|
|
|
4006
4006
|
isRecord(e) {
|
|
4007
4007
|
return typeof e == "object" && !!e;
|
|
4008
4008
|
}
|
|
4009
|
-
},
|
|
4010
|
-
async function
|
|
4011
|
-
return
|
|
4009
|
+
}, Ea = new Ta();
|
|
4010
|
+
async function Da(e, t) {
|
|
4011
|
+
return Ea.ConvertIfcFileToBmt(e, t);
|
|
4012
4012
|
}
|
|
4013
|
-
function
|
|
4014
|
-
return
|
|
4013
|
+
function Oa(e, t) {
|
|
4014
|
+
return Ea.ConvertToBmt(e, t);
|
|
4015
4015
|
}
|
|
4016
4016
|
//#endregion
|
|
4017
4017
|
//#region src/viewer/Selector/FilteredElementsCollector.ts
|
|
4018
|
-
function
|
|
4018
|
+
function ka(e) {
|
|
4019
4019
|
return !!e && typeof e == "object" && !Array.isArray(e);
|
|
4020
4020
|
}
|
|
4021
|
-
function
|
|
4021
|
+
function Aa(e) {
|
|
4022
4022
|
let t = Number(e);
|
|
4023
4023
|
return Number.isFinite(t) ? t : null;
|
|
4024
4024
|
}
|
|
4025
|
+
function ja(e) {
|
|
4026
|
+
return ka(e) && ka(e.data) && ka(e.props) && "structure" in e;
|
|
4027
|
+
}
|
|
4025
4028
|
function Ma(e) {
|
|
4026
|
-
return
|
|
4029
|
+
return ka(e) && ("guid" in e || "id" in e || "props" in e || "sets" in e);
|
|
4027
4030
|
}
|
|
4028
4031
|
function Na(e) {
|
|
4029
|
-
|
|
4030
|
-
}
|
|
4031
|
-
function Pa(e) {
|
|
4032
|
-
if (!Aa(e)) return !1;
|
|
4032
|
+
if (!ka(e)) return !1;
|
|
4033
4033
|
let t = Object.entries(e);
|
|
4034
|
-
return t.length ? t.every(([e, t]) =>
|
|
4034
|
+
return t.length ? t.every(([e, t]) => Aa(e) !== null && Ma(t)) : !0;
|
|
4035
4035
|
}
|
|
4036
|
-
function
|
|
4036
|
+
function Pa(e) {
|
|
4037
4037
|
return typeof e == "string" ? e : null;
|
|
4038
4038
|
}
|
|
4039
|
-
function
|
|
4040
|
-
let t =
|
|
4041
|
-
return
|
|
4039
|
+
function Fa(e) {
|
|
4040
|
+
let t = ka(e.props.props) ? e.props.props : {};
|
|
4041
|
+
return Pa(e.props.type ?? e.props.Type ?? t.type ?? t.Type);
|
|
4042
4042
|
}
|
|
4043
|
-
function
|
|
4043
|
+
function Ia(e, t, n) {
|
|
4044
4044
|
Object.entries(n).forEach(([n, r]) => {
|
|
4045
|
-
let i =
|
|
4045
|
+
let i = Aa(n);
|
|
4046
4046
|
i !== null && e.push({
|
|
4047
4047
|
elementID: i,
|
|
4048
4048
|
modelID: t,
|
|
@@ -4050,29 +4050,29 @@ function La(e, t, n) {
|
|
|
4050
4050
|
});
|
|
4051
4051
|
});
|
|
4052
4052
|
}
|
|
4053
|
-
function
|
|
4054
|
-
if (!e || !
|
|
4055
|
-
if (
|
|
4053
|
+
function La(e) {
|
|
4054
|
+
if (!e || !ka(e)) return [];
|
|
4055
|
+
if (ja(e)) {
|
|
4056
4056
|
let t = [];
|
|
4057
|
-
return
|
|
4057
|
+
return Ia(t, 0, e.props), t;
|
|
4058
4058
|
}
|
|
4059
|
-
if (
|
|
4059
|
+
if (Na(e)) {
|
|
4060
4060
|
let t = [];
|
|
4061
|
-
return
|
|
4061
|
+
return Ia(t, 0, e), t;
|
|
4062
4062
|
}
|
|
4063
4063
|
let t = [];
|
|
4064
4064
|
return Object.entries(e).forEach(([e, n]) => {
|
|
4065
|
-
let r =
|
|
4065
|
+
let r = Aa(e);
|
|
4066
4066
|
if (r !== null) {
|
|
4067
|
-
if (
|
|
4068
|
-
|
|
4067
|
+
if (ja(n)) {
|
|
4068
|
+
Ia(t, r, n.props);
|
|
4069
4069
|
return;
|
|
4070
4070
|
}
|
|
4071
|
-
|
|
4071
|
+
Na(n) && Ia(t, r, n);
|
|
4072
4072
|
}
|
|
4073
4073
|
}), t;
|
|
4074
4074
|
}
|
|
4075
|
-
function
|
|
4075
|
+
function Ra(e) {
|
|
4076
4076
|
let t = {};
|
|
4077
4077
|
return e.forEach(({ elementID: e, modelID: n, props: r }) => {
|
|
4078
4078
|
t[n] ??= [], t[n].push({
|
|
@@ -4081,26 +4081,26 @@ function za(e) {
|
|
|
4081
4081
|
});
|
|
4082
4082
|
}), t;
|
|
4083
4083
|
}
|
|
4084
|
-
function
|
|
4084
|
+
function za(e) {
|
|
4085
4085
|
let t = {};
|
|
4086
4086
|
return e.forEach(({ elementID: e, modelID: n }) => {
|
|
4087
4087
|
t[n] ??= [], t[n].push(e);
|
|
4088
4088
|
}), t;
|
|
4089
4089
|
}
|
|
4090
|
-
var
|
|
4090
|
+
var Ba = class {
|
|
4091
4091
|
elements;
|
|
4092
4092
|
filters = [];
|
|
4093
4093
|
selectedModelIDs = null;
|
|
4094
4094
|
constructor(e) {
|
|
4095
|
-
this.elements =
|
|
4095
|
+
this.elements = La(e);
|
|
4096
4096
|
}
|
|
4097
4097
|
from(e) {
|
|
4098
|
-
return this.elements =
|
|
4098
|
+
return this.elements = La(e), this.filters = [], this.selectedModelIDs = null, this;
|
|
4099
4099
|
}
|
|
4100
4100
|
ofType(e) {
|
|
4101
4101
|
let t = new Set((Array.isArray(e) ? e : [e]).map((e) => e.toLowerCase()));
|
|
4102
4102
|
return this.filters.push((e) => {
|
|
4103
|
-
let n =
|
|
4103
|
+
let n = Fa(e);
|
|
4104
4104
|
return !!(n && t.has(n.toLowerCase()));
|
|
4105
4105
|
}), this;
|
|
4106
4106
|
}
|
|
@@ -4129,11 +4129,11 @@ var Va = class {
|
|
|
4129
4129
|
return this.hasSingleSelectedModel() ? e.map(({ elementID: e, props: t }) => ({
|
|
4130
4130
|
elementID: e,
|
|
4131
4131
|
props: t
|
|
4132
|
-
})) :
|
|
4132
|
+
})) : Ra(e);
|
|
4133
4133
|
}
|
|
4134
4134
|
toElementsIds() {
|
|
4135
4135
|
let e = this.getFilteredElements();
|
|
4136
|
-
return this.hasSingleSelectedModel() ? e.map(({ elementID: e }) => e) :
|
|
4136
|
+
return this.hasSingleSelectedModel() ? e.map(({ elementID: e }) => e) : za(e);
|
|
4137
4137
|
}
|
|
4138
4138
|
toElementIds() {
|
|
4139
4139
|
return this.toElementsIds();
|
|
@@ -4141,20 +4141,20 @@ var Va = class {
|
|
|
4141
4141
|
};
|
|
4142
4142
|
//#endregion
|
|
4143
4143
|
//#region src/viewer/api/ViewerApi.ts
|
|
4144
|
-
function
|
|
4144
|
+
function Va(e) {
|
|
4145
4145
|
let t = {};
|
|
4146
4146
|
return Object.entries(e).forEach(([e, n]) => {
|
|
4147
4147
|
t[Number(e)] = Array.from(n);
|
|
4148
4148
|
}), t;
|
|
4149
4149
|
}
|
|
4150
|
-
function
|
|
4150
|
+
function Ha(e) {
|
|
4151
4151
|
let t = {};
|
|
4152
4152
|
return Object.entries(e).forEach(([e, n]) => {
|
|
4153
4153
|
t[Number(e)] = new Set(n);
|
|
4154
4154
|
}), t;
|
|
4155
4155
|
}
|
|
4156
|
-
function
|
|
4157
|
-
let
|
|
4156
|
+
function Ua(e, t, n) {
|
|
4157
|
+
let r = new Ta();
|
|
4158
4158
|
return {
|
|
4159
4159
|
camera: {
|
|
4160
4160
|
fitCamera: () => {
|
|
@@ -4219,9 +4219,9 @@ function Wa(e, t) {
|
|
|
4219
4219
|
}
|
|
4220
4220
|
},
|
|
4221
4221
|
converter: {
|
|
4222
|
-
convertIfcFileToBmt: (e,
|
|
4222
|
+
convertIfcFileToBmt: (e, n) => {
|
|
4223
4223
|
let i = t();
|
|
4224
|
-
return i ? i.converter.convertIfcFileToBmt(e,
|
|
4224
|
+
return i ? i.converter.convertIfcFileToBmt(e, n) : r.ConvertIfcFileToBmt(e, n);
|
|
4225
4225
|
},
|
|
4226
4226
|
convertToBmt: (e) => t()?.converter.convertToBmt(e) ?? {
|
|
4227
4227
|
files: [],
|
|
@@ -4300,16 +4300,28 @@ function Wa(e, t) {
|
|
|
4300
4300
|
t()?.geometryUtils.toggleIIfcSpacesVisibility();
|
|
4301
4301
|
}
|
|
4302
4302
|
},
|
|
4303
|
-
|
|
4303
|
+
models: {
|
|
4304
|
+
getData: () => n()?.getData(),
|
|
4305
|
+
getLoading: () => n()?.getLoading() ?? !1,
|
|
4306
|
+
getProgress: () => n()?.getProgress() ?? null,
|
|
4307
|
+
loadModels: (e, t) => {
|
|
4308
|
+
let r = n();
|
|
4309
|
+
return r ? r.loadModels(e, t) : Promise.reject(/* @__PURE__ */ Error("Viewer model loader is not ready"));
|
|
4310
|
+
},
|
|
4311
|
+
reset: () => {
|
|
4312
|
+
n()?.reset();
|
|
4313
|
+
}
|
|
4314
|
+
},
|
|
4315
|
+
properties: va(e),
|
|
4304
4316
|
selector: {
|
|
4305
4317
|
addSelected: (n, r, i = !0, a = !1) => {
|
|
4306
4318
|
let o = i || a;
|
|
4307
|
-
e.getState().addSelected(n, r), o && t()?.selector.setTargetToSelection(
|
|
4319
|
+
e.getState().addSelected(n, r), o && t()?.selector.setTargetToSelection(Va(e.getState().selected), a);
|
|
4308
4320
|
},
|
|
4309
|
-
collector: () => new
|
|
4321
|
+
collector: () => new Ba(e.getState().modelProps),
|
|
4310
4322
|
getPreselectionColor: () => e.getState().preselectionColor,
|
|
4311
4323
|
getSelectionColor: () => e.getState().selectionColor,
|
|
4312
|
-
getSelected: () =>
|
|
4324
|
+
getSelected: () => Va(e.getState().selected),
|
|
4313
4325
|
removeSelected: (t, n) => {
|
|
4314
4326
|
e.getState().removeSelected(t, n);
|
|
4315
4327
|
},
|
|
@@ -4324,7 +4336,7 @@ function Wa(e, t) {
|
|
|
4324
4336
|
},
|
|
4325
4337
|
setSelected: (n, r, i = !1, a = !0, o = !1) => {
|
|
4326
4338
|
let s = a || o;
|
|
4327
|
-
e.getState().setSelected(n, r, i), s && t()?.selector.setTargetToSelection(
|
|
4339
|
+
e.getState().setSelected(n, r, i), s && t()?.selector.setTargetToSelection(Va(e.getState().selected), o);
|
|
4328
4340
|
}
|
|
4329
4341
|
},
|
|
4330
4342
|
utils: {
|
|
@@ -4369,7 +4381,7 @@ function Wa(e, t) {
|
|
|
4369
4381
|
}
|
|
4370
4382
|
//#endregion
|
|
4371
4383
|
//#region src/viewer/Loaders/BmtLoader.ts
|
|
4372
|
-
var
|
|
4384
|
+
var Wa = class {
|
|
4373
4385
|
view;
|
|
4374
4386
|
offset = 0;
|
|
4375
4387
|
constructor(e) {
|
|
@@ -4389,11 +4401,11 @@ var Ga = class {
|
|
|
4389
4401
|
eof() {
|
|
4390
4402
|
return this.offset >= this.view.byteLength;
|
|
4391
4403
|
}
|
|
4392
|
-
},
|
|
4404
|
+
}, Ga = class {
|
|
4393
4405
|
decodeBuffer(e) {
|
|
4394
|
-
return this.textDecoder.decode(
|
|
4406
|
+
return this.textDecoder.decode(Ce.inflate(e));
|
|
4395
4407
|
}
|
|
4396
|
-
decoder =
|
|
4408
|
+
decoder = Ce;
|
|
4397
4409
|
textDecoder = new TextDecoder("utf-8");
|
|
4398
4410
|
ChunkType = {
|
|
4399
4411
|
PROP: 1,
|
|
@@ -4462,7 +4474,7 @@ var Ga = class {
|
|
|
4462
4474
|
return a?.props && (i.props = a.props), a?.grids && (i.grids = a.grids), a?.coordinationMatrix && (i.coordinationMatrix = a.coordinationMatrix), a?.structure !== void 0 && (i.structure = a.structure), i;
|
|
4463
4475
|
}
|
|
4464
4476
|
parseBinaryFile(e, t = {}) {
|
|
4465
|
-
let n = new
|
|
4477
|
+
let n = new Wa(e);
|
|
4466
4478
|
if (new TextDecoder().decode(n.readBytes(3)) !== "BMT") throw Error("Invalid file");
|
|
4467
4479
|
let r = n.readUint8();
|
|
4468
4480
|
console.log(`model version: ${r}`);
|
|
@@ -4530,24 +4542,24 @@ var Ga = class {
|
|
|
4530
4542
|
};
|
|
4531
4543
|
//#endregion
|
|
4532
4544
|
//#region src/viewer/workers/BMTWorker.ts?worker
|
|
4533
|
-
function
|
|
4545
|
+
function Ka(e) {
|
|
4534
4546
|
return new Worker("" + new URL("assets/BMTWorker-yhSXOg2i.js", import.meta.url).href, { name: e?.name });
|
|
4535
4547
|
}
|
|
4536
4548
|
//#endregion
|
|
4537
4549
|
//#region src/viewer/workers/BMTWorkerClient.ts
|
|
4538
|
-
function
|
|
4550
|
+
function qa() {
|
|
4539
4551
|
return globalThis.crypto?.randomUUID?.() ?? `${Date.now()}-${Math.random()}`;
|
|
4540
4552
|
}
|
|
4541
|
-
function
|
|
4553
|
+
function Ja(e) {
|
|
4542
4554
|
return Array.isArray(e) ? e : [e];
|
|
4543
4555
|
}
|
|
4544
|
-
function
|
|
4556
|
+
function Ya(e) {
|
|
4545
4557
|
return e.split(/[?#]/)[0].split(/[\\/]/).pop() || "model.bmt";
|
|
4546
4558
|
}
|
|
4547
|
-
function
|
|
4559
|
+
function Xa(e) {
|
|
4548
4560
|
return typeof e == "string" ? {
|
|
4549
4561
|
kind: "url",
|
|
4550
|
-
name:
|
|
4562
|
+
name: Ya(e),
|
|
4551
4563
|
url: new URL(e, globalThis.location.href).href
|
|
4552
4564
|
} : e instanceof File ? {
|
|
4553
4565
|
file: e,
|
|
@@ -4558,18 +4570,18 @@ function Za(e) {
|
|
|
4558
4570
|
kind: "buffer"
|
|
4559
4571
|
};
|
|
4560
4572
|
}
|
|
4561
|
-
function
|
|
4573
|
+
function Za(e) {
|
|
4562
4574
|
return e.map((e) => e.kind === "buffer" ? e.buffer : null).filter((e) => e instanceof ArrayBuffer);
|
|
4563
4575
|
}
|
|
4564
|
-
function
|
|
4565
|
-
return new
|
|
4576
|
+
function Qa() {
|
|
4577
|
+
return new Ka();
|
|
4566
4578
|
}
|
|
4567
|
-
function
|
|
4579
|
+
function $a(e) {
|
|
4568
4580
|
return { streamGeometryChunks: e.streamGeometryChunks ?? !!e.onChunk };
|
|
4569
4581
|
}
|
|
4570
|
-
function
|
|
4571
|
-
let n = t.worker ??
|
|
4572
|
-
options:
|
|
4582
|
+
function eo(e, t = {}) {
|
|
4583
|
+
let n = t.worker ?? Qa(), r = t.terminateOnComplete ?? !t.worker, i = t.collectChunks ?? !0, a = Ja(e).map(Xa), o = qa(), s = {}, c = {
|
|
4584
|
+
options: $a(t),
|
|
4573
4585
|
sources: a,
|
|
4574
4586
|
taskId: o,
|
|
4575
4587
|
type: "load-bmt-model"
|
|
@@ -4607,39 +4619,39 @@ function to(e, t = {}) {
|
|
|
4607
4619
|
let a = Error(r.error.message);
|
|
4608
4620
|
r.error.stack && (a.stack = r.error.stack), l(a);
|
|
4609
4621
|
};
|
|
4610
|
-
n.addEventListener("message", f), n.addEventListener("error", d), n.postMessage(c,
|
|
4622
|
+
n.addEventListener("message", f), n.addEventListener("error", d), n.postMessage(c, Za(a));
|
|
4611
4623
|
});
|
|
4612
4624
|
}
|
|
4613
|
-
function
|
|
4614
|
-
return
|
|
4625
|
+
function to() {
|
|
4626
|
+
return Qa();
|
|
4615
4627
|
}
|
|
4616
4628
|
//#endregion
|
|
4617
4629
|
//#region src/viewer/workers/BmtConverterWorker.ts?worker
|
|
4618
|
-
function
|
|
4630
|
+
function no(e) {
|
|
4619
4631
|
return new Worker("" + new URL("assets/BmtConverterWorker-BHhPlty_.js", import.meta.url).href, { name: e?.name });
|
|
4620
4632
|
}
|
|
4621
4633
|
//#endregion
|
|
4622
4634
|
//#region src/viewer/workers/BmtConverterWorkerClient.ts
|
|
4623
|
-
function
|
|
4635
|
+
function ro() {
|
|
4624
4636
|
return globalThis.crypto?.randomUUID?.() ?? `${Date.now()}-${Math.random()}`;
|
|
4625
4637
|
}
|
|
4626
|
-
function
|
|
4638
|
+
function io(e) {
|
|
4627
4639
|
return Array.isArray(e) ? e : [e];
|
|
4628
4640
|
}
|
|
4629
|
-
function
|
|
4641
|
+
function ao(e) {
|
|
4630
4642
|
return e.split(/[?#]/)[0].split(/[\\/]/).pop() || "model.ifc";
|
|
4631
4643
|
}
|
|
4632
|
-
function
|
|
4644
|
+
function oo() {
|
|
4633
4645
|
return globalThis.document?.baseURI ?? globalThis.location.href;
|
|
4634
4646
|
}
|
|
4635
|
-
function
|
|
4647
|
+
function so(e) {
|
|
4636
4648
|
let t = e ?? "ifc-parser.wasm";
|
|
4637
|
-
return /^(https?:|blob:|data:)/i.test(t) ? t : new URL(t,
|
|
4649
|
+
return /^(https?:|blob:|data:)/i.test(t) ? t : new URL(t, oo()).href;
|
|
4638
4650
|
}
|
|
4639
|
-
function
|
|
4651
|
+
function co(e) {
|
|
4640
4652
|
return typeof e == "string" ? {
|
|
4641
4653
|
kind: "url",
|
|
4642
|
-
name:
|
|
4654
|
+
name: ao(e),
|
|
4643
4655
|
url: new URL(e, globalThis.location.href).href
|
|
4644
4656
|
} : e instanceof File ? {
|
|
4645
4657
|
file: e,
|
|
@@ -4650,13 +4662,13 @@ function lo(e) {
|
|
|
4650
4662
|
kind: "buffer"
|
|
4651
4663
|
};
|
|
4652
4664
|
}
|
|
4653
|
-
function
|
|
4665
|
+
function lo(e) {
|
|
4654
4666
|
return e.map((e) => e.kind === "buffer" ? e.buffer : null).filter((e) => e instanceof ArrayBuffer);
|
|
4655
4667
|
}
|
|
4656
|
-
function
|
|
4657
|
-
return new
|
|
4668
|
+
function uo() {
|
|
4669
|
+
return new no();
|
|
4658
4670
|
}
|
|
4659
|
-
function
|
|
4671
|
+
function fo(e) {
|
|
4660
4672
|
return {
|
|
4661
4673
|
chunk: e.chunk,
|
|
4662
4674
|
coordinationMatrix: e.coordinationMatrix,
|
|
@@ -4668,23 +4680,23 @@ function po(e) {
|
|
|
4668
4680
|
useIfcSpace: e.useIfcSpace,
|
|
4669
4681
|
useMinVersion: e.useMinVersion,
|
|
4670
4682
|
visibleIdsByModel: e.visibleIdsByModel,
|
|
4671
|
-
wasmPath:
|
|
4683
|
+
wasmPath: so(e.wasmPath)
|
|
4672
4684
|
};
|
|
4673
4685
|
}
|
|
4674
|
-
function
|
|
4686
|
+
function po(e) {
|
|
4675
4687
|
let t = new Uint8Array(e.bytes.byteLength);
|
|
4676
4688
|
return t.set(e.bytes), {
|
|
4677
4689
|
...e,
|
|
4678
4690
|
blob: new Blob([t.buffer], { type: e.mimeType })
|
|
4679
4691
|
};
|
|
4680
4692
|
}
|
|
4681
|
-
function
|
|
4693
|
+
function mo(e) {
|
|
4682
4694
|
return {
|
|
4683
|
-
files: e.result.files.map(
|
|
4695
|
+
files: e.result.files.map(po),
|
|
4684
4696
|
models: e.result.models
|
|
4685
4697
|
};
|
|
4686
4698
|
}
|
|
4687
|
-
function
|
|
4699
|
+
function ho(e) {
|
|
4688
4700
|
if (e.error instanceof Error) return e.error;
|
|
4689
4701
|
let t = [
|
|
4690
4702
|
e.message || "Unknown worker error",
|
|
@@ -4694,12 +4706,12 @@ function go(e) {
|
|
|
4694
4706
|
].filter(Boolean);
|
|
4695
4707
|
return /* @__PURE__ */ Error(`BMT converter worker failed: ${t.join(", ")}`);
|
|
4696
4708
|
}
|
|
4697
|
-
function
|
|
4709
|
+
function go(e) {
|
|
4698
4710
|
return /* @__PURE__ */ Error(`BMT converter worker response could not be cloned: ${String(e.data ?? "unknown message error")}`);
|
|
4699
4711
|
}
|
|
4700
|
-
function
|
|
4701
|
-
let n = t.worker ??
|
|
4702
|
-
options:
|
|
4712
|
+
function _o(e, t = {}) {
|
|
4713
|
+
let n = t.worker ?? uo(), r = t.terminateOnComplete ?? !t.worker, i = io(e).map(co), a = ro(), o = {
|
|
4714
|
+
options: fo(t),
|
|
4703
4715
|
sources: i,
|
|
4704
4716
|
taskId: a,
|
|
4705
4717
|
type: "convert-ifc-to-bmt"
|
|
@@ -4708,9 +4720,9 @@ function vo(e, t = {}) {
|
|
|
4708
4720
|
let c = () => {
|
|
4709
4721
|
n.removeEventListener("message", d), n.removeEventListener("error", l), n.removeEventListener("messageerror", u), r && n.terminate();
|
|
4710
4722
|
}, l = (e) => {
|
|
4711
|
-
c(), s(
|
|
4723
|
+
c(), s(ho(e));
|
|
4712
4724
|
}, u = (e) => {
|
|
4713
|
-
c(), s(
|
|
4725
|
+
c(), s(go(e));
|
|
4714
4726
|
}, d = (n) => {
|
|
4715
4727
|
let r = n.data;
|
|
4716
4728
|
if (r.taskId !== a) return;
|
|
@@ -4719,35 +4731,35 @@ function vo(e, t = {}) {
|
|
|
4719
4731
|
return;
|
|
4720
4732
|
}
|
|
4721
4733
|
if (c(), r.type === "complete") {
|
|
4722
|
-
e(
|
|
4734
|
+
e(mo(r));
|
|
4723
4735
|
return;
|
|
4724
4736
|
}
|
|
4725
4737
|
let i = Error(r.error.message);
|
|
4726
4738
|
r.error.stack && (i.stack = r.error.stack), s(i);
|
|
4727
4739
|
};
|
|
4728
|
-
n.addEventListener("message", d), n.addEventListener("error", l), n.addEventListener("messageerror", u), n.postMessage(o,
|
|
4740
|
+
n.addEventListener("message", d), n.addEventListener("error", l), n.addEventListener("messageerror", u), n.postMessage(o, lo(i));
|
|
4729
4741
|
});
|
|
4730
4742
|
}
|
|
4731
|
-
function
|
|
4732
|
-
return
|
|
4743
|
+
function vo() {
|
|
4744
|
+
return uo();
|
|
4733
4745
|
}
|
|
4734
4746
|
//#endregion
|
|
4735
4747
|
//#region src/viewer/workers/IFCWorker.ts?worker
|
|
4736
|
-
function
|
|
4748
|
+
function yo(e) {
|
|
4737
4749
|
return new Worker("" + new URL("assets/IFCWorker-DipGoUKy.js", import.meta.url).href, { name: e?.name });
|
|
4738
4750
|
}
|
|
4739
4751
|
//#endregion
|
|
4740
4752
|
//#region src/viewer/workers/IFCWorkerClient.ts
|
|
4741
|
-
function
|
|
4753
|
+
function bo() {
|
|
4742
4754
|
return globalThis.crypto?.randomUUID?.() ?? `${Date.now()}-${Math.random()}`;
|
|
4743
4755
|
}
|
|
4744
|
-
function
|
|
4756
|
+
function xo(e) {
|
|
4745
4757
|
return Array.isArray(e) ? e : [e];
|
|
4746
4758
|
}
|
|
4747
|
-
function
|
|
4759
|
+
function So(e) {
|
|
4748
4760
|
return typeof e == "string" ? {
|
|
4749
4761
|
kind: "url",
|
|
4750
|
-
name:
|
|
4762
|
+
name: Co(e),
|
|
4751
4763
|
url: new URL(e, globalThis.location.href).href
|
|
4752
4764
|
} : e instanceof File ? {
|
|
4753
4765
|
file: e,
|
|
@@ -4758,23 +4770,23 @@ function Co(e) {
|
|
|
4758
4770
|
kind: "buffer"
|
|
4759
4771
|
};
|
|
4760
4772
|
}
|
|
4761
|
-
function
|
|
4773
|
+
function Co(e) {
|
|
4762
4774
|
return e.split(/[?#]/)[0].split(/[\\/]/).pop() || "model.ifc";
|
|
4763
4775
|
}
|
|
4764
|
-
function
|
|
4776
|
+
function wo() {
|
|
4765
4777
|
return globalThis.document?.baseURI ?? globalThis.location.href;
|
|
4766
4778
|
}
|
|
4767
|
-
function
|
|
4779
|
+
function To(e) {
|
|
4768
4780
|
let t = e ?? "ifc-parser.wasm";
|
|
4769
|
-
return /^(https?:|blob:|data:)/i.test(t) ? t : new URL(t,
|
|
4781
|
+
return /^(https?:|blob:|data:)/i.test(t) ? t : new URL(t, wo()).href;
|
|
4770
4782
|
}
|
|
4771
|
-
function
|
|
4783
|
+
function Eo(e) {
|
|
4772
4784
|
return e.map((e) => e.kind === "buffer" ? e.buffer : null).filter((e) => e instanceof ArrayBuffer);
|
|
4773
4785
|
}
|
|
4774
|
-
function
|
|
4775
|
-
return new
|
|
4786
|
+
function Do() {
|
|
4787
|
+
return new yo();
|
|
4776
4788
|
}
|
|
4777
|
-
function
|
|
4789
|
+
function Oo(e) {
|
|
4778
4790
|
return {
|
|
4779
4791
|
chunk: e.chunk,
|
|
4780
4792
|
coordinationMatrix: e.coordinationMatrix,
|
|
@@ -4783,12 +4795,12 @@ function ko(e) {
|
|
|
4783
4795
|
useIfcColors: e.useIfcColors,
|
|
4784
4796
|
useIfcElementAssembly: e.useIfcElementAssembly,
|
|
4785
4797
|
useIfcSpace: e.useIfcSpace,
|
|
4786
|
-
wasmPath:
|
|
4798
|
+
wasmPath: To(e.wasmPath)
|
|
4787
4799
|
};
|
|
4788
4800
|
}
|
|
4789
|
-
function
|
|
4790
|
-
let n = t.worker ??
|
|
4791
|
-
options:
|
|
4801
|
+
function ko(e, t = {}) {
|
|
4802
|
+
let n = t.worker ?? Do(), r = t.terminateOnComplete ?? !t.worker, i = t.collectChunks ?? !0, a = xo(e).map(So), o = bo(), s = {}, c = {
|
|
4803
|
+
options: Oo(t),
|
|
4792
4804
|
sources: a,
|
|
4793
4805
|
taskId: o,
|
|
4794
4806
|
type: "load-ifc-model"
|
|
@@ -4826,34 +4838,34 @@ function Ao(e, t = {}) {
|
|
|
4826
4838
|
let a = Error(r.error.message);
|
|
4827
4839
|
r.error.stack && (a.stack = r.error.stack), l(a);
|
|
4828
4840
|
};
|
|
4829
|
-
n.addEventListener("message", f), n.addEventListener("error", d), n.postMessage(c,
|
|
4841
|
+
n.addEventListener("message", f), n.addEventListener("error", d), n.postMessage(c, Eo(a));
|
|
4830
4842
|
});
|
|
4831
4843
|
}
|
|
4832
|
-
function
|
|
4833
|
-
return
|
|
4844
|
+
function Ao() {
|
|
4845
|
+
return Do();
|
|
4834
4846
|
}
|
|
4835
4847
|
//#endregion
|
|
4836
4848
|
//#region src/viewer/api/loader.ts
|
|
4837
|
-
function
|
|
4849
|
+
function jo(e) {
|
|
4838
4850
|
return typeof e == "string" ? e : e.name;
|
|
4839
4851
|
}
|
|
4852
|
+
function Mo(e) {
|
|
4853
|
+
return (jo(e).split(/[?#]/)[0].split(/[\\/]/).pop() || "model").replace(/\.min\.bmt$/i, "").replace(/\.[^.]+$/i, "") || "model";
|
|
4854
|
+
}
|
|
4840
4855
|
function No(e) {
|
|
4841
|
-
|
|
4856
|
+
let t = jo(e).split(/[?#]/)[0].toLowerCase(), n = t.lastIndexOf(".");
|
|
4857
|
+
return n === -1 ? "" : t.slice(n + 1);
|
|
4842
4858
|
}
|
|
4843
4859
|
function Po(e) {
|
|
4844
|
-
|
|
4845
|
-
return n === -1 ? "" : t.slice(n + 1);
|
|
4860
|
+
return /\.min\.bmt$/i.test(e.name) ? e.name.replace(/\.min\.bmt$/i, "_props.json") : null;
|
|
4846
4861
|
}
|
|
4847
4862
|
function Fo(e) {
|
|
4848
|
-
return
|
|
4863
|
+
return /_props\.json$/i.test(jo(e).split(/[?#]/)[0]);
|
|
4849
4864
|
}
|
|
4850
4865
|
function Io(e) {
|
|
4851
|
-
return /_props\.json$/i.test(Mo(e).split(/[?#]/)[0]);
|
|
4852
|
-
}
|
|
4853
|
-
function Lo(e) {
|
|
4854
4866
|
return e.coordinationMatrix ? e.coordinationMatrix : Object.values(e.data)[0]?.matrix || void 0;
|
|
4855
4867
|
}
|
|
4856
|
-
var
|
|
4868
|
+
var Lo = new class {
|
|
4857
4869
|
coordinationMatrix;
|
|
4858
4870
|
useIfcSpace = !0;
|
|
4859
4871
|
bmtLoader = null;
|
|
@@ -4864,7 +4876,7 @@ var Ro = new class {
|
|
|
4864
4876
|
this.getBmtLoader();
|
|
4865
4877
|
}
|
|
4866
4878
|
getBmtLoader() {
|
|
4867
|
-
return this.bmtLoader ||= new
|
|
4879
|
+
return this.bmtLoader ||= new Ga(), this.bmtLoader;
|
|
4868
4880
|
}
|
|
4869
4881
|
async getIfcLoader(e = {}) {
|
|
4870
4882
|
if (!this.ifcLoader) {
|
|
@@ -4892,7 +4904,7 @@ var Ro = new class {
|
|
|
4892
4904
|
async loadBmtModel(e, t) {
|
|
4893
4905
|
let n = this.getBmtLoader();
|
|
4894
4906
|
if (typeof e == "string") return n.loadModel(e);
|
|
4895
|
-
let r = n.parseBinaryFile(await e.arrayBuffer()), i =
|
|
4907
|
+
let r = n.parseBinaryFile(await e.arrayBuffer()), i = Po(e), a = i ? t.get(i) : void 0;
|
|
4896
4908
|
return this.applyBmtMetadata(r, a);
|
|
4897
4909
|
}
|
|
4898
4910
|
createWorkerProgressHandler(e, t, n, r) {
|
|
@@ -4915,7 +4927,7 @@ var Ro = new class {
|
|
|
4915
4927
|
};
|
|
4916
4928
|
}
|
|
4917
4929
|
async loadIfcModelInWorker(e, t, n, r, i) {
|
|
4918
|
-
return (await
|
|
4930
|
+
return (await ko(e, {
|
|
4919
4931
|
chunk: t.chunk,
|
|
4920
4932
|
collectChunks: t.collectWorkerChunks,
|
|
4921
4933
|
coordinationMatrix: this.coordinationMatrix,
|
|
@@ -4928,14 +4940,14 @@ var Ro = new class {
|
|
|
4928
4940
|
}))[0];
|
|
4929
4941
|
}
|
|
4930
4942
|
async loadBmtModelInWorker(e, t, n, r, i, a) {
|
|
4931
|
-
let o = (await
|
|
4943
|
+
let o = (await eo(e, {
|
|
4932
4944
|
collectChunks: n.collectWorkerChunks,
|
|
4933
4945
|
onChunk: this.createWorkerChunkHandler(n, r),
|
|
4934
4946
|
onProgress: this.createWorkerProgressHandler(n, r, i, a),
|
|
4935
4947
|
streamGeometryChunks: n.streamGeometryChunks ?? !!n.onChunk
|
|
4936
4948
|
}))[0];
|
|
4937
4949
|
if (e instanceof File) {
|
|
4938
|
-
let n =
|
|
4950
|
+
let n = Po(e), r = n ? t.get(n) : void 0;
|
|
4939
4951
|
return this.applyBmtMetadata(o, r);
|
|
4940
4952
|
}
|
|
4941
4953
|
return o;
|
|
@@ -4955,21 +4967,21 @@ var Ro = new class {
|
|
|
4955
4967
|
}
|
|
4956
4968
|
async loadModel(e, t = {}) {
|
|
4957
4969
|
this.initLoaders();
|
|
4958
|
-
let n = Array.isArray(e) ? e : [e], r = this.getFileSourceMap(n), i = {}, a = n.filter((e) => !
|
|
4970
|
+
let n = Array.isArray(e) ? e : [e], r = this.getFileSourceMap(n), i = {}, a = n.filter((e) => !Fo(e)).length, o = 0;
|
|
4959
4971
|
this.loadedModelCount === 0 && this.resetCoordinationMatrixState();
|
|
4960
4972
|
for (let e = 0; e < n.length; e++) {
|
|
4961
|
-
let s = n[e], c =
|
|
4962
|
-
if (c === "json" &&
|
|
4973
|
+
let s = n[e], c = No(s), l;
|
|
4974
|
+
if (c === "json" && Fo(s)) continue;
|
|
4963
4975
|
let u = this.nextModelID, d = o;
|
|
4964
4976
|
if (o++, c === "ifc") l = t.useWorker ? await this.loadIfcModelInWorker(s, t, u, d, a) : (await (await this.getIfcLoader(t)).loadModel(s, this.coordinationMatrix))[0];
|
|
4965
4977
|
else if (c === "bmt") l = t.useWorker ? await this.loadBmtModelInWorker(s, r, t, u, d, a) : await this.loadBmtModel(s, r);
|
|
4966
|
-
else throw Error(`Unsupported model format: ${
|
|
4967
|
-
let f =
|
|
4968
|
-
!this.coordinationMatrix && f && (this.coordinationMatrix = f), !l.coordinationMatrix && this.coordinationMatrix && (l.coordinationMatrix = this.coordinationMatrix), this.applyRenderSettings(l, t), l.name ??=
|
|
4978
|
+
else throw Error(`Unsupported model format: ${jo(s)}`);
|
|
4979
|
+
let f = Io(l);
|
|
4980
|
+
!this.coordinationMatrix && f && (this.coordinationMatrix = f), !l.coordinationMatrix && this.coordinationMatrix && (l.coordinationMatrix = this.coordinationMatrix), this.applyRenderSettings(l, t), l.name ??= Mo(s), this.nextModelID += 1, this.loadedModelCount += 1, i[u] = l;
|
|
4969
4981
|
}
|
|
4970
4982
|
return i;
|
|
4971
4983
|
}
|
|
4972
|
-
}(),
|
|
4984
|
+
}(), Ro = .5, zo = .04, Bo = .16, Vo = Bo, Q = Ro * 2 - Bo * 2, Ho = Ro - zo / 2, Uo = Ro - Bo / 2, Wo = Ro - Vo / 2, Go = .63, Ko = "#dfe6ec", qo = 260, Jo = 30, Yo = .3, Xo = 8, Zo = new q(0, 1, 0), Qo = 1e-8, $o = new D(), es = new fe(), ts = [
|
|
4973
4985
|
{
|
|
4974
4986
|
direction: [
|
|
4975
4987
|
0,
|
|
@@ -4985,7 +4997,7 @@ var Ro = new class {
|
|
|
4985
4997
|
scale: [
|
|
4986
4998
|
Q,
|
|
4987
4999
|
Q,
|
|
4988
|
-
|
|
5000
|
+
zo
|
|
4989
5001
|
],
|
|
4990
5002
|
title: "Front",
|
|
4991
5003
|
type: "face"
|
|
@@ -5010,7 +5022,7 @@ var Ro = new class {
|
|
|
5010
5022
|
scale: [
|
|
5011
5023
|
Q,
|
|
5012
5024
|
Q,
|
|
5013
|
-
|
|
5025
|
+
zo
|
|
5014
5026
|
],
|
|
5015
5027
|
title: "Back",
|
|
5016
5028
|
type: "face"
|
|
@@ -5033,7 +5045,7 @@ var Ro = new class {
|
|
|
5033
5045
|
0
|
|
5034
5046
|
],
|
|
5035
5047
|
scale: [
|
|
5036
|
-
|
|
5048
|
+
zo,
|
|
5037
5049
|
Q,
|
|
5038
5050
|
Q
|
|
5039
5051
|
],
|
|
@@ -5058,7 +5070,7 @@ var Ro = new class {
|
|
|
5058
5070
|
0
|
|
5059
5071
|
],
|
|
5060
5072
|
scale: [
|
|
5061
|
-
|
|
5073
|
+
zo,
|
|
5062
5074
|
Q,
|
|
5063
5075
|
Q
|
|
5064
5076
|
],
|
|
@@ -5084,7 +5096,7 @@ var Ro = new class {
|
|
|
5084
5096
|
],
|
|
5085
5097
|
scale: [
|
|
5086
5098
|
Q,
|
|
5087
|
-
|
|
5099
|
+
zo,
|
|
5088
5100
|
Q
|
|
5089
5101
|
],
|
|
5090
5102
|
title: "Top",
|
|
@@ -5109,7 +5121,7 @@ var Ro = new class {
|
|
|
5109
5121
|
],
|
|
5110
5122
|
scale: [
|
|
5111
5123
|
Q,
|
|
5112
|
-
|
|
5124
|
+
zo,
|
|
5113
5125
|
Q
|
|
5114
5126
|
],
|
|
5115
5127
|
title: "Bottom",
|
|
@@ -5133,8 +5145,8 @@ function ns() {
|
|
|
5133
5145
|
],
|
|
5134
5146
|
scale: [
|
|
5135
5147
|
Q,
|
|
5136
|
-
|
|
5137
|
-
|
|
5148
|
+
Bo,
|
|
5149
|
+
Bo
|
|
5138
5150
|
],
|
|
5139
5151
|
title: `${n > 0 ? "Top" : "Bottom"} ${t > 0 ? "Front" : "Back"}`,
|
|
5140
5152
|
type: "edge"
|
|
@@ -5154,9 +5166,9 @@ function ns() {
|
|
|
5154
5166
|
t * Uo
|
|
5155
5167
|
],
|
|
5156
5168
|
scale: [
|
|
5157
|
-
|
|
5169
|
+
Bo,
|
|
5158
5170
|
Q,
|
|
5159
|
-
|
|
5171
|
+
Bo
|
|
5160
5172
|
],
|
|
5161
5173
|
title: `${n > 0 ? "Right" : "Left"} ${t > 0 ? "Front" : "Back"}`,
|
|
5162
5174
|
type: "edge"
|
|
@@ -5176,8 +5188,8 @@ function ns() {
|
|
|
5176
5188
|
0
|
|
5177
5189
|
],
|
|
5178
5190
|
scale: [
|
|
5179
|
-
|
|
5180
|
-
|
|
5191
|
+
Bo,
|
|
5192
|
+
Bo,
|
|
5181
5193
|
Q
|
|
5182
5194
|
],
|
|
5183
5195
|
title: `${t > 0 ? "Top" : "Bottom"} ${n > 0 ? "Right" : "Left"}`,
|
|
@@ -5231,18 +5243,18 @@ function ss(e, t) {
|
|
|
5231
5243
|
let a = r.measureText(e), o = a.actualBoundingBoxAscent || Jo * .8, s = a.actualBoundingBoxDescent || Jo * .2, c = Math.ceil(a.width + 36), l = Math.ceil(o + s + 20);
|
|
5232
5244
|
n.width = c, n.height = l, r.clearRect(0, 0, c, l), r.font = i, r.fillStyle = t, r.textAlign = "center", r.textBaseline = "alphabetic", r.fillText(e, c / 2, 10 + o);
|
|
5233
5245
|
let u = new j(n);
|
|
5234
|
-
return u.colorSpace =
|
|
5246
|
+
return u.colorSpace = ue, u.generateMipmaps = !1, u.magFilter = z, u.minFilter = z, u.anisotropy = Xo, u.needsUpdate = !0, {
|
|
5235
5247
|
aspect: c / l,
|
|
5236
5248
|
texture: u
|
|
5237
5249
|
};
|
|
5238
5250
|
}
|
|
5239
5251
|
function cs({ color: e, label: t, position: n, rotation: r }) {
|
|
5240
5252
|
let { aspect: i, texture: a } = b(() => ss(t, e), [e, t]);
|
|
5241
|
-
return v(() => () => a.dispose(), [a]), /* @__PURE__ */
|
|
5253
|
+
return v(() => () => a.dispose(), [a]), /* @__PURE__ */ Y("mesh", {
|
|
5242
5254
|
position: n,
|
|
5243
5255
|
renderOrder: 2,
|
|
5244
5256
|
rotation: r,
|
|
5245
|
-
children: [/* @__PURE__ */
|
|
5257
|
+
children: [/* @__PURE__ */ J("planeGeometry", { args: [Yo * i, Yo] }), /* @__PURE__ */ J("meshBasicMaterial", {
|
|
5246
5258
|
alphaTest: .1,
|
|
5247
5259
|
depthWrite: !1,
|
|
5248
5260
|
map: a,
|
|
@@ -5252,14 +5264,14 @@ function cs({ color: e, label: t, position: n, rotation: r }) {
|
|
|
5252
5264
|
});
|
|
5253
5265
|
}
|
|
5254
5266
|
function ls(e) {
|
|
5255
|
-
return Math.abs(e.y) > .9 ? new
|
|
5267
|
+
return Math.abs(e.y) > .9 ? new q(0, 0, e.y > 0 ? -1 : 1) : new q(0, 1, 0);
|
|
5256
5268
|
}
|
|
5257
5269
|
function us(e, t) {
|
|
5258
5270
|
let n = e.current;
|
|
5259
5271
|
return !n || (n.updateWorldMatrix(!0, !0), $o.setFromObject(n), $o.isEmpty()) ? (es.center.copy(t), es.radius = 10, es) : ($o.getBoundingSphere(es), (!Number.isFinite(es.radius) || es.radius <= 0) && (es.radius = 10), es);
|
|
5260
5272
|
}
|
|
5261
5273
|
function ds(e) {
|
|
5262
|
-
return e.current?.getTarget(new
|
|
5274
|
+
return e.current?.getTarget(new q()) ?? new q();
|
|
5263
5275
|
}
|
|
5264
5276
|
function fs(e, t) {
|
|
5265
5277
|
if (e.up.distanceToSquared(Zo) <= Qo) return;
|
|
@@ -5267,7 +5279,7 @@ function fs(e, t) {
|
|
|
5267
5279
|
e.up.copy(Zo), n ? (n.updateCameraUp(), n.normalizeRotations(), n.setLookAt(r.x, r.y, r.z, i.x, i.y, i.z, !1), n.update(0)) : (e.lookAt(i), e.updateMatrixWorld());
|
|
5268
5280
|
}
|
|
5269
5281
|
function ps({ camera: e, controlRef: t, direction: n, modelRef: r, transitionRef: i }) {
|
|
5270
|
-
let a = ds(t), o = us(r, a), s = o.center.clone(), c = new
|
|
5282
|
+
let a = ds(t), o = us(r, a), s = o.center.clone(), c = new q(...n).normalize(), l = e.position.distanceTo(a), u = Number.isFinite(l) && l > o.radius * .5 ? l : o.radius * 2.4, d = s.clone().addScaledVector(c, u);
|
|
5271
5283
|
t.current?.cancel(), t.current?.setFocalOffset(0, 0, 0, !1), i.current = {
|
|
5272
5284
|
endPosition: d,
|
|
5273
5285
|
endTarget: s,
|
|
@@ -5280,7 +5292,7 @@ function ps({ camera: e, controlRef: t, direction: n, modelRef: r, transitionRef
|
|
|
5280
5292
|
}
|
|
5281
5293
|
function ms({ action: e, onPick: t }) {
|
|
5282
5294
|
let [n, r] = S(!1);
|
|
5283
|
-
return /* @__PURE__ */
|
|
5295
|
+
return /* @__PURE__ */ Y("group", {
|
|
5284
5296
|
position: e.position,
|
|
5285
5297
|
onClick: is,
|
|
5286
5298
|
onPointerDown: (n) => {
|
|
@@ -5292,18 +5304,18 @@ function ms({ action: e, onPick: t }) {
|
|
|
5292
5304
|
onPointerLeave: (e) => {
|
|
5293
5305
|
is(e), r(!1);
|
|
5294
5306
|
},
|
|
5295
|
-
children: [/* @__PURE__ */
|
|
5307
|
+
children: [/* @__PURE__ */ Y("mesh", {
|
|
5296
5308
|
scale: e.scale,
|
|
5297
|
-
children: [/* @__PURE__ */
|
|
5309
|
+
children: [/* @__PURE__ */ J("boxGeometry", { args: [
|
|
5298
5310
|
1,
|
|
5299
5311
|
1,
|
|
5300
5312
|
1
|
|
5301
|
-
] }), /* @__PURE__ */
|
|
5313
|
+
] }), /* @__PURE__ */ J("meshBasicMaterial", {
|
|
5302
5314
|
color: as(n),
|
|
5303
5315
|
opacity: os(n),
|
|
5304
5316
|
transparent: !0
|
|
5305
5317
|
})]
|
|
5306
|
-
}), e.label && /* @__PURE__ */
|
|
5318
|
+
}), e.label && /* @__PURE__ */ J(cs, {
|
|
5307
5319
|
color: n ? "#ffffff" : "#50606f",
|
|
5308
5320
|
label: e.label,
|
|
5309
5321
|
position: [
|
|
@@ -5340,14 +5352,14 @@ function hs({ active: e = !0, cameraRef: t, controlRef: n, modelRef: r }) {
|
|
|
5340
5352
|
if (!o) return;
|
|
5341
5353
|
let s = performance.now() - o.startTime, c = Math.min(s / qo, 1), l = 1 - (1 - c) ** 3, u = n.current;
|
|
5342
5354
|
if (r.position.lerpVectors(o.startPosition, o.endPosition, l), r.up.lerpVectors(o.startUp, o.endUp, l), u) {
|
|
5343
|
-
let e = new
|
|
5355
|
+
let e = new q().lerpVectors(o.startTarget, o.endTarget, l);
|
|
5344
5356
|
u.setLookAt(r.position.x, r.position.y, r.position.z, e.x, e.y, e.z, !1);
|
|
5345
5357
|
} else r.lookAt(o.endTarget);
|
|
5346
5358
|
c >= 1 && (r.up.copy(o.endUp), u?.setLookAt(o.endPosition.x, o.endPosition.y, o.endPosition.z, o.endTarget.x, o.endTarget.y, o.endTarget.z, !1), a.current = null);
|
|
5347
|
-
}), e ? /* @__PURE__ */
|
|
5359
|
+
}), e ? /* @__PURE__ */ J("group", {
|
|
5348
5360
|
ref: i,
|
|
5349
5361
|
scale: Go,
|
|
5350
|
-
children: o.map((e) => /* @__PURE__ */
|
|
5362
|
+
children: o.map((e) => /* @__PURE__ */ J(ms, {
|
|
5351
5363
|
action: e,
|
|
5352
5364
|
onPick: (e) => {
|
|
5353
5365
|
let i = t.current;
|
|
@@ -5370,7 +5382,13 @@ var gs = class {
|
|
|
5370
5382
|
set = (e) => {
|
|
5371
5383
|
this.sceneApi = e;
|
|
5372
5384
|
};
|
|
5373
|
-
}, _s = {
|
|
5385
|
+
}, _s = class {
|
|
5386
|
+
modelsApi = null;
|
|
5387
|
+
get = () => this.modelsApi;
|
|
5388
|
+
set = (e) => {
|
|
5389
|
+
this.modelsApi = e;
|
|
5390
|
+
};
|
|
5391
|
+
}, vs = {
|
|
5374
5392
|
bottom: 16,
|
|
5375
5393
|
height: 96,
|
|
5376
5394
|
pointerEvents: "auto",
|
|
@@ -5379,11 +5397,11 @@ var gs = class {
|
|
|
5379
5397
|
touchAction: "none",
|
|
5380
5398
|
width: 96,
|
|
5381
5399
|
zIndex: 2
|
|
5382
|
-
},
|
|
5400
|
+
}, ys = {
|
|
5383
5401
|
height: "100%",
|
|
5384
5402
|
position: "relative",
|
|
5385
5403
|
width: "100%"
|
|
5386
|
-
},
|
|
5404
|
+
}, bs = {
|
|
5387
5405
|
far: 50,
|
|
5388
5406
|
near: .1,
|
|
5389
5407
|
position: [
|
|
@@ -5392,18 +5410,18 @@ var gs = class {
|
|
|
5392
5410
|
10
|
|
5393
5411
|
],
|
|
5394
5412
|
zoom: 72
|
|
5395
|
-
},
|
|
5413
|
+
}, xs = {
|
|
5396
5414
|
alpha: !0,
|
|
5397
5415
|
antialias: !0
|
|
5398
|
-
},
|
|
5416
|
+
}, Ss = {
|
|
5399
5417
|
alpha: !0,
|
|
5400
5418
|
antialias: !1,
|
|
5401
5419
|
powerPreference: "high-performance"
|
|
5402
|
-
},
|
|
5420
|
+
}, Cs = {
|
|
5403
5421
|
antialias: !1,
|
|
5404
5422
|
powerPreference: "high-performance"
|
|
5405
|
-
},
|
|
5406
|
-
function
|
|
5423
|
+
}, ws = .1, Ts = .02, Es = 150, Ds = .75, Os = .6, ks = 1e3, As = 50, js = 30, Ms = 2, Ns = 1.25, Ps = .08, Fs = 1.2, Is = 2, Ls = new D(), Rs = new fe(), $ = new q(), zs = new q(), Bs = new q();
|
|
5424
|
+
function Vs({ alpha: e = !0, performanceMode: t }) {
|
|
5407
5425
|
return async ({ canvas: n }) => {
|
|
5408
5426
|
let { WebGPURenderer: r } = await import("./three.webgpu-vPugBGTK.js").then((e) => e.i), i = new r({
|
|
5409
5427
|
alpha: e,
|
|
@@ -5413,7 +5431,7 @@ function Bs({ alpha: e = !0, performanceMode: t }) {
|
|
|
5413
5431
|
return await i.init?.(), i.setClearColor(0, 0), i;
|
|
5414
5432
|
};
|
|
5415
5433
|
}
|
|
5416
|
-
function
|
|
5434
|
+
function Hs(e = !1) {
|
|
5417
5435
|
return {
|
|
5418
5436
|
active: e,
|
|
5419
5437
|
finalFitDone: !1,
|
|
@@ -5421,41 +5439,72 @@ function Vs(e = !1) {
|
|
|
5421
5439
|
userInteractedAfterFirstFit: !1
|
|
5422
5440
|
};
|
|
5423
5441
|
}
|
|
5424
|
-
function
|
|
5442
|
+
function Us(e, t) {
|
|
5443
|
+
let n = e?.[t.modelID] ?? {
|
|
5444
|
+
data: {},
|
|
5445
|
+
name: t.modelName,
|
|
5446
|
+
props: {},
|
|
5447
|
+
structure: {}
|
|
5448
|
+
};
|
|
5449
|
+
return {
|
|
5450
|
+
...e ?? {},
|
|
5451
|
+
[t.modelID]: {
|
|
5452
|
+
...n,
|
|
5453
|
+
data: {
|
|
5454
|
+
...n.data,
|
|
5455
|
+
[t.geometryID]: t.geometry
|
|
5456
|
+
}
|
|
5457
|
+
}
|
|
5458
|
+
};
|
|
5459
|
+
}
|
|
5460
|
+
function Ws(e, t) {
|
|
5461
|
+
let n = { ...e ?? {} };
|
|
5462
|
+
return Object.entries(t).forEach(([t, r]) => {
|
|
5463
|
+
let i = Number(t);
|
|
5464
|
+
n[i] = {
|
|
5465
|
+
...r,
|
|
5466
|
+
data: {
|
|
5467
|
+
...e?.[i]?.data ?? {},
|
|
5468
|
+
...r.data
|
|
5469
|
+
}
|
|
5470
|
+
};
|
|
5471
|
+
}), n;
|
|
5472
|
+
}
|
|
5473
|
+
function Gs(e, t) {
|
|
5425
5474
|
return Array.isArray(e) ? [Math.min(e[0], t), Math.min(e[1], t)] : typeof e == "number" ? Math.min(e, t) : t;
|
|
5426
5475
|
}
|
|
5427
|
-
function
|
|
5428
|
-
return Array.isArray(e) ? [Math.max(e[0],
|
|
5476
|
+
function Ks(e) {
|
|
5477
|
+
return Array.isArray(e) ? [Math.max(e[0], Ms), Math.max(e[1], Ms)] : typeof e == "number" ? Math.max(e, Ms) : Ms;
|
|
5429
5478
|
}
|
|
5430
|
-
function
|
|
5479
|
+
function qs() {
|
|
5431
5480
|
let e = navigator, t = navigator.userAgent.toLowerCase(), n = navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1, r = window.matchMedia?.("(pointer: coarse)").matches ?? !1;
|
|
5432
5481
|
return e.userAgentData?.mobile || n || /android|iphone|ipad|ipod|mobile|tablet/.test(t) || navigator.maxTouchPoints > 1 && r ? "mobile" : "pc";
|
|
5433
5482
|
}
|
|
5434
|
-
function
|
|
5435
|
-
let t =
|
|
5436
|
-
return t ? Math.max(t.radius *
|
|
5483
|
+
function Js(e) {
|
|
5484
|
+
let t = Ys(e);
|
|
5485
|
+
return t ? Math.max(t.radius * Ts, ws) : ws;
|
|
5437
5486
|
}
|
|
5438
|
-
function
|
|
5439
|
-
if (!e || (
|
|
5440
|
-
let t =
|
|
5487
|
+
function Ys(e) {
|
|
5488
|
+
if (!e || (Ls.setFromObject(e), Ls.isEmpty())) return null;
|
|
5489
|
+
let t = Ls.getBoundingSphere(Rs);
|
|
5441
5490
|
return !Number.isFinite(t.radius) || t.radius <= 0 ? null : t;
|
|
5442
5491
|
}
|
|
5443
|
-
function
|
|
5492
|
+
function Xs(e) {
|
|
5444
5493
|
return e.type === "Group" && typeof e.userData.modelID == "number";
|
|
5445
5494
|
}
|
|
5446
|
-
function
|
|
5447
|
-
return e?.children.filter(
|
|
5495
|
+
function Zs(e) {
|
|
5496
|
+
return e?.children.filter(Xs) ?? [];
|
|
5448
5497
|
}
|
|
5449
|
-
function
|
|
5450
|
-
return
|
|
5498
|
+
function Qs(e, t) {
|
|
5499
|
+
return Zs(e).find((e) => e.userData.modelID === t) ?? null;
|
|
5451
5500
|
}
|
|
5452
|
-
function
|
|
5453
|
-
let n =
|
|
5501
|
+
function $s(e, t) {
|
|
5502
|
+
let n = Ys(t);
|
|
5454
5503
|
if (!n) return;
|
|
5455
|
-
let r = Math.max(
|
|
5504
|
+
let r = Math.max(ks, n.radius * As, e.near + 1);
|
|
5456
5505
|
Math.abs(e.far - r) < 1 || (e.far = r, e.updateProjectionMatrix());
|
|
5457
5506
|
}
|
|
5458
|
-
function
|
|
5507
|
+
function ec(e, t) {
|
|
5459
5508
|
let n = new D();
|
|
5460
5509
|
return Object.entries(e).forEach(([e, r]) => {
|
|
5461
5510
|
let i = Number(e), a = t.elementBounds.get(i);
|
|
@@ -5465,16 +5514,16 @@ function Zs(e, t) {
|
|
|
5465
5514
|
});
|
|
5466
5515
|
}), n.isEmpty() ? null : n;
|
|
5467
5516
|
}
|
|
5468
|
-
function
|
|
5469
|
-
let t = e.getSize(
|
|
5470
|
-
return Number.isFinite(n) && n > 0 ? n *
|
|
5517
|
+
function tc(e) {
|
|
5518
|
+
let t = e.getSize(Bs), n = Math.max(t.x, t.y, t.z);
|
|
5519
|
+
return Number.isFinite(n) && n > 0 ? n * Ps : ws;
|
|
5471
5520
|
}
|
|
5472
|
-
function
|
|
5473
|
-
let r = Math.max(
|
|
5474
|
-
return Number.isFinite(i) && i >= r ? e : ($.copy(e).sub(t.position), (!Number.isFinite($.x + $.y + $.z) || $.lengthSq() === 0) && t.getWorldDirection($), $.lengthSq() === 0 && $.set(0, 0, -1), $.normalize(),
|
|
5521
|
+
function nc(e, t, n) {
|
|
5522
|
+
let r = Math.max(ws, (Number.isFinite(n) ? n : ws) * Ns), i = t.position.distanceTo(e);
|
|
5523
|
+
return Number.isFinite(i) && i >= r ? e : ($.copy(e).sub(t.position), (!Number.isFinite($.x + $.y + $.z) || $.lengthSq() === 0) && t.getWorldDirection($), $.lengthSq() === 0 && $.set(0, 0, -1), $.normalize(), zs.copy(t.position).addScaledVector($, r));
|
|
5475
5524
|
}
|
|
5476
|
-
function
|
|
5477
|
-
let y = T((e) => e.camera), S = T((e) => e.gl), C =
|
|
5525
|
+
function rc({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, lightRef: a, materialMode: o, modelRef: s, modelsData: c, modelsLoading: l, onReady: u, onCameraDprModeChange: f, publicApi: p, setSceneApi: m, usePerformanceMoving: h, useWebGPU: g }) {
|
|
5526
|
+
let y = T((e) => e.camera), S = T((e) => e.gl), C = mt(s), w = Ot(C), { colorPaletteTexture: D, colorUtils: O } = n(C), k = Bn(s), A = Fn(s, r, k, g), j = tr(s, r, k, A.getSelectableObjects), M = b(() => new Ta(), []), N = w.buildIndex, te = C.resetIndex, ne = O.applyStoredColors, re = ei(), P = x(null), F = x(null), I = x(null), L = x(Hs()), R = x(l), ie = x(!1), z = d((e) => e.showStats), ae = _((e) => {
|
|
5478
5527
|
if (s.current = e, !e) return;
|
|
5479
5528
|
let t = e;
|
|
5480
5529
|
t.isClippingGroup = g, t.enabled = !1, t.clipIntersection = !1, t.clipShadows = !1, t.clippingPlanes = [];
|
|
@@ -5486,73 +5535,73 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5486
5535
|
s,
|
|
5487
5536
|
g
|
|
5488
5537
|
]);
|
|
5489
|
-
let
|
|
5538
|
+
let oe = b(() => {
|
|
5490
5539
|
let e = Object.keys(c).sort((e, t) => Number(e) - Number(t));
|
|
5491
5540
|
for (let t of e) {
|
|
5492
|
-
let e =
|
|
5541
|
+
let e = rt(c[Number(t)]);
|
|
5493
5542
|
if (e) return e;
|
|
5494
5543
|
}
|
|
5495
5544
|
return null;
|
|
5496
|
-
}, [c]),
|
|
5497
|
-
r.current && (r.current.minDistance =
|
|
5498
|
-
}, [r, s]),
|
|
5545
|
+
}, [c]), B = b(() => tt(oe ?? void 0), [oe]), V = b(() => Object.entries(c).map(([e, t]) => [Number(e), t]), [c]), H = o !== "performance", se = _(() => {
|
|
5546
|
+
r.current && (r.current.minDistance = Js(s.current));
|
|
5547
|
+
}, [r, s]), U = _((e, t = !1) => {
|
|
5499
5548
|
let n = r.current;
|
|
5500
5549
|
if (!n) return !1;
|
|
5501
|
-
let i = t ?
|
|
5550
|
+
let i = t ? nc(e, y, n.minDistance) : e;
|
|
5502
5551
|
return n.cancel(), n.setOrbitPoint(i.x, i.y, i.z), !0;
|
|
5503
|
-
}, [y, r]),
|
|
5504
|
-
|
|
5505
|
-
}, [
|
|
5506
|
-
|
|
5552
|
+
}, [y, r]), G = _((e) => {
|
|
5553
|
+
P.current = e.clone(), U(e, !0);
|
|
5554
|
+
}, [U]), le = _(() => {
|
|
5555
|
+
P.current = null, re(s, r, a);
|
|
5507
5556
|
}, [
|
|
5508
5557
|
r,
|
|
5509
|
-
|
|
5558
|
+
re,
|
|
5510
5559
|
a,
|
|
5511
5560
|
s
|
|
5512
|
-
]),
|
|
5561
|
+
]), ue = _((t) => {
|
|
5513
5562
|
if (!t) return !1;
|
|
5514
|
-
if (!e || !i) return l || (
|
|
5515
|
-
let n =
|
|
5563
|
+
if (!e || !i) return l || (L.current = Hs()), !1;
|
|
5564
|
+
let n = L.current;
|
|
5516
5565
|
if (l) {
|
|
5517
|
-
n.active || (
|
|
5518
|
-
let e =
|
|
5566
|
+
n.active || (L.current = Hs(!0));
|
|
5567
|
+
let e = L.current;
|
|
5519
5568
|
return e.firstFitDone ? !1 : (e.firstFitDone = !0, !0);
|
|
5520
5569
|
}
|
|
5521
5570
|
if (n.active) {
|
|
5522
5571
|
if (n.finalFitDone) return !1;
|
|
5523
5572
|
let e = !n.firstFitDone || !n.userInteractedAfterFirstFit;
|
|
5524
|
-
return
|
|
5573
|
+
return L.current = Hs(), e;
|
|
5525
5574
|
}
|
|
5526
5575
|
return !0;
|
|
5527
5576
|
}, [
|
|
5528
5577
|
e,
|
|
5529
5578
|
i,
|
|
5530
5579
|
l
|
|
5531
|
-
]),
|
|
5580
|
+
]), de = _((e, t = !1) => {
|
|
5532
5581
|
let n = r.current;
|
|
5533
5582
|
if (!n) return;
|
|
5534
|
-
let i =
|
|
5583
|
+
let i = ec(e, C.buildIndex());
|
|
5535
5584
|
if (!i) return;
|
|
5536
|
-
let a = i.getCenter(new
|
|
5537
|
-
if (
|
|
5538
|
-
let e =
|
|
5585
|
+
let a = i.getCenter(new q());
|
|
5586
|
+
if (P.current = a.clone(), n.cancel(), t) {
|
|
5587
|
+
let e = tc(i);
|
|
5539
5588
|
n.fitToBox(i, !0, {
|
|
5540
5589
|
paddingBottom: e,
|
|
5541
5590
|
paddingLeft: e,
|
|
5542
5591
|
paddingRight: e,
|
|
5543
5592
|
paddingTop: e
|
|
5544
5593
|
}).then(() => {
|
|
5545
|
-
let e =
|
|
5546
|
-
e &&
|
|
5594
|
+
let e = P.current;
|
|
5595
|
+
e && U(e, !0);
|
|
5547
5596
|
});
|
|
5548
5597
|
return;
|
|
5549
5598
|
}
|
|
5550
|
-
|
|
5599
|
+
U(a, !0);
|
|
5551
5600
|
}, [
|
|
5552
|
-
|
|
5601
|
+
U,
|
|
5553
5602
|
r,
|
|
5554
5603
|
C
|
|
5555
|
-
]),
|
|
5604
|
+
]), fe = b(() => {
|
|
5556
5605
|
let e = (e) => ({
|
|
5557
5606
|
...e,
|
|
5558
5607
|
activeViewRoot: s.current
|
|
@@ -5568,10 +5617,10 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5568
5617
|
]);
|
|
5569
5618
|
return v(() => {
|
|
5570
5619
|
let e = () => {
|
|
5571
|
-
|
|
5620
|
+
F.current !== null && (window.clearTimeout(F.current), F.current = null);
|
|
5572
5621
|
}, t = () => {
|
|
5573
|
-
let e =
|
|
5574
|
-
e !== null && (
|
|
5622
|
+
let e = I.current;
|
|
5623
|
+
e !== null && (I.current = null, A.setEdgesActive(e));
|
|
5575
5624
|
};
|
|
5576
5625
|
if (!h) {
|
|
5577
5626
|
e(), t(), f("sleep");
|
|
@@ -5580,9 +5629,9 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5580
5629
|
let n = r.current;
|
|
5581
5630
|
if (!n) return;
|
|
5582
5631
|
let i = () => {
|
|
5583
|
-
e(), f("wake"),
|
|
5584
|
-
|
|
5585
|
-
},
|
|
5632
|
+
e(), f("wake"), F.current = window.setTimeout(() => {
|
|
5633
|
+
F.current = null, f("move"), I.current === null && (I.current = A.getEdgesActive()), I.current && A.setEdgesActive(!1);
|
|
5634
|
+
}, Es);
|
|
5586
5635
|
}, a = () => {
|
|
5587
5636
|
e(), t(), f("sleep");
|
|
5588
5637
|
};
|
|
@@ -5595,26 +5644,26 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5595
5644
|
f,
|
|
5596
5645
|
h
|
|
5597
5646
|
]), v(() => {
|
|
5598
|
-
l && !
|
|
5647
|
+
l && !R.current && (L.current = Hs(!0)), R.current = l;
|
|
5599
5648
|
}, [l]), v(() => {
|
|
5600
5649
|
let e = r.current;
|
|
5601
5650
|
if (!e) return;
|
|
5602
5651
|
let t = () => {
|
|
5603
|
-
let e =
|
|
5652
|
+
let e = L.current;
|
|
5604
5653
|
!e.active || !e.firstFitDone || (e.userInteractedAfterFirstFit = !0);
|
|
5605
5654
|
};
|
|
5606
5655
|
return e.addEventListener("controlstart", t), e.addEventListener("control", t), () => {
|
|
5607
5656
|
e.removeEventListener("controlstart", t), e.removeEventListener("control", t);
|
|
5608
5657
|
};
|
|
5609
|
-
}, [r]),
|
|
5658
|
+
}, [r]), Zr(s, r, k, G, A.getSelectableObjects, A.setCapsPreselection), rr(), v(() => {
|
|
5610
5659
|
let e = S.domElement, t = (e) => {
|
|
5611
|
-
let t =
|
|
5612
|
-
t && e.button === 0 && (e.ctrlKey || e.metaKey || e.shiftKey ||
|
|
5660
|
+
let t = P.current;
|
|
5661
|
+
t && e.button === 0 && (e.ctrlKey || e.metaKey || e.shiftKey || U(t, !0));
|
|
5613
5662
|
};
|
|
5614
5663
|
return e.addEventListener("pointerdown", t, !0), () => {
|
|
5615
5664
|
e.removeEventListener("pointerdown", t, !0);
|
|
5616
5665
|
};
|
|
5617
|
-
}, [
|
|
5666
|
+
}, [U, S]), v(() => (k.setClippingSource(A), () => {
|
|
5618
5667
|
k.setClippingSource(null);
|
|
5619
5668
|
}), [k, A]), v(() => (t.current = y, () => {
|
|
5620
5669
|
t.current === y && (t.current = null);
|
|
@@ -5625,43 +5674,43 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5625
5674
|
}, i = () => {
|
|
5626
5675
|
if (e) {
|
|
5627
5676
|
if (!g) {
|
|
5628
|
-
|
|
5677
|
+
le();
|
|
5629
5678
|
return;
|
|
5630
5679
|
}
|
|
5631
5680
|
r(() => {
|
|
5632
5681
|
n || !s.current || (s.current.updateMatrixWorld(!0), r(() => {
|
|
5633
|
-
n || !s.current || (s.current.updateMatrixWorld(!0),
|
|
5682
|
+
n || !s.current || (s.current.updateMatrixWorld(!0), le());
|
|
5634
5683
|
}));
|
|
5635
5684
|
});
|
|
5636
5685
|
}
|
|
5637
5686
|
}, a = (e) => {
|
|
5638
5687
|
if (n || !s.current) return;
|
|
5639
|
-
s.current.updateMatrixWorld(!0), (y instanceof
|
|
5688
|
+
s.current.updateMatrixWorld(!0), (y instanceof W || y instanceof ce) && $s(y, s.current), se(), te();
|
|
5640
5689
|
let r = N();
|
|
5641
5690
|
if (!r.records.size && e > 0) {
|
|
5642
5691
|
t = requestAnimationFrame(() => a(e - 1));
|
|
5643
5692
|
return;
|
|
5644
5693
|
}
|
|
5645
|
-
|
|
5694
|
+
ne(), A.syncWithModel(), j.syncWithModel(), ue(r.records.size > 0) && i();
|
|
5646
5695
|
};
|
|
5647
|
-
return r(() => a(
|
|
5696
|
+
return r(() => a(js)), () => {
|
|
5648
5697
|
n = !0, t !== null && cancelAnimationFrame(t);
|
|
5649
5698
|
};
|
|
5650
5699
|
}, [
|
|
5651
|
-
|
|
5700
|
+
ne,
|
|
5652
5701
|
e,
|
|
5653
5702
|
N,
|
|
5654
5703
|
y,
|
|
5655
5704
|
A,
|
|
5656
5705
|
r,
|
|
5657
5706
|
j,
|
|
5658
|
-
|
|
5707
|
+
le,
|
|
5659
5708
|
a,
|
|
5660
5709
|
s,
|
|
5661
5710
|
c,
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5711
|
+
te,
|
|
5712
|
+
ue,
|
|
5713
|
+
se,
|
|
5665
5714
|
g
|
|
5666
5715
|
]), v(() => {
|
|
5667
5716
|
let e = () => {
|
|
@@ -5671,7 +5720,7 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5671
5720
|
};
|
|
5672
5721
|
return m({
|
|
5673
5722
|
camera: {
|
|
5674
|
-
fitCamera:
|
|
5723
|
+
fitCamera: le,
|
|
5675
5724
|
getIntersection: k.getIntersection
|
|
5676
5725
|
},
|
|
5677
5726
|
clipping: {
|
|
@@ -5699,7 +5748,7 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5699
5748
|
rebuildModelByColors: O.rebuildModelByColors,
|
|
5700
5749
|
setColor: O.setColor
|
|
5701
5750
|
},
|
|
5702
|
-
converter:
|
|
5751
|
+
converter: fe,
|
|
5703
5752
|
dimensions: {
|
|
5704
5753
|
cancelDrawing: j.cancelDrawing,
|
|
5705
5754
|
changeAxes: j.changeAxes,
|
|
@@ -5720,8 +5769,8 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5720
5769
|
geometryUtils: {
|
|
5721
5770
|
getAllIds: w.getAllIds,
|
|
5722
5771
|
getIfcSpacesVisibility: w.getIfcSpacesVisibility,
|
|
5723
|
-
getModelGeometry: (e) =>
|
|
5724
|
-
getModelsGeometry: () =>
|
|
5772
|
+
getModelGeometry: (e) => Qs(s.current, e),
|
|
5773
|
+
getModelsGeometry: () => Zs(s.current),
|
|
5725
5774
|
hideByIds: (e) => t(() => w.hideByIds(e)),
|
|
5726
5775
|
hideSelected: () => t(w.hideSelected),
|
|
5727
5776
|
isolateByIds: (e) => t(() => w.isolateByIds(e)),
|
|
@@ -5732,28 +5781,28 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5732
5781
|
showByIds: (e) => t(() => w.showByIds(e)),
|
|
5733
5782
|
toggleIIfcSpacesVisibility: () => t(w.toggleIIfcSpacesVisibility)
|
|
5734
5783
|
},
|
|
5735
|
-
selector: { setTargetToSelection:
|
|
5736
|
-
}),
|
|
5784
|
+
selector: { setTargetToSelection: de }
|
|
5785
|
+
}), ie.current || (ie.current = !0, u?.(p)), () => m(null);
|
|
5737
5786
|
}, [
|
|
5738
5787
|
A,
|
|
5739
5788
|
k,
|
|
5740
5789
|
O,
|
|
5741
5790
|
r,
|
|
5742
|
-
|
|
5791
|
+
fe,
|
|
5743
5792
|
j,
|
|
5744
|
-
|
|
5793
|
+
le,
|
|
5745
5794
|
w,
|
|
5746
5795
|
a,
|
|
5747
5796
|
s,
|
|
5748
5797
|
u,
|
|
5749
5798
|
p,
|
|
5750
5799
|
m,
|
|
5751
|
-
|
|
5752
|
-
]), /* @__PURE__ */
|
|
5753
|
-
|
|
5754
|
-
intensity:
|
|
5800
|
+
de
|
|
5801
|
+
]), /* @__PURE__ */ Y(Se, { children: [
|
|
5802
|
+
H && /* @__PURE__ */ Y(Se, { children: [/* @__PURE__ */ J("ambientLight", {
|
|
5803
|
+
intensity: Fs,
|
|
5755
5804
|
color: "#ffffff"
|
|
5756
|
-
}), /* @__PURE__ */
|
|
5805
|
+
}), /* @__PURE__ */ J("directionalLight", {
|
|
5757
5806
|
ref: a,
|
|
5758
5807
|
position: [
|
|
5759
5808
|
10,
|
|
@@ -5761,140 +5810,194 @@ function ec({ autoFitCamera: e, cameraRef: t, controlRef: r, fitToView: i, light
|
|
|
5761
5810
|
10
|
|
5762
5811
|
],
|
|
5763
5812
|
color: "#ffffff",
|
|
5764
|
-
intensity:
|
|
5813
|
+
intensity: Is
|
|
5765
5814
|
})] }),
|
|
5766
|
-
|
|
5767
|
-
/* @__PURE__ */
|
|
5768
|
-
ref:
|
|
5769
|
-
children:
|
|
5815
|
+
z && /* @__PURE__ */ J(ee, {}),
|
|
5816
|
+
/* @__PURE__ */ J("group", {
|
|
5817
|
+
ref: ae,
|
|
5818
|
+
children: V.map(([e, t]) => /* @__PURE__ */ J(at, {
|
|
5770
5819
|
colorPaletteTexture: D,
|
|
5771
|
-
coordinationMatrix:
|
|
5820
|
+
coordinationMatrix: B,
|
|
5772
5821
|
data: t,
|
|
5773
5822
|
materialMode: o,
|
|
5774
5823
|
modelID: e,
|
|
5775
5824
|
useWebGPU: g
|
|
5776
5825
|
}, e))
|
|
5777
5826
|
}),
|
|
5778
|
-
/* @__PURE__ */
|
|
5827
|
+
/* @__PURE__ */ J(E, {
|
|
5779
5828
|
dollyToCursor: !0,
|
|
5780
5829
|
infinityDolly: !0,
|
|
5781
|
-
minDistance:
|
|
5830
|
+
minDistance: ws,
|
|
5782
5831
|
ref: r,
|
|
5783
5832
|
draggingSmoothTime: .03,
|
|
5784
5833
|
smoothTime: .05
|
|
5785
5834
|
})
|
|
5786
5835
|
] });
|
|
5787
5836
|
}
|
|
5788
|
-
function
|
|
5837
|
+
function ic({ autoFitCamera: e = !0, camera: t = {
|
|
5789
5838
|
position: [
|
|
5790
5839
|
10,
|
|
5791
5840
|
10,
|
|
5792
5841
|
10
|
|
5793
5842
|
],
|
|
5794
5843
|
fov: 50
|
|
5795
|
-
}, dpr: n = window.devicePixelRatio, fitToView: i, modelUrls: a, modelSources: o, modelsLoading: s = !1, modelsData: c, materialMode: l,
|
|
5796
|
-
let
|
|
5797
|
-
|
|
5798
|
-
|
|
5799
|
-
}, [
|
|
5800
|
-
|
|
5801
|
-
}, [
|
|
5802
|
-
|
|
5803
|
-
}, [
|
|
5844
|
+
}, dpr: n = window.devicePixelRatio, fitToView: i, modelUrls: a, modelSources: o, modelsLoading: s = !1, modelsData: c, materialMode: l, onModelsDataChange: u, onModelLoadingChange: f, onModelProgress: p, onReady: m, performanceMode: h = !1, publicApi: g, setModelsApi: y, setSceneApi: w, showNavCube: T, showStats: E, usePerformanceMoving: ee = !1, useWebGPU: D = !1 }) {
|
|
5845
|
+
let O = x(null), k = x(null), A = x(null), j = x(null), [M, N] = S(), [te, ne] = S(!1), [re, P] = S(!0), [F, I] = S(null), L = x(void 0), R = x(!1), ie = x(null), z = x(0), ae = r(), oe = d((e) => e.setModelNames), B = d((e) => e.setModelProps), V = d((e) => e.setModelStructure), H = d((e) => e.setShowNavCube), se = d((e) => e.setShowStats), U = d((e) => e.setUserDevice), ce = d((e) => e.showNavCube), W = c ?? M, G = s || te, le = i ?? re, ue = h ? Gs(n, 1) : n, de = Gs(ue, h ? Os : Ds), fe = l ?? (h ? "performance" : void 0), [pe, me] = S("sleep"), he = Ks(ue), ge = b(() => D ? Vs({ performanceMode: h }) : h ? Cs : void 0, [h, D]), K = h ? Ss : xs;
|
|
5846
|
+
v(() => {
|
|
5847
|
+
L.current = W;
|
|
5848
|
+
}, [W]), v(() => {
|
|
5849
|
+
R.current = G;
|
|
5850
|
+
}, [G]), v(() => {
|
|
5851
|
+
ie.current = F;
|
|
5852
|
+
}, [F]), v(() => {
|
|
5853
|
+
u?.(W);
|
|
5854
|
+
}, [W, u]), v(() => {
|
|
5855
|
+
f?.(G);
|
|
5856
|
+
}, [f, G]), v(() => {
|
|
5857
|
+
p?.(F);
|
|
5858
|
+
}, [F, p]);
|
|
5859
|
+
let q = _(() => {
|
|
5860
|
+
z.current += 1, ne(!1), I(null), N(void 0), ae.getState().setSelection({});
|
|
5861
|
+
}, [ae]), _e = _((e) => {
|
|
5862
|
+
N((t) => Us(t, e));
|
|
5863
|
+
}, []), ve = _(async (e, t = {}) => {
|
|
5864
|
+
let { clearViewer: n = !1, fitToView: r = !0, onChunk: i, onProgress: a, ...o } = t, s = z.current + 1;
|
|
5865
|
+
z.current = s, I(null), P(r), ne(!0), ae.getState().setSelection({}), n && N({});
|
|
5866
|
+
let c = (e) => {
|
|
5867
|
+
z.current === s && I(e), a?.(e);
|
|
5868
|
+
};
|
|
5869
|
+
try {
|
|
5870
|
+
let t = !!o.useWorker, n = await Lo.loadModel(e, {
|
|
5871
|
+
...o,
|
|
5872
|
+
...t ? {
|
|
5873
|
+
collectWorkerChunks: o.collectWorkerChunks ?? !1,
|
|
5874
|
+
onChunk: (e) => {
|
|
5875
|
+
z.current === s && _e(e), i?.(e);
|
|
5876
|
+
},
|
|
5877
|
+
onProgress: c
|
|
5878
|
+
} : { onProgress: c }
|
|
5879
|
+
});
|
|
5880
|
+
return z.current === s && N((e) => t ? Ws(e, n) : {
|
|
5881
|
+
...e ?? {},
|
|
5882
|
+
...n
|
|
5883
|
+
}), n;
|
|
5884
|
+
} finally {
|
|
5885
|
+
z.current === s && ne(!1);
|
|
5886
|
+
}
|
|
5887
|
+
}, [_e, ae]), ye = b(() => ({
|
|
5888
|
+
getData: () => L.current,
|
|
5889
|
+
getLoading: () => R.current,
|
|
5890
|
+
getProgress: () => ie.current,
|
|
5891
|
+
loadModels: ve,
|
|
5892
|
+
reset: q
|
|
5893
|
+
}), [ve, q]);
|
|
5894
|
+
return v(() => (y(ye), () => y(null)), [ye, y]), v(() => {
|
|
5895
|
+
U(qs());
|
|
5896
|
+
}, [U]), v(() => {
|
|
5897
|
+
se(!!E);
|
|
5898
|
+
}, [se, E]), v(() => {
|
|
5899
|
+
T !== void 0 && H(T);
|
|
5900
|
+
}, [H, T]), v(() => {
|
|
5804
5901
|
let e = {}, t = {}, n = {};
|
|
5805
|
-
|
|
5902
|
+
W && Object.entries(W).forEach(([r, i]) => {
|
|
5806
5903
|
let a = Number(r);
|
|
5807
5904
|
i.name !== void 0 && (e[a] = i.name), i.props !== void 0 && (t[a] = i.props), i.structure !== void 0 && (n[a] = i.structure);
|
|
5808
|
-
}),
|
|
5905
|
+
}), oe(e), B(t), V(n);
|
|
5809
5906
|
}, [
|
|
5810
|
-
|
|
5811
|
-
|
|
5812
|
-
|
|
5813
|
-
|
|
5907
|
+
W,
|
|
5908
|
+
oe,
|
|
5909
|
+
B,
|
|
5910
|
+
V
|
|
5814
5911
|
]), v(() => {
|
|
5815
5912
|
if (c) return;
|
|
5816
|
-
let
|
|
5817
|
-
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
}), () => {
|
|
5822
|
-
t = !1;
|
|
5823
|
-
};
|
|
5913
|
+
let t = o ?? a;
|
|
5914
|
+
t?.length && ve(t, {
|
|
5915
|
+
clearViewer: !0,
|
|
5916
|
+
fitToView: e
|
|
5917
|
+
});
|
|
5824
5918
|
}, [
|
|
5919
|
+
e,
|
|
5825
5920
|
c,
|
|
5921
|
+
ve,
|
|
5826
5922
|
o,
|
|
5827
5923
|
a
|
|
5828
|
-
]),
|
|
5829
|
-
style:
|
|
5830
|
-
children: [/* @__PURE__ */
|
|
5924
|
+
]), W ? /* @__PURE__ */ Y("div", {
|
|
5925
|
+
style: ys,
|
|
5926
|
+
children: [/* @__PURE__ */ J(C, {
|
|
5831
5927
|
camera: t,
|
|
5832
|
-
dpr:
|
|
5833
|
-
gl:
|
|
5834
|
-
children: /* @__PURE__ */
|
|
5835
|
-
store:
|
|
5836
|
-
children: /* @__PURE__ */
|
|
5928
|
+
dpr: ee && pe === "move" ? de : ue,
|
|
5929
|
+
gl: ge,
|
|
5930
|
+
children: /* @__PURE__ */ J(ti, {
|
|
5931
|
+
store: ae,
|
|
5932
|
+
children: /* @__PURE__ */ J(rc, {
|
|
5837
5933
|
autoFitCamera: e,
|
|
5838
|
-
cameraRef:
|
|
5839
|
-
controlRef:
|
|
5840
|
-
fitToView:
|
|
5841
|
-
lightRef:
|
|
5842
|
-
materialMode:
|
|
5843
|
-
modelRef:
|
|
5844
|
-
modelsData:
|
|
5845
|
-
modelsLoading:
|
|
5846
|
-
onReady:
|
|
5847
|
-
onCameraDprModeChange:
|
|
5848
|
-
publicApi:
|
|
5849
|
-
setSceneApi:
|
|
5850
|
-
usePerformanceMoving:
|
|
5851
|
-
useWebGPU:
|
|
5934
|
+
cameraRef: O,
|
|
5935
|
+
controlRef: k,
|
|
5936
|
+
fitToView: le,
|
|
5937
|
+
lightRef: j,
|
|
5938
|
+
materialMode: fe,
|
|
5939
|
+
modelRef: A,
|
|
5940
|
+
modelsData: W,
|
|
5941
|
+
modelsLoading: G,
|
|
5942
|
+
onReady: m,
|
|
5943
|
+
onCameraDprModeChange: me,
|
|
5944
|
+
publicApi: g,
|
|
5945
|
+
setSceneApi: w,
|
|
5946
|
+
usePerformanceMoving: ee,
|
|
5947
|
+
useWebGPU: D
|
|
5852
5948
|
})
|
|
5853
5949
|
})
|
|
5854
|
-
},
|
|
5855
|
-
style:
|
|
5856
|
-
children: /* @__PURE__ */
|
|
5857
|
-
camera:
|
|
5858
|
-
dpr:
|
|
5859
|
-
gl:
|
|
5950
|
+
}, D ? "viewer-webgpu" : "viewer-webgl"), ce && /* @__PURE__ */ J("div", {
|
|
5951
|
+
style: vs,
|
|
5952
|
+
children: /* @__PURE__ */ J(C, {
|
|
5953
|
+
camera: bs,
|
|
5954
|
+
dpr: he,
|
|
5955
|
+
gl: K,
|
|
5860
5956
|
orthographic: !0,
|
|
5861
|
-
children: /* @__PURE__ */
|
|
5957
|
+
children: /* @__PURE__ */ J(hs, {
|
|
5862
5958
|
active: !0,
|
|
5863
|
-
cameraRef:
|
|
5864
|
-
controlRef:
|
|
5865
|
-
modelRef:
|
|
5959
|
+
cameraRef: O,
|
|
5960
|
+
controlRef: k,
|
|
5961
|
+
modelRef: A
|
|
5866
5962
|
})
|
|
5867
5963
|
}, "nav-cube-webgl")
|
|
5868
5964
|
})]
|
|
5869
|
-
}) : /* @__PURE__ */
|
|
5965
|
+
}) : /* @__PURE__ */ J(Se, {});
|
|
5870
5966
|
}
|
|
5871
|
-
var
|
|
5967
|
+
var ac = m(function(e, t) {
|
|
5872
5968
|
let [n] = S(o), r = x(!1), i = x(!1), a = b(() => new gs(), []), { defaultSelected: s, onSelectedChange: c, selected: l } = e, u = _((e) => {
|
|
5873
5969
|
a.set(e);
|
|
5874
|
-
}, [a]), d = b(() =>
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5970
|
+
}, [a]), d = b(() => new _s(), []), f = _((e) => {
|
|
5971
|
+
d.set(e);
|
|
5972
|
+
}, [d]), p = b(() => Ua(n, a.get, d.get), [
|
|
5973
|
+
d,
|
|
5974
|
+
a,
|
|
5975
|
+
n
|
|
5976
|
+
]);
|
|
5977
|
+
return y(t, () => p, [p]), v(() => (n.getState().setApi(p), () => {
|
|
5978
|
+
n.getState().api === p && n.getState().setApi(null);
|
|
5979
|
+
}), [p, n]), v(() => {
|
|
5980
|
+
r.current || !s || l !== void 0 || (r.current = !0, n.getState().setSelection(Ha(s)));
|
|
5879
5981
|
}, [
|
|
5880
5982
|
l,
|
|
5881
5983
|
s,
|
|
5882
5984
|
n
|
|
5883
5985
|
]), v(() => {
|
|
5884
|
-
l !== void 0 && (i.current = !0, n.getState().setSelection(
|
|
5986
|
+
l !== void 0 && (i.current = !0, n.getState().setSelection(Ha(l)), i.current = !1);
|
|
5885
5987
|
}, [l, n]), v(() => {
|
|
5886
5988
|
if (c) return n.subscribe((e, t) => {
|
|
5887
|
-
e.selected !== t.selected && (i.current || c(
|
|
5989
|
+
e.selected !== t.selected && (i.current || c(Va(e.selected)));
|
|
5888
5990
|
});
|
|
5889
|
-
}, [c, n]), /* @__PURE__ */
|
|
5991
|
+
}, [c, n]), /* @__PURE__ */ J(ti, {
|
|
5890
5992
|
store: n,
|
|
5891
|
-
children: /* @__PURE__ */
|
|
5993
|
+
children: /* @__PURE__ */ J(ic, {
|
|
5892
5994
|
...e,
|
|
5893
|
-
publicApi:
|
|
5995
|
+
publicApi: p,
|
|
5996
|
+
setModelsApi: f,
|
|
5894
5997
|
setSceneApi: u
|
|
5895
5998
|
})
|
|
5896
5999
|
});
|
|
5897
6000
|
});
|
|
5898
|
-
|
|
6001
|
+
ac.displayName = "Viewer";
|
|
5899
6002
|
//#endregion
|
|
5900
|
-
export {
|
|
6003
|
+
export { Ga as BMTLoader, Ta as BmtConverter, Da as ConvertIfcFileToBmt, Oa as ConvertToBmt, qn as DimensionLine, er as DimensionsUtils, Ba as FilteredElementsCollector, Qe as ModelGrids, hs as NavigationCube, ac as Viewer, ti as ViewerStoreProvider, Ea as bmtConverter, _o as convertIfcFilesToBmtInWorker, vo as createBmtConverterWorker, to as createBmtWorker, Ao as createIfcWorker, o as createViewerStore, Wi as exportExcel, Vi as exportModelPropertiesToExcel, eo as loadBmtModelsInWorker, ko as loadIfcModelsInWorker, Lo as loader, tr as useDimensionsUtils, d as useViewerStore, r as useViewerStoreApi };
|