From f373e0c0797e1800bf066fdfbb748bb9242230f6 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期二, 08 七月 2025 17:46:02 +0800 Subject: [PATCH] 泥位计 --- public/CimSDK/Workers/createPlaneOutlineGeometry.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/CimSDK/Workers/createPlaneOutlineGeometry.js b/public/CimSDK/Workers/createPlaneOutlineGeometry.js index e59b743..f5553c7 100644 --- a/public/CimSDK/Workers/createPlaneOutlineGeometry.js +++ b/public/CimSDK/Workers/createPlaneOutlineGeometry.js @@ -1,6 +1,6 @@ /** * SmartEarth WebSDK - https://websdk.terra-it.cn - * Version 5.3.1 + * Version 5.4.1 */ -import{a as l}from"./chunk-LH4TAMBV.js";import{b as d,c as y,d as s}from"./chunk-WI5KIEME.js";import{d as c}from"./chunk-ZPW6H6BB.js";import"./chunk-HMXXHGCW.js";import{a as f}from"./chunk-NFDMGE7Q.js";import{b as a}from"./chunk-VDZXURWO.js";import"./chunk-UEFEFMYS.js";import"./chunk-YGIPMXAD.js";import"./chunk-PZ34T7DL.js";import"./chunk-5HWP5DW7.js";import{b as m}from"./chunk-3K67FZLU.js";import{e as i}from"./chunk-55TU6MJR.js";function o(){this._workerName="createPlaneOutlineGeometry"}o.packedLength=0;o.pack=function(r,e){return m.defined("value",r),m.defined("array",e),e};o.unpack=function(r,e,t){return m.defined("array",r),i(t)?t:new o};var n=new a(-.5,-.5,0),p=new a(.5,.5,0);o.createGeometry=function(){let r=new l,e=new Uint16Array(4*2),t=new Float64Array(4*3);return t[0]=n.x,t[1]=n.y,t[2]=n.z,t[3]=p.x,t[4]=n.y,t[5]=n.z,t[6]=p.x,t[7]=p.y,t[8]=n.z,t[9]=n.x,t[10]=p.y,t[11]=n.z,r.position=new s({componentDatatype:f.DOUBLE,componentsPerAttribute:3,values:t}),e[0]=0,e[1]=1,e[2]=1,e[3]=2,e[4]=2,e[5]=3,e[6]=3,e[7]=0,new y({attributes:r,indices:e,primitiveType:d.LINES,boundingSphere:new c(a.ZERO,Math.sqrt(2))})};var u=o;function w(r,e){return i(e)&&(r=u.unpack(r,e)),u.createGeometry(r)}var D=w;export{D as default}; +import{a as l}from"./chunk-MZR3JOBY.js";import{b as d,c as y,d as s}from"./chunk-6SNQZF7I.js";import{d as c}from"./chunk-CLGTNV2A.js";import"./chunk-RQCJJCAO.js";import{a as f}from"./chunk-7J4RJR4J.js";import{b as a}from"./chunk-UMC5CP2H.js";import"./chunk-72V3KRTJ.js";import"./chunk-7M2TDEJ6.js";import"./chunk-W5CDIT4C.js";import{b as m}from"./chunk-VJ26MOOM.js";import{e as i}from"./chunk-E3YQ3WWZ.js";function o(){this._workerName="createPlaneOutlineGeometry"}o.packedLength=0;o.pack=function(r,e){return m.defined("value",r),m.defined("array",e),e};o.unpack=function(r,e,t){return m.defined("array",r),i(t)?t:new o};var n=new a(-.5,-.5,0),p=new a(.5,.5,0);o.createGeometry=function(){let r=new l,e=new Uint16Array(4*2),t=new Float64Array(4*3);return t[0]=n.x,t[1]=n.y,t[2]=n.z,t[3]=p.x,t[4]=n.y,t[5]=n.z,t[6]=p.x,t[7]=p.y,t[8]=n.z,t[9]=n.x,t[10]=p.y,t[11]=n.z,r.position=new s({componentDatatype:f.DOUBLE,componentsPerAttribute:3,values:t}),e[0]=0,e[1]=1,e[2]=1,e[3]=2,e[4]=2,e[5]=3,e[6]=3,e[7]=0,new y({attributes:r,indices:e,primitiveType:d.LINES,boundingSphere:new c(a.ZERO,Math.sqrt(2))})};var u=o;function w(r,e){return i(e)&&(r=u.unpack(r,e)),u.createGeometry(r)}var D=w;export{D as default}; -- Gitblit v1.9.3