@processandtools/rp-article-designer 1.0.33 → 1.0.34

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.
Files changed (81) hide show
  1. package/README.md +0 -0
  2. package/dist/components/article_designer/ArticleGroupLayout.d.ts +1 -1
  3. package/dist/components/article_designer/ArticleWithController.d.ts +16 -0
  4. package/dist/components/article_designer/Designer.d.ts +5 -2
  5. package/dist/components/article_designer/Zone.d.ts +1 -1
  6. package/dist/components/article_designer/zoneElems/Back.d.ts +1 -1
  7. package/dist/components/article_designer/zoneElems/Bottom.d.ts +1 -1
  8. package/dist/components/article_designer/zoneElems/Divider.d.ts +2 -1
  9. package/dist/components/article_designer/zoneElems/Front.d.ts +1 -1
  10. package/dist/components/article_designer/zoneElems/Left.d.ts +1 -1
  11. package/dist/components/article_designer/zoneElems/Right.d.ts +1 -1
  12. package/dist/components/article_designer/zoneElems/Top.d.ts +1 -1
  13. package/dist/components/article_designer/zoneElems/sub_construction/LinearDividerRender.d.ts +2 -1
  14. package/dist/components/elements_manager/PD_2D.d.ts +2 -3
  15. package/dist/components/ui/Canvas2D.d.ts +1 -1
  16. package/dist/components/ui/DimensionControl.d.ts +1 -1
  17. package/dist/components/ui/controls/ControlPanel.d.ts +8 -0
  18. package/dist/components/ui/controls/ControlPanel2D.d.ts +2 -0
  19. package/dist/components/ui/controls/ControlPanel3D.d.ts +2 -0
  20. package/dist/components/ui/controls/VariableController.d.ts +7 -0
  21. package/dist/components/ui/controls/VariableControllerWrapper.d.ts +12 -0
  22. package/dist/components/ui/controls/VariablePanel.d.ts +19 -0
  23. package/dist/components/ui/controls/VariablePanel2D.d.ts +2 -0
  24. package/dist/components/ui/controls/VariablePanel3D.d.ts +2 -0
  25. package/dist/components/ui/controls/ZoomControls.d.ts +8 -0
  26. package/dist/components/ui/test/LevaVariableController.d.ts +7 -1
  27. package/dist/components/ui/test/LevaVisibilityController.d.ts +11 -0
  28. package/dist/construction_principle/back_panel/BackPanelHelper.d.ts +7 -0
  29. package/dist/construction_principle/back_panel/cabback.types.d.ts +5 -0
  30. package/dist/construction_principle/cabin/ShelfHelper.d.ts +6 -0
  31. package/dist/construction_principle/door/DoorHelper.d.ts +8 -0
  32. package/dist/construction_principle/door/door.types.d.ts +9 -0
  33. package/dist/construction_principle/dto/cp.types.d.ts +55 -0
  34. package/dist/construction_principle/kms/KmsHelper.d.ts +9 -47
  35. package/dist/construction_principle/material/MatHelper.d.ts +6 -15
  36. package/dist/construction_principle/render/RenderHelper.d.ts +4 -6
  37. package/dist/construction_principle/side_panel/CSideHelper.d.ts +6 -54
  38. package/dist/construction_principle/surface/SurfHelper.d.ts +6 -15
  39. package/dist/contexts/article-data/useData.d.ts +1 -0
  40. package/dist/{hooks → contexts/descriptor}/useDescriptor.d.ts +5 -5
  41. package/dist/contexts/descriptor/useDescriptorManager.d.ts +2 -0
  42. package/dist/data/articles.d.ts +14 -0
  43. package/dist/helpers/CpDispatcher.d.ts +3 -55
  44. package/dist/helpers/ZoneCalculations.d.ts +5 -243
  45. package/dist/helpers/angls/UseClieHelper.d.ts +1 -1
  46. package/dist/helpers/angls/UseElemHelper.d.ts +2 -59
  47. package/dist/helpers/angls/UseGrtxHelper.d.ts +1 -1
  48. package/dist/helpers/angls/UsePrimHelper.d.ts +5 -3
  49. package/dist/helpers/angls/UseZoneHelper.d.ts +6 -113
  50. package/dist/hooks/zoneDivider.d.ts +13 -0
  51. package/dist/index.cjs +1 -1
  52. package/dist/index.cjs.map +1 -1
  53. package/dist/index.d.ts +4 -8
  54. package/dist/index.js +1 -1
  55. package/dist/index.js.map +1 -1
  56. package/dist/rp-article-designer.css +1 -1
  57. package/dist/services/GenericApi.d.ts +1 -0
  58. package/dist/types/article-group.types.d.ts +2 -1
  59. package/dist/types/data.types.d.ts +15 -5
  60. package/dist/types/divider.types.d.ts +7 -19
  61. package/dist/types/zone.types.d.ts +1 -0
  62. package/dist/variables/VariableResolver.d.ts +1 -0
  63. package/dist/variables/useVariables.d.ts +2 -1
  64. package/dist/vite.svg +0 -0
  65. package/package.json +4 -1
  66. package/dist/components/ui/controls/VarController.d.ts +0 -1
  67. package/dist/components/ui/test/DataFieldsViewer.d.ts +0 -8
  68. package/dist/components/ui/test/GeneralTester.d.ts +0 -1
  69. package/dist/components/ui/test/MyParser.d.ts +0 -1
  70. package/dist/components/ui/test/PropertiesPanel.d.ts +0 -1
  71. package/dist/components/ui/test/TestImageRender.d.ts +0 -1
  72. package/dist/construction_principle/cabin/CabinHelper.d.ts +0 -52
  73. package/dist/contexts/article/ArticleContext.d.ts +0 -7
  74. package/dist/contexts/article/ArticleProvider.d.ts +0 -7
  75. package/dist/hooks/useArticle.d.ts +0 -1
  76. package/dist/hooks/useData.d.ts +0 -1
  77. package/dist/hooks/useDescriptorManager.d.ts +0 -2
  78. package/dist/hooks/useZoneSelection.d.ts +0 -12
  79. package/dist/hooks/zoneDescriptor.d.ts +0 -92
  80. package/dist/types/cp.types.d.ts +0 -13
  81. /package/dist/{hooks → contexts/mat-surf}/useMaterialLoader.d.ts +0 -0
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';const a0_0x2af595=a0_0xe714;(function(_0x1e0771,_0x1ce919){const _0x2f2a43=a0_0xe714,_0x311cc9=_0x1e0771();while(!![]){try{const _0x3e2814=parseInt(_0x2f2a43(0x425))/0x1*(parseInt(_0x2f2a43(0x4b0))/0x2)+parseInt(_0x2f2a43(0x20d))/0x3+parseInt(_0x2f2a43(0x2be))/0x4*(parseInt(_0x2f2a43(0x40c))/0x5)+parseInt(_0x2f2a43(0x3d7))/0x6*(parseInt(_0x2f2a43(0xac))/0x7)+-parseInt(_0x2f2a43(0x2c9))/0x8*(parseInt(_0x2f2a43(0xa3))/0x9)+parseInt(_0x2f2a43(0xbd))/0xa+-parseInt(_0x2f2a43(0x187))/0xb;if(_0x3e2814===_0x1ce919)break;else _0x311cc9['push'](_0x311cc9['shift']());}catch(_0x2f2827){_0x311cc9['push'](_0x311cc9['shift']());}}}(a0_0x1d97,0x3882e));Object[a0_0x2af595(0x114)](exports,Symbol[a0_0x2af595(0x1a9)],{'value':'Module'});const u=require(a0_0x2af595(0x10e)),m=require('react'),Le=require(a0_0x2af595(0x2bd)),B=require(a0_0x2af595(0x207)),ae=require(a0_0x2af595(0xed)),At=require('@react-three/fiber');function xt(_0x272fc4,_0x4bc11d=[],_0x50b415=!0x1){const _0x2fe55e=a0_0x2af595,[_0x43da47,_0x46c64f]=m[_0x2fe55e(0x430)](null),[_0x569e84,_0x30ae83]=m['useState'](!_0x50b415),[_0x3be150,_0x17779c]=m[_0x2fe55e(0x430)](null),_0x35ddc8=m[_0x2fe55e(0x23d)](!0x0),_0x3ea276=m[_0x2fe55e(0x23d)](!0x1);return m[_0x2fe55e(0x13c)](()=>{if(_0x50b415){_0x30ae83(!0x1);return;}let _0x232f32=!0x1;async function _0x47fd50(){const _0x28ca50=a0_0xe714;try{(_0x35ddc8['current']||!_0x3ea276['current'])&&_0x30ae83(!0x0),_0x17779c(null);const _0x1dda07=await _0x272fc4();_0x232f32||(_0x46c64f(_0x1dda07),_0x3ea276[_0x28ca50(0x49b)]=!0x0);}catch(_0x4cae6f){_0x232f32||_0x17779c(_0x4cae6f instanceof Error?_0x4cae6f[_0x28ca50(0x44d)]:_0x28ca50(0x2d2));}finally{_0x232f32||(_0x30ae83(!0x1),_0x35ddc8[_0x28ca50(0x49b)]=!0x1);}}return _0x47fd50(),()=>{_0x232f32=!0x0;};},[..._0x4bc11d,_0x50b415]),{'data':_0x43da47,'loading':_0x569e84,'error':_0x3be150};}const _t=0x0,gt=0x1,Ve=_0x50e67a=>_0x50e67a+'.0',ze=_0x501c56=>_0x501c56+'.1',Ge=_0x2efe41=>_0x2efe41+'.2',Ue=_0x268538=>_0x268538+'.3',Rt=_0x2571ee=>_0x2571ee[a0_0x2af595(0x194)](0x0,_0x2571ee[a0_0x2af595(0x2d3)]('.')),se={'IAC_THICKNESS':a0_0x2af595(0x8e),'IAC_BOTTOMSHELFTHICKNESS':'IAC_BOTTOMSHELFTHICKNESS','IAC_TOPSHELFTHICKNESS':a0_0x2af595(0x471)},L=0x3e8,Ce=a0_0x2af595(0x47d),He='https://backend.tecnibo.com/api/rp-engine';class j{constructor(_0x2f6588,_0x111632=He){const _0x1a8669=a0_0x2af595;this[_0x1a8669(0x2ac)]=_0x2f6588,this['baseUrl']=_0x111632;}async[a0_0x2af595(0x3bf)](_0x43e3e3){const _0x395fb6=a0_0x2af595,_0x595403=this[_0x395fb6(0x2d4)]+'/'+this[_0x395fb6(0x2ac)]+'/'+_0x43e3e3,_0x348f9e=await fetch(_0x595403);if(!_0x348f9e['ok'])throw new Error(_0x395fb6(0x3c8)+_0x348f9e['status']+':\x20'+_0x348f9e[_0x395fb6(0x1e9)]);const _0x467c99=_0x348f9e['headers'][_0x395fb6(0x24b)](_0x395fb6(0x1ac));if(_0x348f9e['headers'][_0x395fb6(0x24b)](_0x395fb6(0xb4))==='0'||!_0x467c99?.[_0x395fb6(0x359)](_0x395fb6(0x434))){console['warn'](_0x395fb6(0xd3)+this[_0x395fb6(0x2ac)]+'/'+_0x43e3e3);return;}const _0x1bacd0=await _0x348f9e['text']();if(!_0x1bacd0||_0x1bacd0['trim']()===''){console['warn']('[GenericAPI]\x20Empty\x20response\x20body\x20for\x20'+this['endpoint']+'/'+_0x43e3e3);return;}try{return JSON[_0x395fb6(0x85)](_0x1bacd0);}catch(_0x43debc){console[_0x395fb6(0x211)](_0x395fb6(0x2b5)+this['endpoint']+'/'+_0x43e3e3+':',_0x43debc),console['error'](_0x395fb6(0x286),_0x1bacd0[_0x395fb6(0x194)](0x0,0xc8));return;}}async[a0_0x2af595(0xf3)](_0x341519){const _0x129d0b=a0_0x2af595,_0x51ea71=this[_0x129d0b(0x2d4)]+'/'+this[_0x129d0b(0x2ac)]+'/bulk',_0x245151=await fetch(_0x51ea71,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x129d0b(0x473)]({'values':_0x341519})});if(!_0x245151['ok'])throw new Error(_0x129d0b(0x3c8)+_0x245151['status']+':\x20'+_0x245151[_0x129d0b(0x1e9)]);const _0x1bfd58=_0x245151['headers'][_0x129d0b(0x24b)](_0x129d0b(0x1ac));if(_0x245151[_0x129d0b(0x1c2)]['get'](_0x129d0b(0xb4))==='0'||!_0x1bfd58?.[_0x129d0b(0x359)]('application/json')){console[_0x129d0b(0x36e)]('[GenericAPI]\x20Empty\x20or\x20non-JSON\x20response\x20for\x20'+this[_0x129d0b(0x2ac)]+_0x129d0b(0x421));return;}const _0x20055=await _0x245151[_0x129d0b(0x105)]();if(!_0x20055||_0x20055['trim']()===''){console[_0x129d0b(0x36e)](_0x129d0b(0x2e3)+this['endpoint']+_0x129d0b(0x421));return;}try{return JSON[_0x129d0b(0x85)](_0x20055);}catch(_0x539a81){console[_0x129d0b(0x211)](_0x129d0b(0x2b5)+this[_0x129d0b(0x2ac)]+_0x129d0b(0x1bf),_0x539a81),console[_0x129d0b(0x211)](_0x129d0b(0x286),_0x20055[_0x129d0b(0x194)](0x0,0xc8));return;}}}class Lt{[a0_0x2af595(0x2d4)];constructor(){const _0x53f8ba=a0_0x2af595;this[_0x53f8ba(0x2d4)]=He;}[a0_0x2af595(0xff)](){const _0x25f0f0=a0_0x2af595;return new j('condition-tree-builder',this[_0x25f0f0(0x2d4)]);}['descriptor'](){const _0x2fe6df=a0_0x2af595;return new j(_0x2fe6df(0x1bd),this['baseUrl']);}['materialData'](){const _0x13b735=a0_0x2af595;return new j(_0x13b735(0x3e8),this[_0x13b735(0x2d4)]);}[a0_0x2af595(0x28a)](){const _0x1fd88a=a0_0x2af595;return new j(_0x1fd88a(0x101),this['baseUrl']);}['articleData'](){const _0xceefa1=a0_0x2af595;return new j(_0xceefa1(0x454),this[_0xceefa1(0x2d4)]);}[a0_0x2af595(0x374)](){const _0x4898fe=a0_0x2af595;return new j('descriptor-data',this[_0x4898fe(0x2d4)]);}[a0_0x2af595(0x1f8)](){const _0x12fcb3=a0_0x2af595;return new j(_0x12fcb3(0x301),this[_0x12fcb3(0x2d4)]);}['otherData'](){const _0x126adb=a0_0x2af595;return new j('other',this[_0x126adb(0x2d4)]);}}const Re=new Lt(),O=m[a0_0x2af595(0x145)](void 0x0);function Ke({data:_0x2468dc,children:_0x15395b,names:_0x3d27aa}){const _0x3df75a=a0_0x2af595,_0x58ac25=_0x2468dc,[_0x514037,_0x4eb4a7]=m[_0x3df75a(0x430)](_0x58ac25),[_0x2ea53a,_0x281142]=m[_0x3df75a(0x430)](null),[_0x39a240,_0x12f166]=m['useState'](null),_0x1d5697=m[_0x3df75a(0x173)](_0x4e9d10=>({'anglElems':_0x514037[_0x3df75a(0x3c5)][_0x3df75a(0x171)](_0x3bf0a4=>_0x3bf0a4[_0x3df75a(0x4b3)]===_0x4e9d10),'anglZones':_0x514037[_0x3df75a(0x2fd)]['filter'](_0x3f93d9=>_0x3f93d9['NAME']===_0x4e9d10),'anglPrims':_0x514037[_0x3df75a(0x3e5)][_0x3df75a(0x171)](_0x41d501=>_0x41d501[_0x3df75a(0x4b3)]===_0x4e9d10),'anglClies':_0x514037['anglclie'][_0x3df75a(0x171)](_0x3574ad=>_0x3574ad[_0x3df75a(0x4b3)]===_0x4e9d10),'anglGrtxs':_0x514037[_0x3df75a(0x9f)][_0x3df75a(0x171)](_0x31921b=>_0x31921b[_0x3df75a(0x4b3)]===_0x4e9d10),'csides':_0x514037[_0x3df75a(0x162)]||[],'cabins':_0x514037[_0x3df75a(0x10f)]||[],'variables':_0x514037[_0x3df75a(0x100)]?.['filter'](_0x54e451=>_0x54e451['NAME']===_0x4e9d10)||[]}),[_0x514037]),{anglElems:_0x409778,anglZones:_0x3b7e3c,anglPrims:_0x30f9d9,anglClies:_0x31c6d5,anglGrtxs:_0x30648b,csides:_0x92a529,kmsList:_0x4acdff,cabins:_0x127649,variables:_0x53f922}=m[_0x3df75a(0x12a)](()=>_0x3d27aa&&_0x3d27aa[_0x3df75a(0xc2)]>0x0?{'anglElems':_0x514037['anglelem'][_0x3df75a(0x171)](_0x5ee6dc=>_0x3d27aa['includes'](_0x5ee6dc[_0x3df75a(0x4b3)])),'anglZones':_0x514037['anglzone'][_0x3df75a(0x171)](_0x44ba1c=>_0x3d27aa['includes'](_0x44ba1c[_0x3df75a(0x4b3)])),'anglPrims':_0x514037['anglprim'][_0x3df75a(0x171)](_0x233858=>_0x3d27aa[_0x3df75a(0x359)](_0x233858[_0x3df75a(0x4b3)])),'anglClies':_0x514037[_0x3df75a(0x36c)]['filter'](_0x331807=>_0x3d27aa['includes'](_0x331807[_0x3df75a(0x4b3)])),'anglGrtxs':_0x514037[_0x3df75a(0x9f)]['filter'](_0x41ce14=>_0x3d27aa[_0x3df75a(0x359)](_0x41ce14[_0x3df75a(0x4b3)])),'csides':_0x514037[_0x3df75a(0x162)]||[],'cabins':_0x514037[_0x3df75a(0x10f)]||[],'kmsList':_0x514037[_0x3df75a(0x3dd)]||[],'variables':_0x514037[_0x3df75a(0x100)]||[]}:{'anglElems':_0x514037[_0x3df75a(0x3c5)],'anglZones':_0x514037[_0x3df75a(0x2fd)],'anglPrims':_0x514037['anglprim'],'anglClies':_0x514037[_0x3df75a(0x36c)],'anglGrtxs':_0x514037['anglgrtx'],'csides':_0x514037[_0x3df75a(0x162)]||[],'kmsList':_0x514037[_0x3df75a(0x3dd)]||[],'cabins':_0x514037['cabin']||[],'variables':_0x514037['variables']||[]},[_0x514037,_0x3d27aa]),_0x55b17e={'anglElems':_0x409778,'anglZones':_0x3b7e3c,'anglPrims':_0x30f9d9,'anglClies':_0x31c6d5,'anglGrtxs':_0x30648b,'csides':_0x92a529,'kmsList':_0x4acdff,'cabins':_0x127649,'variables':_0x53f922,'selectedElem':_0x2ea53a,'setSelectedElem':_0x281142,'hoveredElem':_0x39a240,'setHoveredElem':_0x12f166,'updateAnglPrim':(_0x151478,_0x23d6f9,_0x19686f)=>{const _0x42e240=_0x3df75a;_0x4eb4a7(_0x40b2f7=>({..._0x40b2f7,'anglprim':_0x40b2f7[_0x42e240(0x3e5)][_0x42e240(0x238)](_0x3441ce=>_0x3441ce[_0x42e240(0x4b3)]===_0x151478?{..._0x3441ce,[_0x23d6f9]:_0x19686f}:_0x3441ce)}));},'updateAnglElem':(_0x4e8d3b,_0x12336c,_0x1c63bf,_0x56ed14)=>{const _0x587aca=_0x3df75a;_0x4eb4a7(_0x411536=>({..._0x411536,'anglelem':_0x411536['anglelem']['map'](_0x2d6dfe=>_0x2d6dfe[_0x587aca(0xde)]===_0x12336c&&_0x2d6dfe['NAME']===_0x4e8d3b?{..._0x2d6dfe,[_0x1c63bf]:_0x56ed14}:_0x2d6dfe)}));},'updateAnglZone':(_0x31682d,_0x40f94d,_0x443272,_0x234be7)=>{const _0x214684=_0x3df75a;_0x4eb4a7(_0x28040e=>({..._0x28040e,'anglzone':_0x28040e['anglzone']['map'](_0x5212fe=>_0x5212fe['TREEID']===_0x40f94d&&_0x5212fe[_0x214684(0x4b3)]===_0x31682d?{..._0x5212fe,[_0x443272]:_0x234be7}:_0x5212fe)}));},'updateAnglClie':(_0x3e7a43,_0x39ba91,_0x4e0e8a,_0x42bae1,_0x27cf3f)=>{const _0x12dbbc=_0x3df75a;_0x4eb4a7(_0x305f90=>({..._0x305f90,'anglclie':_0x305f90[_0x12dbbc(0x36c)][_0x12dbbc(0x238)](_0x2464f7=>_0x2464f7[_0x12dbbc(0xde)]===_0x39ba91&&_0x2464f7[_0x12dbbc(0x41a)]===_0x4e0e8a&&_0x2464f7[_0x12dbbc(0x2f0)]===_0x27cf3f&&_0x2464f7['NAME']===_0x3e7a43?{..._0x2464f7,'TAGVALUE':_0x42bae1,'DATE_LASTCHANGE':new Date()[_0x12dbbc(0x15d)]()}:_0x2464f7)}));},'updateAnglGrtx':(_0x581c68,_0x50d52e,_0xcf3766,_0x2dcda7)=>{const _0x375bc8=_0x3df75a;_0x4eb4a7(_0x2da08a=>({..._0x2da08a,'anglgrtx':_0x2da08a[_0x375bc8(0x9f)][_0x375bc8(0x238)](_0x57fb14=>_0x57fb14['TREEID']===_0x50d52e&&_0x57fb14['NUM']===_0xcf3766&&_0x57fb14[_0x375bc8(0x4b3)]===_0x581c68?{..._0x57fb14,'TEXT':_0x2dcda7,'DATE_LASTCHANGE':new Date()[_0x375bc8(0x15d)]()}:_0x57fb14)}));},'updateVariable':(_0x51ec26,_0xc5929c)=>{const _0x237c9d=_0x3df75a;_0x4eb4a7(_0xbdf22d=>({..._0xbdf22d,'variables':_0xbdf22d[_0x237c9d(0x100)]?.[_0x237c9d(0x238)](_0x260106=>_0x260106[_0x237c9d(0x4b3)]===_0x51ec26?{..._0x260106,'WERT':_0xc5929c}:_0x260106)||[]}));},'getArticleData':_0x1d5697,'allData':_0x514037};return u[_0x3df75a(0x277)](O[_0x3df75a(0x35a)],{'value':_0x55b17e,'children':_0x15395b});}const he=m['createContext'](void 0x0);var w=(_0x585b5b=>(_0x585b5b[_0x585b5b['None']=0x0]=a0_0x2af595(0x1ae),_0x585b5b[_0x585b5b[a0_0x2af595(0x3e9)]=0x2]=a0_0x2af595(0x3e9),_0x585b5b[_0x585b5b['Surface']=0x3]=a0_0x2af595(0x373),_0x585b5b[_0x585b5b[a0_0x2af595(0xda)]=0x4]='Material',_0x585b5b[_0x585b5b[a0_0x2af595(0x4b4)]=0x5]=a0_0x2af595(0x4b4),_0x585b5b[_0x585b5b[a0_0x2af595(0x312)]=0x64]=a0_0x2af595(0x312),_0x585b5b[_0x585b5b[a0_0x2af595(0x3c7)]=0x78]=a0_0x2af595(0x3c7),_0x585b5b[_0x585b5b[a0_0x2af595(0x339)]=0x1d]='color',_0x585b5b))(w||{});function We(_0x49a265){const _0x5a9c16=a0_0x2af595;return new Map(_0x49a265[_0x5a9c16(0x238)](_0x2cd3e4=>[_0x2cd3e4[_0x5a9c16(0x4b3)],_0x2cd3e4]));}function fe(_0x4a79b5,_0x3fd149,_0x1fd9bc=new Set()){const _0x1a3bac=a0_0x2af595,_0x2443bc=_0x3fd149[_0x1a3bac(0x24b)](_0x4a79b5);if(!_0x2443bc)return;if(_0x1fd9bc[_0x1a3bac(0x3db)](_0x4a79b5)){console[_0x1a3bac(0x211)](_0x1a3bac(0x4a0)+[..._0x1fd9bc,_0x4a79b5][_0x1a3bac(0x40b)]('\x20->\x20'));return;}const _0x222c15=_0x2443bc['WERT'];if(_0x222c15[_0x1a3bac(0x255)]('$')&&_0x2443bc['TYP']!=w['Text']){const _0x1f933b=_0x222c15['slice'](0x1);return _0x1fd9bc[_0x1a3bac(0x2f3)](_0x4a79b5),fe(_0x1f933b,_0x3fd149,_0x1fd9bc);}const _0x2d6645=Number(_0x222c15);return isNaN(_0x2d6645)?_0x222c15:_0x2d6645;}function oe(_0x24bbd4,_0xe99973,_0x34c4c9){const _0x6ade53=a0_0x2af595,_0x1d867a=_0x34c4c9['get'](_0x24bbd4);if(!_0x1d867a)return _0x34c4c9;const _0x2eda4c=new Map(_0x34c4c9);return _0x2eda4c[_0x6ade53(0xd8)](_0x24bbd4,{..._0x1d867a,'WERT':String(_0xe99973)}),_0x2eda4c;}function Ee(_0x101bf7,_0x57b076){const _0x40d131=a0_0x2af595;return _0x101bf7[_0x40d131(0xc1)](/\$([A-Za-z_][A-Za-z0-9_]*)/g,(_0x3a2481,_0x53d930)=>{const _0x3bbcce=fe(_0x53d930,_0x57b076);return _0x3bbcce!==void 0x0?String(_0x3bbcce):_0x3a2481;});}function ye(_0x59e7c1){const _0x2256eb=a0_0x2af595;return/\$[A-Za-z_][A-Za-z0-9_]*/g[_0x2256eb(0x497)](_0x59e7c1);}function Et(_0x38a248){const _0x223804=a0_0x2af595,_0x1d324e=_0x38a248[_0x223804(0x228)](/\$([A-Za-z_][A-Za-z0-9_]*)/g);return Array[_0x223804(0x2c5)](_0x1d324e,_0x1118db=>_0x1118db[0x1]);}const yt=Object[a0_0x2af595(0x49a)](Object[a0_0x2af595(0x114)]({'__proto__':null,'createVariableTree':We,'extractVariableNames':Et,'getValue':fe,'hasVariables':ye,'resolveString':Ee,'setValue':oe},Symbol[a0_0x2af595(0x1a9)],{'value':a0_0x2af595(0x19c)}));function Ye({children:_0x3faa67,imosVariables:_0x1ac546}){const _0x1e0653=a0_0x2af595,[_0xf2dad4,_0x250502]=m[_0x1e0653(0x430)](()=>We(_0x1ac546)),_0x2c74b2=m['useCallback']((_0x52b3fa,_0x588f3b)=>{_0x250502(_0x488445=>oe(_0x52b3fa,_0x588f3b,_0x488445));},[]),_0x3765ef={'tree':_0xf2dad4,'setVarValue':_0x2c74b2};return u[_0x1e0653(0x277)](he[_0x1e0653(0x35a)],{'value':_0x3765ef,'children':_0x3faa67});}const Se=m[a0_0x2af595(0x145)](null),Ie=_0x4bfd14=>{const _0x1babda=Number(_0x4bfd14);return isNaN(_0x1babda)?null:_0x1babda;},q=_0x273d82=>_0x273d82==null?'':String(_0x273d82),V=(_0x3be892,_0x32c913,_0x428e9e)=>{const _0x2dea60=Ie(_0x3be892),_0x2876a0=Ie(_0x32c913);return _0x2dea60===null||_0x2876a0===null?!0x1:_0x428e9e(_0x2dea60,_0x2876a0);},Z=(_0xaa42c,_0x17b871,_0x11ad9e)=>_0xaa42c==null||_0x17b871==null?!0x1:_0x11ad9e(q(_0xaa42c),q(_0x17b871)),St={'=':(_0x30be0a,_0x280050)=>_0x30be0a==null||_0x280050==null?_0x30be0a===_0x280050:q(_0x30be0a)[a0_0x2af595(0x391)]()===q(_0x280050)[a0_0x2af595(0x391)](),'!=':(_0x1bfd2c,_0x44eaef)=>_0x1bfd2c==null||_0x44eaef==null?_0x1bfd2c!==_0x44eaef:q(_0x1bfd2c)[a0_0x2af595(0x391)]()!==q(_0x44eaef)[a0_0x2af595(0x391)](),'>':(_0x382346,_0x2ad70e)=>V(_0x382346,_0x2ad70e,(_0x5aad55,_0xb1ae71)=>_0x5aad55>_0xb1ae71),'<':(_0x40de8c,_0x354616)=>V(_0x40de8c,_0x354616,(_0x29a494,_0xaaff44)=>_0x29a494<_0xaaff44),'>=':(_0x38444c,_0xe2151e)=>V(_0x38444c,_0xe2151e,(_0x49dae1,_0x89d8ec)=>_0x49dae1>=_0x89d8ec),'<=':(_0x2159a3,_0x537fb8)=>V(_0x2159a3,_0x537fb8,(_0x4ab5d4,_0x2f4377)=>_0x4ab5d4<=_0x2f4377),'&gt;':(_0x338f8e,_0xdf7456)=>V(_0x338f8e,_0xdf7456,(_0x3f056f,_0x3ac7b4)=>_0x3f056f>_0x3ac7b4),'&gt;=':(_0x36d79e,_0x2eebbc)=>V(_0x36d79e,_0x2eebbc,(_0x269bed,_0x2f2af5)=>_0x269bed>=_0x2f2af5),'&lt;':(_0x4f2ed0,_0x3e0815)=>V(_0x4f2ed0,_0x3e0815,(_0x4bdaff,_0x5eba9b)=>_0x4bdaff<_0x5eba9b),'&lt;=':(_0x9d5bae,_0x526c71)=>V(_0x9d5bae,_0x526c71,(_0x59d02d,_0x597223)=>_0x59d02d<=_0x597223),'B':(_0x236be6,_0xf5c7ae)=>Z(_0x236be6,_0xf5c7ae,(_0x13ef5b,_0x334b00)=>_0x13ef5b['startsWith'](_0x334b00)),'!B':(_0x4e69fc,_0x176b02)=>Z(_0x4e69fc,_0x176b02,(_0x394bd4,_0x2a187d)=>!_0x394bd4[a0_0x2af595(0x255)](_0x2a187d)),'E':(_0x5f0bdf,_0x4b3709)=>Z(_0x5f0bdf,_0x4b3709,(_0x469fad,_0x4fe4eb)=>_0x469fad[a0_0x2af595(0x1d2)](_0x4fe4eb)),'!E':(_0x4bd520,_0x15c59c)=>Z(_0x4bd520,_0x15c59c,(_0x26c4f8,_0x5d7687)=>!_0x26c4f8['endsWith'](_0x5d7687)),'C':(_0x1a3196,_0x4e5d9a)=>Z(_0x1a3196,_0x4e5d9a,(_0x2cc37f,_0x5118db)=>_0x2cc37f['includes'](_0x5118db)),'!C':(_0x545e6a,_0x3cda9a)=>Z(_0x545e6a,_0x3cda9a,(_0x1bc558,_0x1cabd5)=>!_0x1bc558[a0_0x2af595(0x359)](_0x1cabd5))},bt={'Zusatzfilter\x203':a0_0x2af595(0x134),'Zusatzfilter\x204':a0_0x2af595(0x412)};function be(_0x58aec7,_0x492da1={}){const _0x41ee27=a0_0x2af595,{variableTree:_0x553353,dataType:_0xd8ea00,silent:_0x2b7e46=!0x1,allowFunctions:_0x406a15=!0x0}=_0x492da1,_0x54cca6=/^(.+?)\s*(mm|cm|m|in|ft|px|pt|%|deg|rad)$/i,_0x5868a2={'value':void 0x0,'original':_0x58aec7,'resolved':_0x58aec7,'hadVariables':!0x1,'wasEvaluated':!0x1};try{let _0x3e5ff6=_0x58aec7[_0x41ee27(0x391)](),_0x2a441b;if(_0x54cca6['test'](_0x3e5ff6)){const _0x394ca6=_0x3e5ff6[_0x41ee27(0x7c)](_0x54cca6);_0x394ca6&&(_0x3e5ff6=_0x394ca6[0x1][_0x41ee27(0x391)](),_0x2a441b=_0x394ca6[0x2]);}_0x553353&&ye(_0x3e5ff6)&&(_0x5868a2[_0x41ee27(0xd7)]=!0x0,_0x3e5ff6=Ee(_0x3e5ff6,_0x553353),_0x5868a2[_0x41ee27(0x445)]=_0x3e5ff6),Ze(_0x3e5ff6)?(_0x5868a2['wasEvaluated']=!0x0,_0x5868a2['value']=qe(_0x3e5ff6,_0x406a15)):ve(_0x3e5ff6)?(_0x5868a2[_0x41ee27(0x437)]=!0x0,_0x5868a2[_0x41ee27(0x383)]=Te(_0x3e5ff6,_0x406a15)):_0x5868a2[_0x41ee27(0x383)]=Tt(_0x3e5ff6,_0xd8ea00);}catch(_0x387045){_0x5868a2['error']=_0x387045 instanceof Error?_0x387045[_0x41ee27(0x44d)]:String(_0x387045),_0x2b7e46||console[_0x41ee27(0x211)](_0x41ee27(0x327)+_0x58aec7+'\x22',_0x387045),_0x5868a2[_0x41ee27(0x383)]=_0x58aec7;}return _0x5868a2;}function le(_0x27f5aa,_0x4f87c={}){const _0x902c70=a0_0x2af595;return be(_0x27f5aa,_0x4f87c)[_0x902c70(0x383)];}function Ze(_0x177e64){const _0x27363b=a0_0x2af595;return!_0x177e64||typeof _0x177e64!=_0x27363b(0x385)?!0x1:/^\s*IF\s*\(/i[_0x27363b(0x497)](_0x177e64[_0x27363b(0x391)]());}function qe(_0xf84690,_0x260aa0=!0x0){const _0xd1ccfe=a0_0x2af595,_0x46a1ae=_0xf84690[_0xd1ccfe(0x391)]()[_0xd1ccfe(0x7c)](/^IF\s*\((.*)\)\s*$/i);if(!_0x46a1ae)throw new Error(_0xd1ccfe(0x4b2)+_0xf84690);const _0xeaf4b3=_0x46a1ae[0x1],_0x15ff2f=vt(_0xeaf4b3);if(_0x15ff2f[_0xd1ccfe(0xc2)]!==0x3)throw new Error(_0xd1ccfe(0x2a0)+_0x15ff2f[_0xd1ccfe(0xc2)]+'\x20parts');const [_0x4c081b,_0x2a2026,_0x29c5a3]=_0x15ff2f,_0xf98c0f=ne(_0x4c081b['trim'](),_0x260aa0)?_0x2a2026['trim']():_0x29c5a3[_0xd1ccfe(0x391)]();if(Ze(_0xf98c0f))return qe(_0xf98c0f,_0x260aa0);if(ve(_0xf98c0f))return Te(_0xf98c0f,_0x260aa0);{const _0x589296=Number(_0xf98c0f);return isNaN(_0x589296)?_0xf98c0f:_0x589296;}}function vt(_0x5dae9b){const _0xec0af8=a0_0x2af595,_0x5c4260=[];let _0x2d3083='',_0x595dc3=0x0;for(let _0x3e6cf6=0x0;_0x3e6cf6<_0x5dae9b[_0xec0af8(0xc2)];_0x3e6cf6++){const _0x1bb47d=_0x5dae9b[_0x3e6cf6];_0x1bb47d==='('?(_0x595dc3++,_0x2d3083+=_0x1bb47d):_0x1bb47d===')'?(_0x595dc3--,_0x2d3083+=_0x1bb47d):_0x1bb47d===','&&_0x595dc3===0x0?(_0x5c4260[_0xec0af8(0x32e)](_0x2d3083),_0x2d3083=''):_0x2d3083+=_0x1bb47d;}return _0x2d3083&&_0x5c4260[_0xec0af8(0x32e)](_0x2d3083),_0x5c4260;}function ne(_0x295a0b,_0x1ef091){const _0xcee38c=a0_0x2af595;if(/\bAND\b/i[_0xcee38c(0x497)](_0x295a0b))return _0x295a0b[_0xcee38c(0x111)](/\bAND\b/i)[_0xcee38c(0x33d)](_0x57b760=>ne(_0x57b760['trim'](),_0x1ef091));if(/\bOR\b/i[_0xcee38c(0x497)](_0x295a0b))return _0x295a0b[_0xcee38c(0x111)](/\bOR\b/i)[_0xcee38c(0x121)](_0xff5891=>ne(_0xff5891['trim'](),_0x1ef091));if(/^\s*NOT\s+/i['test'](_0x295a0b)){const _0x4a76a5=_0x295a0b[_0xcee38c(0xc1)](/^\s*NOT\s+/i,'')[_0xcee38c(0x391)]();return!ne(_0x4a76a5,_0x1ef091);}const _0x4d574a=_0x295a0b[_0xcee38c(0x7c)](/(.+?)(<=|>=|!=|<>|=|<|>)(.+)/);if(!_0x4d574a)throw new Error(_0xcee38c(0x26d)+_0x295a0b);const [,_0x206299,_0xdc31fa,_0x45f8c6]=_0x4d574a,_0x565d05=ke(_0x206299['trim'](),_0x1ef091),_0x20a344=ke(_0x45f8c6[_0xcee38c(0x391)](),_0x1ef091);switch(_0xdc31fa){case'=':return _0x565d05===_0x20a344;case'!=':case'<>':return _0x565d05!==_0x20a344;case'<':return _0x565d05<_0x20a344;case'>':return _0x565d05>_0x20a344;case'<=':return _0x565d05<=_0x20a344;case'>=':return _0x565d05>=_0x20a344;default:throw new Error(_0xcee38c(0x75)+_0xdc31fa);}}function ke(_0x4bd907,_0x190858){const _0x16324e=a0_0x2af595;if(_0x4bd907[_0x16324e(0x255)]('\x22')&&_0x4bd907[_0x16324e(0x1d2)]('\x22')||_0x4bd907[_0x16324e(0x255)]('\x27')&&_0x4bd907[_0x16324e(0x1d2)]('\x27'))return _0x4bd907[_0x16324e(0x13d)](0x1,-0x1);if(ve(_0x4bd907))return Te(_0x4bd907,_0x190858);const _0x3b5025=Number(_0x4bd907);return isNaN(_0x3b5025)?_0x4bd907:_0x3b5025;}function ve(_0x5deee2){const _0x5f147d=a0_0x2af595;if(!_0x5deee2||typeof _0x5deee2!='string')return!0x1;const _0x47854e=_0x5deee2[_0x5f147d(0x391)]();return/[+\-*/()]/[_0x5f147d(0x497)](_0x47854e)?/^[\d\s+\-*/().,a-z]+$/i[_0x5f147d(0x497)](_0x47854e):!0x1;}const Ae=new Map();function Te(_0x446b1c,_0x403c11=!0x0){const _0x2b8a23=a0_0x2af595,_0x348905=_0x446b1c['trim'](),_0x5efe04=_0x348905+':'+_0x403c11;if(Ae[_0x2b8a23(0x3db)](_0x5efe04))return Ae[_0x2b8a23(0x24b)](_0x5efe04);let _0x238fc6=_0x348905['replace'](/\s+/g,'');if(_0x403c11&&(_0x238fc6=_0x238fc6[_0x2b8a23(0xc1)](/round\(/g,_0x2b8a23(0x3e4))[_0x2b8a23(0xc1)](/floor\(/g,_0x2b8a23(0x452))[_0x2b8a23(0xc1)](/ceil\(/g,_0x2b8a23(0x315))['replace'](/abs\(/g,_0x2b8a23(0xec))[_0x2b8a23(0xc1)](/min\(/g,_0x2b8a23(0x305))[_0x2b8a23(0xc1)](/max\(/g,'Math.max(')[_0x2b8a23(0xc1)](/pow\(/g,'Math.pow(')['replace'](/sqrt\(/g,'Math.sqrt(')),!(_0x403c11?/^[\d+\-*/().,a-zA-Z]+$/:/^[\d+\-*/().]+$/)[_0x2b8a23(0x497)](_0x238fc6))throw new Error('Expression\x20contains\x20invalid\x20characters:\x20'+_0x446b1c);if(!_0x238fc6)throw new Error(_0x2b8a23(0x1aa));try{const _0x138bbb=Function(_0x2b8a23(0x375)+_0x238fc6+')')();if(typeof _0x138bbb!=_0x2b8a23(0x360)||isNaN(_0x138bbb))throw new Error('Expression\x20did\x20not\x20evaluate\x20to\x20a\x20number:\x20'+_0x446b1c);return Ae['set'](_0x5efe04,_0x138bbb),_0x138bbb;}catch(_0x341dbc){throw new Error(_0x2b8a23(0x217)+_0x446b1c+_0x2b8a23(0x21b)+_0x341dbc);}}function Tt(_0x457f9b,_0x43596f){const _0x38f27e=a0_0x2af595;if(!_0x43596f){const _0x548db4=Number(_0x457f9b);return isNaN(_0x548db4)?_0x457f9b:_0x548db4;}switch(_0x43596f[_0x38f27e(0xd1)]()){case'FL':return parseFloat(_0x457f9b);case'IN':return parseInt(_0x457f9b,0xa);case'CI':case'CS':case'ST':return _0x457f9b;case'DA':return new Date(_0x457f9b)[_0x38f27e(0x15d)]();default:const _0x566b03=Number(_0x457f9b);return isNaN(_0x566b03)?_0x457f9b:_0x566b03;}}const Mt=_0x15e2ae=>bt[_0x15e2ae]||_0x15e2ae;class Pe{static [a0_0x2af595(0x30b)]=(_0x41e52c,_0x4560bd,_0xdb9790)=>_0x41e52c?_0x41e52c[a0_0x2af595(0x1f4)][a0_0x2af595(0x33d)](_0x24100c=>this['evaluateNode'](_0x24100c,_0x4560bd,_0xdb9790)):!0x1;static [a0_0x2af595(0x1b2)]=(_0x3c6b16,_0x1f8f33,_0x55a6e8)=>{const _0x54f139=a0_0x2af595;if(!_0x3c6b16)return!0x1;if(_0x3c6b16['kind']==='comparison'){let _0x1f0b28=_0x3c6b16['data'][_0x54f139(0x1b0)];const _0x47e5c5=Mt(_0x3c6b16[_0x54f139(0x18e)]['LEFTVALUE']);_0x1f8f33[_0x47e5c5]!==void 0x0?_0x1f0b28=_0x1f8f33[_0x47e5c5]:_0x1f0b28=le(_0x3c6b16[_0x54f139(0x18e)][_0x54f139(0x1b0)],{'variableTree':_0x55a6e8,'dataType':_0x3c6b16[_0x54f139(0x18e)]['DATATYPE'],'silent':!0x0});const _0x197047=le(_0x3c6b16['data'][_0x54f139(0x1b3)],{'variableTree':_0x55a6e8,'dataType':_0x3c6b16[_0x54f139(0x18e)]['DATATYPE'],'silent':!0x0});return St[_0x3c6b16[_0x54f139(0x18e)][_0x54f139(0x2e1)]](_0x1f0b28,_0x197047);}if(_0x3c6b16[_0x54f139(0xf5)]===_0x54f139(0x297)){const _0x382497=_0x3c6b16[_0x54f139(0x2cd)]['map'](_0x3e5141=>this['evaluateNode'](_0x3e5141,_0x1f8f33,_0x55a6e8));switch(_0x3c6b16[_0x54f139(0x18e)][_0x54f139(0x120)]){case _0x54f139(0x47e):return _0x382497[_0x54f139(0x33d)](Boolean);case'OR':return _0x382497[_0x54f139(0x121)](Boolean);case _0x54f139(0x251):return!_0x382497[_0x54f139(0x33d)](Boolean);case _0x54f139(0x390):return!_0x382497[_0x54f139(0x121)](Boolean);default:return!0x1;}}return!0x1;};}class Fe{static[a0_0x2af595(0x422)](_0x10990b,_0x3928e0,_0x5a9921){const _0x146fc3=a0_0x2af595,_0x226f7f=_0x10990b['nodes'][_0x146fc3(0x11f)](_0x1a6415=>_0x1a6415[_0x146fc3(0xce)]===0x0||_0x1a6415[_0x146fc3(0xff)]===null);for(const _0x477ec3 of _0x10990b[_0x146fc3(0x41e)]){if(_0x477ec3[_0x146fc3(0xce)]===0x0||_0x477ec3['conditionTree']===null)continue;if(Pe[_0x146fc3(0x30b)](_0x477ec3[_0x146fc3(0xff)],_0x3928e0,_0x5a9921))return{'lindiv':_0x477ec3[_0x146fc3(0x301)],'nodeNum':_0x477ec3[_0x146fc3(0x24f)],'matched':!0x0,'isDefault':!0x1,'descriptorType':_0x10990b[_0x146fc3(0x1bd)][_0x146fc3(0xe1)]};}if(_0x226f7f)return{'lindiv':_0x226f7f[_0x146fc3(0x301)],'nodeNum':_0x226f7f['nodeNum'],'matched':!0x1,'isDefault':!0x0,'descriptorType':_0x10990b['descriptor'][_0x146fc3(0xe1)]};throw new Error(_0x146fc3(0x204));}static[a0_0x2af595(0x1fe)](_0x9effc6,_0x3ac96a,_0x36650d){const _0x249ea7=a0_0x2af595,_0x301f11=[];for(const _0x31cc4a of _0x9effc6['nodes']){if(_0x31cc4a[_0x249ea7(0xce)]===0x0||_0x31cc4a[_0x249ea7(0xff)]===null)continue;Pe[_0x249ea7(0x30b)](_0x31cc4a[_0x249ea7(0xff)],_0x3ac96a,_0x36650d)&&_0x301f11[_0x249ea7(0x32e)](_0x31cc4a);}return _0x301f11;}}class Nt{['descriptors'];constructor(_0x515606){const _0x147776=a0_0x2af595;this[_0x147776(0x14c)]=new Map(_0x515606[_0x147776(0x238)](_0x59a364=>[_0x59a364[_0x147776(0x1bd)][_0x147776(0x4b3)],_0x59a364]));}[a0_0x2af595(0x422)](_0x16fbc9,_0x2c76d1,_0x220dd0){const _0x1d4ead=a0_0x2af595,_0x34f581=this[_0x1d4ead(0x1c8)](_0x16fbc9);if(!_0x34f581)throw new Error(_0x1d4ead(0x192)+_0x16fbc9);return Fe[_0x1d4ead(0x422)](_0x34f581,_0x2c76d1,_0x220dd0);}[a0_0x2af595(0x1c8)](_0x3c20a1){const _0xba22c3=a0_0x2af595;return this[_0xba22c3(0x14c)][_0xba22c3(0x24b)](_0x3c20a1);}['hasDescriptor'](_0x587a91){const _0x50bd97=a0_0x2af595;return this['descriptors'][_0x50bd97(0x3db)](_0x587a91);}[a0_0x2af595(0x1a8)](){const _0x36ea36=a0_0x2af595;return Array[_0x36ea36(0x2c5)](this['descriptors'][_0x36ea36(0x381)]());}[a0_0x2af595(0x3d9)](_0x290412){const _0x342fde=a0_0x2af595;return Array[_0x342fde(0x2c5)](this[_0x342fde(0x14c)][_0x342fde(0x3f4)]())['filter'](_0x135539=>_0x135539[_0x342fde(0x1bd)]['DESC_TYPE']===_0x290412);}[a0_0x2af595(0x34d)](_0x229349,_0x4a37a7,_0x47adfc){const _0x2cc98d=a0_0x2af595,_0x549d6f=this[_0x2cc98d(0x1c8)](_0x229349);if(!_0x549d6f)throw new Error(_0x2cc98d(0x192)+_0x229349);return Fe['findAllNonDefaultMatches'](_0x549d6f,_0x4a37a7,_0x47adfc);}['getStats'](){const _0x5c30bd=a0_0x2af595,_0x2a669c={};for(const _0x304fa7 of this['descriptors'][_0x5c30bd(0x3f4)]()){const _0x4ffe8b=_0x304fa7['descriptor'][_0x5c30bd(0xe1)];_0x2a669c[_0x4ffe8b]=(_0x2a669c[_0x4ffe8b]||0x0)+0x1;}return{'total':this[_0x5c30bd(0x14c)][_0x5c30bd(0x2dc)],'byType':_0x2a669c,'names':this['getDescriptorNames']()};}}function Xe({children:_0x305e72,descriptorData:_0x2ac4a1}){const _0x10e4d8=a0_0x2af595,_0x28b89b=m[_0x10e4d8(0x12a)](()=>new Nt(_0x2ac4a1),[_0x2ac4a1]);return u[_0x10e4d8(0x277)](Se[_0x10e4d8(0x35a)],{'value':_0x28b89b,'children':_0x305e72});}const Je=m[a0_0x2af595(0x145)](void 0x0);function Qe(){const _0x49b666=a0_0x2af595,_0x172a94=m[_0x49b666(0x223)](Je);if(!_0x172a94)throw new Error(_0x49b666(0x3f1));return _0x172a94;}function et({children:_0x4709dd,initialMaterials:_0x42d97e=[],initialSurfaces:_0x29e23d=[]}){const _0x5b8f57=a0_0x2af595,[_0x4cd98b,_0x12231e]=m[_0x5b8f57(0x430)](_0x42d97e),[_0x5ba970,_0x5406dd]=m['useState'](_0x29e23d),[_0x8e41bd,_0x4d700e]=m['useState'](new Set()),[_0x49ee06,_0x1a19e0]=m[_0x5b8f57(0x430)](new Set()),[_0x270078,_0x13418]=m[_0x5b8f57(0x430)](new Set()),[_0x36647e,_0x22de86]=m['useState'](new Set()),_0x5dcdfc=m[_0x5b8f57(0x173)](_0x2a8e2f=>_0x4cd98b['some'](_0x1b5da3=>_0x1b5da3['NAME']===_0x2a8e2f),[_0x4cd98b]),_0x157a5a=m[_0x5b8f57(0x173)](_0x8527f8=>_0x5ba970['some'](_0x2c3c6a=>_0x2c3c6a['NAME']===_0x8527f8),[_0x5ba970]),_0x5d8be0=m[_0x5b8f57(0x173)](_0x45bb44=>_0x8e41bd['has'](_0x45bb44),[_0x8e41bd]),_0x42b21e=m[_0x5b8f57(0x173)](_0x11439c=>_0x49ee06[_0x5b8f57(0x3db)](_0x11439c),[_0x49ee06]),_0x1d3c41=m[_0x5b8f57(0x173)](_0x2950f0=>_0x270078[_0x5b8f57(0x3db)](_0x2950f0),[_0x270078]),_0x5abca1=m[_0x5b8f57(0x173)](_0x19dcc7=>_0x36647e[_0x5b8f57(0x3db)](_0x19dcc7),[_0x36647e]),_0x3584ec=m[_0x5b8f57(0x23d)](new Set()),_0x2e365c=m[_0x5b8f57(0x23d)](new Set()),_0xfffd81=m[_0x5b8f57(0x23d)](!0x1),[_0x4a89ab,_0x8a13c5]=m[_0x5b8f57(0x430)](0x0),_0x875475=m['useCallback'](_0x4f6b96=>{const _0x23956c=_0x5b8f57;if(!_0x4f6b96||_0x4f6b96===''||_0x5dcdfc(_0x4f6b96)||_0x8e41bd[_0x23956c(0x3db)](_0x4f6b96)||_0x270078['has'](_0x4f6b96))return;const _0x2edcde=_0x3584ec[_0x23956c(0x49b)]['size']===0x0;_0x3584ec[_0x23956c(0x49b)]['add'](_0x4f6b96),_0x2edcde&&queueMicrotask(()=>{_0xfffd81['current']&&_0x8a13c5(_0x468570=>_0x468570+0x1);});},[_0x5dcdfc,_0x8e41bd,_0x270078]),_0x3abad7=m[_0x5b8f57(0x173)](_0x233713=>{const _0x1b49ea=_0x5b8f57;if(!_0x233713||_0x233713===''||_0x233713===_0x1b49ea(0x451)||_0x157a5a(_0x233713)||_0x49ee06[_0x1b49ea(0x3db)](_0x233713)||_0x36647e[_0x1b49ea(0x3db)](_0x233713))return;const _0x4eeabe=_0x2e365c[_0x1b49ea(0x49b)][_0x1b49ea(0x2dc)]===0x0;_0x2e365c[_0x1b49ea(0x49b)]['add'](_0x233713),_0x4eeabe&&queueMicrotask(()=>{const _0x3fcc96=_0x1b49ea;_0xfffd81[_0x3fcc96(0x49b)]&&_0x8a13c5(_0x891369=>_0x891369+0x1);});},[_0x157a5a,_0x49ee06,_0x36647e]),_0x4e7839=m[_0x5b8f57(0x173)](async _0x5e8bd3=>{const _0x64fff8=_0x5b8f57;if(!_0x5e8bd3||_0x5e8bd3===''){console[_0x64fff8(0x36e)](_0x64fff8(0x405));return;}if(_0x5dcdfc(_0x5e8bd3))return _0x4cd98b['find'](_0x3eae9c=>_0x3eae9c['NAME']===_0x5e8bd3);if(!_0x8e41bd[_0x64fff8(0x3db)](_0x5e8bd3)&&!_0x270078[_0x64fff8(0x3db)](_0x5e8bd3)){_0x4d700e(_0x44ea26=>new Set(_0x44ea26)[_0x64fff8(0x2f3)](_0x5e8bd3));try{const _0x24d7ed=await Re[_0x64fff8(0x158)]()['fetchById'](_0x5e8bd3);if(_0x24d7ed)return _0x12231e(_0x4b91b7=>_0x4b91b7[_0x64fff8(0x121)](_0x1d144a=>_0x1d144a[_0x64fff8(0x4b3)]===_0x5e8bd3)?_0x4b91b7:[..._0x4b91b7,_0x24d7ed]),_0x24d7ed;console[_0x64fff8(0x36e)](_0x64fff8(0x44c)+_0x5e8bd3+_0x64fff8(0x27e)),_0x13418(_0x1e7304=>new Set(_0x1e7304)[_0x64fff8(0x2f3)](_0x5e8bd3));return;}catch(_0x2a180f){console['error'](_0x64fff8(0x31b)+_0x5e8bd3+':',_0x2a180f),_0x13418(_0x2f2cf7=>new Set(_0x2f2cf7)[_0x64fff8(0x2f3)](_0x5e8bd3));return;}finally{_0x4d700e(_0x2e0696=>{const _0x2b288f=new Set(_0x2e0696);return _0x2b288f['delete'](_0x5e8bd3),_0x2b288f;});}}},[_0x4cd98b,_0x5dcdfc,_0x8e41bd,_0x270078]),_0x36e108=m[_0x5b8f57(0x173)](async _0x51d43f=>{const _0x253ebd=_0x5b8f57;if(!(!_0x51d43f||_0x51d43f===''||_0x51d43f===_0x253ebd(0x451))){if(_0x157a5a(_0x51d43f))return _0x5ba970['find'](_0x5d9029=>_0x5d9029['NAME']===_0x51d43f);if(!_0x49ee06['has'](_0x51d43f)&&!_0x36647e[_0x253ebd(0x3db)](_0x51d43f)){_0x1a19e0(_0x4c8382=>new Set(_0x4c8382)[_0x253ebd(0x2f3)](_0x51d43f));try{const _0x233890=await Re['surfaceData']()[_0x253ebd(0x3bf)](_0x51d43f);if(_0x233890)return _0x5406dd(_0xa0e435=>_0xa0e435[_0x253ebd(0x121)](_0x597f57=>_0x597f57[_0x253ebd(0x4b3)]===_0x51d43f)?_0xa0e435:[..._0xa0e435,_0x233890]),_0x233890;console[_0x253ebd(0x36e)](_0x253ebd(0x262)+_0x51d43f+_0x253ebd(0x27e)),_0x22de86(_0x31e840=>new Set(_0x31e840)[_0x253ebd(0x2f3)](_0x51d43f));return;}catch(_0x36ecec){console[_0x253ebd(0x211)]('[MaterialProvider]\x20Failed\x20to\x20fetch\x20surface\x20'+_0x51d43f+':',_0x36ecec),_0x22de86(_0x4503de=>new Set(_0x4503de)[_0x253ebd(0x2f3)](_0x51d43f));return;}finally{_0x1a19e0(_0x640c18=>{const _0x8e274a=_0x253ebd,_0x3034a2=new Set(_0x640c18);return _0x3034a2[_0x8e274a(0x29d)](_0x51d43f),_0x3034a2;});}}}},[_0x5ba970,_0x157a5a,_0x49ee06,_0x36647e]);m[_0x5b8f57(0x13c)](()=>(_0xfffd81[_0x5b8f57(0x49b)]=!0x0,(_0x3584ec[_0x5b8f57(0x49b)]['size']>0x0||_0x2e365c['current']['size']>0x0)&&_0x8a13c5(_0x33c43d=>_0x33c43d+0x1),()=>{const _0x3420d4=_0x5b8f57;_0xfffd81[_0x3420d4(0x49b)]=!0x1;}),[]),m[_0x5b8f57(0x13c)](()=>{const _0x2106a7=_0x5b8f57;if(_0x3584ec['current']['size']>0x0){const _0x2e1a42=Array[_0x2106a7(0x2c5)](_0x3584ec['current']);_0x3584ec[_0x2106a7(0x49b)][_0x2106a7(0x44e)](),_0x2e1a42['forEach'](_0x3dcb3d=>{_0x4e7839(_0x3dcb3d);});}if(_0x2e365c[_0x2106a7(0x49b)][_0x2106a7(0x2dc)]>0x0){const _0x4a4a9c=Array['from'](_0x2e365c[_0x2106a7(0x49b)]);_0x2e365c['current']['clear'](),_0x4a4a9c[_0x2106a7(0x299)](_0x3b2544=>{_0x36e108(_0x3b2544);});}},[_0x4a89ab,_0x4e7839,_0x36e108]);const _0x1397eb=m[_0x5b8f57(0x12a)](()=>({'materials':_0x4cd98b,'surfaces':_0x5ba970,'loadingMaterials':_0x8e41bd,'loadingSurfaces':_0x49ee06,'failedMaterials':_0x270078,'failedSurfaces':_0x36647e,'fetchMaterial':_0x4e7839,'fetchSurface':_0x36e108,'queueMaterialFetch':_0x875475,'queueSurfaceFetch':_0x3abad7,'isFetchingMaterial':_0x5d8be0,'isFetchingSurface':_0x42b21e,'hasMaterial':_0x5dcdfc,'hasSurface':_0x157a5a,'hasFailedMaterial':_0x1d3c41,'hasFailedSurface':_0x5abca1}),[_0x4cd98b,_0x5ba970,_0x8e41bd,_0x49ee06,_0x270078,_0x36647e,_0x4e7839,_0x36e108,_0x875475,_0x3abad7,_0x5d8be0,_0x42b21e,_0x5dcdfc,_0x157a5a,_0x1d3c41,_0x5abca1]);return u[_0x5b8f57(0x277)](Je[_0x5b8f57(0x35a)],{'value':_0x1397eb,'children':_0x4709dd});}var S=(_0x34f5b0=>(_0x34f5b0[a0_0x2af595(0x4a3)]=a0_0x2af595(0x2c7),_0x34f5b0[a0_0x2af595(0x322)]=a0_0x2af595(0xe5),_0x34f5b0['_3D']='3D',_0x34f5b0))(S||{});function Dt({view:_0x34ceae}){const _0x4421f5=a0_0x2af595,_0x193b37=u[_0x4421f5(0xbf)]('div',{'style':{'display':'flex','flexDirection':_0x4421f5(0x110),'alignItems':_0x4421f5(0x481),'justifyContent':_0x4421f5(0x481),'padding':_0x4421f5(0x404),'background':_0x4421f5(0x17e),'borderRadius':'8px','opacity':0.5,'color':_0x4421f5(0xf9),'fontFamily':_0x4421f5(0x147)},'children':[u['jsx'](_0x4421f5(0x240),{'style':{'width':'10px','height':'10px','border':_0x4421f5(0x215),'borderTop':_0x4421f5(0x474),'borderRadius':_0x4421f5(0x1ea),'animation':'spin\x201s\x20linear\x20infinite'}}),u[_0x4421f5(0x277)](_0x4421f5(0x247),{'children':_0x4421f5(0x352)})]});return _0x34ceae===S[_0x4421f5(0x3a1)]?u[_0x4421f5(0x277)](Le['Html'],{'center':!0x0,'children':_0x193b37}):u['jsx'](_0x4421f5(0x240),{'style':{'position':_0x4421f5(0x35e),'top':_0x4421f5(0x1ea),'left':_0x4421f5(0x1ea),'transform':_0x4421f5(0x2f6),'zIndex':0x3e8},'children':_0x193b37});}function xe({error:_0x4121b2,insideCanvas:_0x12ecd5=!0x1}){const _0x5632b2=a0_0x2af595,_0xd87433=u['jsxs'](_0x5632b2(0x240),{'style':{'padding':_0x5632b2(0x2d1),'background':'rgba(255,\x200,\x200,\x200.1)','border':_0x5632b2(0x25b),'borderRadius':_0x5632b2(0x363),'color':_0x5632b2(0x29a),'fontFamily':_0x5632b2(0x276),'maxWidth':_0x5632b2(0xa5)},'children':[u['jsx']('h3',{'style':{'margin':_0x5632b2(0xaf),'color':_0x5632b2(0x29a)},'children':'Error'}),u['jsx']('p',{'style':{'margin':0x0,'fontSize':'14px','wordBreak':_0x5632b2(0x486)},'children':_0x4121b2})]});return _0x12ecd5?u['jsx'](Le[_0x5632b2(0x2c4)],{'center':!0x0,'children':_0xd87433}):u['jsx'](_0x5632b2(0x240),{'style':{'position':_0x5632b2(0x35e),'top':'50%','left':_0x5632b2(0x1ea),'transform':_0x5632b2(0x2f6),'zIndex':0x3e8},'children':_0xd87433});}const U=({view:_0x44f24c=S[a0_0x2af595(0x3a1)],position:_0x34b2dd=[0x0,0x0,0x0],rotation:_0x918ef8=[0x0,0x0,0x0],children:_0x3c46bd,onClick:_0x2eb1c0})=>{const _0xc94daf=a0_0x2af595;if(_0x44f24c===S[_0xc94daf(0x3a1)])return u[_0xc94daf(0x277)](_0xc94daf(0x88),{'position':[_0x34b2dd[0x0],_0x34b2dd[0x1],_0x34b2dd[0x2]],'rotation':_0x918ef8,'onClick':_0x2eb1c0,'onPointerOver':_0x4650e0=>{const _0x2cd58a=_0xc94daf;_0x2eb1c0&&(_0x4650e0[_0x2cd58a(0x46d)](),document[_0x2cd58a(0x90)][_0x2cd58a(0x247)][_0x2cd58a(0x46e)]=_0x2cd58a(0x1ba));},'onPointerOut':()=>{const _0x31862c=_0xc94daf;_0x2eb1c0&&(document['body'][_0x31862c(0x247)][_0x31862c(0x46e)]='default');},'children':_0x3c46bd});const _0x37f9a5=_0x34b2dd[0x0]*L,_0x353e30=_0x44f24c===S[_0xc94daf(0x4a3)]?_0x34b2dd[0x1]*L:_0x34b2dd[0x2]*L,_0x20a1d8=_0x918ef8[0x2]*(0xb4/Math['PI']);return u[_0xc94daf(0x277)]('g',{'transform':_0xc94daf(0x439)+_0x37f9a5+','+_0x353e30+')\x20rotate('+_0x20a1d8+')','onClick':_0x2eb1c0,'style':_0x2eb1c0?{'cursor':_0xc94daf(0x1ba)}:void 0x0,'children':_0x3c46bd});},Q=m['createContext'](null);function Me({children:_0x2a2982,articleName:_0x7d3b43,articleId:_0x166f6e,dimensionOverrides:_0x246a19}){const _0xb01089=a0_0x2af595,_0x2dc900={'articleName':_0x7d3b43,'articleId':_0x166f6e,'dimensionOverrides':_0x246a19};return u[_0xb01089(0x277)](Q[_0xb01089(0x35a)],{'value':_0x2dc900,'children':_0x2a2982});}function P(){const _0x234b1e=a0_0x2af595,_0x140c00=m[_0x234b1e(0x223)](he);if(!_0x140c00)throw new Error(_0x234b1e(0x468));const {tree:_0x14864f,setVarValue:_0x3594c1}=_0x140c00,_0x3b6f55=m['useMemo'](()=>_0x500d06=>fe(_0x500d06,_0x14864f),[_0x14864f]),_0x523cc8=m[_0x234b1e(0x12a)](()=>_0x48c72e=>Ee(_0x48c72e,_0x14864f),[_0x14864f]),_0x45408c=m[_0x234b1e(0x12a)](()=>_0x4f67a3=>ye(_0x4f67a3),[]);return{'tree':_0x14864f,'getValue':_0x3b6f55,'resolveString':_0x523cc8,'hasVariables':_0x45408c,'setVarValue':_0x3594c1};}function tt({children:_0x3286bf,overrides:_0x33cfa1}){const _0xcc2f7e=a0_0x2af595,_0x44f6ba=P(),[_0x2a0311,_0x5d0881]=m[_0xcc2f7e(0x430)](new Map()),_0x3dc4e1=m['useMemo'](()=>{const _0x5b59c9=_0xcc2f7e;let _0x6e152d=new Map(_0x44f6ba[_0x5b59c9(0xe0)]);return _0x33cfa1&&Object[_0x5b59c9(0x3ea)](_0x33cfa1)[_0x5b59c9(0x299)](([_0x566bb5,_0xd8db68])=>{_0x6e152d=oe(_0x566bb5,_0xd8db68,_0x6e152d);}),_0x2a0311[_0x5b59c9(0x299)]((_0x1c4dab,_0x4cfc29)=>{_0x6e152d=oe(_0x4cfc29,_0x1c4dab,_0x6e152d);}),_0x6e152d;},[_0x44f6ba['tree'],_0x33cfa1,_0x2a0311]),_0x2d7f78=m['useCallback']((_0xd53485,_0x5a4e20)=>{_0x5d0881(_0x45b611=>{const _0x50d292=a0_0xe714,_0x3ba457=new Map(_0x45b611);return _0x3ba457[_0x50d292(0xd8)](_0xd53485,_0x5a4e20),_0x3ba457;});},[]),_0x4f76de={'tree':_0x3dc4e1,'setVarValue':_0x2d7f78};return u[_0xcc2f7e(0x277)](he[_0xcc2f7e(0x35a)],{'value':_0x4f76de,'children':_0x3286bf});}function K(){const _0x6397ca=a0_0x2af595,_0x31f3b8=m[_0x6397ca(0x223)](Q);if(!_0x31f3b8)throw new Error(_0x6397ca(0x1f5));return _0x31f3b8;}function wt(){const _0x59fb6e=a0_0x2af595,{tree:_0x4efd2c,setVarValue:_0x5d9d57,getValue:_0x52ada6}=P(),{articleName:_0x3bc305,articleId:_0x48ff3f}=K(),_0x4ad53a=m['useRef'](!0x1),_0x14c4d9=_0x48ff3f||_0x3bc305,_0x315be7=m[_0x59fb6e(0x12a)](()=>{const _0x52fdb9=_0x59fb6e,_0x47fd20={},_0x33e7d5={},_0x4f612b={},_0x10d9d6={},_0x30b60c={},_0x3fc2ba={},_0xae2958={},_0x41f284={};return Array['from'](_0x4efd2c['entries']())['forEach'](([_0x4f5f81,_0x19908c])=>{const _0x4a7bc5=a0_0xe714,_0x4bb0e2=_0x52ada6(_0x4f5f81);if(_0x19908c['TYP']===w[_0x4a7bc5(0x312)]){const _0x5c4cc2=typeof _0x4bb0e2==_0x4a7bc5(0x360)?_0x4bb0e2:Number(_0x4bb0e2)||0x0;_0x33e7d5[_0x4f5f81]={'value':_0x5c4cc2,'min':-0x5a,'max':0x4e20,'step':0x1,'label':_0x4f5f81};}else _0x19908c['TYP']===w[_0x4a7bc5(0x373)]?_0x4f612b[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81}:_0x19908c['TYP']===w[_0x4a7bc5(0xda)]?_0x10d9d6[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81}:_0x19908c[_0x4a7bc5(0x369)]===w[_0x4a7bc5(0x4b4)]?_0x30b60c[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81}:_0x19908c[_0x4a7bc5(0x369)]===w[_0x4a7bc5(0x3c7)]?_0x3fc2ba[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81}:_0x19908c[_0x4a7bc5(0x369)]===w[_0x4a7bc5(0x3e9)]?_0xae2958[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81}:_0x19908c[_0x4a7bc5(0x369)]===w['color']&&(_0x41f284[_0x4f5f81]={'value':String(_0x4bb0e2||''),'label':_0x4f5f81});}),_0x47fd20['Numeric']=B[_0x52fdb9(0x294)](_0x33e7d5,{'collapsed':!0x1}),_0x47fd20[_0x52fdb9(0x2c6)]=B[_0x52fdb9(0x294)](_0x4f612b,{'collapsed':!0x0}),_0x47fd20[_0x52fdb9(0xb5)]=B['folder'](_0x10d9d6,{'collapsed':!0x0}),_0x47fd20[_0x52fdb9(0x2ad)]=B[_0x52fdb9(0x294)](_0x30b60c,{'collapsed':!0x0}),_0x47fd20[_0x52fdb9(0x3c7)]=B[_0x52fdb9(0x294)](_0x3fc2ba,{'collapsed':!0x0}),_0x47fd20[_0x52fdb9(0x448)]=B[_0x52fdb9(0x294)](_0xae2958,{'collapsed':!0x0}),_0x47fd20[_0x52fdb9(0x37d)]=B['folder'](_0x41f284,{'collapsed':!0x0}),_0x47fd20;},[_0x4efd2c,_0x52ada6]),_0x582565=B[_0x59fb6e(0x344)](_0x59fb6e(0xf0)+_0x14c4d9,_0x315be7);return m[_0x59fb6e(0x13c)](()=>{const _0x336abb=_0x59fb6e;if(_0x4ad53a[_0x336abb(0x49b)]){_0x4ad53a[_0x336abb(0x49b)]=!0x1;return;}let _0x445884=!0x1;Object[_0x336abb(0x3ea)](_0x582565)[_0x336abb(0x299)](([_0x213b91,_0x112a17])=>{_0x52ada6(_0x213b91)!=_0x112a17&&(_0x5d9d57(_0x213b91,_0x112a17),_0x445884=!0x0);}),_0x445884&&(_0x4ad53a['current']=!0x0);},[_0x582565,_0x52ada6,_0x5d9d57]),null;}function $(){const _0x57dc0a=a0_0x2af595,_0x1866b3=m[_0x57dc0a(0x223)](O);if(_0x1866b3===void 0x0)throw new Error(_0x57dc0a(0x179));return _0x1866b3;}function rt(_0x78c84b,_0x5b09a2,_0x2d68cd){const _0xe1558c=a0_0x2af595,{getArticleData:_0x4d471e}=$(),{articleName:_0x6c5408}=K(),{anglClies:_0x3fd220}=_0x4d471e(_0x6c5408),_0x26eb54=_0x3fd220[_0xe1558c(0x11f)](_0x52e9c1=>_0x52e9c1[_0xe1558c(0xde)]===_0x78c84b&&_0x52e9c1[_0xe1558c(0x2f0)]===_0x2d68cd&&_0x52e9c1['TAGNAME']===_0x5b09a2);return _0x26eb54?{'thickness':Number(_0x26eb54[_0xe1558c(0x4a1)])}:null;}function Ct(_0x43d98f){const _0x513711=a0_0x2af595,{getArticleData:_0x48457d}=$(),{resolveString:_0xa3a1b6}=P(),{articleName:_0x1a0280}=K(),_0x2ccb62=_0x48457d(_0x1a0280)[_0x513711(0x16b)];if(!_0x2ccb62)return null;const _0x4310db=_0x2ccb62['filter'](_0x1d1121=>_0x1d1121[_0x513711(0xde)]===_0x43d98f),_0x218950=new Map();return _0x4310db[_0x513711(0x238)](_0x499b85=>_0x218950[_0x513711(0xd8)]('AD\x20zone\x20info0'+(_0x499b85[_0x513711(0x49d)]+0x1),_0xa3a1b6(_0x499b85[_0x513711(0x48e)]))),{'zoneInfo':_0x218950};}function It(_0x33a5b8,_0x106867,_0x59b012){const _0x5a7f73=a0_0x2af595,_0xdc1dfe=!_0x106867||_0x106867===_0x5a7f73(0x258),_0x462f71=!_0x59b012||_0x59b012===_0x5a7f73(0x258);return _0xdc1dfe&&_0x462f71?_0x33a5b8:_0xdc1dfe?_0x462f71?_0x33a5b8:_0x59b012:_0x106867;}function a0_0xe714(_0x55025e,_0x4c99b4){_0x55025e=_0x55025e-0x72;const _0x1d9712=a0_0x1d97();let _0xe71438=_0x1d9712[_0x55025e];return _0xe71438;}function it(_0x106f6b){return!_0x106f6b||_0x106f6b===''?{'textureId':void 0x0,'isValid':!0x1}:{'textureId':_0x106f6b,'isValid':!0x0};}function kt(_0x2ccf67){const _0x382d17=a0_0x2af595,{materials:_0xe5870a,queueMaterialFetch:_0x222319,isFetchingMaterial:_0x3b607e,hasMaterial:_0x4fa688,hasFailedMaterial:_0x4ead30}=Qe(),{resolveString:_0x31b41e}=P(),_0x5bc285=_0xe5870a['find'](_0x2cf6d9=>_0x2cf6d9['NAME']===_0x2ccf67);if(!_0x5bc285&&(_0x2ccf67&&_0x2ccf67!==''&&_0x2ccf67!=='0')&&(!_0x3b607e(_0x2ccf67)&&!_0x4fa688(_0x2ccf67)&&_0x4ead30(_0x2ccf67),_0x222319(_0x2ccf67)),!_0x5bc285)return;const _0x320e29=_0x31b41e(_0x5bc285?.[_0x382d17(0x472)]||''),_0x55221d=it(_0x320e29);return{..._0x5bc285,'renderInfo':_0x55221d};}function Oe(_0x13b91f){const _0x4fbc14=a0_0x2af595,{surfaces:_0x4dc003,queueSurfaceFetch:_0x1d6ba0,isFetchingSurface:_0x3c357d,hasSurface:_0x498214,hasFailedSurface:_0x118cbf}=Qe(),{resolveString:_0x558c5b}=P(),_0x521b90=_0x4dc003[_0x4fbc14(0x11f)](_0x14f326=>_0x14f326[_0x4fbc14(0x4b3)]===_0x13b91f);if(!_0x521b90&&(_0x13b91f&&_0x13b91f!==''&&_0x13b91f!=='0')&&(!_0x3c357d(_0x13b91f)&&!_0x498214(_0x13b91f)&&!_0x118cbf(_0x13b91f)&&console[_0x4fbc14(0x2c0)]('[SurfHelper]\x20Surface\x20'+_0x13b91f+'\x20not\x20found,\x20queuing\x20fetch'),_0x1d6ba0(_0x13b91f)),!_0x521b90)return;const _0x13945b=_0x558c5b(_0x521b90?.[_0x4fbc14(0x472)]||''),_0x33386b=it(_0x13945b);return{..._0x521b90,'renderInfo':_0x33386b};}function st(_0x190630){const _0x22a6dc=a0_0x2af595,{kmsList:_0x342e24}=$(),{resolveString:_0x11968d}=P(),_0x569406=_0x342e24[_0x22a6dc(0x11f)](_0x3e909f=>_0x3e909f['NAME']===_0x190630);if(!_0x569406){console[_0x22a6dc(0x36e)](_0x22a6dc(0x3b4)+_0x190630+_0x22a6dc(0x358));return;}const _0x34178d=_0x11968d(_0x569406?.[_0x22a6dc(0x138)]||''),_0x2bb45a=_0x11968d(_0x569406?.[_0x22a6dc(0x246)]||''),_0x17edde=_0x11968d(_0x569406?.[_0x22a6dc(0x2db)]||''),_0x1ed79a=kt(_0x34178d),_0x4bcf12=Oe(_0x2bb45a),_0x5c0c6b=Oe(_0x17edde),_0x28428c=It(_0x1ed79a?.[_0x22a6dc(0x336)][_0x22a6dc(0x12e)],_0x4bcf12?.[_0x22a6dc(0x336)]['textureId'],_0x5c0c6b?.[_0x22a6dc(0x336)][_0x22a6dc(0x12e)]);return{'name':_0x569406?.[_0x22a6dc(0x4b3)],'material':_0x1ed79a,'surfaceTop':_0x4bcf12,'surfaceBot':_0x5c0c6b,'render':_0x28428c,'thk':(_0x1ed79a?.['THK']||0x0)+(_0x4bcf12?.[_0x22a6dc(0x3ac)]||0x0)+(_0x5c0c6b?.[_0x22a6dc(0x3ac)]||0x0)};}function _e(_0x53a249){const _0x3d1a65=a0_0x2af595,{cabins:_0x5b7ea3}=$(),_0x451483=_0x5b7ea3[_0x3d1a65(0x11f)](_0x582868=>_0x582868[_0x3d1a65(0x4b3)]===_0x53a249);if(!_0x451483)return;const _0x1909d3=_0x451483[_0x3d1a65(0x3ca)];return{'kms':st(_0x1909d3||'')};}function de(_0x31d886){const _0x16787a=a0_0x2af595,{getArticleData:_0x54adb8}=$(),{articleName:_0xc41b63}=K(),{anglZones:_0x2fbbc7}=_0x54adb8(_0xc41b63),_0x4acaf1=_0x2fbbc7[_0x16787a(0x11f)](_0x518f16=>_0x518f16['TREEID']===_0x31d886),_0x3d8bde=_0x2fbbc7[_0x16787a(0x171)](_0x575387=>_0x575387[_0x16787a(0xde)][_0x16787a(0x194)](0x0,_0x575387['TREEID']['lastIndexOf']('.'))===_0x31d886);return _0x3d8bde[_0x16787a(0x492)]((_0x54e094,_0x46aa1f)=>_0x54e094[_0x16787a(0xde)][_0x16787a(0x364)](_0x46aa1f['TREEID'],void 0x0,{'numeric':!0x0})),_0x4acaf1?{'currentZone':_0x4acaf1,'children':_0x3d8bde,get 'topShelfCP'(){const _0xcae8fd=_0x16787a;return _e(_0x4acaf1[_0xcae8fd(0xcd)]);},get 'bottomShelfCP'(){return _e(_0x4acaf1['BOTSHELF']);},'zoneInfo'(){return Ct(_0x31d886)?.['zoneInfo'];},'getThk'(_0x75192c,_0x2c86cd,_0xb98614){const _0x28bf5f=_0x16787a;return _0xb98614===''?0x0:rt(_0x75192c,_0x2c86cd,gt)?.[_0x28bf5f(0x86)]??_e(_0xb98614)?.[_0x28bf5f(0x3dd)][_0x28bf5f(0x1fa)]??0x0;},get 'topShelfThk'(){const _0x18a477=_0x16787a;return this[_0x18a477(0x3de)](_0x31d886,se[_0x18a477(0x471)],_0x4acaf1['TOPSHELF']);},get 'bottomShelfThk'(){const _0x39d496=_0x16787a;return this[_0x39d496(0x3de)](_0x31d886,se[_0x39d496(0x428)],_0x4acaf1['BOTSHELF']);},get 'dividerThk'(){const _0x3e4c74=_0x16787a;return this[_0x3e4c74(0x3de)](_0x31d886,se[_0x3e4c74(0x8e)],_0x4acaf1[_0x3e4c74(0x1fc)]);}}:null;}var nt=(_0x4403bb=>(_0x4403bb[a0_0x2af595(0x313)]='S',_0x4403bb[a0_0x2af595(0xb7)]='D',_0x4403bb['Back']='B',_0x4403bb[a0_0x2af595(0x2dd)]='H',_0x4403bb))(nt||{});function Pt(_0x479c23){const _0x230309=a0_0x2af595,{csides:_0x3a5fd8}=$(),_0x2934d5=_0x3a5fd8[_0x230309(0x11f)](_0x36c063=>_0x36c063['NAME']===_0x479c23);if(!_0x2934d5){console[_0x230309(0x36e)](_0x230309(0x366)+_0x479c23+_0x230309(0x483));return;}const _0x2bff02=st(_0x2934d5[_0x230309(0x3ca)]);return{..._0x2934d5,'kms':_0x2bff02};}function Ft(_0x216ba6,_0x42b488){const _0x1c5b60=a0_0x2af595;if(_0x42b488===nt[_0x1c5b60(0x313)]&&_0x216ba6!='')return Pt(_0x216ba6);}function re(_0x56702a){const _0x38facc=a0_0x2af595,{getArticleData:_0x1d395b}=$(),{articleName:_0x452b9f}=K(),{resolveString:_0xa56e3b}=P(),{anglElems:_0x4a6f7a}=_0x1d395b(_0x452b9f),_0x3c7327=_0x4a6f7a[_0x38facc(0x11f)](_0x331446=>_0x331446[_0x38facc(0xde)]===_0x56702a),_0x495def=Rt(_0x56702a),_0x55795e=de(_0x495def),_0x3ef627=rt(_0x56702a,se['IAC_THICKNESS'],_t);let _0x6ca5df;if(_0x3c7327&&_0x3c7327[_0x38facc(0x2b9)]!=''&&(_0x6ca5df=Ft(_0x3c7327['CPNAME'],_0x3c7327[_0x38facc(0x122)])),!_0x3c7327)return null;const _0xb2f7b8=_0x3c7327[_0x38facc(0x2b9)]===''?0x0:_0x3ef627?.['thickness']??_0x6ca5df?.[_0x38facc(0x3dd)]?.[_0x38facc(0x1fa)]??0x0,_0x7361e4=_0x3c7327['CPNAME']===''?0x0:_0x3c7327[_0x38facc(0x82)]!==''?le(_0xa56e3b(_0x3c7327['INSETFOR'])):Number(_0x3c7327[_0x38facc(0x3fe)]),_0x5f3c59=(typeof _0x7361e4==_0x38facc(0x385)?0x0:_0x7361e4)||0x0,_0x256346=_0x3c7327[_0x38facc(0x2fe)]||_0x38facc(0x91),_0x5cd101=_0x3c7327[_0x38facc(0x2b9)],_0x342337=_0x55795e?.[_0x38facc(0x438)]||0x0,_0x188a8a=_0x55795e?.[_0x38facc(0x47a)]||0x0,_0x34e51c={'start':Number(_0x3c7327['STARTOFFS'])||0x0,'end':Number(_0x3c7327[_0x38facc(0x267)])||0x0,'top':Number(_0x3c7327[_0x38facc(0x266)])||0x0,'bottom':Number(_0x3c7327['BOTOFFS'])||0x0},_0x1bde78={'start':_0x3c7327[_0x38facc(0x16f)],'end':_0x3c7327['ENDTRIM'],'top':_0x3c7327[_0x38facc(0x261)],'bottom':_0x3c7327['BOTTRIM']},_0x57eb21={'top':_0x1bde78[_0x38facc(0x3f6)]==='S'?_0x342337:0x0,'bottom':_0x1bde78['bottom']==='S'?_0x188a8a:0x0};return{'TREEID':_0x56702a,'sidePanel':_0x6ca5df,'thk':_0xb2f7b8,'inset':_0x5f3c59,'color':_0x256346,'CPNAME':_0x5cd101,'topThk':_0x342337,'bottomThk':_0x188a8a,'oversize':_0x34e51c,'trim':_0x1bde78,'elmTrimThk':_0x57eb21};}var N=class extends Error{constructor(_0x4887b0){const _0x49850d=a0_0x2af595;super(_0x49850d(0x304)+_0x4887b0),this['name']=_0x49850d(0x132);}},Ot=class at{['cache']=new Map();[a0_0x2af595(0x2ee)]='';[a0_0x2af595(0x33e)]=[];[a0_0x2af595(0x3f0)]=0x0;['current']=0x0;['errors']=[];['reportError'](_0x2325b9){const _0x28d740=a0_0x2af595;this[_0x28d740(0x34e)]['push'](_0x2325b9);}static ['MATHEMATICAL_FUNCTIONS']={'abs':a0_0x2af595(0x3ab),'acos':a0_0x2af595(0x3ab),'asin':'FUNCTION','atan':a0_0x2af595(0x3ab),'bog2deg':a0_0x2af595(0x3ab),'cos':a0_0x2af595(0x3ab),'deg2bog':a0_0x2af595(0x3ab),'in2mm':a0_0x2af595(0x3ab),'ln':a0_0x2af595(0x3ab),'log':'FUNCTION','log10':a0_0x2af595(0x3ab),'max':a0_0x2af595(0x3ab),'maxunder':'FUNCTION','mm2in':a0_0x2af595(0x3ab),'nextto':a0_0x2af595(0x3ab),'pi':a0_0x2af595(0x3ab),'pow':a0_0x2af595(0x3ab),'round':a0_0x2af595(0x3ab),'sin':a0_0x2af595(0x3ab),'sqr':a0_0x2af595(0x3ab),'tab':a0_0x2af595(0x3ab),'tan':a0_0x2af595(0x3ab)};[a0_0x2af595(0x26c)](_0x3785b0){const _0x5107ae=a0_0x2af595;if(this[_0x5107ae(0x141)][_0x5107ae(0x3db)](_0x3785b0)){const _0x113ccb=this[_0x5107ae(0x141)][_0x5107ae(0x24b)](_0x3785b0);return this['cache'][_0x5107ae(0x29d)](_0x3785b0),this[_0x5107ae(0x141)]['set'](_0x3785b0,_0x113ccb),_0x113ccb;}try{this['source']=_0x3785b0;const _0x45a135=this[_0x5107ae(0x489)]();if(this['cache']['set'](this[_0x5107ae(0x2ee)],_0x45a135),this[_0x5107ae(0x141)][_0x5107ae(0x2dc)]>0x3){const _0x1ebb32=this[_0x5107ae(0x141)]['keys']()[_0x5107ae(0xf8)]()[_0x5107ae(0x383)];this[_0x5107ae(0x141)][_0x5107ae(0x29d)](_0x1ebb32);}return _0x45a135;}catch(_0x116a5c){throw console['error'](_0x116a5c),new Error(_0x116a5c instanceof Error?_0x116a5c[_0x5107ae(0x44d)]:String(_0x116a5c));}}[a0_0x2af595(0x489)](){const _0x54e2b5=a0_0x2af595;this[_0x54e2b5(0xd5)]();try{if(this[_0x54e2b5(0x2ee)][_0x54e2b5(0x359)]('<')||this[_0x54e2b5(0x2ee)]['includes']('>'))throw new Error(_0x54e2b5(0x22e));if(this[_0x54e2b5(0x2ee)][_0x54e2b5(0xc2)]===0x0)throw new Error('Empty\x20input\x20string');for(this[_0x54e2b5(0x3f0)]=0x0,this['current']=0x0,this[_0x54e2b5(0x33e)]=[],this[_0x54e2b5(0x3f0)]===0x0&&this[_0x54e2b5(0xd6)](_0x54e2b5(0x495),'<');!this[_0x54e2b5(0x35c)]();){this[_0x54e2b5(0x3f0)]=this[_0x54e2b5(0x49b)];const _0x2f1ee2=this[_0x54e2b5(0x149)]();switch(_0x2f1ee2){case':':this[_0x54e2b5(0xd6)](_0x54e2b5(0x1c1),'>'),this[_0x54e2b5(0xd6)]('LEFT_ANGLE_BRACKET','<'),this[_0x54e2b5(0x31c)]();break;case'\x20':case'\x0d':case'\x09':case'\x0a':this[_0x54e2b5(0x31c)]();break;case'0':case'1':case'2':case'3':case'4':case'5':case'6':case'7':case'8':case'9':case'.':this[_0x54e2b5(0x146)]();break;case'$':this[_0x54e2b5(0x133)]();break;case'+':case'-':case'*':case'/':this[_0x54e2b5(0xd6)](_0x54e2b5(0x117),_0x2f1ee2),this[_0x54e2b5(0x31c)]();break;case'(':this[_0x54e2b5(0xd6)](_0x54e2b5(0x1b9),'('),this[_0x54e2b5(0x31c)]();break;case')':this[_0x54e2b5(0xd6)]('PAREN_CLOSE',')'),this['advance']();break;case'{':this[_0x54e2b5(0x49b)]!=0x0&&this[_0x54e2b5(0x33e)][this['tokens']['length']-0x1][_0x54e2b5(0x7d)]!=_0x54e2b5(0x117)&&this[_0x54e2b5(0xd6)](_0x54e2b5(0x117),'*'),this[_0x54e2b5(0xd6)](_0x54e2b5(0x18c),'{'),this[_0x54e2b5(0xd6)](_0x54e2b5(0x495),'<'),this[_0x54e2b5(0x31c)]();break;case'}':this[_0x54e2b5(0xd6)](_0x54e2b5(0x1c1),'>'),this[_0x54e2b5(0xd6)](_0x54e2b5(0x15b),'}'),this[_0x54e2b5(0x31c)]();break;case'[':this[_0x54e2b5(0xd6)]('OPERATOR','~'),this[_0x54e2b5(0xd6)](_0x54e2b5(0x417),'['),this[_0x54e2b5(0x31c)]();break;case']':this[_0x54e2b5(0xd6)]('BRACKET_CLOSE',']'),this[_0x54e2b5(0x31c)]();break;case'm':this['peekNext']()==='m'?this['scanMm']():this[_0x54e2b5(0xe9)]();break;default:this[_0x54e2b5(0x2ed)](_0x2f1ee2)?this[_0x54e2b5(0xe9)]():this[_0x54e2b5(0x198)]('Unexpected\x20character:\x20'+_0x2f1ee2+_0x54e2b5(0x2f2)+this['current']);}}if(this[_0x54e2b5(0xd6)]('RIGHT_ANGLE_BRACKET','>'),this[_0x54e2b5(0xd6)](_0x54e2b5(0x1b1),''),this[_0x54e2b5(0x34e)][_0x54e2b5(0xc2)]>0x0)throw new Error(this['errors'][_0x54e2b5(0x40b)](',\x0a'));return this[_0x54e2b5(0x33e)];}catch(_0x55a9dc){throw new Error(_0x55a9dc instanceof Error?_0x55a9dc[_0x54e2b5(0x44d)]:String(_0x55a9dc));}}['isAtEnd'](){const _0x1939a5=a0_0x2af595;return this[_0x1939a5(0x49b)]>=this[_0x1939a5(0x2ee)]['length'];}[a0_0x2af595(0x31c)](){const _0x2fa84a=a0_0x2af595;return this['source'][_0x2fa84a(0x43f)](this[_0x2fa84a(0x49b)]++);}['peek'](){const _0x29641a=a0_0x2af595;return this[_0x29641a(0x35c)]()?'\x00':this[_0x29641a(0x2ee)][_0x29641a(0x43f)](this[_0x29641a(0x49b)]);}[a0_0x2af595(0x3a7)](){const _0x241296=a0_0x2af595;return this[_0x241296(0x49b)]+0x1>=this[_0x241296(0x2ee)][_0x241296(0xc2)]?'\x00':this[_0x241296(0x2ee)][_0x241296(0x43f)](this['current']+0x1);}[a0_0x2af595(0xd6)](_0x4986e3,_0xdca3f7){const _0x16089d=a0_0x2af595;this[_0x16089d(0x33e)][_0x16089d(0x32e)]({'type':_0x4986e3,'lexeme':_0xdca3f7||(_0x4986e3?this[_0x16089d(0x2ee)][_0x16089d(0x194)](this['start'],this['current']):''),'position':this['start']});}[a0_0x2af595(0x224)](_0xb6988c){const _0x4e9aa9=a0_0x2af595;return/^[0-9]$/[_0x4e9aa9(0x497)](_0xb6988c);}['isAlpha'](_0x338469){const _0x33beb6=a0_0x2af595;return/^[a-zA-Z]$/[_0x33beb6(0x497)](_0x338469);}[a0_0x2af595(0x146)](){const _0xa9aa91=a0_0x2af595;for(;this['isDigit'](this[_0xa9aa91(0x149)]());)this['advance']();if(this[_0xa9aa91(0x149)]()==='.'){for(this[_0xa9aa91(0x31c)](),this[_0xa9aa91(0x224)](this[_0xa9aa91(0x149)]())||this[_0xa9aa91(0x198)](_0xa9aa91(0x2e2)+this['current']);this['isDigit'](this[_0xa9aa91(0x149)]());)this['advance']();}this[_0xa9aa91(0xd6)]('NUMBER');}[a0_0x2af595(0x133)](){const _0x2c7723=a0_0x2af595;for(this[_0x2c7723(0x31c)]();/[a-zA-Z0-9_]/['test'](this[_0x2c7723(0x149)]());)this[_0x2c7723(0x31c)]();const _0x3ea5a5=this[_0x2c7723(0x2ee)][_0x2c7723(0x194)](this['start']+0x1,this['current']);if(_0x3ea5a5[_0x2c7723(0x1d2)]('mm')){const _0x2c1e9e=_0x3ea5a5[_0x2c7723(0x194)](0x0,_0x3ea5a5[_0x2c7723(0xc2)]-0x2);_0x2c1e9e&&_0x2c1e9e[_0x2c7723(0xc2)]>0x0?(this[_0x2c7723(0xd6)](_0x2c7723(0x269),_0x2c1e9e),this[_0x2c7723(0xd6)](_0x2c7723(0x1d6),'mm')):this[_0x2c7723(0x198)](_0x2c7723(0x250));}else this[_0x2c7723(0xd6)](_0x2c7723(0x269),_0x3ea5a5);}[a0_0x2af595(0x37a)](){const _0x2beba3=a0_0x2af595;this[_0x2beba3(0x31c)](),this['advance'](),this[_0x2beba3(0xd6)](_0x2beba3(0x1d6),'mm');}['scanIdentifierOrFunction'](){const _0x20430e=a0_0x2af595,_0x200397=['X','Y','n'];for(;this[_0x20430e(0x2ed)](this[_0x20430e(0x149)]());)this[_0x20430e(0x31c)]();const _0x58dd3b=this[_0x20430e(0x2ee)][_0x20430e(0x194)](this[_0x20430e(0x3f0)],this[_0x20430e(0x49b)]),_0x1bf11a=at[_0x20430e(0xcc)][_0x58dd3b[_0x20430e(0x3e3)]()];_0x1bf11a!=null?this[_0x20430e(0xd6)](_0x1bf11a,_0x58dd3b):_0x200397[_0x20430e(0x359)](_0x58dd3b)?this[_0x20430e(0xd6)](_0x20430e(0x87),_0x58dd3b):this['reportError'](_0x20430e(0xcf)+_0x58dd3b+_0x20430e(0x2f2)+this[_0x20430e(0x49b)]);}['resetState'](){const _0x4f5a8b=a0_0x2af595;this['tokens']=[],this[_0x4f5a8b(0x3f0)]=0x0,this[_0x4f5a8b(0x49b)]=0x0,this['errors']=[];}},$t=class{['cache']=new Map();[a0_0x2af595(0x33e)]=[];[a0_0x2af595(0x49b)]=0x0;[a0_0x2af595(0x85)](_0x41fadd){const _0x42f3e9=a0_0x2af595;if(this[_0x42f3e9(0x141)][_0x42f3e9(0x3db)](_0x41fadd)){const _0x4ba2bc=this[_0x42f3e9(0x141)]['get'](_0x41fadd);return this[_0x42f3e9(0x141)]['delete'](_0x41fadd),this[_0x42f3e9(0x141)][_0x42f3e9(0xd8)](_0x41fadd,_0x4ba2bc),_0x4ba2bc;}try{this[_0x42f3e9(0x33e)]=_0x41fadd;const _0x147c81=this[_0x42f3e9(0xaa)](_0x41fadd);if(this[_0x42f3e9(0x141)][_0x42f3e9(0xd8)](_0x41fadd,_0x147c81),this[_0x42f3e9(0x141)][_0x42f3e9(0x2dc)]>0x3){const _0x2a49c6=this['cache'][_0x42f3e9(0x381)]()[_0x42f3e9(0xf8)]()['value'];this[_0x42f3e9(0x141)][_0x42f3e9(0x29d)](_0x2a49c6);}return _0x147c81;}catch(_0x2fba6b){throw new Error(_0x2fba6b instanceof Error?_0x2fba6b['message']:String(_0x2fba6b));}}[a0_0x2af595(0xaa)](_0x260406){const _0x2d25fa=a0_0x2af595;if(this[_0x2d25fa(0x41b)](),this[_0x2d25fa(0x33e)]['length']===0x0)throw new Error(_0x2d25fa(0x1e5));try{return this['expression']();}catch(_0x413ef4){throw new Error(_0x413ef4 instanceof Error?_0x413ef4[_0x2d25fa(0x44d)]:String(_0x413ef4));}}[a0_0x2af595(0x41b)]=()=>{const _0x308f52=a0_0x2af595;this[_0x308f52(0x49b)]=0x0;};[a0_0x2af595(0x161)](){const _0x493c8=a0_0x2af595;if(this[_0x493c8(0x35c)]())return!0x1;const _0x164912=this[_0x493c8(0x149)]();return _0x164912[_0x493c8(0x7d)]==='UNIT'&&_0x164912[_0x493c8(0x3eb)]==='mm';}['consumeMillimeterSuffix'](){const _0x11ec16=a0_0x2af595;return this['checkMillimeterSuffix']()?(this[_0x11ec16(0x31c)](),!0x0):!0x1;}[a0_0x2af595(0x113)](){const _0x31a098=a0_0x2af595,_0x21c0fa=[];if(!this['check'](_0x31a098(0x495)))return this['expression']();for(;this[_0x31a098(0x3d3)]('LEFT_ANGLE_BRACKET');){this[_0x31a098(0x31c)]();let _0x35215b=this[_0x31a098(0x227)]();this[_0x31a098(0x1d0)]('RIGHT_ANGLE_BRACKET','Expected\x20\x27>\x27\x20after\x20section\x20expression.'),_0x21c0fa[_0x31a098(0x32e)]({'type':_0x31a098(0x15c),'nodes':_0x35215b,'hasMillimeterSuffix':this[_0x31a098(0x310)]()});}if(_0x21c0fa[_0x31a098(0xc2)]===0x1){const _0x2c7e03=_0x21c0fa[0x0];return _0x2c7e03['type']==='Section'&&_0x2c7e03['nodes'][_0x31a098(0x7d)]===_0x31a098(0x15c)?_0x2c7e03[_0x31a098(0x41e)]:_0x2c7e03;}return{'type':_0x31a098(0xb8),'sections':_0x21c0fa};}[a0_0x2af595(0x227)](){const _0x5cd563=a0_0x2af595;try{let _0xfc658e=this[_0x5cd563(0x4b5)]();for(;!this[_0x5cd563(0x35c)]()&&this['check'](_0x5cd563(0x117))&&['+','-'][_0x5cd563(0x359)](this[_0x5cd563(0x149)]()[_0x5cd563(0x3eb)]);){this[_0x5cd563(0x31c)]();const _0x1d0c81=this[_0x5cd563(0x260)]()[_0x5cd563(0x3eb)],_0x5e5e93=this[_0x5cd563(0x4b5)]();_0xfc658e={'type':'BinaryExpression','left':_0xfc658e,'operator':_0x1d0c81,'right':_0x5e5e93};}return _0xfc658e;}catch(_0x225a73){throw new Error(_0x5cd563(0x3b7)+_0x225a73[_0x5cd563(0x44d)]);}}[a0_0x2af595(0x4b5)](){const _0x3cffc7=a0_0x2af595;try{let _0x4dc008=this[_0x3cffc7(0x177)]();for(;!this[_0x3cffc7(0x35c)]()&&this[_0x3cffc7(0x3d3)]('OPERATOR')&&['*','/','~'][_0x3cffc7(0x359)](this[_0x3cffc7(0x149)]()[_0x3cffc7(0x3eb)]);){this['advance']();const _0x4044b5=this[_0x3cffc7(0x260)]()[_0x3cffc7(0x3eb)],_0x52e723=this[_0x3cffc7(0x177)]();if(_0x52e723[_0x3cffc7(0x7d)]===_0x3cffc7(0x8a)&&_0x52e723[_0x3cffc7(0x225)]==='n')throw new Error(_0x3cffc7(0x1e1));_0x4dc008={'type':_0x3cffc7(0xbc),'left':_0x4dc008,'operator':_0x4044b5,'right':_0x52e723};}return _0x4dc008;}catch(_0x5dc62e){throw new Error(_0x3cffc7(0xbe)+_0x5dc62e[_0x3cffc7(0x44d)]);}}[a0_0x2af595(0x177)](){const _0x56af8e=a0_0x2af595;try{if(this['check'](_0x56af8e(0x117))&&['-','+'][_0x56af8e(0x359)](this['peek']()[_0x56af8e(0x3eb)])){this[_0x56af8e(0x31c)]();const _0x2da72f=this['previous']()[_0x56af8e(0x3eb)],_0x17621d=this[_0x56af8e(0x177)]();return{'type':_0x56af8e(0x78),'operator':_0x2da72f,'right':_0x17621d};}return this[_0x56af8e(0x92)]();}catch(_0x4e28df){throw new Error(_0x56af8e(0x2c3)+_0x4e28df[_0x56af8e(0x44d)]);}}['primary'](){const _0x2d2311=a0_0x2af595;try{if(this['check'](_0x2d2311(0x4a9)))return this[_0x2d2311(0x31c)](),{'type':_0x2d2311(0x2ef),'value':parseFloat(this[_0x2d2311(0x260)]()['lexeme']),'hasMillimeterSuffix':this[_0x2d2311(0x310)]()};if(this[_0x2d2311(0x3d3)](_0x2d2311(0x269)))return this[_0x2d2311(0x31c)](),{'type':_0x2d2311(0x254),'name':this['previous']()[_0x2d2311(0x3eb)],'hasMillimeterSuffix':this[_0x2d2311(0x310)]()};if(this[_0x2d2311(0x3d3)](_0x2d2311(0x87)))return this[_0x2d2311(0x31c)](),{'type':'SpecialVariable','name':this['previous']()[_0x2d2311(0x3eb)],'hasMillimeterSuffix':this[_0x2d2311(0x260)]()[_0x2d2311(0x3eb)]==='n'};if(this[_0x2d2311(0x3d3)](_0x2d2311(0x3ab))){this[_0x2d2311(0x31c)]();const _0x4f33d1=this[_0x2d2311(0x260)]()[_0x2d2311(0x3eb)];this['consume']('PAREN_OPEN',_0x2d2311(0x13f)+_0x4f33d1+'\x27.');const _0x5169fd=this[_0x2d2311(0x227)]();return this[_0x2d2311(0x1d0)](_0x2d2311(0x252),_0x2d2311(0x2fb)),{'type':'FunctionCall','name':_0x4f33d1,'arg':_0x5169fd,'hasMillimeterSuffix':this['consumeMillimeterSuffix']()};}if(this[_0x2d2311(0x3d3)](_0x2d2311(0x1b9))){this[_0x2d2311(0x31c)]();const _0xa1a200=this['expression']();if(!_0xa1a200)throw new Error(_0x2d2311(0x26b));return this['consume'](_0x2d2311(0x252),_0x2d2311(0x2f1)),{'type':'Grouping','expression':_0xa1a200,'hasMillimeterSuffix':this['consumeMillimeterSuffix']()};}if(this[_0x2d2311(0x3d3)](_0x2d2311(0x252)))throw new Error('Unexpected\x20\x27)\x27\x20without\x20a\x20matching\x20\x27(\x27.');if(this[_0x2d2311(0x3d3)]('BRACE_OPEN')){this[_0x2d2311(0x31c)]();let _0x2e101c=this[_0x2d2311(0x113)]();return this[_0x2d2311(0x1d0)]('BRACE_CLOSE',_0x2d2311(0x2d8)),_0x2e101c[_0x2d2311(0x7d)]==='Section'&&_0x2e101c[_0x2d2311(0x41e)][_0x2d2311(0x7d)]===_0x2d2311(0x15c)&&(_0x2e101c=_0x2e101c[_0x2d2311(0x41e)]),{'type':_0x2d2311(0x35b),'toRepeat':_0x2e101c,'hasMillimeterSuffix':this[_0x2d2311(0x310)]()};}if(this[_0x2d2311(0x3d3)](_0x2d2311(0x495)))return this[_0x2d2311(0x113)]();throw new Error(_0x2d2311(0x46b)+this[_0x2d2311(0x149)]()[_0x2d2311(0x3eb)]);}catch(_0x908770){throw new Error('Failed\x20to\x20parse\x20primary:\x20'+_0x908770[_0x2d2311(0x44d)]);}}[a0_0x2af595(0x3d3)](_0x545573){const _0x29fada=a0_0x2af595;return this[_0x29fada(0x35c)]()?!0x1:this['peek']()[_0x29fada(0x7d)]===_0x545573;}['advance'](){const _0x1b96cf=a0_0x2af595;return this[_0x1b96cf(0x35c)]()||this['current']++,this[_0x1b96cf(0x260)]();}['consume'](_0x2752a3,_0x4cec92){if(this['check'](_0x2752a3))return this['advance']();throw new Error(_0x4cec92);}['isAtEnd'](){const _0x438241=a0_0x2af595;return this['current']>=this['tokens'][_0x438241(0xc2)];}['peek'](){const _0x36e2e5=a0_0x2af595;return this[_0x36e2e5(0x33e)][this[_0x36e2e5(0x49b)]];}[a0_0x2af595(0x260)](){const _0xeb624d=a0_0x2af595;return this[_0xeb624d(0x33e)][this[_0xeb624d(0x49b)]-0x1];}},$e=_0x53b4a4=>_0x53b4a4[a0_0x2af595(0x7d)]==='SpecialVariable'&&_0x53b4a4['name']==='n';function Bt(_0x46a71e,_0x3fcaf2){const _0x1ace82=a0_0x2af595;if(_0x46a71e[_0x1ace82(0x3cd)][_0x1ace82(0x7d)]==='SpecialVariable'&&_0x46a71e[_0x1ace82(0x3cd)][_0x1ace82(0x225)]==='n')return new N('Cannot\x20have\x20n\x20in\x20the\x20right\x20side\x20of\x20an\x20expression');const _0x449635=$e(_0x46a71e[_0x1ace82(0x293)])?_0x46a71e['left']:this[_0x1ace82(0x422)](_0x46a71e['left']),_0x3a7da7=$e(_0x46a71e[_0x1ace82(0x3cd)])?_0x46a71e[_0x1ace82(0x3cd)]:this[_0x1ace82(0x422)](_0x46a71e[_0x1ace82(0x3cd)]);if(_0x449635 instanceof N)return _0x449635;if(_0x3a7da7 instanceof N)return _0x3a7da7;const _0x409e9f=_0x449635[_0x1ace82(0x7d)]===_0x1ace82(0x2ef)&&_0x3a7da7['type']===_0x1ace82(0x2ef),_0x442bde=_0x409e9f?_0x449635[_0x1ace82(0x48d)]===_0x3a7da7[_0x1ace82(0x48d)]:!0x1,_0x5a9a3b=_0x495424=>_0x495424[_0x1ace82(0x7d)]===_0x1ace82(0x35b);switch(_0x46a71e[_0x1ace82(0x321)]){case'+':return _0x409e9f&&_0x442bde&&_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x1?{'type':_0x1ace82(0x2ef),'value':_0x449635['value']+_0x3a7da7[_0x1ace82(0x383)],'hasMillimeterSuffix':_0x449635[_0x1ace82(0x48d)]===!0x0||_0x3a7da7[_0x1ace82(0x48d)]===!0x0,'spreadMm':_0x449635['spreadMm']||_0x3a7da7[_0x1ace82(0x2b1)]}:_0x409e9f&&_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x0?{'type':_0x1ace82(0x2ef),'value':_0x449635['value']+_0x3a7da7['value'],'spreadMm':_0x449635[_0x1ace82(0x48d)]||_0x3a7da7[_0x1ace82(0x48d)]}:{'type':_0x1ace82(0xbc),'operator':'+','left':_0x449635,'right':_0x3a7da7};case'*':return _0x409e9f&&_0x3fcaf2?.['isInsideGroup']==!0x0?{'type':_0x1ace82(0x2ef),'value':_0x449635[_0x1ace82(0x383)]*_0x3a7da7[_0x1ace82(0x383)],'hasMillimeterSuffix':_0x449635[_0x1ace82(0x48d)]===!0x0||_0x3a7da7['hasMillimeterSuffix']===!0x0,'spreadMm':_0x449635['spreadMm']||_0x3a7da7[_0x1ace82(0x2b1)]}:_0x5a9a3b(_0x3a7da7)&&_0x449635['type']===_0x1ace82(0x2ef)?{'type':_0x1ace82(0x35b),'toRepeat':_0x3a7da7['toRepeat'],'times':Math[_0x1ace82(0x274)](_0x449635[_0x1ace82(0x383)]),'hasMillimeterSuffix':_0x3a7da7['type']===_0x1ace82(0x2ef)&&_0x3a7da7[_0x1ace82(0x48d)]||!0x1}:_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x1&&_0x449635[_0x1ace82(0x7d)]!==_0x1ace82(0x8a)&&_0x449635[_0x1ace82(0x225)]!=='n'?new N(_0x1ace82(0x46c)):_0x449635[_0x1ace82(0x7d)]===_0x1ace82(0x8a)?{'type':_0x1ace82(0xbc),'operator':'*','left':_0x449635,'right':{'type':'NumberLiteral','value':_0x3a7da7[_0x1ace82(0x383)],'hasMillimeterSuffix':!0x0}}:{'type':_0x1ace82(0xbc),'operator':'*','left':_0x449635,'right':_0x3a7da7,'hasMillimeterSuffix':_0x449635['hasMillimeterSuffix']||_0x3a7da7['hasMillimeterSuffix']};case'/':if(_0x409e9f&&_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x0)return{'type':_0x1ace82(0x2ef),'value':_0x449635[_0x1ace82(0x383)]/_0x3a7da7['value'],'hasMillimeterSuffix':_0x449635[_0x1ace82(0x48d)]===!0x0||_0x3a7da7[_0x1ace82(0x48d)]===!0x0};if(_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x1)return new N(_0x1ace82(0x14b));case'-':return _0x409e9f&&_0x442bde&&_0x3fcaf2?.['isInsideGroup']==!0x1?{'type':_0x1ace82(0x2ef),'value':_0x449635[_0x1ace82(0x383)]-_0x3a7da7[_0x1ace82(0x383)],'hasMillimeterSuffix':_0x449635[_0x1ace82(0x48d)]===!0x0||_0x3a7da7[_0x1ace82(0x48d)]===!0x0,'spreadMm':_0x449635[_0x1ace82(0x2b1)]||_0x3a7da7[_0x1ace82(0x2b1)]}:_0x409e9f&&_0x3fcaf2?.[_0x1ace82(0xe2)]==!0x0?{'type':_0x1ace82(0x2ef),'value':_0x449635[_0x1ace82(0x383)]-_0x3a7da7[_0x1ace82(0x383)],'spreadMm':_0x449635[_0x1ace82(0x48d)]||_0x3a7da7[_0x1ace82(0x48d)]}:{'type':_0x1ace82(0xbc),'operator':'-','left':_0x449635,'right':_0x3a7da7};default:throw new N('Invalid\x20Operator');}}function jt(_0x3ef387,_0x4a5709){const _0x5e8c37=a0_0x2af595,_0x5dad14=this[_0x5e8c37(0x422)](_0x3ef387[_0x5e8c37(0x334)]);if(_0x5dad14 instanceof N)throw new N(_0x5e8c37(0x22b));switch(_0x3ef387['name']['toLowerCase']()){case _0x5e8c37(0x36d):return{'type':_0x5e8c37(0x2ef),'value':Math['abs'](_0x5dad14['value']),'hasMillimeterSuffix':_0x5dad14['hasMillimeterSuffix'],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x136):return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x136)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x18a):return{'type':'NumberLiteral','value':Math[_0x5e8c37(0x18a)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x142):return{'type':'NumberLiteral','value':Math[_0x5e8c37(0x142)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'cos':return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x3a5)](_0x5dad14['value']),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'sin':return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x27d)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14['hasMillimeterSuffix'],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'tan':return{'type':'NumberLiteral','value':Math['tan'](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x274):return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x274)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'bog2deg':return{'type':'NumberLiteral','value':_0x5dad14[_0x5e8c37(0x383)]*(0xb4/Math['PI']),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'deg2bog':return{'type':_0x5e8c37(0x2ef),'value':_0x5dad14[_0x5e8c37(0x383)]*(Math['PI']/0xb4),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x281):return{'type':_0x5e8c37(0x2ef),'value':_0x5dad14['value']*25.4,'hasMillimeterSuffix':_0x5dad14['hasMillimeterSuffix'],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x446):return{'type':_0x5e8c37(0x2ef),'value':_0x5dad14[_0x5e8c37(0x383)]/25.4,'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case'ln':return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x2c0)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14['hasMillimeterSuffix'],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};case _0x5e8c37(0x98):return{'type':_0x5e8c37(0x2ef),'value':Math[_0x5e8c37(0x98)](_0x5dad14[_0x5e8c37(0x383)]),'hasMillimeterSuffix':_0x5dad14[_0x5e8c37(0x48d)],'spreadMm':_0x4a5709?.[_0x5e8c37(0xe2)]===!0x1};default:throw new N(_0x5e8c37(0x1e4));}}function Vt(_0x507aa3){const _0x2299e0=a0_0x2af595;if(!this['variables']||!(_0x507aa3['name']in this[_0x2299e0(0x100)]))throw new N('Variable\x20'+_0x507aa3['name']+'\x20is\x20not\x20defined.');return{'type':_0x2299e0(0x2ef),'value':this[_0x2299e0(0x100)][_0x507aa3[_0x2299e0(0x225)]],'hasMillimeterSuffix':_0x507aa3[_0x2299e0(0x48d)]};}var zt=class{['nestingLevel']=0x0;[a0_0x2af595(0x100)]={};constructor(){const _0x317ce9=a0_0x2af595;this[_0x317ce9(0x21e)]=Bt[_0x317ce9(0x275)](this),this[_0x317ce9(0x2fc)]=jt[_0x317ce9(0x275)](this),this['evaluateVariable']=Vt['bind'](this);}[a0_0x2af595(0x422)](_0x3546fa,_0x20089d={'isInsideGroup':!0x1},_0x521a87){const _0x5a12f4=a0_0x2af595;this['nestingLevel']++;try{if(_0x521a87&&(this[_0x5a12f4(0x100)]=_0x521a87),this[_0x5a12f4(0x1e6)](_0x3546fa))return this[_0x5a12f4(0xfd)](_0x3546fa,_0x20089d);if(this[_0x5a12f4(0x345)](_0x3546fa)){const _0x456f95=this[_0x5a12f4(0x422)](_0x3546fa[_0x5a12f4(0x41e)],_0x20089d);return _0x456f95 instanceof N?new N('Error\x20in\x20section\x20'+JSON[_0x5a12f4(0x473)](_0x3546fa)):{..._0x3546fa,'nodes':_0x456f95};}if(this[_0x5a12f4(0x427)](_0x3546fa)){if(_0x20089d[_0x5a12f4(0xe2)]){if(_0x3546fa[_0x5a12f4(0x48d)])return{..._0x3546fa,'spreadMm':!0x0};}else return _0x3546fa;}if(this[_0x5a12f4(0x19f)](_0x3546fa)){_0x20089d={..._0x20089d,'isInsideGroup':!0x0};const _0x35c0f4=this[_0x5a12f4(0x422)](_0x3546fa[_0x5a12f4(0x227)],_0x20089d);return _0x35c0f4 instanceof N?_0x35c0f4:{..._0x35c0f4,'hasMillimeterSuffix':_0x3546fa[_0x5a12f4(0x48d)]};}if(this[_0x5a12f4(0x357)](_0x3546fa)){const _0x11d641=this[_0x5a12f4(0x422)](_0x3546fa[_0x5a12f4(0x30a)]);return _0x11d641 instanceof N?_0x11d641:{..._0x3546fa,'toRepeat':_0x11d641};}if(this[_0x5a12f4(0x1d8)](_0x3546fa))return this['evaluateBinaryExpression'](_0x3546fa,_0x20089d);if(this['isUnaryExpression'](_0x3546fa))return{'type':_0x5a12f4(0x2ef),'value':_0x3546fa[_0x5a12f4(0x321)]==='-'?-0x1*_0x3546fa['right']['value']:_0x3546fa[_0x5a12f4(0x3cd)][_0x5a12f4(0x383)],'hasMillimeterSuffix':_0x3546fa['right'][_0x5a12f4(0x48d)]};if(this[_0x5a12f4(0x93)](_0x3546fa))return this[_0x5a12f4(0x2fc)](_0x3546fa,_0x20089d);if(this[_0x5a12f4(0x450)](_0x3546fa)){if(this[_0x5a12f4(0x100)])return this['evaluateVariable'](_0x3546fa);throw new N(_0x5a12f4(0x167));}throw new N('unsupported\x20node\x20type:\x20'+_0x3546fa[_0x5a12f4(0x7d)]);}catch(_0x486e54){throw new N(_0x486e54['message']);}finally{this[_0x5a12f4(0x3b5)]--;}}[a0_0x2af595(0x1de)](_0x5991f8){const _0xed406f=a0_0x2af595;return _0x5991f8['type']===_0xed406f(0x78);}[a0_0x2af595(0x427)](_0x1cce4b){const _0x45030b=a0_0x2af595;return _0x1cce4b['type']===_0x45030b(0x2ef);}[a0_0x2af595(0x450)](_0x4428a6){const _0x6e909a=a0_0x2af595;return _0x4428a6[_0x6e909a(0x7d)]===_0x6e909a(0x254)||_0x4428a6[_0x6e909a(0x7d)]===_0x6e909a(0x8a);}[a0_0x2af595(0x1d8)](_0x3e3585){const _0xe35d39=a0_0x2af595;return _0x3e3585[_0xe35d39(0x7d)]===_0xe35d39(0xbc);}[a0_0x2af595(0x93)](_0x5a771e){const _0x1b1f6c=a0_0x2af595;return _0x5a771e['type']===_0x1b1f6c(0x3d4);}[a0_0x2af595(0x19f)](_0xd5de8){const _0x94a747=a0_0x2af595;return _0xd5de8['type']===_0x94a747(0x218);}['isRepeated'](_0x579418){const _0x28b992=a0_0x2af595;return _0x579418['type']===_0x28b992(0x35b);}[a0_0x2af595(0x1e6)](_0x2ec21c){const _0x216d3d=a0_0x2af595;return _0x2ec21c[_0x216d3d(0x7d)]===_0x216d3d(0xb8);}[a0_0x2af595(0x345)](_0x2a15dd){const _0xbeede4=a0_0x2af595;return _0x2a15dd['type']===_0xbeede4(0x15c);}[a0_0x2af595(0xfd)](_0x24d17e,_0xd50319={'isInsideGroup':!0x1}){const _0x156a71=a0_0x2af595;return{'type':_0x156a71(0xb8),'sections':_0x24d17e[_0x156a71(0x113)][_0x156a71(0x238)](_0x4272b4=>{const _0x59b4c1=_0x156a71,_0x57ead1=this[_0x59b4c1(0x422)](_0x4272b4[_0x59b4c1(0x41e)]);if(_0x57ead1 instanceof N)throw _0x57ead1;return{'type':_0x59b4c1(0x15c),'nodes':_0x57ead1};})};}['evaluateBinaryExpression'];[a0_0x2af595(0x2fc)];[a0_0x2af595(0x1da)];};function z(_0x4b923e,_0x2c74e0){const _0x43abea=a0_0x2af595;if(!_0x4b923e)throw new N('unsupported\x20node\x20type\x20to\x20traverse:\x20'+JSON[_0x43abea(0x473)](_0x4b923e));_0x2c74e0(_0x4b923e),_0x4b923e[_0x43abea(0x7d)]===_0x43abea(0xb8)&&Array['isArray'](_0x4b923e[_0x43abea(0x113)])?_0x4b923e['sections'][_0x43abea(0x299)](_0x111eb8=>z(_0x111eb8,_0x2c74e0)):_0x4b923e['type']===_0x43abea(0x15c)&&_0x4b923e[_0x43abea(0x41e)]?z(_0x4b923e[_0x43abea(0x41e)],_0x2c74e0):_0x4b923e[_0x43abea(0x7d)];}var Gt=class{[a0_0x2af595(0x3b8)](_0x3a9bc7,_0x176747,_0x31df09,_0x161e63,_0x3a7ba0,_0x20ff4e,_0x29d2bd,_0x2ce474,_0x378199){const _0x5ecd66=a0_0x2af595;let _0x35befa=0x0;if(_0x29d2bd==='M'){for(let _0x14b3de=0x1;_0x14b3de<_0x3a9bc7['sections']['length']-0x1;_0x14b3de++)_0x35befa+=_0x161e63;}if(_0x29d2bd==='O'){for(let _0x5b9ad9=0x1;_0x5b9ad9<_0x3a9bc7[_0x5ecd66(0x113)][_0x5ecd66(0xc2)]-0x1;_0x5b9ad9++)_0x35befa+=_0x161e63*0x2;}return _0x3a7ba0==='M'&&(_0x35befa+=_0x176747/0x2),_0x3a7ba0==='O'&&(_0x35befa+=_0x176747),_0x20ff4e==='M'&&(_0x35befa+=_0x176747/0x2),_0x20ff4e==='O'&&(_0x35befa+=_0x176747),_0x378199==='M'&&(_0x35befa+=_0x31df09/0x2),_0x378199==='O'&&(_0x35befa+=_0x31df09),_0x2ce474==='M'&&(_0x35befa+=_0x31df09/0x2),_0x2ce474==='O'&&(_0x35befa+=_0x31df09),_0x35befa;}},Ut=class{['calculateSections'](_0x1f96b6,_0x59954c=0x1f4,_0x33f544=0x0,_0x36e53a){const _0x5e2396=a0_0x2af595;try{if(_0x1f96b6 instanceof N)throw _0x1f96b6;if(_0x1f96b6[_0x5e2396(0x7d)]!==_0x5e2396(0xb8)&&_0x1f96b6[_0x5e2396(0x7d)]!=='Section')throw new N(_0x5e2396(0x127)+JSON[_0x5e2396(0x473)](_0x1f96b6));let _0x1bc732={'type':_0x5e2396(0xb8),'sections':[]};if(_0x1f96b6[_0x5e2396(0x7d)]===_0x5e2396(0xb8)){for(const _0xd39207 of _0x1f96b6[_0x5e2396(0x113)])if(_0xd39207[_0x5e2396(0x41e)]['type']==='Repeated'&&_0xd39207[_0x5e2396(0x41e)]['times']){for(let _0x95db5=0x0;_0x95db5<(_0xd39207['nodes']?.[_0x5e2396(0x34a)]??0x0);_0x95db5++)if(_0xd39207[_0x5e2396(0x41e)]['toRepeat'][_0x5e2396(0x7d)]===_0x5e2396(0x15c))_0x1bc732[_0x5e2396(0x113)][_0x5e2396(0x32e)](_0xd39207['nodes'][_0x5e2396(0x30a)]);else{if(_0xd39207[_0x5e2396(0x41e)][_0x5e2396(0x30a)][_0x5e2396(0x7d)]===_0x5e2396(0xb8)){for(const _0x1a05eb of _0xd39207[_0x5e2396(0x41e)]['toRepeat']['sections'])_0x1bc732['sections'][_0x5e2396(0x32e)](_0x1a05eb);}}}else _0x1bc732[_0x5e2396(0x113)]['push'](_0xd39207);}else _0x1f96b6[_0x5e2396(0x7d)]===_0x5e2396(0x15c)&&_0x1bc732[_0x5e2396(0x113)]['push'](_0x1f96b6);if(_0x36e53a){const _0x57a971=new Gt()[_0x5e2396(0x3b8)](_0x1bc732,_0x36e53a[_0x5e2396(0x123)],_0x36e53a[_0x5e2396(0xdf)],_0x33f544,_0x36e53a[_0x5e2396(0x323)],_0x36e53a[_0x5e2396(0x2ea)],_0x36e53a[_0x5e2396(0x393)],_0x36e53a[_0x5e2396(0x408)],_0x36e53a[_0x5e2396(0x242)]);}_0x1bc732[_0x5e2396(0x113)][_0x5e2396(0x299)](_0x27b044=>{let _0x3a15ea=!0x1;z(_0x27b044,_0x508d66=>{const _0x589776=a0_0xe714;_0x508d66['type']===_0x589776(0x2ef)?_0x508d66?.[_0x589776(0x2b1)]===!0x0&&(_0x3a15ea=!0x0):_0x508d66['type']===_0x589776(0xbc)&&_0x508d66['left'][_0x589776(0x7d)]===_0x589776(0x2ef)&&(_0x508d66[_0x589776(0x293)]?.[_0x589776(0x2b1)]===!0x0&&(_0x3a15ea=!0x0),_0x508d66[_0x589776(0x3cd)]?.['spreadMm']===!0x0&&(_0x3a15ea=!0x0));}),_0x3a15ea&&z(_0x27b044,_0x2364f6=>{const _0x710896=a0_0xe714;_0x2364f6['type']==='NumberLiteral'?_0x2364f6['hasMillimeterSuffix']=!0x0:_0x2364f6[_0x710896(0x7d)]===_0x710896(0xbc)&&(_0x2364f6['left'][_0x710896(0x7d)]===_0x710896(0x2ef)&&(_0x2364f6['left'][_0x710896(0x48d)]=!0x0),_0x2364f6[_0x710896(0x3cd)][_0x710896(0x7d)]===_0x710896(0x2ef)&&(_0x2364f6[_0x710896(0x3cd)][_0x710896(0x48d)]=!0x0));});});let _0x1a1504=0x0;const _0x4fbe3f=_0x1dda41=>{const _0x313dd5=_0x5e2396;if(_0x33f544&&_0x1dda41[_0x313dd5(0x7d)]===_0x313dd5(0x15c)&&(_0x1a1504+=_0x33f544),_0x1dda41[_0x313dd5(0x7d)]===_0x313dd5(0x2ef))_0x1dda41[_0x313dd5(0x48d)]===!0x0&&(_0x1a1504+=_0x1dda41[_0x313dd5(0x383)]);else{if(_0x1dda41['type']===_0x313dd5(0xbc)){const _0x2cd4d3=_0x1dda41;_0x2cd4d3[_0x313dd5(0x293)][_0x313dd5(0x7d)]===_0x313dd5(0x2ef)&&_0x2cd4d3[_0x313dd5(0x3cd)][_0x313dd5(0x7d)]===_0x313dd5(0x2ef)&&(_0x2cd4d3['left']['hasMillimeterSuffix']===!0x0&&(_0x1a1504+=_0x2cd4d3['left'][_0x313dd5(0x383)]),_0x2cd4d3[_0x313dd5(0x3cd)][_0x313dd5(0x48d)]===!0x0&&(_0x1a1504+=_0x2cd4d3['right']['value']));}}};if(_0x1bc732['sections'][_0x5e2396(0x299)](_0x5c1e26=>z(_0x5c1e26,_0x4fbe3f)),_0x1a1504>_0x59954c)throw new N('Total\x20length\x20exceeded');let _0x8eac40=_0x59954c-_0x1a1504+_0x33f544,_0x83e869=0x0;const _0xfc40ca=_0x23a6f3=>{const _0x5d5d56=_0x5e2396;if(_0x23a6f3['type']===_0x5d5d56(0xbc)){const _0x393e6e=_0x23a6f3;if(_0x393e6e['right'][_0x5d5d56(0x7d)]==='NumberLiteral'&&_0x393e6e[_0x5d5d56(0x293)][_0x5d5d56(0x7d)]===_0x5d5d56(0x8a)&&_0x393e6e[_0x5d5d56(0x293)][_0x5d5d56(0x225)]==='n'&&_0x393e6e[_0x5d5d56(0x321)]==='*'){_0x83e869=Math[_0x5d5d56(0xae)](_0x8eac40/(_0x393e6e[_0x5d5d56(0x3cd)][_0x5d5d56(0x383)]+_0x33f544));const _0x150dca=(_0x83e869-0x1)*_0x33f544,_0x17fd70=_0x83e869*_0x393e6e['right']['value'];_0x8eac40+=-_0x150dca-_0x17fd70;}}};_0x1bc732[_0x5e2396(0x113)][_0x5e2396(0x299)](_0x22cb60=>z(_0x22cb60,_0xfc40ca));let _0x5a3304=0x0;const _0x39368c=_0x3a6cfb=>{const _0x1b8cd6=_0x5e2396;_0x3a6cfb['type']===_0x1b8cd6(0xbc)&&(_0x3a6cfb[_0x1b8cd6(0x293)]['type']===_0x1b8cd6(0x2ef)&&_0x3a6cfb[_0x1b8cd6(0x293)][_0x1b8cd6(0x48d)]===!0x1&&(_0x5a3304+=_0x3a6cfb[_0x1b8cd6(0x293)][_0x1b8cd6(0x383)]),_0x3a6cfb[_0x1b8cd6(0x3cd)][_0x1b8cd6(0x7d)]===_0x1b8cd6(0x2ef)&&_0x3a6cfb[_0x1b8cd6(0x3cd)][_0x1b8cd6(0x48d)]===!0x1&&(_0x5a3304+=_0x3a6cfb['right'][_0x1b8cd6(0x383)])),_0x3a6cfb[_0x1b8cd6(0x7d)]==='NumberLiteral'&&_0x3a6cfb[_0x1b8cd6(0x48d)]===!0x1&&(_0x5a3304+=_0x3a6cfb['value']);};_0x1bc732[_0x5e2396(0x113)][_0x5e2396(0x299)](_0x2cb03b=>{z(_0x2cb03b,_0x39368c);});const _0x3e9d00=_0x8eac40/_0x5a3304,_0x23e2c0=[],_0x114b00=_0x4fc27a=>{const _0x74ab66=_0x5e2396;let _0x1789cc=0x0,_0x5d07e1=0x0;if(_0x4fc27a[_0x74ab66(0x7d)]===_0x74ab66(0x2ef))_0x4fc27a[_0x74ab66(0x48d)]===!0x1&&(_0x1789cc+=_0x4fc27a['value']*_0x3e9d00),_0x4fc27a[_0x74ab66(0x48d)]===!0x0&&(_0x5d07e1+=_0x4fc27a['value']),_0x23e2c0[_0x74ab66(0x32e)](Number((_0x1789cc+_0x5d07e1)[_0x74ab66(0x3dc)](0x2)));else{if(_0x4fc27a['type']===_0x74ab66(0xbc)&&(_0x4fc27a[_0x74ab66(0x293)][_0x74ab66(0x7d)]==='NumberLiteral'&&_0x4fc27a['right'][_0x74ab66(0x7d)]==='NumberLiteral'&&(_0x4fc27a[_0x74ab66(0x293)]['hasMillimeterSuffix']===!0x1&&(_0x1789cc+=_0x4fc27a[_0x74ab66(0x293)][_0x74ab66(0x383)]*_0x3e9d00),_0x4fc27a['left'][_0x74ab66(0x48d)]===!0x0&&(_0x5d07e1+=_0x4fc27a[_0x74ab66(0x293)]['value']),_0x4fc27a['right'][_0x74ab66(0x48d)]===!0x1&&(_0x1789cc+=_0x4fc27a[_0x74ab66(0x3cd)][_0x74ab66(0x383)]*_0x3e9d00),_0x4fc27a[_0x74ab66(0x3cd)]['hasMillimeterSuffix']===!0x0&&(_0x5d07e1+=_0x4fc27a[_0x74ab66(0x3cd)][_0x74ab66(0x383)]),_0x23e2c0[_0x74ab66(0x32e)](Number((_0x1789cc+_0x5d07e1)[_0x74ab66(0x3dc)](0x2)))),_0x4fc27a[_0x74ab66(0x293)][_0x74ab66(0x7d)]===_0x74ab66(0x8a)&&_0x4fc27a[_0x74ab66(0x293)][_0x74ab66(0x225)]==='n'&&_0x4fc27a['right'][_0x74ab66(0x7d)]===_0x74ab66(0x2ef))){_0x5d07e1+=_0x4fc27a[_0x74ab66(0x3cd)][_0x74ab66(0x383)];for(let _0x3193aa=0x0;_0x3193aa<_0x83e869;_0x3193aa++)_0x4fc27a[_0x74ab66(0x3cd)][_0x74ab66(0x48d)]===!0x0&&_0x23e2c0[_0x74ab66(0x32e)](Number(_0x5d07e1['toFixed'](0x2)));}}};return _0x1bc732[_0x5e2396(0x113)]['forEach'](_0x44db51=>{z(_0x44db51,_0x114b00);}),_0x23e2c0;}catch{return new N(_0x5e2396(0x2e6));}}},Ht=new Ot(),Kt=new $t(),Wt=new zt(),Yt=(_0x8491a2,_0x408a7b,_0x3c2350,_0x1fc1af)=>{const _0x4bbf64=a0_0x2af595;try{const _0x56902f=Ht[_0x4bbf64(0x26c)](_0x8491a2),_0x22f8d9=Kt[_0x4bbf64(0x85)](_0x56902f),_0x2882d1=Wt[_0x4bbf64(0x422)](_0x22f8d9,{},_0x1fc1af);if(_0x2882d1&&!(_0x2882d1 instanceof N)){const _0xa4fc2c=new Ut()[_0x4bbf64(0x303)](_0x2882d1,_0x408a7b,_0x3c2350);if(_0xa4fc2c&&_0xa4fc2c instanceof N)throw new Error(_0xa4fc2c[_0x4bbf64(0x44d)]);return _0xa4fc2c;}return _0x2882d1||new N('Unknown\x20error\x20during\x20evaluation.');}catch(_0x3ab276){return new N(_0x3ab276[_0x4bbf64(0x44d)]);}};function Zt(_0x31fe0a){const _0x1f3ecf=a0_0x2af595,_0x37750b=/^(\d+)\*\{(\d+)\}$/,_0x3f1884=_0x31fe0a['match'](_0x37750b);if(_0x3f1884){const _0x4e0b75=parseInt(_0x3f1884[0x1],0xa),_0x126c48=_0x3f1884[0x2];return _0x4e0b75>0x0?Array(_0x4e0b75)[_0x1f3ecf(0x190)](_0x126c48)[_0x1f3ecf(0x40b)](':'):'';}return _0x31fe0a;}function qt(_0x297b3a){const _0xa92527=a0_0x2af595,_0x1e6b63=_0x297b3a[_0xa92527(0x391)]()[_0xa92527(0x7c)](/^(\d+(?:\.\d+)?)\s*\*\s*\{.+\}$/);return _0x1e6b63?Number(_0x1e6b63[0x1]):_0x297b3a;}function Xt(_0x31e203,_0x1621d5,_0x2f7bf1){const _0x2cb8da=a0_0x2af595;let _0x269289=0x0;const {LINDIV1:_0x550e15,DIVDIR:_0x2d29a1,HORDEFTYPE:_0x5f4e67,DIVELEM1:_0x23076c}=_0x31e203;let _0x18dca2='width',_0x4b7164=!0x1;if(_0x550e15==='')return{'divisionType':_0x18dca2,'zone_dimensions':[],'divided_length_list':[]};if(_0x2d29a1==='H'){if(_0x5f4e67==='W')_0x269289=_0x1621d5[_0x2cb8da(0xa1)],_0x18dca2=_0x2cb8da(0xa1);else{if(_0x5f4e67==='D')_0x269289=_0x1621d5[_0x2cb8da(0x318)],_0x18dca2='depth';else{if(_0x5f4e67==='P'){if(_0x23076c===0x0||_0x23076c===0x2)_0x269289=_0x1621d5[_0x2cb8da(0xa1)],_0x18dca2=_0x2cb8da(0xa1);else{if(_0x23076c===0x1||_0x23076c===0x3)_0x269289=_0x1621d5[_0x2cb8da(0x318)],_0x18dca2=_0x2cb8da(0x318);else throw new Error(_0x2cb8da(0x372)+_0x23076c);}}else throw new Error(_0x2cb8da(0x1d1)+_0x5f4e67);}}}else{if(_0x2d29a1==='V')_0x269289=_0x1621d5[_0x2cb8da(0x1ce)],_0x18dca2='height';else{if(_0x2d29a1==='A')_0x269289=_0x1621d5[_0x2cb8da(0xa1)],_0x18dca2='article';else{if(_0x2d29a1==='I')_0x269289=_0x1621d5[_0x2cb8da(0xa1)],_0x18dca2=_0x2cb8da(0x157);else throw new Error(_0x2cb8da(0x1f0)+_0x2d29a1);}}}let _0x539fa4=[];const _0x13e94b=Zt(_0x550e15);if(_0x18dca2===_0x2cb8da(0x157)){const _0x3e213a=qt(_0x550e15);_0x539fa4=Array(_0x3e213a)[_0x2cb8da(0x190)](_0x269289);}else _0x18dca2===_0x2cb8da(0x3d6)?_0x539fa4=[_0x269289]:_0x539fa4=Yt(_0x13e94b,_0x269289,_0x2f7bf1);if(!Array[_0x2cb8da(0x453)](_0x539fa4))return{'divisionType':_0x18dca2,'zone_dimensions':[],'divided_length_list':[]};_0x5f4e67==='P'&&(_0x23076c===0x2||_0x23076c===0x3)&&(_0x4b7164=!0x0,_0x539fa4=[..._0x539fa4][_0x2cb8da(0x25e)]());const _0x1f2abc=_0x539fa4[_0x2cb8da(0x238)](_0x2d86b4=>{const _0x27fd20=_0x2cb8da;if(_0x18dca2===_0x27fd20(0xa1))return{'width':_0x2d86b4,'height':_0x1621d5[_0x27fd20(0x1ce)],'depth':_0x1621d5[_0x27fd20(0x318)]};if(_0x18dca2===_0x27fd20(0x318))return{'width':_0x1621d5[_0x27fd20(0xa1)],'height':_0x1621d5['height'],'depth':_0x2d86b4};if(_0x18dca2===_0x27fd20(0x1ce))return{'width':_0x1621d5[_0x27fd20(0xa1)],'height':_0x2d86b4,'depth':_0x1621d5[_0x27fd20(0x318)]};if(_0x18dca2==='article'||_0x18dca2==='independent')return{'width':_0x1621d5[_0x27fd20(0xa1)],'height':_0x1621d5['height'],'depth':_0x1621d5[_0x27fd20(0x318)]};throw new Error(_0x27fd20(0x1f0)+_0x2d29a1);});return{'isReversed':_0x4b7164,'zone_dimensions':_0x1f2abc,'divisionType':_0x18dca2,'divided_length_list':_0x539fa4};}function Jt({divisionType:_0x5c79ca,parentDimensions:_0x99656f,lengthList:_0x1b594d,childTREEIDs:_0x4a39a3,dividerThk:_0x577c15}){const _0x3932f4=a0_0x2af595,_0x3c383c=-_0x99656f[_0x3932f4(0xa1)]/0x2,_0xa57523=-_0x99656f[_0x3932f4(0x318)]/0x2,_0x404402=-_0x99656f[_0x3932f4(0x1ce)]/0x2;return{'childPositions':_0x1b594d['reduce']((_0x2e6f38,_0x3e8c05,_0x28b858)=>{const _0x556a66=_0x3932f4;let _0x37568e=0x0,_0x5419ed=0x0,_0x44fdd9=0x0,_0x246420;return _0x5c79ca===_0x556a66(0xa1)?(_0x37568e=_0x3c383c+_0x2e6f38[_0x556a66(0x196)]+_0x3e8c05/0x2,_0x5419ed=0x0,_0x44fdd9=0x0,_0x246420={'width':_0x3e8c05,'height':_0x99656f[_0x556a66(0x1ce)],'depth':_0x99656f[_0x556a66(0x318)]},_0x2e6f38[_0x556a66(0x196)]+=_0x3e8c05+_0x577c15):_0x5c79ca===_0x556a66(0x318)?(_0x37568e=0x0,_0x5419ed=_0xa57523+_0x2e6f38[_0x556a66(0x415)]+_0x3e8c05/0x2,_0x44fdd9=0x0,_0x246420={'width':_0x99656f[_0x556a66(0xa1)],'height':_0x99656f['height'],'depth':_0x3e8c05},_0x2e6f38[_0x556a66(0x415)]+=_0x3e8c05+_0x577c15):_0x5c79ca===_0x556a66(0x157)||_0x5c79ca===_0x556a66(0x3d6)?(_0x37568e=0x0,_0x5419ed=0x0,_0x44fdd9=0x0,_0x246420={'width':_0x3e8c05,'height':_0x99656f['height'],'depth':_0x99656f[_0x556a66(0x318)]}):(_0x37568e=0x0,_0x5419ed=0x0,_0x44fdd9=_0x404402+_0x2e6f38[_0x556a66(0x1c5)]+_0x3e8c05/0x2,_0x246420={'width':_0x99656f[_0x556a66(0xa1)],'height':_0x3e8c05,'depth':_0x99656f[_0x556a66(0x318)]},_0x2e6f38[_0x556a66(0x1c5)]+=_0x3e8c05+_0x577c15),_0x2e6f38['positions'][_0x556a66(0x32e)]({'x':_0x37568e,'y':_0x5419ed,'z':_0x44fdd9,'zone_dims':_0x246420,'TREEID':_0x4a39a3[_0x28b858]}),_0x2e6f38;},{'cumulativeX':0x0,'cumulativeY':0x0,'cumulativeZ':0x0,'positions':[]})[_0x3932f4(0x249)],'dividerType':_0x5c79ca};}function Qt(_0x205d61){return{'front':re(Ve(_0x205d61)),'left':re(Ue(_0x205d61)),'right':re(ze(_0x205d61)),'back':re(Ge(_0x205d61))};}function er(_0x3cd119,_0x424a97,_0x42d757){const _0x478ece=a0_0x2af595;return{'front':_0x3cd119['front']?.[_0x478ece(0x1fa)]||0x0,'right':_0x3cd119[_0x478ece(0x3cd)]?.[_0x478ece(0x1fa)]||0x0,'back':_0x3cd119[_0x478ece(0x165)]?.['thk']||0x0,'left':_0x3cd119['left']?.[_0x478ece(0x1fa)]||0x0,'top':_0x424a97,'bottom':_0x42d757};}function tr(_0x188543){const _0x15a608=a0_0x2af595;return{'front':_0x188543[_0x15a608(0x26e)]?.[_0x15a608(0x333)]||0x0,'right':_0x188543[_0x15a608(0x3cd)]?.[_0x15a608(0x333)]||0x0,'back':_0x188543[_0x15a608(0x165)]?.['inset']||0x0,'left':_0x188543[_0x15a608(0x293)]?.[_0x15a608(0x333)]||0x0};}function a0_0x1d97(){const _0x493fac=['\x27use\x20strict\x27;\x20return\x20(','RAL_3003','RAL_5020','#C5C7C4','RAL_3005','scanMm','RAL_6007','Luminous\x20bright\x20orange','Colors','#817863','#D8A0A6','lightgray','keys','#2F3234','value','#D0B084','string','RAL_8000','dividerThk','lineStyle','RAL_6011','#7A7B7A','RAL_4009','Coral\x20red','RAL_1021','Signal\x20black','#724A25','NOT\x20OR','trim','DIVTYPE','sizerefmid','RAL_8001','Turquoise\x20blue','RAL_2004','RAL_8029','#52595D','Opal\x20green','#EC6B22','DescriptorProvider','#CB7375','#47243C','RAL_7002','#0F3052','Pearl\x20ruby\x20red','_3D','Pale\x20green','var-controller__slider','RAL_9005','cos','Pastel\x20turquoise','peekNext','Olive\x20brown','Grey\x20brown','Traffic\x20purple','FUNCTION','THK','#325928','RAL_5003','rotation','#4C2B20','#41698C','RAL_6028','toLowerCase','KMS\x20','nestingLevel','Zinc\x20yellow','Failed\x20to\x20parse\x20expression:\x20','accumulateIncorporatedThicknesses','#114232','hex','ExtrudeGeometry','Black\x20brown','RAL_1020','Grey\x20beige','fetchById','Antique\x20pink','RAL_3016','Yellow\x20green','Pearl\x20mouse\x20grey','#C63F4A','anglelem','prim_dims','Text','HTTP\x20','Zone','KMS','#A1A1A0','central','right','offset','Broom\x20yellow','Variable\x20Name','RAL_1032','Water\x20blue','check','FunctionCall','#59191F','article','36rpnIMz','BoxGeometry','getDescriptorsByType','Stone\x20grey','has','toFixed','kms','getThk','middle','RAL_7039','#376B8C','Pearl\x20blackberry','toLocaleLowerCase','Math.round(','anglprim','#BB4077','ratio:expr','material-data','Profile','entries','lexeme','horizontal','Pastel\x20orange','#222D5A','CP_1_RS_*','start','useMaterials\x20must\x20be\x20used\x20within\x20MaterialProvider','divisionType','#3D3635','values','RAL_5001','top','updatedDivider','Yellow\x20orange','Signal\x20blue','RAL_7011','#1F3855','#7EBAB5','RAL_1000','INSET','copy_2','surfaces','Pastel\x20green','2,2','Type','10px','fetchMaterial\x20called\x20with\x20empty\x20name','#DA6E00','RAL_6020','sizerefedg2','Grey\x20aluminium','#817B73','join','5AeaLAs','position','VarController','#3D3D36','dimension-lines','Iron\x20grey','filter4','DIMCALCFY','RAL_6033','cumulativeY','.jpg','BRACKET_OPEN','RAL_5023','#9D8692','TAGNAME','resetCurrent','Pearl\x20gentian\x20blue','RAL_5007','nodes','VariableResolver','Heather\x20violet','/bulk','evaluate','RAL_5005','RAL_3020','12uiHhFK','DescriptorContext','isNumberLiteral','IAC_BOTTOMSHELFTHICKNESS','Ruby\x20red','#C8C8C7','Traffic\x20black','Olive\x20green','Graphite\x20grey','apply','#45877F','useState','RAL_2012','#816183','texture','application/json','Traffic\x20white','Signal\x20orange','wasEvaluated','topShelfThk','translate(','#F1EDE1','#D05D29','RAL_1019','Light\x20green','#474135','charAt','signal','RAL_8024','Pearl\x20orange','span','ArticleDesigner','resolved','mm2in','Salmon\x20pink','Profiles','Green\x20beige','Lemon\x20yellow',')\x20rotate(0)','[MaterialProvider]\x20Material\x20','message','clear','#637D96','isVariable','NO_SURF','Math.floor(','isArray','article-data','#F1F1EA','#007577','Moss\x20green','#E88C00','Pastel\x20yellow','Descriptor\x20','RAL_5000','LINEAR_DIVISION','RAL_6017','showVertical','Colza\x20yellow','Distant\x20blue','Grey\x20white','glass','zone_dims','Leaf\x20green','#E19000','rawType','RAL_8025','useVariables\x20must\x20be\x20used\x20within\x20a\x20VariableProvider','RAL_7048','RAL_9018','Unexpected\x20token:\x20','cannot\x20have\x20*\x20outside\x20of\x20group','stopPropagation','cursor','#DDC49B','call','IAC_TOPSHELFTHICKNESS','RENDER','stringify','4px\x20solid\x20white','Pastel\x20violet','#A48F7A','RAL_7035','RAL_5019','Silver\x20grey','bottomShelfThk','#00B51B','STRING','#484947','AND','Orange\x20brown','#4C4A44','center','#F7B500','\x27\x20not\x20found','get2DTop','Pure\x20red','break-word','#29292A','linearDivisionDescriptor','preformScan','#A72920','\x200)','RAL_6000','hasMillimeterSuffix','TEXT','thead','RAL_7047','loading','sort','expr:ratio','RAL_5008','LEFT_ANGLE_BRACKET','useDescriptorManager\x20must\x20be\x20used\x20within\x20a\x20DescriptorProvider','test','RAL_6024','Brown\x20grey','freeze','current','then','NUM','RAL_5013','SIZEY','Circular\x20dependency:\x20','TAGVALUE','RAL_1024','_2D_TOP','useArticle','RAL_9012','Traffic\x20grey\x20A','Ocean\x20blue','Ultramarine\x20blue','NUMBER','prototype','useDescriptorManager','RAL_1023','RAL_1012','#ff6b00','linearDivisionString','61682BgKZlc','#005E83','Invalid\x20IF\x20statement:\x20','NAME','Kms','term','Mouse\x20grey','blue','RAL_6013','Light\x20grey','Unknown\x20operator:\x20','end','polygon','UnaryExpression','RAL_7016','#DE5308','#0066ff','match','type','Edges','Olive\x20drab','valueSource','Concrete\x20grey','INSETFOR','#FF2D21','Black\x20grey','parse','thickness','SPECIAL_VARIABLE','group','#9A9B9B','SpecialVariable','AD\x20article\x20width','#005B8C','#B5B0A1','IAC_THICKNESS','Signal\x20green','body','black','primary','isFunctionCall','RAL_9003','var-controller__type-badge','No\x20articles\x20provided','Fragment','log10','fromEntries','RAL_7000','Green\x20brown','divided_length_list','RAL_8028','Reference','anglgrtx','#8D4931','width','Claret\x20violet','757584KhzeKY','RAL_1006','500px','#3A3327','#6B6E6B','RAL_1011','Clay\x20brown','performParse','RAL_8008','533680vTdYdu','RAL_7013','floor','0\x200\x2010px\x200','#FF4D08','Quartz\x20grey','#844C82','#215F78','content-length','Materials','RAL_4001','Door','Sections','Granite\x20grey','RAL_8003','#4A3526','BinaryExpression','369930ZkgiPc','Failed\x20to\x20parse\x20term:\x20','jsxs','Silk\x20grey','replace','length','#37422F','Gentian\x20blue','expr*{ratio}','#442F29','Blue\x20green','TextureConfigContext','P_CP_*_GL_*','#CC2C24','articleName','MATHEMATICAL_FUNCTIONS','TOPSHELF','conditionId','Unknown\x20identifier:\x20','#8C979C','toUpperCase','#2F3D3A','[GenericAPI]\x20Empty\x20or\x20non-JSON\x20response\x20for\x20','#AB273C','resetState','addToken','hadVariables','set','Bottle\x20green','Material','#5E6E3B','/public','White\x20aluminium','TREEID','endPanelThk','tree','DESC_TYPE','isInsideGroup','#6E6387','#A45729','2D_FRONT','RAL_1035','Light\x20blue','#F9A900','scanIdentifierOrFunction','Pine\x20green','#5E2F26','Math.abs(','three','render','RAL_6018','Variables\x20-\x20','labelSuffix','RAL_2005','fetchBulk','scroll','kind','RAL_7015','1.0.0','next','white','fontSize','RAL_7023','#7A888E','evaluateSections','oversize','conditionTree','variables','surface-data','Deep\x20orange','RAL_1036','section','text','LINDIV1','Loading\x20article\x20data...','#304F6E','ARTICLE','Mint\x20turquoise','\x20divider','Black\x20olive','arrowSize','react/jsx-runtime','cabin','column','split','var-controller__reference','sections','defineProperty','HORDEFTYPE','assign','OPERATOR','RAL_3014','Traffic\x20yellow','DIVDIR','line','var-controller__var-name','Pastel\x20blue','RAL_6035','find','OPSTRING','some','PARTTYPE','startPanelThk','RAL_7026','RAL_3013','Flame\x20red','Expected\x20Sections\x20or\x20Section,\x20got\x20','RAL_5004','RAL_5009','useMemo','Reed\x20green','#7F8274','#F8F2E1','textureId','RAL_2008','RAL_1005','Sand\x20yellow','EvaluationError','scanVariable','filter3','var-controller__text-input','acos','RAL_4012','MATERIAL','RAL_6038','RAL_9023','RAL_7005','useEffect','slice','#2c2929','Expected\x20\x27(\x27\x20after\x20function\x20name\x20\x27','materials','cache','atan','#A08F65','1000px','createContext','scanNumber','sans-serif','#5A3827','peek','#575044','cannot\x20have\x20\x20/\x20outside\x20of\x20group','descriptors','Brillant\x20blue','Red\x20lilac','fromZoneData','RAL_6002','Quick\x20Stats','Beige\x20grey','Pearl\x20pink','RAL_3024','#782423','Copper\x20brown','independent','materialData','#BB1F11','No\x20article\x20data\x20available','BRACE_CLOSE','Section','toISOString','sidePanel','#B9CEAC','#76689A','checkMillimeterSuffix','cside','Fawn\x20brown','#D6D5CB','back','RAL_2009','No\x20variables\x20defined.','mesh','RAL_8017','RAL_5024','anglGrtxs','RAL_7036','Green\x20grey','P_CP_T100_WP*','STARTTRIM','#587F40','filter','showLabel','useCallback','Pure\x20green','RAL_3004','Cleanroom\x20white','factor','#4D6F39','useData\x20must\x20be\x20used\x20within\x20a\x20DataProvider','RAL_8022','RAL_6010','#A77F0F','Dimensions\x20(Numeric)','rgba(0,\x200,\x200,\x200.8)','HEAD','RAL_1014','Basalt\x20grey','#6B665E','#237F52','#928E85','Black\x20green','Vermilion','11868714zCAKUC','Tarpaulin\x20grey','#6B7C59','asin','RAL_6016','BRACE_OPEN','RAL_6012','data','Pearl\x20beige','fill','Blue\x20grey','Descriptor\x20not\x20found:\x20','#5B686D','substring','var-controller__slider-container','cumulativeX','RAL_7034','reportError','#3E2022','Slate\x20grey','meshBasicMaterial','Module','articleString','RAL_3001','isGrouping','#787B7A','#794D3E','Bright\x20red\x20orange','Khaki\x20grey','rect','RAL_7003','Pearl\x20light\x20grey','#CB8F00','getDescriptorNames','toStringTag','Empty\x20expression','#0E0E10','content-type','Oxide\x20red','None','RAL_2013','LEFTVALUE','EOF','evaluateNode','RIGHTVALUE','#2C3222','VIEW','RAL_1013','RAL_3028','RAL_7009','PAREN_OPEN','pointer','#7AADAC','var-controller__table','descriptor','RAL_4003','/bulk:','linearDivision','RIGHT_ANGLE_BRACKET','headers','Fern\x20green','RAL_1002','cumulativeZ','RAL_4011','RAL_5010','getDescriptor','toString','#F6B600','#FFB200','useVariables','RAL_7040','height','#E3D9C7','consume','Unhandled\x20case:\x20HORDEFTYPE\x20=\x20','endsWith','#333','RAL_6004','#89693F','UNIT','RAL_2011','isBinaryExpression','bottomShelfCP','evaluateVariable','#04574B','#b61c73','#DDAF28','isUnaryExpression','#008351','Graphite\x20black','Invalid\x20usage:\x20\x22n\x22\x20cannot\x20appear\x20on\x20the\x20right-hand\x20side\x20of\x20an\x20operator','ArticleGroupLayout','#2B2B2C','Function\x20not\x20implemented','No\x20tokens\x20to\x20parse.','isSections','Pure\x20white','RAL_7037','statusText','50%','RAL_9010','Shape','#BA8F4C','reference','RAL_8023','Unhandled\x20case:\x20DIVDIR\x20=\x20','RAL_1017','#972E25','ral-color','roots','useArticle\x20must\x20be\x20used\x20within\x20an\x20ArticleProvider','RAL_6021','Mahogany\x20brown','linDivData','#7F4031','thk','#513A2A','DIVIDER','RAL_6005','findAllNonDefaultMatches','#BF3922','#5D6058','#EB9C52','Jet\x20black','get2DFront','No\x20matching\x20node\x20found\x20and\x20no\x20default\x20node\x20exists','both','RAL_2002','leva','Papyrus\x20white','RAL_9011','#E6D2B5','Pure\x20orange','RAL_2010','821964mKeZIM','Pearl\x20violet','RAL_3002','lineTo','error','TextureConfigProvider','RAL_9017','var-controller__section','4px\x20solid\x20rgba(255,\x20255,\x20255,\x200.3)','#FFFF00','Failed\x20to\x20evaluate\x20expression:\x20','Grouping','Maize\x20yellow','#9D622B','\x20-\x20','cpNames','#E2A300','evaluateBinaryExpression','translate(0,\x20','isReversed','Current\x20Value','Cream','useContext','isDigit','name','Turquoise\x20green','expression','matchAll','Traffic\x20red','#383E42','Error\x20in\x20function\x20arguments','simple','https://imagedelivery.net/aYYmWUcv7lRhpLdU4ojPsA','Angle\x20brackets\x20are\x20not\x20allowed\x20in\x20the\x20input\x20string','Pearl\x20opal\x20green','#2B3A44','15%','#806440','#0089B6','#989EA1','memo','RAL_9022','Anthracite\x20grey','map','Telemagenta','rotate(','RAL_8016','RAL_7044','useRef','Orient\x20red','#4F5250','div','Sun\x20yellow','sizerefout2','#048B8C','articleDescriptor','RAL_7008','SURF0','style','Purple\x20violet','positions','get3D','get','ArticleRelatedVariableProvider','RAL_1015','RAL_6036','nodeNum','Variable\x20name\x20cannot\x20be\x20empty\x20or\x20$mm','NOT','PAREN_CLOSE','articleData','Variable','startsWith','#8D3C4B','RAL_1007','NO_RENDER','Red\x20orange','RAL_7033','2px\x20solid\x20rgba(255,\x200,\x200,\x200.5)','RAL_5022','DESCRIPTOR','reverse','Pearl\x20dark\x20grey','previous','TOPTRIM','[MaterialProvider]\x20Surface\x20','No\x20prims\x20found\x20for\x20article:\x20','RAL\x20orange','linear-division','TOPOFFS','ENDOFFS','RAL_6029','VARIABLE','RAL_5012','Expected\x20expression\x20inside\x20parentheses.','scan','Invalid\x20condition:\x20','front','#006F3D','#007CAF','Night\x20blue','Variable\x20Controller','EMPTY','round','bind','monospace','jsx','var-controller__number-input','RAL_8015','Brown\x20red','Terra\x20brown','#585C56','sin','\x20not\x20found\x20in\x20database','#F99A1D','RAL_1001','in2mm','#1A2B3C','#6A6B7F','Rose','var-controller__header','[GenericAPI]\x20Response\x20text:','MatSurfProvider','Capri\x20blue','Signal\x20white','surfaceData','boxGeometry','Olive\x20yellow','Sulfur\x20yellow','#00387A','VariableContext','RAL_4007','#E9E0D2','#7E4B27','left','folder','Part\x20definition','RAL_2003','operation','#979392','forEach','red','dimensions','RAL_4008','delete','RAL_1016','max','IF\x20statement\x20must\x20have\x20exactly\x203\x20parts:\x20IF(condition,\x20trueValue,\x20falseValue).\x20Got:\x20','data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==','RAL_3022','RAL_5017','RAL_3011','descriptorName','RAL_1028','#861A22','RAL_8019','Luminous\x20orange','RAL_3031','Sepia\x20brown','endpoint','Part\x20Definition','#191E28','#6093AC','scale(1,-1)\x20rotate(90\x20','spreadMm','WERT','#3C7460','RAL_6037','[GenericAPI]\x20Failed\x20to\x20parse\x20JSON\x20for\x20','RAL_6019','Daffodil\x20yellow','DIVELEM1','CPNAME','TextureLoader','Grey\x20blue','RAL_1004','@react-three/drei','1361132dNUNsH','strokeWidth','log','RAL_7004','#4F5358','Failed\x20to\x20parse\x20factor:\x20','Html','from','Surfaces','2D_TOP','Tomato\x20red','16uZEURq','Yellow\x20grey','#27292B','Melon\x20yellow','children','RAL_7022','hasNStar','Color\x20principle','20px','Unknown\x20error','lastIndexOf','baseUrl','RAL_5018','#651E38','#315442','Expected\x20\x27}\x27\x20after\x20expression.','useLoader','RAL_9006','SURF1','size','Shelf','Beige','Azure\x20blue','Luminous\x20green','COMPARISONTYPE','Expected\x20digit\x20after\x20decimal\x20point\x20at\x20position:\x20','[GenericAPI]\x20Empty\x20response\x20body\x20for\x20','RAL_1034','25%','Error\x20calculating\x20sections','#ECECE7','RAL_1018','Telegrey\x204','sizerefedg1','Violet\x20blue','Signal\x20violet','isAlpha','source','NumberLiteral','DATATYPE','Expected\x20\x27)\x27\x20after\x20expression.','\x20at\x20position:\x20','add','Luminous\x20red','error\x20:\x20from\x20useDescriptorEvaluation','translate(-50%,\x20-50%)','#858583','RAL_6034','#024442','RAL_8007','Expected\x20\x27)\x27\x20after\x20function\x20arguments.','evaluateFunction','anglzone','MANINFO','target','#FF2A1C','lindiv','#6D342D','calculateSections','Evaluation\x20Error:\x20','Math.min(','DataProvider','RAL_3000',')\x20rotate(90)','topShelfCP','toRepeat','evaluateTree','Steel\x20blue','Salmon\x20orange','vertical','#193153','consumeMillimeterSuffix','Saffron\x20yellow','Numeric','SidePanel','RAL_6039','Math.ceil(','RAL_7031','var-controller__stats','depth','VariableProvider','scale(1,-1)','[MaterialProvider]\x20Failed\x20to\x20fetch\x20material\x20','advance','Pearl\x20copper','RAL_1037','range','#B0B0A9','operator','_2D_FRONT','sizerefout1','\x20x\x20','#F67829','#D2AA6D','[ExpressionResolver]\x20Failed\x20to\x20resolve:\x20\x22','Black\x20blue','\x20L\x20','Designer','RAL_8004','#7C765A','RAL_6015','push','var-controller','RAL_7046','showHorizontal','currentZone','inset','arg','#903373','renderInfo','RAL_6006','Curry','color','Black\x20red','ArticleGroupDesigner','RAL_6032','every','tokens','label','Agate\x20grey','RAL_5002','#008B29','default','useControls','isSection','#FC5500','Red\x20violet','#005387','RAL_9002','times','Green\x20blue','RAL_7001','findAllMatches','errors','#8F8370','bottom','RAL_7012','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@keyframes\x20spin\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x200%\x20{\x20transform:\x20rotate(0deg);\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20100%\x20{\x20transform:\x20rotate(360deg);\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','#CA555D','#8D9295','RAL_8002','RAL_4006','isRepeated','\x20not\x20found','includes','Provider','Repeated','isAtEnd','RAL_3026','absolute','Mint\x20green','number','Beige\x20red','RAL_3015','8px','localeCompare','GET','CSide\x20\x27','DIMCALCFZ','#3accc1','TYP','RAL_7021','Moss\x20grey','anglclie','abs','warn','Olive\x20grey','#7E868A','#6B1C23','Unhandled\x20case:\x20DIVELEM1\x20=\x20','Surface','descriptorData'];a0_0x1d97=function(){return _0x493fac;};return a0_0x1d97();}function rr(_0x3972b3,_0x43105e){const _0x59a4be=a0_0x2af595;return{'dimensions':{'width':_0x3972b3[_0x59a4be(0xa1)]-_0x43105e[_0x59a4be(0x293)]-_0x43105e[_0x59a4be(0x3cd)],'height':_0x3972b3[_0x59a4be(0x1ce)],'depth':_0x3972b3['depth']-_0x43105e[_0x59a4be(0x26e)]-_0x43105e[_0x59a4be(0x165)]},'position':{'x':_0x43105e['left']/0x2-_0x43105e['right']/0x2,'y':_0x43105e[_0x59a4be(0x26e)]/0x2-_0x43105e[_0x59a4be(0x165)]/0x2,'z':0x0}};}function ir(_0x58f4a4,_0x4893bf){const _0x55538f=a0_0x2af595;return{'dimensions':{'width':_0x58f4a4['dimensions'][_0x55538f(0xa1)]-_0x4893bf[_0x55538f(0x293)]-_0x4893bf[_0x55538f(0x3cd)],'height':_0x58f4a4['dimensions']['height']-_0x4893bf[_0x55538f(0x3f6)]-_0x4893bf['bottom'],'depth':_0x58f4a4[_0x55538f(0x29b)][_0x55538f(0x318)]-_0x4893bf[_0x55538f(0x26e)]-_0x4893bf[_0x55538f(0x165)]},'position':{'x':_0x4893bf[_0x55538f(0x293)]/0x2-_0x4893bf[_0x55538f(0x3cd)]/0x2,'y':_0x4893bf['front']/0x2-_0x4893bf[_0x55538f(0x165)]/0x2,'z':_0x4893bf[_0x55538f(0x350)]/0x2-_0x4893bf[_0x55538f(0x3f6)]/0x2}};}function sr(_0x17dc60,_0x59ec52,_0x16dc5f,_0x83ae98){const _0xcde6c0=a0_0x2af595;return _0x59ec52[_0xcde6c0(0x3f2)]?Jt({'divisionType':_0x59ec52[_0xcde6c0(0x3f2)],'parentDimensions':_0x17dc60,'lengthList':_0x59ec52[_0xcde6c0(0x9c)],'childTREEIDs':_0x83ae98,'dividerThk':Number(_0x16dc5f)||0x0}):{'childPositions':[],'dividerType':_0xcde6c0(0x1ce)};}function nr(_0x52f0cc,_0x2093ea,_0xe32aa1,_0x1f0469){const _0x1d5a55=a0_0x2af595;if(!_0xe32aa1)return{'childPositions':[],'dividerType':_0x1d5a55(0x1ce)};const _0x2cf8ec=Xt(_0xe32aa1,_0x52f0cc[_0x1d5a55(0x29b)],_0x2093ea);return _0x1f0469=_0x2cf8ec[_0x1d5a55(0x220)]?_0x1f0469[_0x1d5a55(0x25e)]():_0x1f0469,sr(_0x52f0cc[_0x1d5a55(0x29b)],_0x2cf8ec,_0x2093ea,_0x1f0469);}function ot(_0x1d2234,_0x5871e4,_0x32129d=0x0,_0x1ade06=0x0){const _0x20b279=_0x1d2234/0x2,_0xc65044=_0x5871e4/0x2,_0xea756f=[{'x':_0x20b279,'y':-_0xc65044},{'x':-_0x20b279,'y':-_0xc65044},{'x':-_0x20b279+_0x32129d,'y':_0xc65044},{'x':_0x20b279-_0x1ade06,'y':_0xc65044}];return{'points':_0xea756f,get 'svgPath'(){const _0x3ac5c0=a0_0xe714;return'M\x20'+_0xea756f[_0x3ac5c0(0x238)](_0x48696a=>_0x48696a['x']+','+_0x48696a['y'])[_0x3ac5c0(0x40b)](_0x3ac5c0(0x329))+'\x20Z';},get 'shape'(){const _0x24eb6e=a0_0xe714,_0xc13a11=new ae[(_0x24eb6e(0x1ec))]();return _0xea756f['forEach']((_0x4f2b52,_0x48bdb4)=>_0x48bdb4===0x0?_0xc13a11['moveTo'](_0x4f2b52['x'],_0x4f2b52['y']):_0xc13a11[_0x24eb6e(0x210)](_0x4f2b52['x'],_0x4f2b52['y'])),_0xc13a11;}};}var ce=function(){const _0x2e8177=a0_0x2af595;return ce=Object[_0x2e8177(0x116)]||function(_0x5ceeca){const _0x2675a8=_0x2e8177;for(var _0x23054a,_0x542847=0x1,_0x25560d=arguments[_0x2675a8(0xc2)];_0x542847<_0x25560d;_0x542847++){_0x23054a=arguments[_0x542847];for(var _0x3a8005 in _0x23054a)Object[_0x2675a8(0x4aa)]['hasOwnProperty'][_0x2675a8(0x470)](_0x23054a,_0x3a8005)&&(_0x5ceeca[_0x3a8005]=_0x23054a[_0x3a8005]);}return _0x5ceeca;},ce[_0x2e8177(0x42e)](this,arguments);};function ar(){const _0x49b00a=a0_0x2af595;var _0x2841e7=m[_0x49b00a(0x23d)](!0x1),_0x36154c=m[_0x49b00a(0x173)](function(){const _0x4b1707=_0x49b00a;return _0x2841e7[_0x4b1707(0x49b)];},[]);return m[_0x49b00a(0x13c)](function(){const _0x5520f1=_0x49b00a;return _0x2841e7[_0x5520f1(0x49b)]=!0x0,function(){const _0x17de3a=_0x5520f1;_0x2841e7[_0x17de3a(0x49b)]=!0x1;};},[]),_0x36154c;}function or(_0x53773a,_0x520fd4,_0x516056){const _0xab2d63=a0_0x2af595;_0x520fd4===void 0x0&&(_0x520fd4=[]),_0x516056===void 0x0&&(_0x516056={'loading':!0x1});var _0x1a16db=m[_0xab2d63(0x23d)](0x0),_0x4e83ff=ar(),_0x291af7=m[_0xab2d63(0x430)](_0x516056),_0x491759=_0x291af7[0x0],_0x5abcbf=_0x291af7[0x1],_0x3dd443=m[_0xab2d63(0x173)](function(){const _0x4ebfea=_0xab2d63;for(var _0x49b735=[],_0x763391=0x0;_0x763391<arguments[_0x4ebfea(0xc2)];_0x763391++)_0x49b735[_0x763391]=arguments[_0x763391];var _0x30bc03=++_0x1a16db[_0x4ebfea(0x49b)];return _0x491759[_0x4ebfea(0x491)]||_0x5abcbf(function(_0x2a6b8a){return ce(ce({},_0x2a6b8a),{'loading':!0x0});}),_0x53773a[_0x4ebfea(0x42e)](void 0x0,_0x49b735)[_0x4ebfea(0x49c)](function(_0x1b7f98){const _0x4ef5dc=_0x4ebfea;return _0x4e83ff()&&_0x30bc03===_0x1a16db[_0x4ef5dc(0x49b)]&&_0x5abcbf({'value':_0x1b7f98,'loading':!0x1}),_0x1b7f98;},function(_0x389525){const _0x5da122=_0x4ebfea;return _0x4e83ff()&&_0x30bc03===_0x1a16db[_0x5da122(0x49b)]&&_0x5abcbf({'error':_0x389525,'loading':!0x1}),_0x389525;});},_0x520fd4);return[_0x491759,_0x3dd443];}function lr(_0x268ac2,_0x2cfaee){const _0x4e27aa=a0_0x2af595;_0x2cfaee===void 0x0&&(_0x2cfaee=[]);var _0x220d5e=or(_0x268ac2,_0x2cfaee,{'loading':!0x0}),_0x2073c2=_0x220d5e[0x0],_0x3f123f=_0x220d5e[0x1];return m[_0x4e27aa(0x13c)](function(){_0x3f123f();},[_0x3f123f]),_0x2073c2;}const lt={'RAL_1000':{'ral':a0_0x2af595(0x3fd),'hex':'#CDBA88','description':a0_0x2af595(0x449)},'RAL_1001':{'ral':a0_0x2af595(0x280),'hex':a0_0x2af595(0x384),'description':a0_0x2af595(0x2de)},'RAL_1002':{'ral':a0_0x2af595(0x1c4),'hex':a0_0x2af595(0x326),'description':a0_0x2af595(0x131)},'RAL_1003':{'ral':'RAL_1003','hex':a0_0x2af595(0xe8),'description':'Signal\x20yellow'},'RAL_1004':{'ral':a0_0x2af595(0x2bc),'hex':'#E49E00','description':'Golden\x20yellow'},'RAL_1005':{'ral':a0_0x2af595(0x130),'hex':a0_0x2af595(0x1a7),'description':'Honey\x20yellow'},'RAL_1006':{'ral':a0_0x2af595(0xa4),'hex':a0_0x2af595(0x465),'description':a0_0x2af595(0x219)},'RAL_1007':{'ral':a0_0x2af595(0x257),'hex':a0_0x2af595(0x458),'description':a0_0x2af595(0x2b7)},'RAL_1011':{'ral':a0_0x2af595(0xa8),'hex':'#AF8050','description':'Brown\x20beige'},'RAL_1012':{'ral':a0_0x2af595(0x4ad),'hex':a0_0x2af595(0x1dd),'description':a0_0x2af595(0x44a)},'RAL_1013':{'ral':a0_0x2af595(0x1b6),'hex':a0_0x2af595(0x1cf),'description':'Oyster\x20white'},'RAL_1014':{'ral':a0_0x2af595(0x180),'hex':a0_0x2af595(0x46f),'description':'Ivory'},'RAL_1015':{'ral':a0_0x2af595(0x24d),'hex':a0_0x2af595(0x20a),'description':'Light\x20ivory'},'RAL_1016':{'ral':a0_0x2af595(0x29e),'hex':'#F1DD39','description':a0_0x2af595(0x28d)},'RAL_1017':{'ral':a0_0x2af595(0x1f1),'hex':'#F6A951','description':a0_0x2af595(0x311)},'RAL_1018':{'ral':a0_0x2af595(0x2e8),'hex':'#FACA31','description':a0_0x2af595(0x3b6)},'RAL_1019':{'ral':a0_0x2af595(0x43c),'hex':a0_0x2af595(0x476),'description':a0_0x2af595(0x3be)},'RAL_1020':{'ral':a0_0x2af595(0x3bd),'hex':a0_0x2af595(0x143),'description':a0_0x2af595(0x28c)},'RAL_1021':{'ral':a0_0x2af595(0x38d),'hex':a0_0x2af595(0x1ca),'description':a0_0x2af595(0x45f)},'RAL_1023':{'ral':a0_0x2af595(0x4ac),'hex':a0_0x2af595(0x482),'description':a0_0x2af595(0x119)},'RAL_1024':{'ral':a0_0x2af595(0x4a2),'hex':a0_0x2af595(0x1ed),'description':'Ochre\x20yellow'},'RAL_1026':{'ral':'RAL_1026','hex':a0_0x2af595(0x216),'description':'Luminous\x20yellow'},'RAL_1027':{'ral':'RAL_1027','hex':a0_0x2af595(0x17c),'description':a0_0x2af595(0x338)},'RAL_1028':{'ral':a0_0x2af595(0x2a6),'hex':'#FF9C00','description':a0_0x2af595(0x2cc)},'RAL_1032':{'ral':a0_0x2af595(0x3d1),'hex':a0_0x2af595(0x21d),'description':a0_0x2af595(0x3cf)},'RAL_1033':{'ral':'RAL_1033','hex':a0_0x2af595(0x27f),'description':'Dahlia\x20yellow'},'RAL_1034':{'ral':a0_0x2af595(0x2e4),'hex':a0_0x2af595(0x201),'description':a0_0x2af595(0x459)},'RAL_1035':{'ral':a0_0x2af595(0xe6),'hex':a0_0x2af595(0x34f),'description':a0_0x2af595(0x18f)},'RAL_1036':{'ral':a0_0x2af595(0x103),'hex':a0_0x2af595(0x232),'description':'Pearl\x20gold'},'RAL_1037':{'ral':a0_0x2af595(0x31e),'hex':'#F09200','description':a0_0x2af595(0x241)},'RAL_2000':{'ral':'RAL_2000','hex':a0_0x2af595(0x406),'description':a0_0x2af595(0x3f8)},'RAL_2001':{'ral':'RAL_2001','hex':'#BA481C','description':a0_0x2af595(0x259)},'RAL_2002':{'ral':a0_0x2af595(0x206),'hex':a0_0x2af595(0x1ff),'description':a0_0x2af595(0x186)},'RAL_2003':{'ral':a0_0x2af595(0x296),'hex':a0_0x2af595(0x325),'description':a0_0x2af595(0x3ed)},'RAL_2004':{'ral':a0_0x2af595(0x396),'hex':'#E25304','description':a0_0x2af595(0x20b)},'RAL_2005':{'ral':a0_0x2af595(0xf2),'hex':a0_0x2af595(0xb0),'description':a0_0x2af595(0x2a9)},'RAL_2007':{'ral':'RAL_2007','hex':a0_0x2af595(0x1cb),'description':a0_0x2af595(0x37c)},'RAL_2008':{'ral':a0_0x2af595(0x12f),'hex':a0_0x2af595(0x39a),'description':a0_0x2af595(0x1a2)},'RAL_2009':{'ral':a0_0x2af595(0x166),'hex':a0_0x2af595(0x7a),'description':'Traffic\x20orange'},'RAL_2010':{'ral':a0_0x2af595(0x20c),'hex':a0_0x2af595(0x43b),'description':a0_0x2af595(0x436)},'RAL_2011':{'ral':a0_0x2af595(0x1d7),'hex':'#E26E0F','description':a0_0x2af595(0x102)},'RAL_2012':{'ral':a0_0x2af595(0x431),'hex':'#D5654E','description':a0_0x2af595(0x30d)},'RAL_2013':{'ral':a0_0x2af595(0x1af),'hex':'#923E25','description':a0_0x2af595(0x442)},'RAL_2017':{'ral':'RAL_2017','hex':a0_0x2af595(0x346),'description':a0_0x2af595(0x264)},'RAL_3000':{'ral':a0_0x2af595(0x307),'hex':a0_0x2af595(0x48a),'description':a0_0x2af595(0x126)},'RAL_3001':{'ral':a0_0x2af595(0x19e),'hex':'#9B2423','description':'Signal\x20red'},'RAL_3002':{'ral':a0_0x2af595(0x20f),'hex':'#9B2321','description':'Carmine\x20red'},'RAL_3003':{'ral':a0_0x2af595(0x376),'hex':a0_0x2af595(0x2a7),'description':a0_0x2af595(0x429)},'RAL_3004':{'ral':a0_0x2af595(0x175),'hex':a0_0x2af595(0x371),'description':'Purple\x20red'},'RAL_3005':{'ral':a0_0x2af595(0x379),'hex':a0_0x2af595(0x3d5),'description':'Wine\x20red'},'RAL_3007':{'ral':'RAL_3007','hex':a0_0x2af595(0x199),'description':a0_0x2af595(0x33a)},'RAL_3009':{'ral':'RAL_3009','hex':a0_0x2af595(0x302),'description':a0_0x2af595(0x1ad)},'RAL_3011':{'ral':a0_0x2af595(0x2a4),'hex':a0_0x2af595(0x155),'description':a0_0x2af595(0x27a)},'RAL_3012':{'ral':'RAL_3012','hex':'#C5856D','description':a0_0x2af595(0x361)},'RAL_3013':{'ral':a0_0x2af595(0x125),'hex':a0_0x2af595(0x1f2),'description':a0_0x2af595(0x2c8)},'RAL_3014':{'ral':a0_0x2af595(0x118),'hex':a0_0x2af595(0x39c),'description':a0_0x2af595(0x3c0)},'RAL_3015':{'ral':a0_0x2af595(0x362),'hex':a0_0x2af595(0x37f),'description':'Light\x20pink'},'RAL_3016':{'ral':a0_0x2af595(0x3c1),'hex':'#A63D30','description':a0_0x2af595(0x38c)},'RAL_3017':{'ral':'RAL_3017','hex':a0_0x2af595(0x353),'description':a0_0x2af595(0x284)},'RAL_3018':{'ral':'RAL_3018','hex':a0_0x2af595(0x3c4),'description':'Strawberry\x20red'},'RAL_3020':{'ral':a0_0x2af595(0x424),'hex':a0_0x2af595(0x159),'description':a0_0x2af595(0x229)},'RAL_3022':{'ral':a0_0x2af595(0x2a2),'hex':'#CF6955','description':a0_0x2af595(0x447)},'RAL_3024':{'ral':a0_0x2af595(0x154),'hex':a0_0x2af595(0x83),'description':a0_0x2af595(0x2f4)},'RAL_3026':{'ral':a0_0x2af595(0x35d),'hex':a0_0x2af595(0x300),'description':'Luminous\x20bright\x20red'},'RAL_3027':{'ral':'RAL_3027','hex':a0_0x2af595(0xd4),'description':'Raspberry\x20red'},'RAL_3028':{'ral':a0_0x2af595(0x1b7),'hex':a0_0x2af595(0xca),'description':a0_0x2af595(0x485)},'RAL_3031':{'ral':a0_0x2af595(0x2aa),'hex':'#A63437','description':a0_0x2af595(0x23e)},'RAL_3032':{'ral':'RAL_3032','hex':'#701D24','description':a0_0x2af595(0x3a0)},'RAL_3033':{'ral':'RAL_3033','hex':'#A53A2E','description':a0_0x2af595(0x153)},'RAL_4001':{'ral':a0_0x2af595(0xb6),'hex':a0_0x2af595(0x432),'description':a0_0x2af595(0x14e)},'RAL_4002':{'ral':'RAL_4002','hex':a0_0x2af595(0x256),'description':a0_0x2af595(0x347)},'RAL_4003':{'ral':a0_0x2af595(0x1be),'hex':'#C4618C','description':a0_0x2af595(0x420)},'RAL_4004':{'ral':'RAL_4004','hex':a0_0x2af595(0x2d6),'description':a0_0x2af595(0xa2)},'RAL_4005':{'ral':'RAL_4005','hex':a0_0x2af595(0x160),'description':'Blue\x20lilac'},'RAL_4006':{'ral':a0_0x2af595(0x356),'hex':a0_0x2af595(0x335),'description':a0_0x2af595(0x3aa)},'RAL_4007':{'ral':a0_0x2af595(0x290),'hex':a0_0x2af595(0x39d),'description':a0_0x2af595(0x248)},'RAL_4008':{'ral':a0_0x2af595(0x29c),'hex':a0_0x2af595(0xb2),'description':a0_0x2af595(0x2ec)},'RAL_4009':{'ral':a0_0x2af595(0x38b),'hex':a0_0x2af595(0x419),'description':a0_0x2af595(0x475)},'RAL_4010':{'ral':'RAL_4010','hex':a0_0x2af595(0x3e6),'description':a0_0x2af595(0x239)},'RAL_4011':{'ral':a0_0x2af595(0x1c6),'hex':a0_0x2af595(0xe3),'description':a0_0x2af595(0x20e)},'RAL_4012':{'ral':a0_0x2af595(0x137),'hex':a0_0x2af595(0x283),'description':a0_0x2af595(0x3e2)},'RAL_5000':{'ral':a0_0x2af595(0x45b),'hex':a0_0x2af595(0x108),'description':a0_0x2af595(0x2eb)},'RAL_5001':{'ral':a0_0x2af595(0x3f5),'hex':'#0E4C64','description':a0_0x2af595(0x34b)},'RAL_5002':{'ral':a0_0x2af595(0x341),'hex':a0_0x2af595(0x28e),'description':a0_0x2af595(0x4a8)},'RAL_5003':{'ral':a0_0x2af595(0x3ae),'hex':a0_0x2af595(0x3fb),'description':'Sapphire\x20blue'},'RAL_5004':{'ral':a0_0x2af595(0x128),'hex':a0_0x2af595(0x2ae),'description':a0_0x2af595(0x328)},'RAL_5005':{'ral':a0_0x2af595(0x423),'hex':a0_0x2af595(0x348),'description':a0_0x2af595(0x3f9)},'RAL_5007':{'ral':a0_0x2af595(0x41d),'hex':a0_0x2af595(0x3e1),'description':a0_0x2af595(0x14d)},'RAL_5008':{'ral':a0_0x2af595(0x494),'hex':a0_0x2af595(0x230),'description':a0_0x2af595(0x2bb)},'RAL_5009':{'ral':a0_0x2af595(0x129),'hex':a0_0x2af595(0xb3),'description':a0_0x2af595(0x2df)},'RAL_5010':{'ral':a0_0x2af595(0x1c7),'hex':'#004F7C','description':a0_0x2af595(0xc4)},'RAL_5011':{'ral':'RAL_5011','hex':a0_0x2af595(0x282),'description':a0_0x2af595(0x30c)},'RAL_5012':{'ral':a0_0x2af595(0x26a),'hex':a0_0x2af595(0x233),'description':a0_0x2af595(0xe7)},'RAL_5013':{'ral':a0_0x2af595(0x49e),'hex':a0_0x2af595(0x30f),'description':'Cobalt\x20blue'},'RAL_5014':{'ral':'RAL_5014','hex':a0_0x2af595(0x44f),'description':'Pigeon\x20blue'},'RAL_5015':{'ral':'RAL_5015','hex':a0_0x2af595(0x270),'description':'Sky\x20blue'},'RAL_5017':{'ral':a0_0x2af595(0x2a3),'hex':a0_0x2af595(0x8c),'description':'Traffic\x20blue'},'RAL_5018':{'ral':a0_0x2af595(0x2d5),'hex':a0_0x2af595(0x243),'description':a0_0x2af595(0x395)},'RAL_5019':{'ral':a0_0x2af595(0x478),'hex':a0_0x2af595(0x4b1),'description':a0_0x2af595(0x288)},'RAL_5020':{'ral':a0_0x2af595(0x377),'hex':'#00414B','description':a0_0x2af595(0x4a7)},'RAL_5021':{'ral':'RAL_5021','hex':a0_0x2af595(0x456),'description':a0_0x2af595(0x3d2)},'RAL_5022':{'ral':a0_0x2af595(0x25c),'hex':a0_0x2af595(0x3ee),'description':a0_0x2af595(0x271)},'RAL_5023':{'ral':a0_0x2af595(0x418),'hex':a0_0x2af595(0x3b1),'description':a0_0x2af595(0x460)},'RAL_5024':{'ral':a0_0x2af595(0x16a),'hex':a0_0x2af595(0x2af),'description':a0_0x2af595(0x11d)},'RAL_5025':{'ral':'RAL_5025','hex':'#20697C','description':a0_0x2af595(0x41c)},'RAL_5026':{'ral':'RAL_5026','hex':a0_0x2af595(0x39f),'description':'Pearl\x20night\x20blue'},'RAL_6000':{'ral':a0_0x2af595(0x48c),'hex':a0_0x2af595(0x2b3),'description':'Patina\x20green'},'RAL_6001':{'ral':'RAL_6001','hex':'#366735','description':'Emerald\x20green'},'RAL_6002':{'ral':a0_0x2af595(0x150),'hex':a0_0x2af595(0x3ad),'description':a0_0x2af595(0x464)},'RAL_6003':{'ral':'RAL_6003','hex':'#50533C','description':a0_0x2af595(0x42c)},'RAL_6004':{'ral':a0_0x2af595(0x1d4),'hex':a0_0x2af595(0x2f9),'description':a0_0x2af595(0xc7)},'RAL_6005':{'ral':a0_0x2af595(0x1fd),'hex':a0_0x2af595(0x3b9),'description':a0_0x2af595(0x457)},'RAL_6006':{'ral':a0_0x2af595(0x337),'hex':'#3C392E','description':'Grey\x20olive'},'RAL_6007':{'ral':a0_0x2af595(0x37b),'hex':a0_0x2af595(0x1b4),'description':a0_0x2af595(0xd9)},'RAL_6008':{'ral':'RAL_6008','hex':'#36342A','description':'Brown\x20green'},'RAL_6009':{'ral':'RAL_6009','hex':'#27352A','description':'Fir\x20green'},'RAL_6010':{'ral':a0_0x2af595(0x17b),'hex':a0_0x2af595(0x178),'description':'Grass\x20green'},'RAL_6011':{'ral':a0_0x2af595(0x389),'hex':a0_0x2af595(0x189),'description':'Reseda\x20green'},'RAL_6012':{'ral':a0_0x2af595(0x18d),'hex':a0_0x2af595(0xd2),'description':a0_0x2af595(0x185)},'RAL_6013':{'ral':a0_0x2af595(0x73),'hex':a0_0x2af595(0x32c),'description':a0_0x2af595(0x12b)},'RAL_6014':{'ral':'RAL_6014','hex':a0_0x2af595(0x43e),'description':'Yellow\x20olive'},'RAL_6015':{'ral':a0_0x2af595(0x32d),'hex':a0_0x2af595(0x40f),'description':a0_0x2af595(0x10c)},'RAL_6016':{'ral':a0_0x2af595(0x18b),'hex':'#00694C','description':a0_0x2af595(0x226)},'RAL_6017':{'ral':a0_0x2af595(0x45d),'hex':a0_0x2af595(0x170),'description':'May\x20green'},'RAL_6018':{'ral':a0_0x2af595(0xef),'hex':'#60993B','description':a0_0x2af595(0x3c2)},'RAL_6019':{'ral':a0_0x2af595(0x2b6),'hex':a0_0x2af595(0x15f),'description':a0_0x2af595(0x401)},'RAL_6020':{'ral':a0_0x2af595(0x407),'hex':a0_0x2af595(0xc3),'description':'Chrome\x20green'},'RAL_6021':{'ral':a0_0x2af595(0x1f6),'hex':'#8A9977','description':a0_0x2af595(0x3a2)},'RAL_6022':{'ral':'RAL_6022','hex':a0_0x2af595(0xa6),'description':a0_0x2af595(0x7f)},'RAL_6024':{'ral':a0_0x2af595(0x498),'hex':a0_0x2af595(0x1df),'description':'Traffic\x20green'},'RAL_6025':{'ral':'RAL_6025','hex':a0_0x2af595(0xdb),'description':a0_0x2af595(0x1c3)},'RAL_6026':{'ral':'RAL_6026','hex':'#005F4E','description':a0_0x2af595(0x399)},'RAL_6027':{'ral':'RAL_6027','hex':a0_0x2af595(0x3fc),'description':a0_0x2af595(0x43d)},'RAL_6028':{'ral':a0_0x2af595(0x3b2),'hex':a0_0x2af595(0x2d7),'description':a0_0x2af595(0xea)},'RAL_6029':{'ral':a0_0x2af595(0x268),'hex':a0_0x2af595(0x26f),'description':a0_0x2af595(0x35f)},'RAL_6032':{'ral':a0_0x2af595(0x33c),'hex':a0_0x2af595(0x183),'description':a0_0x2af595(0x8f)},'RAL_6033':{'ral':a0_0x2af595(0x414),'hex':a0_0x2af595(0x42f),'description':a0_0x2af595(0x10a)},'RAL_6034':{'ral':a0_0x2af595(0x2f8),'hex':a0_0x2af595(0x1bb),'description':a0_0x2af595(0x3a6)},'RAL_6035':{'ral':a0_0x2af595(0x11e),'hex':'#194D25','description':'Pearl\x20green'},'RAL_6036':{'ral':a0_0x2af595(0x24e),'hex':a0_0x2af595(0x1db),'description':a0_0x2af595(0x22f)},'RAL_6037':{'ral':a0_0x2af595(0x2b4),'hex':a0_0x2af595(0x342),'description':a0_0x2af595(0x174)},'RAL_6038':{'ral':a0_0x2af595(0x139),'hex':a0_0x2af595(0x47b),'description':a0_0x2af595(0x2e0)},'RAL_6039':{'ral':a0_0x2af595(0x314),'hex':'#B3C43E','description':'Fibrous\x20green'},'RAL_7000':{'ral':a0_0x2af595(0x9a),'hex':a0_0x2af595(0xfc),'description':'Squirrel\x20grey'},'RAL_7001':{'ral':a0_0x2af595(0x34c),'hex':a0_0x2af595(0xd0),'description':a0_0x2af595(0x479)},'RAL_7002':{'ral':a0_0x2af595(0x39e),'hex':a0_0x2af595(0x37e),'description':a0_0x2af595(0x36f)},'RAL_7003':{'ral':a0_0x2af595(0x1a5),'hex':'#797669','description':a0_0x2af595(0x36b)},'RAL_7004':{'ral':a0_0x2af595(0x2c1),'hex':a0_0x2af595(0x89),'description':'Signal\x20grey'},'RAL_7005':{'ral':a0_0x2af595(0x13b),'hex':a0_0x2af595(0xa7),'description':a0_0x2af595(0x4b6)},'RAL_7006':{'ral':'RAL_7006','hex':'#766A5E','description':a0_0x2af595(0x152)},'RAL_7008':{'ral':a0_0x2af595(0x245),'hex':'#745F3D','description':a0_0x2af595(0x1a3)},'RAL_7009':{'ral':a0_0x2af595(0x1b8),'hex':a0_0x2af595(0x200),'description':a0_0x2af595(0x16d)},'RAL_7010':{'ral':'RAL_7010','hex':a0_0x2af595(0x27c),'description':a0_0x2af595(0x188)},'RAL_7011':{'ral':a0_0x2af595(0x3fa),'hex':a0_0x2af595(0x398),'description':a0_0x2af595(0x411)},'RAL_7012':{'ral':a0_0x2af595(0x351),'hex':'#575D5E','description':a0_0x2af595(0x181)},'RAL_7013':{'ral':a0_0x2af595(0xad),'hex':a0_0x2af595(0x14a),'description':a0_0x2af595(0x499)},'RAL_7015':{'ral':a0_0x2af595(0xf6),'hex':a0_0x2af595(0x2c2),'description':a0_0x2af595(0x19a)},'RAL_7016':{'ral':a0_0x2af595(0x79),'hex':a0_0x2af595(0x22a),'description':a0_0x2af595(0x237)},'RAL_7021':{'ral':a0_0x2af595(0x36a),'hex':a0_0x2af595(0x382),'description':a0_0x2af595(0x84)},'RAL_7022':{'ral':a0_0x2af595(0x2ce),'hex':a0_0x2af595(0x480),'description':'Umbra\x20grey'},'RAL_7023':{'ral':a0_0x2af595(0xfb),'hex':'#808076','description':a0_0x2af595(0x81)},'RAL_7024':{'ral':'RAL_7024','hex':'#45494E','description':a0_0x2af595(0x42d)},'RAL_7026':{'ral':a0_0x2af595(0x124),'hex':'#374345','description':a0_0x2af595(0xb9)},'RAL_7030':{'ral':'RAL_7030','hex':a0_0x2af595(0x184),'description':a0_0x2af595(0x3da)},'RAL_7031':{'ral':a0_0x2af595(0x316),'hex':a0_0x2af595(0x193),'description':a0_0x2af595(0x191)},'RAL_7032':{'ral':'RAL_7032','hex':a0_0x2af595(0x8d),'description':'Pebble\x20grey'},'RAL_7033':{'ral':a0_0x2af595(0x25a),'hex':a0_0x2af595(0x12c),'description':'Cement\x20grey'},'RAL_7034':{'ral':a0_0x2af595(0x197),'hex':'#92886F','description':a0_0x2af595(0x2ca)},'RAL_7035':{'ral':a0_0x2af595(0x477),'hex':a0_0x2af595(0x378),'description':a0_0x2af595(0x74)},'RAL_7036':{'ral':a0_0x2af595(0x16c),'hex':a0_0x2af595(0x298),'description':'Platinum\x20grey'},'RAL_7037':{'ral':a0_0x2af595(0x1e8),'hex':a0_0x2af595(0x38a),'description':'Dusty\x20grey'},'RAL_7038':{'ral':'RAL_7038','hex':a0_0x2af595(0x320),'description':a0_0x2af595(0x340)},'RAL_7039':{'ral':a0_0x2af595(0x3e0),'hex':a0_0x2af595(0x182),'description':a0_0x2af595(0xb1)},'RAL_7040':{'ral':a0_0x2af595(0x1cd),'hex':a0_0x2af595(0x234),'description':'Window\x20grey'},'RAL_7042':{'ral':'RAL_7042','hex':'#8E9291','description':a0_0x2af595(0x4a6)},'RAL_7043':{'ral':'RAL_7043','hex':a0_0x2af595(0x23f),'description':'Traffic\x20grey\x20B'},'RAL_7044':{'ral':a0_0x2af595(0x23c),'hex':'#B7B3A8','description':a0_0x2af595(0xc0)},'RAL_7045':{'ral':'RAL_7045','hex':a0_0x2af595(0x354),'description':'Telegrey\x201'},'RAL_7046':{'ral':a0_0x2af595(0x330),'hex':a0_0x2af595(0x370),'description':'Telegrey\x202'},'RAL_7047':{'ral':a0_0x2af595(0x490),'hex':a0_0x2af595(0x42a),'description':a0_0x2af595(0x2e9)},'RAL_7048':{'ral':a0_0x2af595(0x469),'hex':a0_0x2af595(0x40a),'description':a0_0x2af595(0x3c3)},'RAL_8000':{'ral':a0_0x2af595(0x386),'hex':a0_0x2af595(0x1d5),'description':a0_0x2af595(0x9b)},'RAL_8001':{'ral':a0_0x2af595(0x394),'hex':a0_0x2af595(0x21a),'description':'Ochre\x20brown'},'RAL_8002':{'ral':a0_0x2af595(0x355),'hex':a0_0x2af595(0x1a1),'description':'Signal\x20brown'},'RAL_8003':{'ral':a0_0x2af595(0xba),'hex':a0_0x2af595(0x292),'description':a0_0x2af595(0xa9)},'RAL_8004':{'ral':a0_0x2af595(0x32b),'hex':a0_0x2af595(0xa0),'description':a0_0x2af595(0x156)},'RAL_8007':{'ral':a0_0x2af595(0x2fa),'hex':'#70462B','description':a0_0x2af595(0x163)},'RAL_8008':{'ral':a0_0x2af595(0xab),'hex':a0_0x2af595(0x38f),'description':a0_0x2af595(0x3a8)},'RAL_8011':{'ral':'RAL_8011','hex':a0_0x2af595(0x148),'description':'Nut\x20brown'},'RAL_8012':{'ral':'RAL_8012','hex':'#66332B','description':'Red\x20brown'},'RAL_8014':{'ral':'RAL_8014','hex':a0_0x2af595(0xbb),'description':a0_0x2af595(0x2ab)},'RAL_8015':{'ral':a0_0x2af595(0x279),'hex':a0_0x2af595(0xeb),'description':'Chestnut\x20brown'},'RAL_8016':{'ral':a0_0x2af595(0x23b),'hex':a0_0x2af595(0x3b0),'description':a0_0x2af595(0x1f7)},'RAL_8017':{'ral':a0_0x2af595(0x169),'hex':a0_0x2af595(0xc6),'description':'Chocolate\x20brown'},'RAL_8019':{'ral':a0_0x2af595(0x2a8),'hex':a0_0x2af595(0x3f3),'description':a0_0x2af595(0x3a9)},'RAL_8022':{'ral':a0_0x2af595(0x17a),'hex':'#1A1719','description':a0_0x2af595(0x3bc)},'RAL_8023':{'ral':a0_0x2af595(0x1ef),'hex':a0_0x2af595(0xe4),'description':a0_0x2af595(0x47f)},'RAL_8024':{'ral':a0_0x2af595(0x441),'hex':'#795038','description':'Beige\x20brown'},'RAL_8025':{'ral':a0_0x2af595(0x467),'hex':'#755847','description':'Pale\x20brown'},'RAL_8028':{'ral':a0_0x2af595(0x9d),'hex':a0_0x2af595(0x1fb),'description':a0_0x2af595(0x27b)},'RAL_8029':{'ral':a0_0x2af595(0x397),'hex':a0_0x2af595(0x1f9),'description':a0_0x2af595(0x31d)},'RAL_9001':{'ral':'RAL_9001','hex':a0_0x2af595(0x291),'description':a0_0x2af595(0x222)},'RAL_9002':{'ral':a0_0x2af595(0x349),'hex':a0_0x2af595(0x164),'description':a0_0x2af595(0x461)},'RAL_9003':{'ral':a0_0x2af595(0x94),'hex':a0_0x2af595(0x2e7),'description':a0_0x2af595(0x289)},'RAL_9004':{'ral':'RAL_9004','hex':a0_0x2af595(0x1e3),'description':a0_0x2af595(0x38e)},'RAL_9005':{'ral':a0_0x2af595(0x3a4),'hex':a0_0x2af595(0x1ab),'description':a0_0x2af595(0x202)},'RAL_9006':{'ral':a0_0x2af595(0x2da),'hex':a0_0x2af595(0x3cb),'description':a0_0x2af595(0xdd)},'RAL_9007':{'ral':'RAL_9007','hex':'#868581','description':a0_0x2af595(0x409)},'RAL_9010':{'ral':a0_0x2af595(0x1eb),'hex':a0_0x2af595(0x43a),'description':a0_0x2af595(0x1e7)},'RAL_9011':{'ral':a0_0x2af595(0x209),'hex':a0_0x2af595(0x2cb),'description':a0_0x2af595(0x1e0)},'RAL_9012':{'ral':a0_0x2af595(0x4a5),'hex':a0_0x2af595(0x12d),'description':a0_0x2af595(0x176)},'RAL_9016':{'ral':'RAL_9016','hex':a0_0x2af595(0x455),'description':a0_0x2af595(0x435)},'RAL_9017':{'ral':a0_0x2af595(0x213),'hex':a0_0x2af595(0x487),'description':a0_0x2af595(0x42b)},'RAL_9018':{'ral':a0_0x2af595(0x46a),'hex':'#C8CBC4','description':a0_0x2af595(0x208)},'RAL_9022':{'ral':a0_0x2af595(0x236),'hex':a0_0x2af595(0x2f7),'description':a0_0x2af595(0x1a6)},'RAL_9023':{'ral':a0_0x2af595(0x13a),'hex':a0_0x2af595(0x1a0),'description':a0_0x2af595(0x25f)}};function cr(_0x4b81be){const _0x2a468a=a0_0x2af595;return lt[_0x4b81be]?.[_0x2a468a(0x3ba)];}function ur(_0x1ce54b){return _0x1ce54b?_0x1ce54b in lt:!0x1;}const ie=new Map();async function hr(_0x38b54c){const _0x1aa97c=a0_0x2af595;if(ie[_0x1aa97c(0x3db)](_0x38b54c))return ie[_0x1aa97c(0x24b)](_0x38b54c);try{if((await fetch(_0x38b54c,{'method':_0x1aa97c(0x17f)}))['ok'])return ie[_0x1aa97c(0xd8)](_0x38b54c,!0x0),!0x0;const _0x37e451=new AbortController(),_0x41b4f3=await fetch(_0x38b54c,{'method':_0x1aa97c(0x365),'signal':_0x37e451[_0x1aa97c(0x440)]});_0x37e451['abort']();const _0x21d823=_0x41b4f3['ok'];return ie[_0x1aa97c(0xd8)](_0x38b54c,_0x21d823),_0x21d823;}catch{return!0x1;}}const Ne={'textureBaseUrl':a0_0x2af595(0x22d),'textureFolder':a0_0x2af595(0x3ff),'textureExtension':a0_0x2af595(0x416),'textureSuffix':a0_0x2af595(0xdc)},De=m[a0_0x2af595(0x145)](Ne);function fr({children:_0x51f5b0,config:_0x1eff47={}}){const _0x5347c0=a0_0x2af595,_0x20fd94={...Ne,..._0x1eff47};return u[_0x5347c0(0x277)](De['Provider'],{'value':_0x20fd94,'children':_0x51f5b0});}function dr(){const _0xdc1a11=a0_0x2af595,_0x58b28a=m[_0xdc1a11(0x223)](De);return _0x58b28a||Ne;}function Be(_0x5dbf15,_0x43460a){const _0xb7c225=a0_0x2af595,{textureBaseUrl:_0x2d08c3,textureFolder:_0x620d15,textureExtension:_0x5ebb05,textureSuffix:_0x28fd8c}=_0x43460a,_0x26ad2b=_0x620d15?'/'+_0x620d15:'';return''+_0x2d08c3+_0x26ad2b+'/'+_0x5dbf15+(_0x5ebb05||_0xb7c225(0x416))+(_0x28fd8c||'');}const pr=a0_0x2af595(0x2a1);function mr(_0x52c909){const _0xe867d=a0_0x2af595,_0xe63135=dr(),_0xd62997=m[_0xe867d(0x12a)](()=>_0x52c909?.['toLowerCase']()[_0xe867d(0x359)](_0xe867d(0x462))??!0x1,[_0x52c909]),_0x276252=m[_0xe867d(0x12a)](()=>_0x52c909&&ur(_0x52c909)?cr(_0x52c909):null,[_0x52c909]),{value:_0x456416,loading:_0x135637}=lr(async()=>{if(!_0x52c909||_0x276252||_0xd62997)return!0x1;const _0xc2859f=Be(_0x52c909,_0xe63135);return await hr(_0xc2859f);},[_0x52c909,_0x276252,_0xd62997,_0xe63135]),_0x5befe5=m[_0xe867d(0x12a)](()=>_0x276252||!_0x52c909||_0x135637||!_0x456416||_0xd62997?pr:Be(_0x52c909,_0xe63135),[_0x276252,_0x52c909,_0x456416,_0x135637,_0xd62997,_0xe63135]),_0x3e8eec=At[_0xe867d(0x2d9)](ae[_0xe867d(0x2ba)],_0x5befe5);return _0xd62997?{'texture':null,'color':_0xe867d(0x368),'type':_0xe867d(0x462),'isLoading':!0x1,'opacity':0.1}:_0x276252?{'texture':null,'color':_0x276252,'type':_0xe867d(0x1f3),'isLoading':!0x1}:!_0x52c909||_0x135637||_0x456416===void 0x0?{'texture':null,'color':Ce,'type':'fallback','isLoading':_0x135637||_0x456416===void 0x0}:_0x456416?{'texture':_0x3e8eec,'color':null,'type':_0xe867d(0x433),'isLoading':!0x1}:{'texture':null,'color':Ce,'type':'fallback','isLoading':!0x1};}const W=m[a0_0x2af595(0x235)](function({length:_0x38d336,width:_0x513f80,thk:_0x44d9e3,material:_0x303504=a0_0x2af595(0x29a),opacity:_0x2c1a68=0x1,isSelected:_0x3c5e32=!0x1,isHovered:_0x4258cb=!0x1,onClick:_0x4fad91,onPointerEnter:_0x4a8cc9,onPointerLeave:_0x166778,startPanelThk:_0x4406e5=0x0,endPanelThk:_0x1a577d=0x0,render_mat:_0x575646}){const _0x4f5778=a0_0x2af595,{texture:_0x40b45c,color:_0x3f51c7,opacity:_0x52bcbb}=mr(_0x575646);let _0x20a997=m[_0x4f5778(0x12a)](()=>_0x3c5e32?'#ff6b00':_0x4258cb?_0x4f5778(0x7b):_0x40b45c?'#ffffff':_0x3f51c7||_0x303504,[_0x3c5e32,_0x4258cb,_0x40b45c,_0x3f51c7,_0x303504]),_0x1c3763=_0x3c5e32||_0x4258cb?0x1:_0x52bcbb??_0x2c1a68;const _0x232e7f=m[_0x4f5778(0x12a)](()=>{const _0x16f6a5=_0x4f5778;if(_0x4406e5!==0x0||_0x1a577d!==0x0){const {shape:_0x1a7805}=ot(_0x513f80,_0x44d9e3,_0x4406e5,_0x1a577d),_0x4f9eed=new ae[(_0x16f6a5(0x3bb))](_0x1a7805,{'depth':_0x38d336,'bevelEnabled':!0x1,'steps':0x1});return _0x4f9eed['center'](),_0x4f9eed['rotateZ'](-Math['PI']/0x2),_0x4f9eed['rotateY'](Math['PI']/0x2),_0x4f9eed;}else return new ae[(_0x16f6a5(0x3d8))](_0x38d336,_0x513f80,_0x44d9e3);},[_0x38d336,_0x513f80,_0x44d9e3,_0x4406e5,_0x1a577d]);return u[_0x4f5778(0x277)]('group',{'rotation':[0x0,0x0,0x0],'children':u['jsxs'](_0x4f5778(0x168),{'geometry':_0x232e7f,'onClick':_0x4fad91,'onPointerEnter':_0x4a8cc9,'onPointerLeave':_0x166778,'children':[u[_0x4f5778(0x277)]('meshStandardMaterial',{'map':_0x40b45c,'color':_0x20a997,'opacity':_0x1c3763,'transparent':_0x1c3763<0x1}),u[_0x4f5778(0x277)](Le[_0x4f5778(0x7e)],{'color':_0x3c5e32?_0x4f5778(0x4ae):_0x4258cb?'#0066ff':_0x4f5778(0x13e)})]})});}),ge={'cpNames':['*'],'showHorizontal':!0x1,'showVertical':!0x1,'position':{'horizontal':'bottom','vertical':a0_0x2af595(0x293)},'offset':0x64,'lineStyle':{'color':a0_0x2af595(0x1d3),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xc},'showLabel':!0x0,'labelSuffix':''},Ar=[{'cpNames':[a0_0x2af595(0x3ef),a0_0x2af595(0x16e)],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':a0_0x2af595(0x350),'vertical':a0_0x2af595(0x293)},'offset':0x0,'lineStyle':{'color':a0_0x2af595(0x1dc),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa},'showLabel':!0x0,'labelSuffix':''},{'cpNames':[a0_0x2af595(0xc9)],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':'bottom','vertical':a0_0x2af595(0x293)},'offset':0x0,'lineStyle':{'color':'#1b14ee','strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa}}];function xr(_0x1bdb82){const _0x5b3cce=a0_0x2af595;if(!_0x1bdb82)return null;for(const _0xbb402e of Ar)for(const _0x1a1696 of _0xbb402e[_0x5b3cce(0x21c)])if(_r(_0x1bdb82,_0x1a1696))return{...ge,..._0xbb402e,'position':{...ge['position'],..._0xbb402e[_0x5b3cce(0x40d)]},'lineStyle':{...ge[_0x5b3cce(0x388)],..._0xbb402e[_0x5b3cce(0x388)]}};return null;}function _r(_0x5ae6cf,_0x5d23af){const _0x32b8ae=a0_0x2af595;if(_0x5d23af==='*'||_0x5d23af===_0x5ae6cf)return!0x0;const _0x920098=_0x5d23af[_0x32b8ae(0xc1)](/\*/g,'.*')[_0x32b8ae(0xc1)](/\?/g,'.');return new RegExp('^'+_0x920098+'$')[_0x32b8ae(0x497)](_0x5ae6cf);}function gr({width:_0x3d7f93,height:_0x22e7bf,rules:_0x30e01c}){const _0x32a503=a0_0x2af595;if(!_0x30e01c[_0x32a503(0x331)]&&!_0x30e01c['showVertical'])return null;const _0xe32586=_0x30e01c[_0x32a503(0x3ce)]||0x1e,_0x2cbe6f=_0x30e01c['lineStyle']||{},_0x23764a=_0x2cbe6f[_0x32a503(0x339)]||_0x32a503(0x1d3),_0x559970=_0x2cbe6f[_0x32a503(0x2bf)]||0x1,_0x41fc92=_0x2cbe6f[_0x32a503(0xfa)]||0xc,_0x2dbebe=_0x2cbe6f[_0x32a503(0x10d)]||0x6,_0x2d75bd=[];if(_0x30e01c[_0x32a503(0x331)]){const _0x3207aa=[];_0x30e01c[_0x32a503(0x40d)]?.[_0x32a503(0x3ec)]==='both'?_0x3207aa[_0x32a503(0x32e)]('top',_0x32a503(0x350)):_0x30e01c['position']?.[_0x32a503(0x3ec)]==='top'?_0x3207aa['push'](_0x32a503(0x3f6)):_0x30e01c[_0x32a503(0x40d)]?.['horizontal']==='bottom'&&_0x3207aa[_0x32a503(0x32e)](_0x32a503(0x350)),_0x3207aa['forEach']((_0x5ba058,_0x38b8ba)=>{const _0x461b91=_0x32a503,_0x39b48f=_0x5ba058===_0x461b91(0x350)?-_0x22e7bf/0x2-_0xe32586:_0x22e7bf/0x2+_0xe32586,_0x431e46=_0x30e01c[_0x461b91(0x172)]?''+_0x3d7f93[_0x461b91(0x3dc)](0x0)+(_0x30e01c[_0x461b91(0xf1)]||''):'';_0x2d75bd[_0x461b91(0x32e)](u[_0x461b91(0xbf)]('g',{'children':[u[_0x461b91(0x277)](_0x461b91(0x11b),{'x1':-_0x3d7f93/0x2,'y1':_0x39b48f,'x2':_0x3d7f93/0x2,'y2':_0x39b48f,'stroke':_0x23764a,'strokeWidth':_0x559970}),u[_0x461b91(0x277)](_0x461b91(0x77),{'points':-_0x3d7f93/0x2+','+_0x39b48f+'\x20'+(-_0x3d7f93/0x2+_0x2dbebe)+','+(_0x39b48f-_0x2dbebe/0x2)+'\x20'+(-_0x3d7f93/0x2+_0x2dbebe)+','+(_0x39b48f+_0x2dbebe/0x2),'fill':_0x23764a}),u[_0x461b91(0x277)](_0x461b91(0x77),{'points':_0x3d7f93/0x2+','+_0x39b48f+'\x20'+(_0x3d7f93/0x2-_0x2dbebe)+','+(_0x39b48f-_0x2dbebe/0x2)+'\x20'+(_0x3d7f93/0x2-_0x2dbebe)+','+(_0x39b48f+_0x2dbebe/0x2),'fill':_0x23764a}),u[_0x461b91(0x277)](_0x461b91(0x11b),{'x1':-_0x3d7f93/0x2,'y1':-_0x22e7bf/0x2,'x2':-_0x3d7f93/0x2,'y2':_0x39b48f,'stroke':_0x23764a,'strokeWidth':_0x559970*0.5,'strokeDasharray':_0x461b91(0x402)}),u['jsx'](_0x461b91(0x11b),{'x1':_0x3d7f93/0x2,'y1':-_0x22e7bf/0x2,'x2':_0x3d7f93/0x2,'y2':_0x39b48f,'stroke':_0x23764a,'strokeWidth':_0x559970*0.5,'strokeDasharray':_0x461b91(0x402)}),_0x431e46&&u[_0x461b91(0x277)]('g',{'transform':_0x461b91(0x21f)+(_0x39b48f-_0x41fc92)+')','children':u[_0x461b91(0x277)](_0x461b91(0x105),{'textAnchor':'middle','fontSize':_0x41fc92,'fill':_0x23764a,'transform':_0x461b91(0x31a),'children':_0x431e46})})]},'h-'+_0x5ba058+'-'+_0x38b8ba));});}if(_0x30e01c[_0x32a503(0x45e)]){const _0x1e56ec=[];_0x30e01c[_0x32a503(0x40d)]?.[_0x32a503(0x30e)]===_0x32a503(0x205)?_0x1e56ec[_0x32a503(0x32e)](_0x32a503(0x293),'right'):_0x30e01c[_0x32a503(0x40d)]?.[_0x32a503(0x30e)]===_0x32a503(0x293)?_0x1e56ec[_0x32a503(0x32e)]('left'):_0x30e01c['position']?.[_0x32a503(0x30e)]===_0x32a503(0x3cd)&&_0x1e56ec[_0x32a503(0x32e)](_0x32a503(0x3cd)),_0x1e56ec['forEach']((_0xf47bdc,_0x3594b7)=>{const _0x5c2dd4=_0x32a503,_0x4bc6f0=_0xf47bdc===_0x5c2dd4(0x293)?-_0x3d7f93/0x2-_0xe32586:_0x3d7f93/0x2+_0xe32586,_0x3affce=_0x30e01c[_0x5c2dd4(0x172)]?''+_0x22e7bf[_0x5c2dd4(0x3dc)](0x0)+(_0x30e01c['labelSuffix']||''):'';_0x2d75bd[_0x5c2dd4(0x32e)](u[_0x5c2dd4(0xbf)]('g',{'children':[u[_0x5c2dd4(0x277)]('line',{'x1':_0x4bc6f0,'y1':-_0x22e7bf/0x2,'x2':_0x4bc6f0,'y2':_0x22e7bf/0x2,'stroke':_0x23764a,'strokeWidth':_0x559970}),u[_0x5c2dd4(0x277)](_0x5c2dd4(0x77),{'points':_0x4bc6f0+','+-_0x22e7bf/0x2+'\x20'+(_0x4bc6f0-_0x2dbebe/0x2)+','+(-_0x22e7bf/0x2+_0x2dbebe)+'\x20'+(_0x4bc6f0+_0x2dbebe/0x2)+','+(-_0x22e7bf/0x2+_0x2dbebe),'fill':_0x23764a}),u['jsx'](_0x5c2dd4(0x77),{'points':_0x4bc6f0+','+_0x22e7bf/0x2+'\x20'+(_0x4bc6f0-_0x2dbebe/0x2)+','+(_0x22e7bf/0x2-_0x2dbebe)+'\x20'+(_0x4bc6f0+_0x2dbebe/0x2)+','+(_0x22e7bf/0x2-_0x2dbebe),'fill':_0x23764a}),u[_0x5c2dd4(0x277)](_0x5c2dd4(0x11b),{'x1':-_0x3d7f93/0x2,'y1':-_0x22e7bf/0x2,'x2':_0x4bc6f0,'y2':-_0x22e7bf/0x2,'stroke':_0x23764a,'strokeWidth':_0x559970*0.5,'strokeDasharray':_0x5c2dd4(0x402)}),u[_0x5c2dd4(0x277)](_0x5c2dd4(0x11b),{'x1':-_0x3d7f93/0x2,'y1':_0x22e7bf/0x2,'x2':_0x4bc6f0,'y2':_0x22e7bf/0x2,'stroke':_0x23764a,'strokeWidth':_0x559970*0.5,'strokeDasharray':_0x5c2dd4(0x402)}),_0x3affce&&u['jsx'](_0x5c2dd4(0x105),{'x':_0x4bc6f0+(_0xf47bdc===_0x5c2dd4(0x293)?-_0x41fc92:_0x41fc92),'y':0x0,'textAnchor':_0x5c2dd4(0x3df),'fontSize':_0x41fc92,'fill':_0x23764a,'transform':_0x5c2dd4(0x2b0)+(_0x4bc6f0+(_0xf47bdc===_0x5c2dd4(0x293)?-_0x41fc92:_0x41fc92))+_0x5c2dd4(0x48b),'children':_0x3affce})]},'v-'+_0xf47bdc+'-'+_0x3594b7));});}return u[_0x32a503(0x277)]('g',{'className':_0x32a503(0x410),'children':_0x2d75bd});}function Y({dim_x:_0x370e70,dim_y:_0x544bb8,text:_0x3b08e9='',stroke_width:_0xbc08ec=0x2,rotate:_0x10f721=0x0,isSelected:_0x15b357=!0x1,isHovered:_0x1fa87f=!0x1,onClick:_0x274725,onMouseEnter:_0x439dcf,onMouseLeave:_0x4d0f10,startPanelThk:_0x127e81=0x0,endPanelThk:_0x54d44f=0x0,cp:_0x5d9e99,render_mat:_0x589ce1}){const _0x3b485f=a0_0x2af595,{svgPath:_0x2f5f15}=ot(_0x370e70,_0x544bb8,_0x127e81,_0x54d44f),_0x252ec6=_0x15b357?'#ff6b00':_0x1fa87f?_0x3b485f(0x7b):'black',_0x3cad52=_0x15b357?_0xbc08ec*0x2:_0x1fa87f?_0xbc08ec*1.5:_0xbc08ec,_0x21731a=_0x15b357?0.8:_0x1fa87f?0.7:0.5,_0xc52583=_0x589ce1?.[_0x3b485f(0x3b3)]()[_0x3b485f(0x359)]('glass')?_0x3b485f(0x368):_0x3b485f(0x380),_0x40fa47=_0x5d9e99?.['CPNAME']?xr(_0x5d9e99['CPNAME']):null;return u[_0x3b485f(0xbf)]('g',{'transform':_0x3b485f(0x23a)+_0x10f721+')','children':[u[_0x3b485f(0x277)]('path',{'d':_0x2f5f15,'stroke':_0x252ec6,'strokeWidth':_0x3cad52,'fill':_0xc52583,'strokeLinejoin':'bevel','strokeMiterlimit':'1','opacity':_0x21731a,'onClick':_0x274725,'onMouseEnter':_0x439dcf,'onMouseLeave':_0x4d0f10,'style':{'cursor':_0x274725?'pointer':_0x3b485f(0x343)}}),u[_0x3b485f(0x277)]('text',{'transform':_0x3b485f(0x31a),'x':0x0,'y':0x0,'textAnchor':_0x3b485f(0x3df),'dominantBaseline':_0x3b485f(0x3cc),'fontSize':0xa,'children':_0x3b08e9}),_0x40fa47&&u[_0x3b485f(0x277)](gr,{'width':_0x370e70,'height':_0x544bb8*1.05,'rules':_0x40fa47})]});}function Rr({TREEID:_0x550b9c,dimension:_0x3b6c76,view:_0x28eb85,helper:_0x4040bf}){const _0xfe850f=a0_0x2af595,_0x2e4fd3=_0x4040bf['front'],_0x4b5fed=m[_0xfe850f(0x223)](O);if(!_0x2e4fd3||!_0x4b5fed)return;const _0xc4607e=_0x2e4fd3['sidePanel']?.['kms']?.[_0xfe850f(0xee)],{CPNAME:_0x5e47d4}=_0x2e4fd3;if(!_0x5e47d4||_0x5e47d4['includes'](_0xfe850f(0x273)))return null;const {elmTrimThk:_0x41783c}=_0x2e4fd3,_0x1ce59d=_0x4040bf[_0xfe850f(0x293)]?.[_0xfe850f(0x1fa)],_0x319036=_0x4040bf[_0xfe850f(0x3cd)]?.['thk'],_0xde9cfd=(_0x2e4fd3['trim'][_0xfe850f(0x3f0)]==='S'?_0x1ce59d:0x0)??0x0,_0x5f294f=(_0x2e4fd3[_0xfe850f(0x391)][_0xfe850f(0x76)]==='S'?_0x319036:0x0)??0x0,_0x1aa4d5=(_0x2e4fd3[_0xfe850f(0x391)][_0xfe850f(0x3f0)]==='M'?_0x1ce59d:0x0)??0x0,_0x458f14=(_0x2e4fd3['trim']['end']==='M'?_0x319036:0x0)??0x0,_0x51d79b=_0x3b6c76[_0xfe850f(0x1ce)]-_0x41783c[_0xfe850f(0x3f6)]-_0x41783c[_0xfe850f(0x350)]+_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x3f6)]+_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x350)],_0x1e0c86=_0x3b6c76[_0xfe850f(0xa1)]-_0xde9cfd-_0x5f294f+_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x3f0)]+_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x76)],_0x264bc0=_0x2e4fd3[_0xfe850f(0x1fa)],_0x1765a2=-(_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x3f0)]/0x2-_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x76)]/0x2-_0xde9cfd/0x2+_0x5f294f/0x2),_0x2903e1=_0x2e4fd3[_0xfe850f(0xfe)][_0xfe850f(0x350)]/0x2-_0x2e4fd3[_0xfe850f(0xfe)]['top']/0x2+_0x41783c[_0xfe850f(0x350)]/0x2-_0x41783c[_0xfe850f(0x3f6)]/0x2,_0x265cd6=-(_0x3b6c76[_0xfe850f(0x318)]/0x2-_0x264bc0/0x2);return _0x28eb85===S[_0xfe850f(0x3a1)]?u[_0xfe850f(0x277)](_0xfe850f(0x88),{'position':[_0x1765a2/L,_0x265cd6/L,_0x2903e1/L],'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'children':u[_0xfe850f(0x277)](W,{'length':_0x51d79b/L,'width':_0x1e0c86/L,'thk':_0x264bc0/L,'treeId':_0x550b9c,'startPanelThk':_0x1aa4d5/L,'endPanelThk':_0x458f14/L,'render_mat':_0xc4607e})}):u[_0xfe850f(0x277)]('g',{'transform':_0xfe850f(0x439)+_0x1765a2+','+(_0x28eb85===S['_2D_TOP']?_0x265cd6:_0x2903e1)+_0xfe850f(0x44b),'children':u[_0xfe850f(0x277)](Y,{'dim_x':_0x1e0c86,'dim_y':_0x28eb85===S[_0xfe850f(0x4a3)]?_0x264bc0:_0x51d79b,'text':_0x51d79b+'\x20x\x20'+_0x1e0c86+_0xfe850f(0x324)+_0x264bc0,'treeId':_0x550b9c,'startPanelThk':_0x28eb85===S[_0xfe850f(0x4a3)]?_0x1aa4d5:0x0,'endPanelThk':_0x28eb85===S[_0xfe850f(0x4a3)]?_0x458f14:0x0,'cp':_0x4040bf[_0xfe850f(0x26e)],'render_mat':_0xc4607e})});}function Lr({TREEID:_0x9836b4,dimension:_0xfe65b6,view:_0x241569,helper:_0x3f6992}){const _0x12c605=a0_0x2af595,_0x538999=_0x3f6992['left'],_0x39f8a2=m[_0x12c605(0x223)](O);if(!_0x538999||!_0x39f8a2)return;const _0x1f2f5d=_0x538999['sidePanel']?.[_0x12c605(0x3dd)]?.[_0x12c605(0xee)],{CPNAME:_0x3c16e3}=_0x538999;if(!_0x3c16e3||_0x3c16e3[_0x12c605(0x359)]('EMPTY'))return null;const {elmTrimThk:_0x39de1c}=_0x538999,_0x246c1e=_0x3f6992[_0x12c605(0x165)]?.[_0x12c605(0x1fa)],_0x3eb0c8=_0x3f6992[_0x12c605(0x26e)]?.[_0x12c605(0x1fa)],_0x1e941c=(_0x538999[_0x12c605(0x391)][_0x12c605(0x3f0)]==='S'?_0x246c1e:0x0)??0x0,_0x25f295=(_0x538999[_0x12c605(0x391)][_0x12c605(0x76)]==='S'?_0x3eb0c8:0x0)??0x0,_0x4c48fd=(_0x538999['trim'][_0x12c605(0x3f0)]==='M'?_0x246c1e:0x0)??0x0,_0x34fc51=(_0x538999[_0x12c605(0x391)][_0x12c605(0x76)]==='M'?_0x3eb0c8:0x0)??0x0,_0x4ab55b=_0xfe65b6[_0x12c605(0x1ce)]-_0x39de1c[_0x12c605(0x3f6)]-_0x39de1c[_0x12c605(0x350)]+_0x538999[_0x12c605(0xfe)][_0x12c605(0x3f6)]+_0x538999[_0x12c605(0xfe)][_0x12c605(0x350)],_0x43c9e1=_0xfe65b6[_0x12c605(0x318)]-_0x1e941c-_0x25f295+_0x538999[_0x12c605(0xfe)]['start']+_0x538999[_0x12c605(0xfe)][_0x12c605(0x76)],_0x5e1ef1=_0x538999['thk'],_0x23598b=-(_0xfe65b6[_0x12c605(0xa1)]/0x2-_0x5e1ef1/0x2),_0x24a4fe=_0x538999[_0x12c605(0xfe)]['start']/0x2-_0x538999[_0x12c605(0xfe)]['end']/0x2-_0x1e941c/0x2+_0x25f295/0x2,_0x2dcc67=_0x538999[_0x12c605(0xfe)]['bottom']/0x2-_0x538999['oversize']['top']/0x2+_0x39de1c['bottom']/0x2-_0x39de1c['top']/0x2;return _0x241569===S[_0x12c605(0x3a1)]?u[_0x12c605(0x277)](_0x12c605(0x88),{'position':[_0x23598b/L,_0x24a4fe/L,_0x2dcc67/L],'rotation':[0x0,-Math['PI']/0x2,0x0],'children':u['jsx'](W,{'length':_0x4ab55b/L,'width':_0x43c9e1/L,'thk':_0x5e1ef1/L,'treeId':_0x9836b4,'startPanelThk':_0x4c48fd/L,'endPanelThk':_0x34fc51/L,'render_mat':_0x1f2f5d})}):u[_0x12c605(0x277)]('g',{'transform':_0x12c605(0x439)+_0x23598b+','+(_0x241569===S[_0x12c605(0x4a3)]?_0x24a4fe:_0x2dcc67)+_0x12c605(0x308),'children':u['jsx'](Y,{'dim_x':_0x241569===S['_2D_TOP']?_0x43c9e1:_0x4ab55b,'dim_y':_0x5e1ef1,'text':_0x4ab55b+_0x12c605(0x324)+_0x43c9e1+_0x12c605(0x324)+_0x5e1ef1,'treeId':_0x9836b4,'rotate':0xb4,'startPanelThk':_0x241569===S[_0x12c605(0x4a3)]?_0x4c48fd:0x0,'endPanelThk':_0x241569===S[_0x12c605(0x4a3)]?_0x34fc51:0x0,'render_mat':_0x1f2f5d})});}function Er({TREEID:_0x5ccf3b,dimension:_0x54b4d5,view:_0x2ee0a1,helper:_0x58ed43}){const _0x43850e=a0_0x2af595,_0x8908fb=_0x58ed43[_0x43850e(0x165)],_0x44169a=m[_0x43850e(0x223)](O);if(!_0x8908fb||!_0x44169a)return;const _0x388102=_0x8908fb[_0x43850e(0x15e)]?.[_0x43850e(0x3dd)]?.[_0x43850e(0xee)],{CPNAME:_0x42345a}=_0x8908fb;if(!_0x42345a||_0x42345a['includes']('EMPTY'))return null;const {elmTrimThk:_0x42cdbb}=_0x8908fb,_0x58fb99=_0x58ed43[_0x43850e(0x3cd)]?.[_0x43850e(0x1fa)],_0x1b80b3=_0x58ed43[_0x43850e(0x293)]?.[_0x43850e(0x1fa)],_0x4fe71d=(_0x8908fb[_0x43850e(0x391)][_0x43850e(0x3f0)]==='S'?_0x58fb99:0x0)??0x0,_0x189db3=(_0x8908fb['trim'][_0x43850e(0x76)]==='S'?_0x1b80b3:0x0)??0x0,_0x34f696=(_0x8908fb[_0x43850e(0x391)][_0x43850e(0x3f0)]==='M'?_0x58fb99:0x0)??0x0,_0x20626c=(_0x8908fb[_0x43850e(0x391)][_0x43850e(0x76)]==='M'?_0x1b80b3:0x0)??0x0,_0x1e532d=_0x54b4d5[_0x43850e(0x1ce)]-_0x42cdbb[_0x43850e(0x3f6)]-_0x42cdbb[_0x43850e(0x350)]+_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x3f6)]+_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x350)],_0x377774=_0x54b4d5[_0x43850e(0xa1)]-_0x4fe71d-_0x189db3+_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x3f0)]+_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x76)],_0x41b1a1=_0x8908fb[_0x43850e(0x1fa)],_0x5dee4f=_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x3f0)]/0x2-_0x8908fb['oversize'][_0x43850e(0x76)]/0x2-_0x4fe71d/0x2+_0x189db3/0x2,_0x9b01a1=_0x54b4d5[_0x43850e(0x318)]/0x2-_0x41b1a1/0x2,_0x221c88=_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x350)]/0x2-_0x8908fb[_0x43850e(0xfe)][_0x43850e(0x3f6)]/0x2+_0x42cdbb['bottom']/0x2-_0x42cdbb[_0x43850e(0x3f6)]/0x2;return _0x2ee0a1===S[_0x43850e(0x3a1)]?u[_0x43850e(0x277)](_0x43850e(0x88),{'position':[_0x5dee4f/L,_0x9b01a1/L,_0x221c88/L],'rotation':[Math['PI']/0x2,Math['PI'],Math['PI']/0x2],'children':u[_0x43850e(0x277)](W,{'length':_0x1e532d/L,'width':_0x377774/L,'thk':_0x41b1a1/L,'treeId':_0x5ccf3b,'startPanelThk':_0x34f696/L,'endPanelThk':_0x20626c/L,'render_mat':_0x388102})}):u[_0x43850e(0x277)]('g',{'transform':'translate('+_0x5dee4f+','+(_0x2ee0a1===S[_0x43850e(0x4a3)]?_0x9b01a1:_0x221c88)+')\x20rotate(0)','children':u[_0x43850e(0x277)](Y,{'dim_x':_0x377774,'dim_y':_0x2ee0a1===S[_0x43850e(0x4a3)]?_0x41b1a1:_0x1e532d,'text':_0x1e532d+_0x43850e(0x324)+_0x377774+_0x43850e(0x324)+_0x41b1a1,'treeId':_0x5ccf3b,'rotate':0xb4,'startPanelThk':_0x2ee0a1===S[_0x43850e(0x4a3)]?_0x34f696:0x0,'endPanelThk':_0x2ee0a1===S[_0x43850e(0x4a3)]?_0x20626c:0x0,'cp':_0x58ed43['back'],'render_mat':_0x388102})});}function yr({TREEID:_0x484514,dimension:_0x330d92,view:_0x159ef4,helper:_0x14f650}){const _0x3ac105=a0_0x2af595,_0x142110=_0x14f650[_0x3ac105(0x3cd)],_0x324736=m[_0x3ac105(0x223)](O);if(!_0x142110||!_0x324736)return;const _0x33faa3=_0x142110[_0x3ac105(0x15e)]?.[_0x3ac105(0x3dd)]?.[_0x3ac105(0xee)],{CPNAME:_0x172dbc}=_0x142110;if(!_0x172dbc||_0x172dbc['includes'](_0x3ac105(0x273)))return null;const {elmTrimThk:_0x11ed63}=_0x142110,_0x38ec3b=_0x14f650['front']?.['thk'],_0x3934f8=_0x14f650[_0x3ac105(0x165)]?.[_0x3ac105(0x1fa)],_0x5bfac2=(_0x142110['trim'][_0x3ac105(0x3f0)]==='S'?_0x38ec3b:0x0)??0x0,_0x4095ed=(_0x142110['trim'][_0x3ac105(0x76)]==='S'?_0x3934f8:0x0)??0x0,_0x2cae6a=(_0x142110[_0x3ac105(0x391)][_0x3ac105(0x3f0)]==='M'?_0x38ec3b:0x0)??0x0,_0x97090e=(_0x142110['trim'][_0x3ac105(0x76)]==='M'?_0x3934f8:0x0)??0x0,_0xc5c728=_0x330d92[_0x3ac105(0x1ce)]-_0x11ed63[_0x3ac105(0x3f6)]-_0x11ed63[_0x3ac105(0x350)]+_0x142110[_0x3ac105(0xfe)][_0x3ac105(0x3f6)]+_0x142110['oversize'][_0x3ac105(0x350)],_0x4aceab=_0x330d92[_0x3ac105(0x318)]-_0x5bfac2-_0x4095ed+_0x142110[_0x3ac105(0xfe)][_0x3ac105(0x3f0)]+_0x142110[_0x3ac105(0xfe)][_0x3ac105(0x76)],_0x115573=_0x142110[_0x3ac105(0x1fa)],_0x415bc9=_0x330d92[_0x3ac105(0xa1)]/0x2-_0x115573/0x2,_0x3ba088=-(_0x142110['oversize'][_0x3ac105(0x3f0)]/0x2-_0x142110[_0x3ac105(0xfe)][_0x3ac105(0x76)]/0x2-_0x5bfac2/0x2+_0x4095ed/0x2),_0x2e4823=_0x142110[_0x3ac105(0xfe)]['bottom']/0x2+_0x142110[_0x3ac105(0xfe)][_0x3ac105(0x3f6)]/0x2+_0x11ed63[_0x3ac105(0x350)]/0x2-_0x11ed63[_0x3ac105(0x3f6)]/0x2;return _0x159ef4===S[_0x3ac105(0x3a1)]?u[_0x3ac105(0x277)]('group',{'position':[_0x415bc9/L,_0x3ba088/L,_0x2e4823/L],'rotation':[0x0,Math['PI']/0x2,Math['PI']],'children':u[_0x3ac105(0x277)](W,{'length':_0xc5c728/L,'width':_0x4aceab/L,'thk':_0x115573/L,'treeId':_0x484514,'startPanelThk':_0x2cae6a/L,'endPanelThk':_0x97090e/L,'render_mat':_0x33faa3})}):u[_0x3ac105(0x277)]('g',{'transform':_0x3ac105(0x439)+_0x415bc9+','+(_0x159ef4===S[_0x3ac105(0x4a3)]?_0x3ba088:_0x2e4823)+_0x3ac105(0x308),'children':u[_0x3ac105(0x277)](Y,{'dim_x':_0x159ef4===S['_2D_TOP']?_0x4aceab:_0xc5c728,'dim_y':_0x115573,'text':_0xc5c728+_0x3ac105(0x324)+_0x4aceab+'\x20x\x20'+_0x115573,'treeId':_0x484514,'startPanelThk':_0x159ef4===S[_0x3ac105(0x4a3)]?_0x2cae6a:0x0,'endPanelThk':_0x159ef4===S[_0x3ac105(0x4a3)]?_0x97090e:0x0,'render_mat':_0x33faa3})});}function Sr({TREEID:_0x9ecba0,dimension:_0x8662a5,view:_0x534b03,helper:_0x4599c8}){const _0x4ac6d3=a0_0x2af595,_0x5e7590=de(_0x9ecba0),_0xdbd300=m[_0x4ac6d3(0x223)](O);if(!_0x5e7590||!_0xdbd300)return;const _0x406a66=_0x5e7590[_0x4ac6d3(0x309)]?.['kms']?.[_0x4ac6d3(0xee)],{topShelfCP:_0xc97ef3}=_0x5e7590;if(!_0xc97ef3||_0xc97ef3[_0x4ac6d3(0x3dd)]?.['name']?.[_0x4ac6d3(0x359)](_0x4ac6d3(0x273)))return;const _0x51c1cb=(_0x4599c8[_0x4ac6d3(0x26e)]?.[_0x4ac6d3(0x391)]['top']!=='S'?_0x4599c8[_0x4ac6d3(0x26e)]?.[_0x4ac6d3(0x1fa)]:0x0)??0x0,_0x58296d=(_0x4599c8['back']?.[_0x4ac6d3(0x391)]['top']!=='S'?_0x4599c8['back']?.[_0x4ac6d3(0x1fa)]:0x0)??0x0,_0x1523cd=(_0x4599c8[_0x4ac6d3(0x293)]?.[_0x4ac6d3(0x391)][_0x4ac6d3(0x3f6)]!=='S'?_0x4599c8[_0x4ac6d3(0x293)]?.[_0x4ac6d3(0x1fa)]:0x0)??0x0,_0x55b839=(_0x4599c8[_0x4ac6d3(0x3cd)]?.[_0x4ac6d3(0x391)][_0x4ac6d3(0x3f6)]!=='S'?_0x4599c8[_0x4ac6d3(0x3cd)]?.[_0x4ac6d3(0x1fa)]:0x0)??0x0,_0x19e41f=_0x8662a5[_0x4ac6d3(0xa1)]-_0x1523cd-_0x55b839,_0x2a8e5a=_0x8662a5[_0x4ac6d3(0x318)]-_0x58296d-_0x51c1cb,_0x12f803=_0x5e7590[_0x4ac6d3(0x438)],_0x5d2b9a=_0x1523cd/0x2-_0x55b839/0x2,_0x21eaea=-(_0x58296d/0x2-_0x51c1cb/0x2),_0x4588fc=_0x8662a5[_0x4ac6d3(0x1ce)]/0x2-_0x12f803/0x2;return _0x534b03===S['_3D']?u[_0x4ac6d3(0x277)](_0x4ac6d3(0x88),{'position':[_0x5d2b9a/L,_0x21eaea/L,_0x4588fc/L],'rotation':[0x0,0x0,0x0],'children':u['jsx'](W,{'length':_0x19e41f/L,'width':_0x2a8e5a/L,'thk':_0x12f803/L,'treeId':_0x9ecba0,'render_mat':_0x406a66})}):u['jsx']('g',{'transform':_0x4ac6d3(0x439)+_0x5d2b9a+','+(_0x534b03===S[_0x4ac6d3(0x4a3)]?_0x21eaea:_0x4588fc)+')','children':u[_0x4ac6d3(0x277)](Y,{'dim_x':_0x19e41f,'dim_y':_0x534b03===S[_0x4ac6d3(0x4a3)]?_0x2a8e5a:_0x12f803,'text':_0x19e41f+_0x4ac6d3(0x324)+_0x2a8e5a+'\x20x\x20'+_0x12f803,'treeId':_0x9ecba0,'render_mat':_0x406a66})});}function br({TREEID:_0xac4482,dimension:_0x113739,view:_0x1e7b62,helper:_0x5d572a}){const _0x1a3450=a0_0x2af595,_0x49f48a=de(_0xac4482),_0x269225=m[_0x1a3450(0x223)](O);if(!_0x49f48a||!_0x269225)return;const _0x3acf45=_0x49f48a[_0x1a3450(0x1d9)]?.[_0x1a3450(0x3dd)]?.[_0x1a3450(0xee)],{bottomShelfCP:_0x11438b}=_0x49f48a;if(!_0x11438b||_0x11438b?.['kms']?.[_0x1a3450(0x225)]?.[_0x1a3450(0x359)](_0x1a3450(0x273)))return;const _0x5ec092=(_0x5d572a['front']?.['trim']['bottom']!=='S'?_0x5d572a['front']?.[_0x1a3450(0x1fa)]:0x0)??0x0,_0x1d934b=(_0x5d572a[_0x1a3450(0x165)]?.['trim'][_0x1a3450(0x350)]!=='S'?_0x5d572a[_0x1a3450(0x165)]?.[_0x1a3450(0x1fa)]:0x0)??0x0,_0xec4e87=(_0x5d572a[_0x1a3450(0x293)]?.[_0x1a3450(0x391)]['bottom']!=='S'?_0x5d572a['left']?.[_0x1a3450(0x1fa)]:0x0)??0x0,_0x85a072=(_0x5d572a[_0x1a3450(0x3cd)]?.['trim'][_0x1a3450(0x350)]!=='S'?_0x5d572a[_0x1a3450(0x3cd)]?.[_0x1a3450(0x1fa)]:0x0)??0x0,_0x5e1d3b=_0x113739['width']-_0xec4e87-_0x85a072,_0x281e46=_0x113739[_0x1a3450(0x318)]-_0x1d934b-_0x5ec092,_0x2d39ea=_0x49f48a[_0x1a3450(0x47a)],_0x3abdea=_0xec4e87/0x2-_0x85a072/0x2,_0x5d0c3c=-(_0x1d934b/0x2-_0x5ec092/0x2),_0x22f3ec=-(_0x113739[_0x1a3450(0x1ce)]/0x2-_0x2d39ea/0x2);return _0x1e7b62===S['_3D']?u[_0x1a3450(0x277)](_0x1a3450(0x88),{'position':[_0x3abdea/L,_0x5d0c3c/L,_0x22f3ec/L],'rotation':[0x0,0x0,0x0],'children':u[_0x1a3450(0x277)](W,{'length':_0x5e1d3b/L,'width':_0x281e46/L,'thk':_0x2d39ea/L,'treeId':_0xac4482,'render_mat':_0x3acf45})}):u[_0x1a3450(0x277)]('g',{'transform':'translate('+_0x3abdea+','+(_0x1e7b62===S[_0x1a3450(0x4a3)]?_0x5d0c3c:_0x22f3ec)+')','children':u[_0x1a3450(0x277)](Y,{'dim_x':_0x5e1d3b,'dim_y':_0x1e7b62===S['_2D_TOP']?_0x281e46:_0x2d39ea,'text':_0x5e1d3b+_0x1a3450(0x324)+_0x281e46+_0x1a3450(0x324)+_0x2d39ea,'treeId':_0xac4482,'render_mat':_0x3acf45})});}function ct(){const _0x3a5626=a0_0x2af595,_0x20cb7b=m['useContext'](Se);if(!_0x20cb7b)throw new Error(_0x3a5626(0x496));return _0x20cb7b;}function ut(_0x364362,_0xf662cb,_0x479a11,_0x4f2963={},_0x37f63a){const _0x1d332d=a0_0x2af595,{throwOnError:_0x72768d=!0x1}=_0x4f2963;if(!_0x364362['hasDescriptor'](_0xf662cb))throw new Error(_0x1d332d(0x45a)+_0xf662cb+_0x1d332d(0x358));return m[_0x1d332d(0x12a)](()=>{const _0x27d17b=_0x1d332d;try{return{'result':_0x364362[_0x27d17b(0x422)](_0xf662cb,_0x479a11,_0x37f63a),'error':null,'success':!0x0};}catch(_0x4e2ec2){const _0x54bc9e=_0x4e2ec2 instanceof Error?_0x4e2ec2[_0x27d17b(0x44d)]:'Unknown\x20error';if(_0x72768d)throw _0x4e2ec2;return{'result':null,'error':_0x54bc9e,'success':!0x1};}},[_0x364362,_0xf662cb,_0x479a11,_0x72768d,_0x37f63a]);}function vr(_0xff110,_0x193d8b,_0x4620c6,_0x2ef084){const _0x10f631=a0_0x2af595;return m[_0x10f631(0x12a)](()=>{const _0x1ac63e=_0x10f631;try{const _0x47a583=_0xff110[_0x1ac63e(0x34d)](_0x193d8b,_0x4620c6,_0x2ef084);return{'matches':_0x47a583,'error':null,'count':_0x47a583[_0x1ac63e(0xc2)]};}catch(_0xf1d1b8){const _0x8f09a6=_0xf1d1b8 instanceof Error?_0xf1d1b8[_0x1ac63e(0x44d)]:_0x1ac63e(0x2d2);return{'matches':[],'error':_0x8f09a6,'count':0x0};}},[_0xff110,_0x193d8b,_0x4620c6,_0x2ef084]);}const F={'LINEAR_DIVISION':a0_0x2af595(0x265),'ARTICLE':a0_0x2af595(0x3d6)},G={'STRING':'string','DESCRIPTOR':'descriptor'},je={'linearDivision':_0x1c3c63=>_0x1c3c63[a0_0x2af595(0x7d)]===F[a0_0x2af595(0x45c)],'article':_0x2eee99=>_0x2eee99[a0_0x2af595(0x7d)]===F[a0_0x2af595(0x109)]},Tr={'string':_0x15b043=>_0x15b043[a0_0x2af595(0x7d)]===F[a0_0x2af595(0x45c)]&&_0x15b043[a0_0x2af595(0x80)]===G[a0_0x2af595(0x47c)],'descriptor':_0x19580d=>_0x19580d[a0_0x2af595(0x7d)]===F[a0_0x2af595(0x45c)]&&_0x19580d[a0_0x2af595(0x80)]===G[a0_0x2af595(0x25d)]},ue={'string':_0x5e8ca7=>_0x5e8ca7['type']===F[a0_0x2af595(0x109)]&&_0x5e8ca7[a0_0x2af595(0x80)]===G[a0_0x2af595(0x47c)],'descriptor':_0x2dc7be=>_0x2dc7be[a0_0x2af595(0x7d)]===F[a0_0x2af595(0x109)]&&_0x2dc7be['valueSource']===G['DESCRIPTOR']},J={'linearDivisionString'(_0x5138d3,_0x1bc350,_0x5f0ae7,_0x1995fe,_0x33e66c,_0x40395f,_0x571501,_0x99343d){const _0x396269=a0_0x2af595;return{'TREEID':_0x5138d3,'type':F[_0x396269(0x45c)],'valueSource':G[_0x396269(0x47c)],'DIVDIR':_0x1bc350,'DIVTYPE':_0x5f0ae7,'HORDEFTYPE':_0x1995fe,'LINDIV1':_0x33e66c,'DIVELEM1':_0x40395f,'DIVIDER':'','formula':_0x571501,'thickness':_0x99343d};},'linearDivisionDescriptor'(_0x3ff41e,_0x4a122e,_0x5409d7,_0x1aa1e9,_0x547fd5,_0x527135,_0x3e8223,_0xb5afcc){const _0x5df39b=a0_0x2af595;return{'TREEID':_0x3ff41e,'type':F[_0x5df39b(0x45c)],'valueSource':G['DESCRIPTOR'],'DIVDIR':_0x4a122e,'DIVTYPE':_0x5409d7,'HORDEFTYPE':_0x1aa1e9,'LINDIV1':_0x547fd5,'DIVELEM1':_0x527135,'DIVIDER':'','descriptorName':_0x3e8223,'thickness':_0xb5afcc};},'articleString'(_0x25a7bc,_0x6b738e,_0x3b2180,_0x2a6479,_0x528838,_0x449315,_0x241373){const _0x18bab7=a0_0x2af595;return{'TREEID':_0x25a7bc,'type':F['ARTICLE'],'valueSource':G[_0x18bab7(0x47c)],'DIVDIR':_0x6b738e,'DIVTYPE':_0x3b2180,'HORDEFTYPE':_0x2a6479,'LINDIV1':_0x528838,'DIVELEM1':_0x449315,'DIVIDER':_0x241373,'articleName':_0x241373};},'articleDescriptor'(_0x3b937e,_0x3781ab,_0x42a9cd,_0x7febd2,_0x30e99a,_0xd92de1,_0x96b02a){const _0x258abe=a0_0x2af595;return{'TREEID':_0x3b937e,'type':F[_0x258abe(0x109)],'valueSource':G[_0x258abe(0x25d)],'DIVDIR':_0x3781ab,'DIVTYPE':_0x42a9cd,'HORDEFTYPE':_0x7febd2,'LINDIV1':_0x30e99a,'DIVELEM1':_0xd92de1,'DIVIDER':_0x96b02a,'descriptorName':_0x96b02a};},'fromZoneData'(_0x10f05a,_0x13459d){const _0x136a0c=a0_0x2af595,_0x1cedd1=_0x1b8e88=>_0x1b8e88[_0x136a0c(0x391)]()[_0x136a0c(0x255)]('#');if(_0x10f05a['DIVDIR']==='A'){if(_0x1cedd1(_0x10f05a[_0x136a0c(0x1fc)])){const _0x73dfbc=_0x10f05a[_0x136a0c(0x1fc)][_0x136a0c(0xc1)]('#','')['trim']();return J[_0x136a0c(0x244)](_0x10f05a[_0x136a0c(0xde)],_0x10f05a[_0x136a0c(0x11a)],_0x10f05a[_0x136a0c(0x392)],_0x10f05a[_0x136a0c(0x115)],_0x10f05a[_0x136a0c(0x106)],_0x10f05a[_0x136a0c(0x2b8)],_0x73dfbc);}return J[_0x136a0c(0x19d)](_0x10f05a[_0x136a0c(0xde)],_0x10f05a[_0x136a0c(0x11a)],_0x10f05a[_0x136a0c(0x392)],_0x10f05a[_0x136a0c(0x115)],_0x10f05a['LINDIV1'],_0x10f05a[_0x136a0c(0x2b8)],_0x10f05a['DIVIDER']);}if(_0x1cedd1(_0x10f05a['LINDIV1'])){const _0x4a0750=_0x10f05a[_0x136a0c(0x106)][_0x136a0c(0xc1)]('#','')[_0x136a0c(0x391)]();return J[_0x136a0c(0x488)](_0x10f05a[_0x136a0c(0xde)],_0x10f05a[_0x136a0c(0x11a)],_0x10f05a[_0x136a0c(0x392)],_0x10f05a[_0x136a0c(0x115)],_0x10f05a[_0x136a0c(0x106)],_0x10f05a[_0x136a0c(0x2b8)],_0x4a0750,_0x13459d);}return J[_0x136a0c(0x4af)](_0x10f05a[_0x136a0c(0xde)],_0x10f05a['DIVDIR'],_0x10f05a[_0x136a0c(0x392)],_0x10f05a['HORDEFTYPE'],_0x10f05a[_0x136a0c(0x106)],_0x10f05a[_0x136a0c(0x2b8)],_0x10f05a['LINDIV1'],_0x13459d);}};function Mr(_0xf7bfd7){const _0xa4614e=a0_0x2af595;if(!_0xf7bfd7)return'width';const _0x52a52b={0x0:_0xa4614e(0xa1),0x1:_0xa4614e(0x318),0x2:_0xa4614e(0xa1),0x3:'depth'};return _0xf7bfd7['DIVDIR']==='V'?_0xa4614e(0x1ce):_0xf7bfd7['HORDEFTYPE']==='W'?_0xa4614e(0xa1):_0xf7bfd7[_0xa4614e(0x115)]==='D'?'depth':_0xf7bfd7[_0xa4614e(0x115)]==='P'?_0x52a52b[_0xf7bfd7['DIVELEM1']]??_0xa4614e(0xa1):'width';}function Nr(_0x3fb50a,_0x268114){return _0x268114?_0x268114[_0x3fb50a]:0x0;}function Dr(_0x531c3b,_0x2f9be7){const _0x2c35f5=a0_0x2af595,_0x19d7f2=_0x531c3b[_0x2c35f5(0x111)](':')[_0x2c35f5(0x238)](_0x413a6c=>{const _0x137639=_0x2c35f5,_0x4a3ee2=_0x413a6c[_0x137639(0x391)](),_0x368619=_0x4a3ee2[_0x137639(0x255)]('n*'),_0x50c557=_0x368619?_0x4a3ee2[_0x137639(0x194)](0x2)['trim']():_0x4a3ee2;return{'hasNStar':_0x368619,'cleaned':_0x50c557};});return _0x19d7f2[_0x2c35f5(0x238)](({cleaned:_0x2a6335})=>{const _0x1f9f0c=_0x2c35f5,_0x5633fb=be(_0x2a6335,{'variableTree':_0x2f9be7,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0});return _0x2a6335[_0x1f9f0c(0x359)]('mm')?_0x5633fb[_0x1f9f0c(0x383)]+'mm':_0x2a6335[_0x1f9f0c(0x359)]('cm')?_0x5633fb[_0x1f9f0c(0x383)]+'cm':String(_0x5633fb['value']);})[_0x2c35f5(0x238)]((_0x2af44b,_0x38e0c5)=>_0x19d7f2[_0x38e0c5][_0x2c35f5(0x2cf)]?'n*'+_0x2af44b:_0x2af44b)[_0x2c35f5(0x40b)](':');}function wr(_0x164f64,_0x13c451){const _0x4f7bfb=a0_0x2af595,_0x5b2bb1=_0x164f64;if(kr(_0x164f64))return{'value':_0x164f64['startsWith']('#')?_0x164f64['slice'](0x1):_0x164f64,'original':_0x5b2bb1,'isReference':!0x0};if(/^\d+:\d+$/[_0x4f7bfb(0x497)](_0x164f64))return{'value':_0x164f64,'original':_0x5b2bb1,'isReference':!0x1};if(_0x164f64['includes']('n*'))return{'value':Dr(_0x164f64,_0x13c451),'original':_0x5b2bb1,'isReference':!0x1};const {format:_0x5689a5,expression:_0x338153,suffix:_0x45ba24}=Ir(_0x164f64);let _0x430c90=_0x338153;_0x430c90=_0x430c90[_0x4f7bfb(0xc1)](/^\((.+)\)$/,'$1');const _0x33924b=be(_0x430c90,{'variableTree':_0x13c451,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0})[_0x4f7bfb(0x383)]??_0x338153;let _0x25f310;switch(_0x5689a5){case _0x4f7bfb(0x493):_0x25f310=''+_0x33924b+_0x45ba24;break;case _0x4f7bfb(0x3e7):_0x25f310=''+_0x45ba24+_0x33924b;break;case _0x4f7bfb(0xc5):_0x25f310=''+_0x33924b+_0x45ba24;break;case _0x4f7bfb(0x22c):_0x25f310=String(_0x33924b);break;}return{'value':_0x25f310,'original':_0x5b2bb1,'isReference':!0x1};}function Cr(_0xb66763,_0x16e379){const _0x488ca1=a0_0x2af595;return wr(_0xb66763,_0x16e379)[_0x488ca1(0x383)];}function Ir(_0xcde505){const _0x374495=a0_0x2af595,_0x2c1eda=_0xcde505[_0x374495(0x391)]()['replace'](/^\((.+)\)$/,'$1'),_0x104af2=_0x2c1eda[_0x374495(0x7c)](/^(\d+|n):(.+?)(mm|cm)?$/);if(_0x104af2){const [,_0x2504a0,_0x4f3136,_0x5d9bcf]=_0x104af2;return{'format':'ratio:expr','expression':_0x4f3136[_0x374495(0x391)](),'suffix':_0x5d9bcf?_0x2504a0+':'+_0x5d9bcf:_0x2504a0+':'};}const _0x15437b=_0x2c1eda['match'](/^(.+?)(mm|cm)?:(\d+)$/);if(_0x15437b){const [,_0xc0db48,_0xa7fb50,_0x52d307]=_0x15437b;return{'format':'expr:ratio','expression':_0xc0db48['trim'](),'suffix':_0xa7fb50?_0xa7fb50+':'+_0x52d307:':'+_0x52d307};}const _0x1759ce=_0x2c1eda[_0x374495(0x7c)](/^(.+?)(\*)?{(\d+)}$/);if(_0x1759ce){const [,_0x1948a4,_0xfc1d66,_0x4a3860]=_0x1759ce;return{'format':_0x374495(0xc5),'expression':_0x1948a4[_0x374495(0x391)](),'suffix':_0xfc1d66?'*{'+_0x4a3860+'}':'{'+_0x4a3860+'}'};}return{'format':_0x374495(0x22c),'expression':_0x2c1eda,'suffix':''};}function kr(_0x415ded){const _0x36ec8f=a0_0x2af595;return _0x415ded[_0x36ec8f(0x255)]('#')?!0x0:_0x415ded['includes']('(')||/[+\-*/]/['test'](_0x415ded)?!0x1:/^[A-Za-z0-9_-]+$/['test'](_0x415ded)?!0x0:!/^\d+:\d+$/['test'](_0x415ded);}function ht({divider:_0x299dcb,inputData:_0x1e4f96}){const _0x11f278=a0_0x2af595,_0x173160=ct(),{resolveString:_0x199932,tree:_0x4b58b5}=P(),{result:_0x49a352,error:_0x2c438c}=ut(_0x173160,_0x299dcb[_0x11f278(0x2a5)],_0x1e4f96,{'throwOnError':!0x1},_0x4b58b5);_0x2c438c&&console[_0x11f278(0x211)](_0x11f278(0x2f5),_0x2c438c);const _0x251548=m['useMemo'](()=>_0x299dcb?ue[_0x11f278(0x385)](_0x299dcb)?_0x299dcb[_0x11f278(0xcb)]:ue[_0x11f278(0x1bd)](_0x299dcb)&&_0x49a352?.[_0x11f278(0x301)]?_0x49a352[_0x11f278(0x301)]:'':'',[_0x299dcb,_0x49a352]);return{'updatedDivider':m[_0x11f278(0x12a)](()=>{const _0x4bf72d=_0x11f278;if(_0x299dcb){if(_0x49a352?.['lindiv']!=null){let _0x38d985=_0x199932(_0x49a352[_0x4bf72d(0x301)]);const _0x4d42dd=_0x1e4f96['X'];_0x4d42dd&&(_0x38d985=_0x38d985['replace'](/\bX\b/g,String(_0x4d42dd)));const _0x338388=Cr(_0x38d985);return{..._0x299dcb,'LINDIV1':_0x338388,'articleName':_0x251548};}return{..._0x299dcb,'LINDIV1':_0x199932(_0x299dcb[_0x4bf72d(0x106)])};}},[_0x299dcb,_0x49a352,_0x251548,_0x199932])};}const Pr={'width':{'rotation':[0x0,Math['PI']/0x2,0x0],'get3D':(_0x4cacd5,_0x5d37b7)=>({'length':_0x4cacd5[a0_0x2af595(0x1ce)],'width':_0x4cacd5[a0_0x2af595(0x318)],'thk':_0x5d37b7}),'get2DTop':(_0x51c367,_0x3e680a)=>({'dim_x':_0x51c367['depth'],'dim_y':_0x3e680a}),'get2DFront':(_0x4df194,_0x586e64)=>({'dim_x':_0x4df194[a0_0x2af595(0x1ce)],'dim_y':_0x586e64})},'height':{'rotation':[0x0,0x0,0x0],'get3D':(_0x1ebda6,_0xf091c2)=>({'length':_0x1ebda6['width'],'width':_0x1ebda6[a0_0x2af595(0x318)],'thk':_0xf091c2}),'get2DTop':_0x56fd0c=>({'dim_x':_0x56fd0c[a0_0x2af595(0xa1)],'dim_y':_0x56fd0c['depth']}),'get2DFront':(_0x1f0bef,_0x51fe98)=>({'dim_x':_0x1f0bef[a0_0x2af595(0xa1)],'dim_y':_0x51fe98})},'depth':{'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'get3D':(_0x4fb667,_0x37f747)=>({'length':_0x4fb667[a0_0x2af595(0x1ce)],'width':_0x4fb667[a0_0x2af595(0xa1)],'thk':_0x37f747}),'get2DTop':(_0x58d795,_0x14c8e9)=>({'dim_x':_0x58d795[a0_0x2af595(0xa1)],'dim_y':_0x14c8e9}),'get2DFront':_0xd5bfa8=>({'dim_x':_0xd5bfa8[a0_0x2af595(0xa1)],'dim_y':_0xd5bfa8[a0_0x2af595(0x1ce)]})},'article':{'rotation':[0x0,0x0,0x0],'get3D':(_0x413137,_0x54118d)=>({'length':_0x413137[a0_0x2af595(0xa1)],'width':_0x413137['depth'],'thk':_0x54118d}),'get2DTop':_0x37cf0b=>({'dim_x':_0x37cf0b[a0_0x2af595(0xa1)],'dim_y':_0x37cf0b[a0_0x2af595(0x318)]}),'get2DFront':(_0x4e5b07,_0x28acbf)=>({'dim_x':_0x4e5b07['width'],'dim_y':_0x28acbf})},'independent':{'rotation':[0x0,0x0,0x0],'get3D':(_0x258024,_0x27e2ec)=>({'length':_0x258024[a0_0x2af595(0xa1)],'width':_0x258024[a0_0x2af595(0x318)],'thk':_0x27e2ec}),'get2DTop':_0x3d3b54=>({'dim_x':_0x3d3b54['width'],'dim_y':_0x3d3b54[a0_0x2af595(0x318)]}),'get2DFront':(_0x43f665,_0x4061c2)=>({'dim_x':_0x43f665[a0_0x2af595(0xa1)],'dim_y':_0x4061c2})}},Fr=(_0x25ffd2,_0x38181a,_0x5339d0)=>({'x':_0x25ffd2===a0_0x2af595(0xa1)?_0x5339d0[a0_0x2af595(0xa1)]/0x2+_0x38181a/0x2:0x0,'y':_0x25ffd2===a0_0x2af595(0x318)?_0x5339d0[a0_0x2af595(0x318)]/0x2+_0x38181a/0x2:0x0,'z':_0x25ffd2===a0_0x2af595(0x1ce)?_0x5339d0['height']/0x2+_0x38181a/0x2:0x0});function Or({divider:_0x3d8ace,view:_0x58bbbf,childrenPositon:_0x46b7bf,dividerThk:_0x3dd773}){const _0x5081b8=a0_0x2af595,_0x322e48=m[_0x5081b8(0x223)](O),_0x5a5e94=m[_0x5081b8(0x223)](Q),_0x5dbf09=_0x46b7bf['dividerType'],_0x5b9001=_0x46b7bf['childPositions'],_0x584951=Pr[_0x5dbf09];if(!_0x322e48)return null;const _0x1e2266=_0x5a5e94?.[_0x5081b8(0xcb)]||_0x5081b8(0x343);return _0x5b9001[_0x5081b8(0x238)]((_0x33263e,_0x510d39)=>{const _0xf99654=_0x5081b8,_0xd4d74b=!(_0x510d39===_0x5b9001['length']-0x1)&&_0x3dd773!==0x0,_0x481a84=Fr(_0x5dbf09,_0x3dd773,_0x33263e['zone_dims']),_0x51fcbd=_0x584951[_0xf99654(0x24a)](_0x33263e[_0xf99654(0x463)],_0x3dd773),_0xf105d7=_0x58bbbf===S[_0xf99654(0x4a3)]?_0x584951[_0xf99654(0x484)](_0x33263e['zone_dims'],_0x3dd773):_0x584951[_0xf99654(0x203)](_0x33263e[_0xf99654(0x463)],_0x3dd773),_0x57a0a9=_0x3d8ace['TREEID']+_0xf99654(0x10b);return u[_0xf99654(0x277)](m['Fragment'],{'children':u['jsxs'](U,{'view':_0x58bbbf,'position':[_0x33263e['x']/L,_0x33263e['y']/L,_0x33263e['z']/L],'children':[u[_0xf99654(0x277)](U,{'view':_0x58bbbf,'position':[_0x481a84['x']/L,_0x481a84['y']/L,_0x481a84['z']/L],'rotation':_0x584951[_0xf99654(0x3af)],'children':_0xd4d74b&&u[_0xf99654(0x277)](u[_0xf99654(0x97)],{'children':_0x58bbbf===S['_3D']?u[_0xf99654(0x277)](W,{'length':_0x51fcbd['length']/L,'width':_0x51fcbd[_0xf99654(0xa1)]/L,'thk':_0x51fcbd[_0xf99654(0x1fa)]/L,'opacity':0x1,'treeId':_0x57a0a9}):u['jsx'](Y,{..._0xf105d7,'text':_0x57a0a9,'treeId':_0x57a0a9})})}),u[_0xf99654(0x277)](pe,{'TREEID':_0x33263e[_0xf99654(0xde)],'dimension':_0x33263e[_0xf99654(0x463)],'view':_0x58bbbf},_0x1e2266+'-'+_0x33263e[_0xf99654(0xde)])]})},_0x510d39);});}function $r({view:_0x515aa3,remainingZone:_0x46ce95,articleName:_0x189c42}){const _0x1c4312=a0_0x2af595;return u[_0x1c4312(0x277)](Me,{'articleName':_0x189c42,'children':u[_0x1c4312(0x277)](U,{'view':_0x515aa3,'position':[_0x46ce95[_0x1c4312(0x40d)]['x'],_0x46ce95['position']['y'],_0x46ce95[_0x1c4312(0x40d)]['z']],'children':u[_0x1c4312(0x277)](pe,{'TREEID':'0','dimension':_0x46ce95[_0x1c4312(0x29b)],'view':_0x515aa3})})});}function Br({childrenPositon:_0x3fb72b,dividerThk:_0x558972,divider:_0x1b414c,view:_0x12dde4,remainingZone:_0x22a32a}){const _0x272740=a0_0x2af595;if(je[_0x272740(0x1c0)](_0x1b414c))return _0x3fb72b?u[_0x272740(0x277)](Or,{'view':_0x12dde4,'childrenPositon':_0x3fb72b,'dividerThk':_0x558972,'divider':_0x1b414c,'remainingZone':_0x22a32a}):null;if(je['article'](_0x1b414c)){const _0x7ffc17=ue[_0x272740(0x385)](_0x1b414c)?_0x1b414c[_0x272740(0xcb)]:_0x1b414c[_0x272740(0x106)];return!_0x22a32a||_0x7ffc17===''?null:u[_0x272740(0x277)]($r,{'view':_0x12dde4,'articleName':_0x7ffc17,'remainingZone':_0x22a32a});}return null;}function ft(){const _0x5d8eb2=a0_0x2af595,{getArticleData:_0x39d78f}=$(),{articleName:_0x55056b,dimensionOverrides:_0x1d9787}=K(),{resolveString:_0x4bb4ae}=P(),{anglPrims:_0x55d964}=_0x39d78f(_0x55056b);if(_0x55d964[_0x5d8eb2(0xc2)]===0x0)throw new Error(_0x5d8eb2(0x263)+_0x55056b);const _0x388a68=_0x55d964[0x0];function _0x5ee334(_0x536833,_0x5c1e0f,_0x2fa31b){const _0x1ca2d1=_0x5d8eb2;if(_0x536833==='')return _0x2fa31b??_0x5c1e0f;const _0x28251f=le(_0x4bb4ae(_0x536833));return typeof _0x28251f==_0x1ca2d1(0x360)?_0x28251f||0x0:typeof _0x28251f==_0x1ca2d1(0x385)&&parseFloat(_0x28251f)||0x0;}const _0x3681a9={'width':_0x5ee334(_0x388a68['DIMCALCFX'],_0x388a68['SIZEX'],_0x1d9787?.[_0x5d8eb2(0xa1)]),'height':_0x5ee334(_0x388a68[_0x5d8eb2(0x367)],_0x388a68['SIZEZ'],_0x1d9787?.[_0x5d8eb2(0x1ce)]),'depth':_0x5ee334(_0x388a68[_0x5d8eb2(0x413)],_0x388a68[_0x5d8eb2(0x49f)],_0x1d9787?.[_0x5d8eb2(0x318)])};return{'current_prim':_0x388a68,'prim_dims':_0x3681a9};}function pe({TREEID:_0x4fb5e0,dimension:_0x5c7347,view:_0x706e33=S[a0_0x2af595(0x3a1)]}){const _0x194f5e=a0_0x2af595,_0x40a302=de(_0x4fb5e0),_0x3da8fd=_0x40a302?.['zoneInfo'](),_0x177f2c=_0x40a302?.[_0x194f5e(0x387)]||0x0,_0x1f8760=ft(),_0x465025=Qt(_0x4fb5e0),_0x5007c5=er(_0x465025,_0x40a302?.[_0x194f5e(0x438)]||0x0,_0x40a302?.[_0x194f5e(0x47a)]||0x0),_0x55615b=tr(_0x465025),_0x4f97eb=rr(_0x5c7347,_0x55615b),_0x4244ff=ir(_0x4f97eb,_0x5007c5);if(!_0x40a302)return;const _0x344e31=J[_0x194f5e(0x14f)](_0x40a302[_0x194f5e(0x332)],_0x177f2c),_0x54e3c5=_0x3da8fd?Object[_0x194f5e(0x99)](_0x3da8fd):{},_0x1f5b06=Mr(_0x344e31),_0x1600eb=Nr(_0x1f5b06,_0x4244ff['dimensions']);_0x54e3c5[_0x194f5e(0x8b)]=_0x1f8760?.['prim_dims']['width'][_0x194f5e(0x1c9)](),_0x54e3c5['AD\x20article\x20height']=_0x1f8760?.[_0x194f5e(0x3c6)][_0x194f5e(0x1ce)][_0x194f5e(0x1c9)](),_0x54e3c5['AD\x20article\x20depth']=_0x1f8760?.[_0x194f5e(0x3c6)]['depth'][_0x194f5e(0x1c9)](),_0x54e3c5[0x0]='0',_0x54e3c5['X']=_0x1600eb['toString']();const _0x2e09e0=_0x344e31?Tr['descriptor'](_0x344e31):!0x1,_0x57420e=_0x344e31?ue[_0x194f5e(0x1bd)](_0x344e31):!0x1,_0x1f923b=_0x2e09e0||_0x57420e?ht({'divider':_0x344e31,'inputData':_0x54e3c5})[_0x194f5e(0x3f7)]:_0x344e31,_0x2cb264=nr(_0x4244ff,_0x177f2c,_0x1f923b,_0x40a302?.[_0x194f5e(0x2cd)][_0x194f5e(0x238)](_0x23df54=>_0x23df54[_0x194f5e(0xde)])||[]);return u[_0x194f5e(0x277)](u[_0x194f5e(0x97)],{'children':u['jsxs'](U,{'view':_0x706e33,'position':[_0x4f97eb['position']['x']/L,_0x4f97eb[_0x194f5e(0x40d)]['y']/L,_0x4f97eb[_0x194f5e(0x40d)]['z']/L],'children':[_0x465025[_0x194f5e(0x26e)]?.['CPNAME']&&u[_0x194f5e(0x277)](Rr,{'view':_0x706e33,'TREEID':Ve(_0x4fb5e0),'dimension':_0x4f97eb[_0x194f5e(0x29b)],'helper':_0x465025}),_0x465025[_0x194f5e(0x293)]?.[_0x194f5e(0x2b9)]&&u[_0x194f5e(0x277)](Lr,{'view':_0x706e33,'TREEID':Ue(_0x4fb5e0),'dimension':_0x4f97eb[_0x194f5e(0x29b)],'helper':_0x465025}),_0x465025[_0x194f5e(0x165)]?.[_0x194f5e(0x2b9)]&&u[_0x194f5e(0x277)](Er,{'view':_0x706e33,'TREEID':Ge(_0x4fb5e0),'dimension':_0x4f97eb[_0x194f5e(0x29b)],'helper':_0x465025}),_0x465025[_0x194f5e(0x3cd)]?.[_0x194f5e(0x2b9)]&&u[_0x194f5e(0x277)](yr,{'view':_0x706e33,'TREEID':ze(_0x4fb5e0),'dimension':_0x4f97eb[_0x194f5e(0x29b)],'helper':_0x465025}),_0x40a302?.[_0x194f5e(0x309)]&&u[_0x194f5e(0x277)](Sr,{'view':_0x706e33,'TREEID':_0x4fb5e0,'dimension':_0x4f97eb['dimensions'],'helper':_0x465025}),_0x40a302?.[_0x194f5e(0x1d9)]&&u[_0x194f5e(0x277)](br,{'view':_0x706e33,'TREEID':_0x4fb5e0,'dimension':_0x4f97eb['dimensions'],'helper':_0x465025}),u[_0x194f5e(0x277)](U,{'view':_0x706e33,'position':[_0x4244ff[_0x194f5e(0x40d)]['x']/L,_0x4244ff[_0x194f5e(0x40d)]['y']/L,_0x4244ff['position']['z']/L],'children':_0x1f923b&&u[_0x194f5e(0x277)](Br,{'remainingZone':_0x4244ff,'divider':_0x1f923b,'view':_0x706e33,'childrenPositon':_0x2cb264,'dividerThk':_0x177f2c})})]})});}function jr({view:_0x34b8db,isSelected:_0x2f04e6,dimensions:_0x4d0b3d}){const _0x19f8ad=a0_0x2af595,_0x11277f=_0x4d0b3d[_0x19f8ad(0xa1)]/L,_0x534d07=_0x4d0b3d[_0x19f8ad(0x318)]/L,_0x39b375=_0x4d0b3d[_0x19f8ad(0x1ce)]/L;return u[_0x19f8ad(0xbf)](u[_0x19f8ad(0x97)],{'children':[_0x34b8db===S[_0x19f8ad(0x3a1)]&&_0x2f04e6&&u[_0x19f8ad(0xbf)](_0x19f8ad(0x168),{'children':[u[_0x19f8ad(0x277)](_0x19f8ad(0x28b),{'args':[_0x11277f+0.002,_0x534d07+0.002,_0x39b375+0.002]}),u[_0x19f8ad(0x277)](_0x19f8ad(0x19b),{'color':_0x19f8ad(0x29a),'transparent':!0x0,'opacity':0.3})]}),_0x34b8db===S['_2D_TOP']&&_0x2f04e6&&u[_0x19f8ad(0x277)]('g',{'transform':_0x19f8ad(0x439)+-_0x4d0b3d[_0x19f8ad(0xa1)]/0x2+',\x20'+-_0x4d0b3d['depth']/0x2+')','children':u['jsx'](_0x19f8ad(0x1a4),{'width':_0x4d0b3d[_0x19f8ad(0xa1)],'height':_0x4d0b3d[_0x19f8ad(0x318)],'fill':_0x19f8ad(0x72),'stroke':_0x19f8ad(0x91),'strokeWidth':'2','opacity':0.2})})]});}const Vr=a0_0x2af595(0x31a);function dt({view:_0x29609b=S[a0_0x2af595(0x3a1)],isSelected:_0x2b029b,position:_0x2a477a}){const _0x1cb466=a0_0x2af595,{prim_dims:_0x27de7a}=ft(),_0x2b16af=m['useContext'](Q)?.[_0x1cb466(0xcb)]??'default',_0x33a8ab=m[_0x1cb466(0x12a)](()=>u['jsx'](pe,{'TREEID':'0','view':_0x29609b,'dimension':_0x27de7a},_0x2b16af+'-0'),[_0x2b16af,_0x29609b,_0x27de7a]),_0x12c121=_0x29609b===S[_0x1cb466(0x3a1)];return u[_0x1cb466(0x277)](u[_0x1cb466(0x97)],{'children':u[_0x1cb466(0xbf)](U,{'view':_0x29609b,'position':[_0x2a477a[0x0],_0x2a477a[0x1],_0x27de7a[_0x1cb466(0x1ce)]/L/0x2],'children':[_0x12c121?_0x33a8ab:u[_0x1cb466(0x277)]('g',{'transform':Vr,'children':_0x33a8ab}),u['jsx'](jr,{'view':_0x29609b,'isSelected':_0x2b029b,'dimensions':_0x27de7a})]})});}const pt=m[a0_0x2af595(0x235)](function({article:_0x22af3c,articleId:_0x2b7cc3,position:_0x82c2fa,isSelected:_0x1ce350,onSelect:_0x4597a3,view:_0x38ff8a,debugMode:_0x3248e4}){const _0x569cd4=a0_0x2af595;return u[_0x569cd4(0x277)](U,{'view':_0x38ff8a,'onClick':_0x4597a3,'children':u['jsx'](Me,{'articleName':_0x22af3c[_0x569cd4(0x225)],'articleId':_0x2b7cc3,'dimensionOverrides':_0x22af3c['dimensions'],'children':u[_0x569cd4(0xbf)](tt,{'overrides':_0x22af3c['variables'],'children':[_0x3248e4&&_0x38ff8a===S[_0x569cd4(0x3a1)]&&_0x1ce350&&u['jsx'](wt,{}),u[_0x569cd4(0x277)](dt,{'view':_0x38ff8a,'isSelected':_0x1ce350,'position':_0x82c2fa})]})})});});function mt({articleList:_0x9b9580,validNames:_0x4afb14,view:_0x213c53,debugMode:_0x572ed8,isZCentered:_0x3d3750}){const _0x4f1e98=a0_0x2af595,[_0x453a44,_0x260b97]=m[_0x4f1e98(0x430)](),_0x1903ab=m[_0x4f1e98(0x12a)](()=>Math[_0x4f1e98(0x29f)](..._0x9b9580[_0x4f1e98(0x238)](_0x9fd6b9=>_0x9fd6b9[_0x4f1e98(0x29b)][_0x4f1e98(0x1ce)])),[_0x9b9580]),_0xa67df0=m[_0x4f1e98(0x12a)](()=>Math['max'](..._0x9b9580['map'](_0x5b8cd9=>_0x5b8cd9[_0x4f1e98(0x29b)][_0x4f1e98(0x318)])),[_0x9b9580]),_0xb75a67=m[_0x4f1e98(0x12a)](()=>_0x9b9580['reduce']((_0x101819,_0x3097ff)=>_0x101819+_0x3097ff[_0x4f1e98(0x29b)]['width']/L,0x0),[_0x9b9580]),_0x2ebf8a=_0x3d3750?_0x1903ab/0x2:0x0,_0x4b4aa4=_0xa67df0/0x2,_0x2a3f86=_0xb75a67/0x2;return m[_0x4f1e98(0x12a)](()=>{const _0x493034=_0x4f1e98;let _0x689096=0x0;return _0x9b9580[_0x493034(0x238)]((_0x5e7e93,_0x3ca7aa)=>{const _0x28b780=_0x493034,_0x330936=_0x5e7e93[_0x28b780(0x29b)][_0x28b780(0xa1)]/L,_0x295209=_0x5e7e93[_0x28b780(0x29b)]['height']/L,_0x324587=_0x5e7e93[_0x28b780(0x29b)][_0x28b780(0x318)]/L,_0x22f485=_0x689096+_0x330936/0x2-_0x2a3f86;return _0x689096+=_0x330936,{'articleId':_0x5e7e93[_0x28b780(0x225)]+'-'+_0x3ca7aa,'position':[_0x22f485,_0x324587/0x2,_0x295209/0x2],'article':_0x5e7e93,'index':_0x3ca7aa};});},[_0x9b9580,_0x2a3f86])['map'](({articleId:_0x31445f,position:_0x162775,article:_0xff025a})=>_0x4afb14?.[_0x4f1e98(0x3db)](_0xff025a[_0x4f1e98(0x225)])?u[_0x4f1e98(0x277)](U,{'view':_0x213c53,'position':[0x0,-_0x4b4aa4/L,-_0x2ebf8a/L],'children':u[_0x4f1e98(0x277)](pt,{'article':_0xff025a,'articleId':_0x31445f,'position':_0x162775,'isSelected':_0x453a44===_0x31445f,'onSelect':()=>_0x260b97(_0x31445f),'view':_0x213c53,'debugMode':_0x572ed8},_0x31445f)},_0x31445f):null);}function zr({view:_0x51b8f3,data:_0x3cff80,articleList:_0x2cc4b2,debugMode:_0x482575=!0x1,isZCentered:_0x1db10c=!0x1}){const _0x253c05=a0_0x2af595,_0x1632ba=m[_0x253c05(0x12a)](()=>_0x2cc4b2?.[_0x253c05(0x238)](_0x356251=>_0x356251[_0x253c05(0x225)])??[],[_0x2cc4b2]),_0x166f0d=m[_0x253c05(0x12a)](()=>_0x1632ba[_0x253c05(0x40b)](','),[_0x1632ba]),_0x65f2eb=m[_0x253c05(0x173)](()=>Re[_0x253c05(0x253)]()[_0x253c05(0xf3)](_0x1632ba),[_0x166f0d]),_0x172479=!_0x3cff80&&_0x1632ba['length']>0x0,{data:_0x43a335,loading:_0x58a193,error:_0x16915c}=xt(_0x65f2eb,[_0x166f0d],!_0x172479),_0x4229b9=_0x3cff80??_0x43a335,_0x40c986=m['useMemo'](()=>_0x4229b9?new Set(_0x4229b9[_0x253c05(0x3e5)]['map'](_0x21e4db=>_0x21e4db[_0x253c05(0x4b3)])):new Set(),[_0x4229b9]),_0x1e7867=m[_0x253c05(0x12a)](()=>_0x4229b9?.[_0x253c05(0x140)]??[],[_0x4229b9]),_0x136ce3=m[_0x253c05(0x12a)](()=>_0x4229b9?.[_0x253c05(0x400)]??[],[_0x4229b9]);return _0x2cc4b2?.[_0x253c05(0xc2)]?!_0x3cff80&&_0x58a193?u['jsx'](Dt,{'message':_0x253c05(0x107),'view':_0x51b8f3}):!_0x3cff80&&_0x16915c?u[_0x253c05(0x277)](xe,{'error':_0x16915c[_0x253c05(0x1c9)](),'insideCanvas':!0x0}):_0x4229b9?u[_0x253c05(0x277)](Ke,{'names':_0x1632ba,'data':_0x4229b9,'children':u['jsx'](et,{'initialMaterials':_0x1e7867,'initialSurfaces':_0x136ce3,'children':u[_0x253c05(0x277)](Ye,{'imosVariables':_0x4229b9[_0x253c05(0x100)],'children':u[_0x253c05(0x277)](Xe,{'descriptorData':_0x4229b9[_0x253c05(0x14c)],'children':u[_0x253c05(0x277)](mt,{'articleList':_0x2cc4b2,'validNames':_0x40c986,'view':_0x51b8f3,'debugMode':_0x482575,'isZCentered':_0x1db10c})})})})}):u['jsx'](xe,{'error':_0x253c05(0x15a),'insideCanvas':!0x0}):u[_0x253c05(0x277)](xe,{'error':_0x253c05(0x96),'insideCanvas':!0x0});}function Gr(){const _0xfa8fe1=a0_0x2af595,{tree:_0x2ad5b8,getValue:_0x3e6220,setVarValue:_0x1f6649}=P(),_0x19413b=(_0x1dbe3c,_0x34cc4f)=>{const _0x5b9d13=Number(_0x34cc4f);_0x1f6649(_0x1dbe3c,isNaN(_0x5b9d13)?_0x34cc4f:_0x5b9d13);},_0x498ce=((()=>{const _0x18eb19=a0_0xe714,_0x279db9={[w[_0x18eb19(0x312)]]:{'type':w[_0x18eb19(0x312)],'label':_0x18eb19(0x17d),'variables':[]},[w['Surface']]:{'type':w[_0x18eb19(0x373)],'label':_0x18eb19(0x2c6),'variables':[]},[w[_0x18eb19(0xda)]]:{'type':w[_0x18eb19(0xda)],'label':_0x18eb19(0xb5),'variables':[]},[w[_0x18eb19(0x3c7)]]:{'type':w['Text'],'label':_0x18eb19(0x3c7),'variables':[]},[w[_0x18eb19(0x3e9)]]:{'type':w[_0x18eb19(0x3e9)],'label':_0x18eb19(0x448),'variables':[]},[w[_0x18eb19(0x4b4)]]:{'type':w['Kms'],'label':_0x18eb19(0x295),'variables':[]},[w[_0x18eb19(0x339)]]:{'type':w['color'],'label':_0x18eb19(0x2d0),'variables':[]}};return Array[_0x18eb19(0x2c5)](_0x2ad5b8[_0x18eb19(0x3ea)]())[_0x18eb19(0x299)](([_0x348b7e,_0x9bdb07])=>{const _0x237bf5=_0x18eb19,_0xab180d=_0x3e6220(_0x348b7e),_0x54f47f=_0x9bdb07[_0x237bf5(0x2b2)][_0x237bf5(0x255)]('$');_0x279db9[_0x9bdb07['TYP']]?.['variables'][_0x237bf5(0x32e)]({'name':_0x348b7e,'value':_0xab180d??'undefined','reference':_0x54f47f?_0x9bdb07['WERT']:void 0x0,'rawType':_0x9bdb07[_0x237bf5(0x369)]});}),Object[_0x18eb19(0x3f4)](_0x279db9)[_0x18eb19(0x171)](_0xce8e48=>_0xce8e48[_0x18eb19(0x100)][_0x18eb19(0xc2)]>0x0);})());_0x498ce['sort']((_0x1f2d68,_0x4546f8)=>_0x4546f8[_0xfa8fe1(0x7d)]-_0x1f2d68[_0xfa8fe1(0x7d)]);const _0x27b44e=_0x248bed=>{const _0x362178=_0xfa8fe1,_0x3e64f6=_0x248bed[_0x362178(0x466)]===w[_0x362178(0x312)],_0x1e43ac=typeof _0x248bed[_0x362178(0x383)]==_0x362178(0x360)?_0x248bed[_0x362178(0x383)]:Number(_0x248bed[_0x362178(0x383)]);return _0x3e64f6&&!isNaN(_0x1e43ac)?u[_0x362178(0xbf)](_0x362178(0x240),{'className':_0x362178(0x195),'children':[u[_0x362178(0x277)]('input',{'type':_0x362178(0x31f),'min':0x0,'max':0x4e20,'value':_0x1e43ac,'onChange':_0x279bb1=>_0x19413b(_0x248bed[_0x362178(0x225)],_0x279bb1[_0x362178(0x2ff)][_0x362178(0x383)]),'className':_0x362178(0x3a3)}),u[_0x362178(0x277)]('input',{'type':'number','value':_0x1e43ac,'onChange':_0x124bd6=>_0x19413b(_0x248bed['name'],_0x124bd6[_0x362178(0x2ff)][_0x362178(0x383)]),'onBlur':_0x4b129e=>_0x19413b(_0x248bed['name'],_0x4b129e[_0x362178(0x2ff)][_0x362178(0x383)]),'className':_0x362178(0x278),'min':0x0,'max':0x4e20})]}):u['jsx']('input',{'type':_0x362178(0x105),'value':_0x248bed[_0x362178(0x383)],'onChange':_0x3f4e21=>_0x19413b(_0x248bed[_0x362178(0x225)],_0x3f4e21[_0x362178(0x2ff)][_0x362178(0x383)]),'onBlur':_0x5b298d=>_0x19413b(_0x248bed[_0x362178(0x225)],_0x5b298d[_0x362178(0x2ff)][_0x362178(0x383)]),'className':_0x362178(0x135)});};return u['jsxs'](_0xfa8fe1(0x240),{'className':_0xfa8fe1(0x32f),'style':{'maxHeight':_0xfa8fe1(0x144),'overflowY':_0xfa8fe1(0xf4)},'children':[u[_0xfa8fe1(0x277)]('h2',{'children':_0xfa8fe1(0x272)}),u['jsxs']('p',{'className':_0xfa8fe1(0x285),'children':['Total\x20variables:\x20',_0x2ad5b8[_0xfa8fe1(0x2dc)]]}),_0x498ce[_0xfa8fe1(0x238)](_0x45ae7d=>u['jsxs']('section',{'className':_0xfa8fe1(0x214),'children':[u[_0xfa8fe1(0xbf)]('h3',{'className':'var-controller__section-title','children':[_0x45ae7d[_0xfa8fe1(0x33f)],'\x20(',_0x45ae7d['variables'][_0xfa8fe1(0xc2)],')']}),u['jsxs']('table',{'className':_0xfa8fe1(0x1bc),'children':[u[_0xfa8fe1(0x277)](_0xfa8fe1(0x48f),{'children':u[_0xfa8fe1(0xbf)]('tr',{'children':[u[_0xfa8fe1(0x277)]('th',{'style':{'width':'25%'},'children':_0xfa8fe1(0x3d0)}),u[_0xfa8fe1(0x277)]('th',{'style':{'width':'35%'},'children':_0xfa8fe1(0x221)}),u['jsx']('th',{'style':{'width':_0xfa8fe1(0x2e5)},'children':_0xfa8fe1(0x9e)}),u['jsx']('th',{'className':_0xfa8fe1(0x481),'style':{'width':_0xfa8fe1(0x231)},'children':_0xfa8fe1(0x403)})]})}),u[_0xfa8fe1(0x277)]('tbody',{'children':_0x45ae7d[_0xfa8fe1(0x100)]['map'](_0x387cca=>u['jsxs']('tr',{'children':[u[_0xfa8fe1(0x277)]('td',{'className':_0xfa8fe1(0x11c),'children':_0x387cca[_0xfa8fe1(0x225)]}),u[_0xfa8fe1(0x277)]('td',{'children':_0x27b44e(_0x387cca)}),u[_0xfa8fe1(0x277)]('td',{'className':_0xfa8fe1(0x112),'children':_0x387cca[_0xfa8fe1(0x1ee)]||'-'}),u['jsx']('td',{'style':{'textAlign':_0xfa8fe1(0x481)},'children':u['jsx'](_0xfa8fe1(0x443),{'className':_0xfa8fe1(0x95),'children':_0x45ae7d[_0xfa8fe1(0x7d)]})})]},_0x387cca['name']))})]})]},_0x45ae7d[_0xfa8fe1(0x7d)])),u['jsxs'](_0xfa8fe1(0x104),{'className':_0xfa8fe1(0x317),'children':[u[_0xfa8fe1(0x277)]('h4',{'children':_0xfa8fe1(0x151)}),u['jsx']('ul',{'children':_0x498ce['map'](_0x53c84a=>u[_0xfa8fe1(0xbf)]('li',{'children':[_0x53c84a[_0xfa8fe1(0x33f)],':\x20',_0x53c84a[_0xfa8fe1(0x100)]['length'],'\x20variables']},_0x53c84a[_0xfa8fe1(0x7d)]))})]})]});}const Ur=a0_0x2af595(0xf7);exports['ArticleContext']=Q,exports[a0_0x2af595(0x444)]=pt,exports[a0_0x2af595(0x33b)]=zr,exports[a0_0x2af595(0x1e2)]=mt,exports['ArticleProvider']=Me,exports[a0_0x2af595(0x24c)]=tt,exports['DataContext']=O,exports[a0_0x2af595(0x306)]=Ke,exports[a0_0x2af595(0x426)]=Se,exports[a0_0x2af595(0x39b)]=Xe,exports[a0_0x2af595(0x32a)]=dt,exports[a0_0x2af595(0x287)]=et,exports[a0_0x2af595(0xc8)]=De,exports[a0_0x2af595(0x212)]=fr,exports['VERSION']=Ur,exports[a0_0x2af595(0x1b5)]=S,exports[a0_0x2af595(0x40e)]=Gr,exports[a0_0x2af595(0x28f)]=he,exports[a0_0x2af595(0x319)]=Ye,exports[a0_0x2af595(0x41f)]=yt,exports[a0_0x2af595(0x3c9)]=pe,exports['ZoneDescriptor']=ht,exports[a0_0x2af595(0x4a4)]=K,exports['useData']=$,exports['useDescriptorEvaluation']=ut,exports[a0_0x2af595(0x4ab)]=ct,exports['useDescriptorMatches']=vr,exports[a0_0x2af595(0x1cc)]=P;
1
+ 'use strict';const a0_0x5cebf2=a0_0x25cd;(function(_0xa989b8,_0x15b5bd){const _0x499fcd=a0_0x25cd,_0x5c6119=_0xa989b8();while(!![]){try{const _0xa568a9=parseInt(_0x499fcd(0x2c7))/0x1+-parseInt(_0x499fcd(0x32c))/0x2+parseInt(_0x499fcd(0x440))/0x3+-parseInt(_0x499fcd(0x3bf))/0x4*(parseInt(_0x499fcd(0x3d7))/0x5)+-parseInt(_0x499fcd(0x253))/0x6+-parseInt(_0x499fcd(0x91))/0x7*(parseInt(_0x499fcd(0x29b))/0x8)+-parseInt(_0x499fcd(0x1d5))/0x9*(-parseInt(_0x499fcd(0x453))/0xa);if(_0xa568a9===_0x15b5bd)break;else _0x5c6119['push'](_0x5c6119['shift']());}catch(_0xb2f0da){_0x5c6119['push'](_0x5c6119['shift']());}}}(a0_0x13f6,0x43327));Object['defineProperty'](exports,Symbol[a0_0x5cebf2(0x3e0)],{'value':a0_0x5cebf2(0x484)});const f=require(a0_0x5cebf2(0x22e)),m=require('react'),Ee=require(a0_0x5cebf2(0x411)),P=require('leva'),le=require(a0_0x5cebf2(0x29a)),xt=require(a0_0x5cebf2(0x94));function _t(_0x14e615,_0x213960=[],_0x4eb78a=!0x1){const _0x19f1d8=a0_0x5cebf2,[_0x3b3cbf,_0x2a7a62]=m[_0x19f1d8(0x1e6)](null),[_0x729134,_0x457766]=m[_0x19f1d8(0x1e6)](!_0x4eb78a),[_0x487ddf,_0x183681]=m[_0x19f1d8(0x1e6)](null),_0x5ee4f3=m[_0x19f1d8(0x213)](!0x0),_0x464ee6=m[_0x19f1d8(0x213)](!0x1);return m[_0x19f1d8(0x1b8)](()=>{if(_0x4eb78a){_0x457766(!0x1);return;}let _0xa4d98e=!0x1;async function _0x294b47(){const _0x15e052=a0_0x25cd;try{(_0x5ee4f3[_0x15e052(0x10b)]||!_0x464ee6[_0x15e052(0x10b)])&&_0x457766(!0x0),_0x183681(null);const _0x555042=await _0x14e615();_0xa4d98e||(_0x2a7a62(_0x555042),_0x464ee6['current']=!0x0);}catch(_0x5e6805){_0xa4d98e||_0x183681(_0x5e6805 instanceof Error?_0x5e6805['message']:_0x15e052(0x1ae));}finally{_0xa4d98e||(_0x457766(!0x1),_0x5ee4f3[_0x15e052(0x10b)]=!0x1);}}return _0x294b47(),()=>{_0xa4d98e=!0x0;};},[..._0x213960,_0x4eb78a]),{'data':_0x3b3cbf,'loading':_0x729134,'error':_0x487ddf};}function a0_0x25cd(_0x1d7fc0,_0x1c94e3){_0x1d7fc0=_0x1d7fc0-0x8c;const _0x13f691=a0_0x13f6();let _0x25cd69=_0x13f691[_0x1d7fc0];return _0x25cd69;}const gt=0x0,Rt=0x1,Ke=_0x1c8249=>_0x1c8249+'.0',Ze=_0x3f7195=>_0x3f7195+'.1',We=_0x239db3=>_0x239db3+'.2',Ye=_0x161b01=>_0x161b01+'.3',Lt=_0xb1a6fb=>_0xb1a6fb[a0_0x5cebf2(0x29d)](0x0,_0xb1a6fb[a0_0x5cebf2(0x414)]('.')),oe={'IAC_THICKNESS':'IAC_THICKNESS','IAC_BOTTOMSHELFTHICKNESS':a0_0x5cebf2(0x299),'IAC_TOPSHELFTHICKNESS':'IAC_TOPSHELFTHICKNESS'},L=0x3e8,Fe=a0_0x5cebf2(0x351),qe=a0_0x5cebf2(0x121);class V{constructor(_0x4597c4,_0xd4488f=qe){const _0x45528a=a0_0x5cebf2;this['endpoint']=_0x4597c4,this[_0x45528a(0x42e)]=_0xd4488f;}async['fetchById'](_0x2913c5){const _0x2cbad4=a0_0x5cebf2,_0x4085fc=this[_0x2cbad4(0x42e)]+'/'+this[_0x2cbad4(0x3c5)]+'/'+_0x2913c5,_0x5e8be5=await fetch(_0x4085fc);if(!_0x5e8be5['ok'])throw new Error('HTTP\x20'+_0x5e8be5[_0x2cbad4(0x493)]+':\x20'+_0x5e8be5[_0x2cbad4(0x116)]);return await this[_0x2cbad4(0xc2)](_0x5e8be5,_0x4085fc);}async[a0_0x5cebf2(0x37e)](_0x4d0bcb){const _0x203787=a0_0x5cebf2,_0x5054e2=this[_0x203787(0x42e)]+'/'+this[_0x203787(0x3c5)]+_0x203787(0xd1),_0x29ca96=await fetch(_0x5054e2,{'method':_0x203787(0x2cd),'headers':{'Content-Type':_0x203787(0x291)},'body':JSON[_0x203787(0x303)]({'values':_0x4d0bcb})});if(!_0x29ca96['ok'])throw new Error(_0x203787(0x14f)+_0x29ca96[_0x203787(0x493)]+':\x20'+_0x29ca96['statusText']);return await this['parseResponse'](_0x29ca96,_0x5054e2);}async[a0_0x5cebf2(0xc2)](_0x41e40b,_0x44b3ea){const _0x111136=a0_0x5cebf2,_0x101691=_0x41e40b[_0x111136(0x19d)][_0x111136(0x423)]('content-type');if(_0x41e40b[_0x111136(0x19d)]['get'](_0x111136(0x280))==='0'||!_0x101691?.['includes'](_0x111136(0x291))){console[_0x111136(0x24f)]('['+this[_0x111136(0x3c5)]+_0x111136(0x331)+_0x44b3ea);return;}const _0x204ca7=await _0x41e40b['text']();if(!_0x204ca7?.[_0x111136(0x2ab)]()){console[_0x111136(0x24f)]('['+this[_0x111136(0x3c5)]+']\x20Empty\x20response\x20body\x20from\x20'+_0x44b3ea);return;}try{return JSON[_0x111136(0x2d4)](_0x204ca7);}catch(_0x3a641d){console[_0x111136(0x13a)]('['+this['endpoint']+_0x111136(0x24d)+_0x44b3ea+':',_0x3a641d),console['error']('['+this['endpoint']+_0x111136(0x154),_0x204ca7['substring'](0x0,0xc8));return;}}}class Et{[a0_0x5cebf2(0x42e)];constructor(){this['baseUrl']=qe;}[a0_0x5cebf2(0x2cf)](){const _0xedf5ea=a0_0x5cebf2;return new V('condition-tree-builder',this[_0xedf5ea(0x42e)]);}[a0_0x5cebf2(0x447)](){const _0x67bdca=a0_0x5cebf2;return new V(_0x67bdca(0x447),this['baseUrl']);}[a0_0x5cebf2(0x2ae)](){const _0x4619e1=a0_0x5cebf2;return new V('material-data',this[_0x4619e1(0x42e)]);}[a0_0x5cebf2(0x42a)](){const _0x49acdc=a0_0x5cebf2;return new V(_0x49acdc(0x1ba),this['baseUrl']);}[a0_0x5cebf2(0x483)](){const _0x445f5c=a0_0x5cebf2;return new V(_0x445f5c(0x126),this[_0x445f5c(0x42e)]);}['descriptorData'](){const _0x4d55b3=a0_0x5cebf2;return new V(_0x4d55b3(0x18e),this['baseUrl']);}[a0_0x5cebf2(0xb7)](){const _0x24bbec=a0_0x5cebf2;return new V(_0x24bbec(0x462),this['baseUrl']);}['otherData'](){return new V('other',this['baseUrl']);}}const Le=new Et(),Se=m[a0_0x5cebf2(0x3b9)](void 0x0);function Xe({data:_0x32a9d8,children:_0x494787,names:_0x233de7}){const _0x1fefd9=a0_0x5cebf2,_0x5c0cb7=_0x32a9d8,[_0x3547b0,_0x307200]=m['useState'](_0x5c0cb7),[_0xd8dbd0,_0x2a9139]=m[_0x1fefd9(0x1e6)](null),[_0x19cf18,_0x166437]=m['useState'](null),_0x310333=m[_0x1fefd9(0x482)](_0x236370=>({'anglElems':_0x3547b0[_0x1fefd9(0x48f)][_0x1fefd9(0x321)](_0x7dba54=>_0x7dba54[_0x1fefd9(0x246)]===_0x236370),'anglZones':_0x3547b0[_0x1fefd9(0x2c4)][_0x1fefd9(0x321)](_0x49028c=>_0x49028c[_0x1fefd9(0x246)]===_0x236370),'anglPrims':_0x3547b0['anglprim'][_0x1fefd9(0x321)](_0x58ab8b=>_0x58ab8b['NAME']===_0x236370),'anglClies':_0x3547b0['anglclie'][_0x1fefd9(0x321)](_0x4cc432=>_0x4cc432[_0x1fefd9(0x246)]===_0x236370),'anglGrtxs':_0x3547b0['anglgrtx'][_0x1fefd9(0x321)](_0x4204e8=>_0x4204e8['NAME']===_0x236370),'cabins':_0x3547b0[_0x1fefd9(0x45c)]||[],'csides':_0x3547b0[_0x1fefd9(0x2a3)]||[],'doors':_0x3547b0[_0x1fefd9(0x122)]||[],'cabbacks':_0x3547b0['cabback']||[],'variables':_0x3547b0[_0x1fefd9(0x296)]?.['filter'](_0x434b0e=>_0x434b0e[_0x1fefd9(0x246)]===_0x236370)||[]}),[_0x3547b0]),{anglElems:_0x17b14c,anglZones:_0x5f4803,anglPrims:_0x37245c,anglClies:_0x24df30,anglGrtxs:_0x210188,csides:_0x472fa6,kmsList:_0x5d689c,cabins:_0x23409b,variables:_0x22373b,doors:_0x449bf4,cabbacks:_0x185b44}=m[_0x1fefd9(0xf2)](()=>_0x233de7&&_0x233de7[_0x1fefd9(0x262)]>0x0?{'anglElems':_0x3547b0['anglelem']['filter'](_0x4e652a=>_0x233de7[_0x1fefd9(0x119)](_0x4e652a[_0x1fefd9(0x246)])),'anglZones':_0x3547b0[_0x1fefd9(0x2c4)][_0x1fefd9(0x321)](_0x1aa8e0=>_0x233de7[_0x1fefd9(0x119)](_0x1aa8e0[_0x1fefd9(0x246)])),'anglPrims':_0x3547b0[_0x1fefd9(0x111)]['filter'](_0x114da5=>_0x233de7[_0x1fefd9(0x119)](_0x114da5[_0x1fefd9(0x246)])),'anglClies':_0x3547b0['anglclie']['filter'](_0x12e1d3=>_0x233de7[_0x1fefd9(0x119)](_0x12e1d3[_0x1fefd9(0x246)])),'anglGrtxs':_0x3547b0[_0x1fefd9(0x357)][_0x1fefd9(0x321)](_0x33f555=>_0x233de7[_0x1fefd9(0x119)](_0x33f555[_0x1fefd9(0x246)])),'cabins':_0x3547b0['cabin']||[],'csides':_0x3547b0[_0x1fefd9(0x2a3)]||[],'doors':_0x3547b0['door']||[],'cabbacks':_0x3547b0['cabback']||[],'kmsList':_0x3547b0[_0x1fefd9(0x2f7)]||[],'variables':_0x3547b0[_0x1fefd9(0x296)]||[]}:{'anglElems':_0x3547b0[_0x1fefd9(0x48f)],'anglZones':_0x3547b0[_0x1fefd9(0x2c4)],'anglPrims':_0x3547b0['anglprim'],'anglClies':_0x3547b0[_0x1fefd9(0x407)],'anglGrtxs':_0x3547b0[_0x1fefd9(0x357)],'cabins':_0x3547b0[_0x1fefd9(0x45c)]||[],'csides':_0x3547b0[_0x1fefd9(0x2a3)]||[],'doors':_0x3547b0[_0x1fefd9(0x122)]||[],'cabbacks':_0x3547b0[_0x1fefd9(0x1ad)]||[],'kmsList':_0x3547b0[_0x1fefd9(0x2f7)]||[],'variables':_0x3547b0[_0x1fefd9(0x296)]||[]},[_0x3547b0,_0x233de7]),_0x137a03={'anglElems':_0x17b14c,'anglZones':_0x5f4803,'anglPrims':_0x37245c,'anglClies':_0x24df30,'anglGrtxs':_0x210188,'csides':_0x472fa6,'kmsList':_0x5d689c,'cabins':_0x23409b,'doors':_0x449bf4,'cabbacks':_0x185b44,'variables':_0x22373b,'selectedElem':_0xd8dbd0,'setSelectedElem':_0x2a9139,'hoveredElem':_0x19cf18,'setHoveredElem':_0x166437,'updateAnglPrim':(_0x185f7f,_0x3b53b0,_0x581ea9)=>{const _0x5b4e22=_0x1fefd9;_0x307200(_0x2ad054=>({..._0x2ad054,'anglprim':_0x2ad054[_0x5b4e22(0x111)][_0x5b4e22(0x48b)](_0x24e056=>_0x24e056[_0x5b4e22(0x246)]===_0x185f7f?{..._0x24e056,[_0x3b53b0]:_0x581ea9}:_0x24e056)}));},'updateAnglElem':(_0x876b53,_0x146cfa,_0x108391,_0x32b5ac)=>{const _0x17a836=_0x1fefd9;_0x307200(_0xdbc840=>({..._0xdbc840,'anglelem':_0xdbc840[_0x17a836(0x48f)]['map'](_0x52eace=>_0x52eace['TREEID']===_0x146cfa&&_0x52eace['NAME']===_0x876b53?{..._0x52eace,[_0x108391]:_0x32b5ac}:_0x52eace)}));},'updateAnglZone':(_0x29a422,_0xd63169,_0x2cc5c1,_0x385ffd)=>{const _0x2fcc9a=_0x1fefd9;_0x307200(_0x2ae327=>({..._0x2ae327,'anglzone':_0x2ae327[_0x2fcc9a(0x2c4)][_0x2fcc9a(0x48b)](_0x1bbddb=>_0x1bbddb[_0x2fcc9a(0x430)]===_0xd63169&&_0x1bbddb[_0x2fcc9a(0x246)]===_0x29a422?{..._0x1bbddb,[_0x2cc5c1]:_0x385ffd}:_0x1bbddb)}));},'updateAnglClie':(_0x4e8984,_0x5a814a,_0x249ff7,_0x4c329c,_0x154514)=>{const _0x1bfadc=_0x1fefd9;_0x307200(_0x220f81=>({..._0x220f81,'anglclie':_0x220f81[_0x1bfadc(0x407)]['map'](_0x1a8988=>_0x1a8988[_0x1bfadc(0x430)]===_0x5a814a&&_0x1a8988['TAGNAME']===_0x249ff7&&_0x1a8988[_0x1bfadc(0xd6)]===_0x154514&&_0x1a8988[_0x1bfadc(0x246)]===_0x4e8984?{..._0x1a8988,'TAGVALUE':_0x4c329c,'DATE_LASTCHANGE':new Date()[_0x1bfadc(0x110)]()}:_0x1a8988)}));},'updateAnglGrtx':(_0x58f132,_0x45fabb,_0x3f895f,_0x4075a5)=>{const _0x3a871e=_0x1fefd9;_0x307200(_0x15a719=>({..._0x15a719,'anglgrtx':_0x15a719[_0x3a871e(0x357)][_0x3a871e(0x48b)](_0x412d7d=>_0x412d7d[_0x3a871e(0x430)]===_0x45fabb&&_0x412d7d[_0x3a871e(0x1b9)]===_0x3f895f&&_0x412d7d['NAME']===_0x58f132?{..._0x412d7d,'TEXT':_0x4075a5,'DATE_LASTCHANGE':new Date()[_0x3a871e(0x110)]()}:_0x412d7d)}));},'updateVariable':(_0x5bf60c,_0x135b05)=>{const _0x12a1de=_0x1fefd9;_0x307200(_0x2d23f9=>({..._0x2d23f9,'variables':_0x2d23f9[_0x12a1de(0x296)]?.['map'](_0x11d3b5=>_0x11d3b5[_0x12a1de(0x246)]===_0x5bf60c?{..._0x11d3b5,'WERT':_0x135b05}:_0x11d3b5)||[]}));},'getArticleData':_0x310333,'allData':_0x3547b0};return f[_0x1fefd9(0x3a7)](Se['Provider'],{'value':_0x137a03,'children':_0x494787});}const fe=m[a0_0x5cebf2(0x3b9)](void 0x0);var $=(_0x1a0698=>(_0x1a0698[_0x1a0698[a0_0x5cebf2(0x222)]=0x0]=a0_0x5cebf2(0x222),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x288)]=0x2]=a0_0x5cebf2(0x288),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x387)]=0x3]='Surface',_0x1a0698[_0x1a0698[a0_0x5cebf2(0x405)]=0x4]=a0_0x5cebf2(0x405),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x229)]=0x5]=a0_0x5cebf2(0x229),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x2aa)]=0x64]=a0_0x5cebf2(0x2aa),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x99)]=0x78]=a0_0x5cebf2(0x99),_0x1a0698[_0x1a0698[a0_0x5cebf2(0x3f1)]=0x1d]=a0_0x5cebf2(0x3f1),_0x1a0698))($||{});function Je(_0x157c01){const _0x20431d=a0_0x5cebf2;return new Map(_0x157c01[_0x20431d(0x48b)](_0x10b038=>[_0x10b038['NAME'],_0x10b038]));}function te(_0x175d97,_0x138de0,_0xd3715e=new Set()){const _0x305ac9=a0_0x5cebf2,_0x582a08=_0x138de0[_0x305ac9(0x423)](_0x175d97);if(!_0x582a08)return;if(_0xd3715e[_0x305ac9(0x151)](_0x175d97)){console[_0x305ac9(0x13a)](_0x305ac9(0x1e4)+[..._0xd3715e,_0x175d97][_0x305ac9(0x467)](_0x305ac9(0x263)));return;}const _0x3381e8=_0x582a08[_0x305ac9(0x38c)];if(_0x3381e8[_0x305ac9(0x2ac)]('$')&&_0x582a08[_0x305ac9(0xe1)]!=$[_0x305ac9(0x99)]){const _0x52fa32=_0x3381e8[_0x305ac9(0x1ce)](0x1);return _0xd3715e['add'](_0x175d97),te(_0x52fa32,_0x138de0,_0xd3715e);}const _0x52bcc7=Number(_0x3381e8);return isNaN(_0x52bcc7)?_0x3381e8:_0x52bcc7;}function ce(_0x3d5bf0,_0x1e5627,_0x4d8618){const _0x9b570d=a0_0x5cebf2,_0x1ef3e7=_0x4d8618[_0x9b570d(0x423)](_0x3d5bf0);if(!_0x1ef3e7)return _0x4d8618;const _0x585020=new Map(_0x4d8618);return _0x585020[_0x9b570d(0x156)](_0x3d5bf0,{..._0x1ef3e7,'WERT':String(_0x1e5627)}),_0x585020;}function ye(_0x2ca73a,_0x35bdf9){const _0x2d25b2=a0_0x5cebf2;return _0x2ca73a[_0x2d25b2(0xc1)](/\$([A-Za-z_][A-Za-z0-9_]*)/g,(_0x5ced65,_0x5a5283)=>{const _0xfd77f=te(_0x5a5283,_0x35bdf9);return _0xfd77f!==void 0x0?String(_0xfd77f):_0x5ced65;});}function Qe(_0x430a85,_0x5b9c65,_0xf3e1ca=0xa){const _0x2f1bd1=a0_0x5cebf2;let _0x32711a=_0x430a85,_0x546504=0x0;for(;de(_0x32711a)&&_0x546504<_0xf3e1ca;)_0x32711a=_0x32711a[_0x2f1bd1(0xc1)](/\$([A-Za-z_][A-Za-z0-9_]*)/g,(_0x3529d0,_0x1fbe2a)=>{const _0x2e9774=te(_0x1fbe2a,_0x5b9c65);return _0x2e9774!==void 0x0?String(_0x2e9774):_0x3529d0;}),_0x546504++;return _0x546504>=_0xf3e1ca&&console[_0x2f1bd1(0x24f)](_0x2f1bd1(0x25e)+_0xf3e1ca+_0x2f1bd1(0x177)+_0x430a85),_0x32711a;}function de(_0x20321e){const _0x445eaf=a0_0x5cebf2;return/\$[A-Za-z_][A-Za-z0-9_]*/g[_0x445eaf(0x1cc)](_0x20321e);}function St(_0x186384){const _0x1885ac=a0_0x5cebf2,_0x1eb2c1=_0x186384[_0x1885ac(0x45e)](/\$([A-Za-z_][A-Za-z0-9_]*)/g);return Array[_0x1885ac(0x17e)](_0x1eb2c1,_0x2c9c67=>_0x2c9c67[0x1]);}const yt=Object['freeze'](Object[a0_0x5cebf2(0xa5)]({'__proto__':null,'createVariableTree':Je,'extractVariableNames':St,'getValue':te,'hasVariables':de,'resolveRecursive':Qe,'resolveString':ye,'setValue':ce},Symbol[a0_0x5cebf2(0x3e0)],{'value':'Module'}));function et({children:_0x219298,imosVariables:_0x48974c}){const _0xefb7fe=a0_0x5cebf2,[_0x4bdcab,_0x36dc97]=m[_0xefb7fe(0x1e6)](()=>Je(_0x48974c)),_0x659e12=m['useCallback']((_0x3c525d,_0x2f899b)=>{_0x36dc97(_0x2b9a38=>ce(_0x3c525d,_0x2f899b,_0x2b9a38));},[]),_0x520c7c={'tree':_0x4bdcab,'setVarValue':_0x659e12};return f[_0xefb7fe(0x3a7)](fe[_0xefb7fe(0x48c)],{'value':_0x520c7c,'children':_0x219298});}const be=m[a0_0x5cebf2(0x3b9)](null),Pe=_0x576633=>{const _0x21f82e=Number(_0x576633);return isNaN(_0x21f82e)?null:_0x21f82e;},q=_0x428f30=>_0x428f30==null?'':String(_0x428f30),j=(_0x35e3bd,_0x2f116a,_0x263f27)=>{const _0x26be8a=Pe(_0x35e3bd),_0x36435a=Pe(_0x2f116a);return _0x26be8a===null||_0x36435a===null?!0x1:_0x263f27(_0x26be8a,_0x36435a);},Y=(_0x2b98ed,_0x68ff2d,_0x24d402)=>_0x2b98ed==null||_0x68ff2d==null?!0x1:_0x24d402(q(_0x2b98ed),q(_0x68ff2d)),bt={'=':(_0xb99485,_0x21a299)=>_0xb99485==null||_0x21a299==null?_0xb99485===_0x21a299:q(_0xb99485)['trim']()===q(_0x21a299)[a0_0x5cebf2(0x2ab)](),'!=':(_0x3dddba,_0x487875)=>_0x3dddba==null||_0x487875==null?_0x3dddba!==_0x487875:q(_0x3dddba)[a0_0x5cebf2(0x2ab)]()!==q(_0x487875)['trim'](),'>':(_0x1af0e8,_0x5f3aff)=>j(_0x1af0e8,_0x5f3aff,(_0x548af9,_0x312be3)=>_0x548af9>_0x312be3),'<':(_0x3f91a9,_0x3c625b)=>j(_0x3f91a9,_0x3c625b,(_0x143023,_0x4e63c5)=>_0x143023<_0x4e63c5),'>=':(_0x51a9eb,_0x4fde70)=>j(_0x51a9eb,_0x4fde70,(_0x79a28c,_0x285b80)=>_0x79a28c>=_0x285b80),'<=':(_0x480bac,_0x18f246)=>j(_0x480bac,_0x18f246,(_0x1d0a53,_0x1b79a5)=>_0x1d0a53<=_0x1b79a5),'&gt;':(_0x4d696b,_0x10874e)=>j(_0x4d696b,_0x10874e,(_0x552637,_0x517feb)=>_0x552637>_0x517feb),'&gt;=':(_0x3cceb4,_0x21284c)=>j(_0x3cceb4,_0x21284c,(_0x1aebe1,_0x2e026f)=>_0x1aebe1>=_0x2e026f),'&lt;':(_0xe94753,_0x750b37)=>j(_0xe94753,_0x750b37,(_0x53a822,_0x45e723)=>_0x53a822<_0x45e723),'&lt;=':(_0x4a692a,_0x5aa942)=>j(_0x4a692a,_0x5aa942,(_0x18ba45,_0x4ecda8)=>_0x18ba45<=_0x4ecda8),'B':(_0x259093,_0x2c211b)=>Y(_0x259093,_0x2c211b,(_0x39ce1d,_0x2e1cb2)=>_0x39ce1d[a0_0x5cebf2(0x2ac)](_0x2e1cb2)),'!B':(_0x1c0d27,_0x2c8cdb)=>Y(_0x1c0d27,_0x2c8cdb,(_0x1905ec,_0x48f25c)=>!_0x1905ec[a0_0x5cebf2(0x2ac)](_0x48f25c)),'E':(_0x494dbd,_0xeb5a30)=>Y(_0x494dbd,_0xeb5a30,(_0x4c9601,_0x66c22c)=>_0x4c9601[a0_0x5cebf2(0x328)](_0x66c22c)),'!E':(_0x3b4685,_0x4c85eb)=>Y(_0x3b4685,_0x4c85eb,(_0x3cd840,_0x851c16)=>!_0x3cd840[a0_0x5cebf2(0x328)](_0x851c16)),'C':(_0x40a172,_0x46a317)=>Y(_0x40a172,_0x46a317,(_0x740975,_0x5ee961)=>_0x740975[a0_0x5cebf2(0x119)](_0x5ee961)),'!C':(_0x220bb0,_0x12ff0d)=>Y(_0x220bb0,_0x12ff0d,(_0x451484,_0x3a17b7)=>!_0x451484['includes'](_0x3a17b7))},vt={'Zusatzfilter\x203':a0_0x5cebf2(0x395),'Zusatzfilter\x204':a0_0x5cebf2(0x18a)};function ve(_0x1ff451,_0x152681={}){const _0x86530=a0_0x5cebf2,{variableTree:_0x2d660d,dataType:_0xf77413,silent:_0x1f58fd=!0x1,allowFunctions:_0x36c2f3=!0x0}=_0x152681,_0x4185b7=/^(.+?)\s*(mm|cm|m|in|ft|px|pt|%|deg|rad)$/i,_0x2a93d4={'value':void 0x0,'original':_0x1ff451,'resolved':_0x1ff451,'hadVariables':!0x1,'wasEvaluated':!0x1};try{let _0x56ca79=_0x1ff451['trim']();if(_0x4185b7[_0x86530(0x1cc)](_0x56ca79)){const _0x44248a=_0x56ca79['match'](_0x4185b7);_0x44248a&&(_0x56ca79=_0x44248a[0x1]['trim']());}_0x2d660d&&de(_0x56ca79)&&(_0x2a93d4[_0x86530(0x135)]=!0x0,_0x56ca79=ye(_0x56ca79,_0x2d660d),_0x2a93d4[_0x86530(0x131)]=_0x56ca79),tt(_0x56ca79)?(_0x2a93d4[_0x86530(0x16f)]=!0x0,_0x2a93d4[_0x86530(0x31f)]=rt(_0x56ca79,_0x36c2f3)):Te(_0x56ca79)?(_0x2a93d4['wasEvaluated']=!0x0,_0x2a93d4[_0x86530(0x31f)]=Me(_0x56ca79,_0x36c2f3)):_0x2a93d4['value']=Mt(_0x56ca79,_0xf77413);}catch(_0x19f308){_0x2a93d4[_0x86530(0x13a)]=_0x19f308 instanceof Error?_0x19f308['message']:String(_0x19f308),_0x1f58fd||console[_0x86530(0x13a)](_0x86530(0x1ec)+_0x1ff451+'\x22',_0x19f308),_0x2a93d4[_0x86530(0x31f)]=_0x1ff451;}return _0x2a93d4;}function ue(_0xda62ee,_0x1cfb85={}){const _0x5ef707=a0_0x5cebf2;return ve(_0xda62ee,_0x1cfb85)[_0x5ef707(0x31f)];}function tt(_0x42584d){const _0x34485a=a0_0x5cebf2;return!_0x42584d||typeof _0x42584d!='string'?!0x1:/^\s*IF\s*\(/i[_0x34485a(0x1cc)](_0x42584d[_0x34485a(0x2ab)]());}function rt(_0x5a52b6,_0x1ff8c0=!0x0){const _0x396228=a0_0x5cebf2,_0x43e40c=_0x5a52b6[_0x396228(0x2ab)]()[_0x396228(0x3a8)](/^IF\s*\((.*)\)\s*$/i);if(!_0x43e40c)throw new Error(_0x396228(0x44e)+_0x5a52b6);const _0x35add9=_0x43e40c[0x1],_0x22689b=Tt(_0x35add9);if(_0x22689b[_0x396228(0x262)]!==0x3)throw new Error('IF\x20statement\x20must\x20have\x20exactly\x203\x20parts:\x20IF(condition,\x20trueValue,\x20falseValue).\x20Got:\x20'+_0x22689b[_0x396228(0x262)]+_0x396228(0x2f9));const [_0x5be942,_0x1f4b8b,_0x4b0b9b]=_0x22689b,_0x377702=ae(_0x5be942[_0x396228(0x2ab)](),_0x1ff8c0)?_0x1f4b8b[_0x396228(0x2ab)]():_0x4b0b9b['trim']();if(tt(_0x377702))return rt(_0x377702,_0x1ff8c0);if(Te(_0x377702))return Me(_0x377702,_0x1ff8c0);{const _0x5a47ed=Number(_0x377702);return isNaN(_0x5a47ed)?_0x377702:_0x5a47ed;}}function Tt(_0x46877d){const _0x3c7ec9=a0_0x5cebf2,_0x1bc8f9=[];let _0x11f493='',_0x4c0cb4=0x0;for(let _0x285dad=0x0;_0x285dad<_0x46877d[_0x3c7ec9(0x262)];_0x285dad++){const _0x58cfd3=_0x46877d[_0x285dad];_0x58cfd3==='('?(_0x4c0cb4++,_0x11f493+=_0x58cfd3):_0x58cfd3===')'?(_0x4c0cb4--,_0x11f493+=_0x58cfd3):_0x58cfd3===','&&_0x4c0cb4===0x0?(_0x1bc8f9[_0x3c7ec9(0x3e7)](_0x11f493),_0x11f493=''):_0x11f493+=_0x58cfd3;}return _0x11f493&&_0x1bc8f9[_0x3c7ec9(0x3e7)](_0x11f493),_0x1bc8f9;}function ae(_0x6212fd,_0x20e439){const _0x239dc3=a0_0x5cebf2;if(/\bAND\b/i[_0x239dc3(0x1cc)](_0x6212fd))return _0x6212fd['split'](/\bAND\b/i)[_0x239dc3(0x356)](_0x2484fc=>ae(_0x2484fc[_0x239dc3(0x2ab)](),_0x20e439));if(/\bOR\b/i[_0x239dc3(0x1cc)](_0x6212fd))return _0x6212fd['split'](/\bOR\b/i)['some'](_0x2c14ad=>ae(_0x2c14ad[_0x239dc3(0x2ab)](),_0x20e439));if(/^\s*NOT\s+/i['test'](_0x6212fd)){const _0x1c8331=_0x6212fd[_0x239dc3(0xc1)](/^\s*NOT\s+/i,'')['trim']();return!ae(_0x1c8331,_0x20e439);}const _0x4a4a41=_0x6212fd[_0x239dc3(0x3a8)](/(.+?)(<=|>=|!=|<>|=|<|>)(.+)/);if(!_0x4a4a41)throw new Error('Invalid\x20condition:\x20'+_0x6212fd);const [,_0x562e63,_0x1d798f,_0x3093ac]=_0x4a4a41,_0x19bddb=Oe(_0x562e63[_0x239dc3(0x2ab)](),_0x20e439),_0x5a1e05=Oe(_0x3093ac[_0x239dc3(0x2ab)](),_0x20e439);switch(_0x1d798f){case'=':return _0x19bddb===_0x5a1e05;case'!=':case'<>':return _0x19bddb!==_0x5a1e05;case'<':return _0x19bddb<_0x5a1e05;case'>':return _0x19bddb>_0x5a1e05;case'<=':return _0x19bddb<=_0x5a1e05;case'>=':return _0x19bddb>=_0x5a1e05;default:throw new Error(_0x239dc3(0x41d)+_0x1d798f);}}function Oe(_0x362027,_0x4a310c){const _0xdf560e=a0_0x5cebf2;if(_0x362027['startsWith']('\x22')&&_0x362027['endsWith']('\x22')||_0x362027[_0xdf560e(0x2ac)]('\x27')&&_0x362027[_0xdf560e(0x328)]('\x27'))return _0x362027[_0xdf560e(0x1ce)](0x1,-0x1);if(Te(_0x362027))return Me(_0x362027,_0x4a310c);const _0x631a91=Number(_0x362027);return isNaN(_0x631a91)?_0x362027:_0x631a91;}function Te(_0x38a189){const _0x32ca69=a0_0x5cebf2;if(!_0x38a189||typeof _0x38a189!=_0x32ca69(0xf9))return!0x1;const _0x107d84=_0x38a189[_0x32ca69(0x2ab)]();return/[+\-*/()]/[_0x32ca69(0x1cc)](_0x107d84)?/^[\d\s+\-*/().,a-z]+$/i['test'](_0x107d84):!0x1;}const _e=new Map();function Me(_0x17931e,_0x4ecaa1=!0x0){const _0x1da9ef=a0_0x5cebf2,_0x3bff1d=_0x17931e[_0x1da9ef(0x2ab)](),_0x3c0d22=_0x3bff1d+':'+_0x4ecaa1;if(_e[_0x1da9ef(0x151)](_0x3c0d22))return _e['get'](_0x3c0d22);let _0xf376b8=_0x3bff1d[_0x1da9ef(0xc1)](/\s+/g,'');if(_0x4ecaa1&&(_0xf376b8=_0xf376b8['replace'](/round\(/g,_0x1da9ef(0xe2))[_0x1da9ef(0xc1)](/floor\(/g,'Math.floor(')[_0x1da9ef(0xc1)](/ceil\(/g,_0x1da9ef(0x319))[_0x1da9ef(0xc1)](/abs\(/g,_0x1da9ef(0xa7))[_0x1da9ef(0xc1)](/min\(/g,'Math.min(')[_0x1da9ef(0xc1)](/max\(/g,_0x1da9ef(0x198))[_0x1da9ef(0xc1)](/pow\(/g,'Math.pow(')[_0x1da9ef(0xc1)](/sqrt\(/g,_0x1da9ef(0x32b))),!(_0x4ecaa1?/^[\d+\-*/().,a-zA-Z]+$/:/^[\d+\-*/().]+$/)[_0x1da9ef(0x1cc)](_0xf376b8))throw new Error('Expression\x20contains\x20invalid\x20characters:\x20'+_0x17931e);if(!_0xf376b8)throw new Error(_0x1da9ef(0x196));try{const _0x462e47=Function(_0x1da9ef(0x2a1)+_0xf376b8+')')();if(typeof _0x462e47!=_0x1da9ef(0x12e)||isNaN(_0x462e47))throw new Error('Expression\x20did\x20not\x20evaluate\x20to\x20a\x20number:\x20'+_0x17931e);return _e[_0x1da9ef(0x156)](_0x3c0d22,_0x462e47),_0x462e47;}catch(_0x57b40e){throw new Error(_0x1da9ef(0x30a)+_0x17931e+_0x1da9ef(0x205)+_0x57b40e);}}function Mt(_0x99e851,_0x3c20b7){const _0x3d02d6=a0_0x5cebf2;if(!_0x3c20b7){const _0x1a7698=Number(_0x99e851);return isNaN(_0x1a7698)?_0x99e851:_0x1a7698;}switch(_0x3c20b7[_0x3d02d6(0x40f)]()){case'FL':return parseFloat(_0x99e851);case'IN':return parseInt(_0x99e851,0xa);case'CI':case'CS':case'ST':return _0x99e851;case'DA':return new Date(_0x99e851)['toISOString']();default:const _0x5981ad=Number(_0x99e851);return isNaN(_0x5981ad)?_0x99e851:_0x5981ad;}}const Dt=_0x35f0e3=>vt[_0x35f0e3]||_0x35f0e3;class $e{static ['evaluateTree']=(_0x1b77f9,_0x3af3ac,_0x39e73a)=>_0x1b77f9?_0x1b77f9[a0_0x5cebf2(0x317)][a0_0x5cebf2(0x356)](_0x30f8bd=>this[a0_0x5cebf2(0x47c)](_0x30f8bd,_0x3af3ac,_0x39e73a)):!0x1;static [a0_0x5cebf2(0x47c)]=(_0x33017c,_0x1e1a9d,_0x1d0fcf)=>{const _0xb030bc=a0_0x5cebf2;if(!_0x33017c)return!0x1;if(_0x33017c[_0xb030bc(0x3fd)]==='comparison'){let _0x5d761f=_0x33017c[_0xb030bc(0x26d)][_0xb030bc(0x172)];const _0x817808=Dt(_0x33017c[_0xb030bc(0x26d)][_0xb030bc(0x172)]);_0x1e1a9d[_0x817808]!==void 0x0?_0x5d761f=_0x1e1a9d[_0x817808]:_0x5d761f=ue(_0x33017c[_0xb030bc(0x26d)][_0xb030bc(0x172)],{'variableTree':_0x1d0fcf,'dataType':_0x33017c[_0xb030bc(0x26d)][_0xb030bc(0xd6)],'silent':!0x0});const _0x142f71=ue(_0x33017c['data'][_0xb030bc(0x1ee)],{'variableTree':_0x1d0fcf,'dataType':_0x33017c[_0xb030bc(0x26d)]['DATATYPE'],'silent':!0x0});return bt[_0x33017c['data'][_0xb030bc(0x34a)]](_0x5d761f,_0x142f71);}if(_0x33017c[_0xb030bc(0x3fd)]==='operation'){const _0x41b503=_0x33017c[_0xb030bc(0x221)][_0xb030bc(0x48b)](_0x2b46c7=>this[_0xb030bc(0x47c)](_0x2b46c7,_0x1e1a9d,_0x1d0fcf));switch(_0x33017c[_0xb030bc(0x26d)]['OPSTRING']){case _0xb030bc(0x4a4):return _0x41b503[_0xb030bc(0x356)](Boolean);case'OR':return _0x41b503[_0xb030bc(0x101)](Boolean);case _0xb030bc(0x416):return!_0x41b503[_0xb030bc(0x356)](Boolean);case _0xb030bc(0xc5):return!_0x41b503[_0xb030bc(0x101)](Boolean);default:return!0x1;}}return!0x1;};}class Be{static[a0_0x5cebf2(0x8e)](_0x289523,_0x490077,_0xf1f4e2){const _0x400213=a0_0x5cebf2,_0x217c63=_0x289523[_0x400213(0x1fd)][_0x400213(0x43b)](_0x2e3c03=>_0x2e3c03[_0x400213(0x4a2)]===0x0||_0x2e3c03[_0x400213(0x2cf)]===null);for(const _0x40546c of _0x289523[_0x400213(0x1fd)]){if(_0x40546c['conditionId']===0x0||_0x40546c[_0x400213(0x2cf)]===null)continue;if($e[_0x400213(0x450)](_0x40546c[_0x400213(0x2cf)],_0x490077,_0xf1f4e2))return{'lindiv':_0x40546c['lindiv'],'nodeNum':_0x40546c[_0x400213(0x456)],'matched':!0x0,'isDefault':!0x1,'descriptorType':_0x289523['descriptor'][_0x400213(0xf6)]};}if(_0x217c63)return{'lindiv':_0x217c63[_0x400213(0x462)],'nodeNum':_0x217c63[_0x400213(0x456)],'matched':!0x1,'isDefault':!0x0,'descriptorType':_0x289523[_0x400213(0x447)][_0x400213(0xf6)]};throw new Error('No\x20matching\x20node\x20found\x20and\x20no\x20default\x20node\x20exists');}static[a0_0x5cebf2(0xe5)](_0x169c8b,_0x39736e,_0x573851){const _0x5cf026=a0_0x5cebf2,_0x16713d=[];for(const _0x430fc3 of _0x169c8b['nodes']){if(_0x430fc3[_0x5cf026(0x4a2)]===0x0||_0x430fc3['conditionTree']===null)continue;$e['evaluateTree'](_0x430fc3['conditionTree'],_0x39736e,_0x573851)&&_0x16713d[_0x5cf026(0x3e7)](_0x430fc3);}return _0x16713d;}}class kt{[a0_0x5cebf2(0x28a)];constructor(_0x42b723){const _0x230750=a0_0x5cebf2;this[_0x230750(0x28a)]=new Map(_0x42b723['map'](_0xcba19a=>[_0xcba19a[_0x230750(0x447)][_0x230750(0x246)],_0xcba19a]));}[a0_0x5cebf2(0x8e)](_0x2ebc19,_0x1bf717,_0x488de9){const _0x28022a=a0_0x5cebf2,_0x5ecc2c=this[_0x28022a(0x4ad)](_0x2ebc19);if(!_0x5ecc2c)throw new Error(_0x28022a(0x112)+_0x2ebc19);return Be['evaluate'](_0x5ecc2c,_0x1bf717,_0x488de9);}[a0_0x5cebf2(0x4ad)](_0x281362){const _0x4730b0=a0_0x5cebf2;return this[_0x4730b0(0x28a)]['get'](_0x281362);}[a0_0x5cebf2(0x287)](_0x2142ca){const _0x5eeea6=a0_0x5cebf2;return this[_0x5eeea6(0x28a)][_0x5eeea6(0x151)](_0x2142ca);}[a0_0x5cebf2(0x3d8)](){const _0xa8843d=a0_0x5cebf2;return Array[_0xa8843d(0x17e)](this['descriptors']['keys']());}[a0_0x5cebf2(0x3cf)](_0x5cec69){const _0x33fd05=a0_0x5cebf2;return Array[_0x33fd05(0x17e)](this[_0x33fd05(0x28a)][_0x33fd05(0x345)]())[_0x33fd05(0x321)](_0x35158a=>_0x35158a[_0x33fd05(0x447)][_0x33fd05(0xf6)]===_0x5cec69);}['findAllMatches'](_0x363164,_0x25a61d,_0x4563af){const _0x2f89b7=a0_0x5cebf2,_0xd5526e=this[_0x2f89b7(0x4ad)](_0x363164);if(!_0xd5526e)throw new Error(_0x2f89b7(0x112)+_0x363164);return Be[_0x2f89b7(0xe5)](_0xd5526e,_0x25a61d,_0x4563af);}[a0_0x5cebf2(0x49b)](){const _0x362311=a0_0x5cebf2,_0x1f53f7={};for(const _0x41409a of this[_0x362311(0x28a)]['values']()){const _0x2de250=_0x41409a[_0x362311(0x447)][_0x362311(0xf6)];_0x1f53f7[_0x2de250]=(_0x1f53f7[_0x2de250]||0x0)+0x1;}return{'total':this['descriptors']['size'],'byType':_0x1f53f7,'names':this[_0x362311(0x3d8)]()};}}function it({children:_0x40243f,descriptorData:_0x1b7ec4}){const _0x373da7=a0_0x5cebf2,_0x321234=m[_0x373da7(0xf2)](()=>new kt(_0x1b7ec4),[_0x1b7ec4]);return f[_0x373da7(0x3a7)](be[_0x373da7(0x48c)],{'value':_0x321234,'children':_0x40243f});}const st=m['createContext'](void 0x0);function nt(){const _0xe3f275=a0_0x5cebf2,_0x4e5711=m[_0xe3f275(0x498)](st);if(!_0x4e5711)throw new Error(_0xe3f275(0x422));return _0x4e5711;}function ot({children:_0x46bcb1,initialMaterials:_0x187933=[],initialSurfaces:_0x31def8=[]}){const _0x13675c=a0_0x5cebf2,[_0x14f5fd,_0x4b0e9c]=m[_0x13675c(0x1e6)](_0x187933),[_0x403fc8,_0x43f885]=m[_0x13675c(0x1e6)](_0x31def8),[_0x2c4aba,_0x4b92a0]=m[_0x13675c(0x1e6)](new Set()),[_0x16882f,_0xe7b0ce]=m[_0x13675c(0x1e6)](new Set()),[_0x197244,_0x41bf9b]=m[_0x13675c(0x1e6)](new Set()),[_0x129914,_0x4554ec]=m[_0x13675c(0x1e6)](new Set()),_0x49cdf7=m[_0x13675c(0x482)](_0x4182b2=>_0x14f5fd['some'](_0xdbb13d=>_0xdbb13d[_0x13675c(0x246)]===_0x4182b2),[_0x14f5fd]),_0x30b79f=m[_0x13675c(0x482)](_0x3189a6=>_0x403fc8[_0x13675c(0x101)](_0x1ef273=>_0x1ef273[_0x13675c(0x246)]===_0x3189a6),[_0x403fc8]),_0x1e3c16=m[_0x13675c(0x482)](_0x168a53=>_0x2c4aba[_0x13675c(0x151)](_0x168a53),[_0x2c4aba]),_0x2df019=m['useCallback'](_0x17f4de=>_0x16882f[_0x13675c(0x151)](_0x17f4de),[_0x16882f]),_0x36e7e9=m['useCallback'](_0x3b93b2=>_0x197244[_0x13675c(0x151)](_0x3b93b2),[_0x197244]),_0x3dcbef=m[_0x13675c(0x482)](_0x2bb5d5=>_0x129914[_0x13675c(0x151)](_0x2bb5d5),[_0x129914]),_0x27ccd7=m['useRef'](new Set()),_0xede70a=m['useRef'](new Set()),_0x1157dd=m[_0x13675c(0x213)](!0x1),[_0xc9724b,_0x47c0cb]=m[_0x13675c(0x1e6)](0x0),_0xefa1f7=m['useCallback'](_0x507b4a=>{const _0x5d4a0b=_0x13675c;if(!_0x507b4a||_0x507b4a===''||_0x49cdf7(_0x507b4a)||_0x2c4aba['has'](_0x507b4a)||_0x197244['has'](_0x507b4a))return;const _0x36984d=_0x27ccd7[_0x5d4a0b(0x10b)][_0x5d4a0b(0x2e7)]===0x0;_0x27ccd7['current']['add'](_0x507b4a),_0x36984d&&queueMicrotask(()=>{const _0x54576d=_0x5d4a0b;_0x1157dd[_0x54576d(0x10b)]&&_0x47c0cb(_0x48d54d=>_0x48d54d+0x1);});},[_0x49cdf7,_0x2c4aba,_0x197244]),_0x4b2ecf=m[_0x13675c(0x482)](_0x44f733=>{const _0x5f148b=_0x13675c;if(!_0x44f733||_0x44f733===''||_0x44f733===_0x5f148b(0xb5)||_0x30b79f(_0x44f733)||_0x16882f[_0x5f148b(0x151)](_0x44f733)||_0x129914[_0x5f148b(0x151)](_0x44f733))return;const _0x2c6177=_0xede70a['current'][_0x5f148b(0x2e7)]===0x0;_0xede70a[_0x5f148b(0x10b)][_0x5f148b(0x1f8)](_0x44f733),_0x2c6177&&queueMicrotask(()=>{const _0x443667=_0x5f148b;_0x1157dd[_0x443667(0x10b)]&&_0x47c0cb(_0x35ca00=>_0x35ca00+0x1);});},[_0x30b79f,_0x16882f,_0x129914]),_0x3e980c=m[_0x13675c(0x482)](async _0x5375d7=>{const _0xd538a6=_0x13675c;if(!_0x5375d7||_0x5375d7===''){console[_0xd538a6(0x24f)]('fetchMaterial\x20called\x20with\x20empty\x20name');return;}if(_0x49cdf7(_0x5375d7))return _0x14f5fd[_0xd538a6(0x43b)](_0x2976ca=>_0x2976ca['NAME']===_0x5375d7);if(!_0x2c4aba[_0xd538a6(0x151)](_0x5375d7)&&!_0x197244[_0xd538a6(0x151)](_0x5375d7)){_0x4b92a0(_0x5e440f=>new Set(_0x5e440f)[_0xd538a6(0x1f8)](_0x5375d7));try{const _0x133553=await Le['materialData']()[_0xd538a6(0x1c9)](_0x5375d7);if(_0x133553)return _0x4b0e9c(_0x522003=>_0x522003[_0xd538a6(0x101)](_0x36b798=>_0x36b798[_0xd538a6(0x246)]===_0x5375d7)?_0x522003:[..._0x522003,_0x133553]),_0x133553;console['warn'](_0xd538a6(0x429)+_0x5375d7+'\x20not\x20found\x20in\x20database'),_0x41bf9b(_0x51123a=>new Set(_0x51123a)['add'](_0x5375d7));return;}catch(_0x503ab9){console[_0xd538a6(0x13a)](_0xd538a6(0x1da)+_0x5375d7+':',_0x503ab9),_0x41bf9b(_0x1afd1a=>new Set(_0x1afd1a)[_0xd538a6(0x1f8)](_0x5375d7));return;}finally{_0x4b92a0(_0x2ed3d5=>{const _0x386333=_0xd538a6,_0x46d6f7=new Set(_0x2ed3d5);return _0x46d6f7[_0x386333(0x391)](_0x5375d7),_0x46d6f7;});}}},[_0x14f5fd,_0x49cdf7,_0x2c4aba,_0x197244]),_0x742f25=m['useCallback'](async _0x30a335=>{const _0x55396f=_0x13675c;if(!(!_0x30a335||_0x30a335===''||_0x30a335===_0x55396f(0xb5))){if(_0x30b79f(_0x30a335))return _0x403fc8[_0x55396f(0x43b)](_0x4459a1=>_0x4459a1[_0x55396f(0x246)]===_0x30a335);if(!_0x16882f['has'](_0x30a335)&&!_0x129914[_0x55396f(0x151)](_0x30a335)){_0xe7b0ce(_0x58f327=>new Set(_0x58f327)[_0x55396f(0x1f8)](_0x30a335));try{const _0x56d278=await Le[_0x55396f(0x42a)]()['fetchById'](_0x30a335);if(_0x56d278)return _0x43f885(_0x33e647=>_0x33e647[_0x55396f(0x101)](_0x477811=>_0x477811['NAME']===_0x30a335)?_0x33e647:[..._0x33e647,_0x56d278]),_0x56d278;console['warn'](_0x55396f(0xe0)+_0x30a335+_0x55396f(0x3af)),_0x4554ec(_0x2f272a=>new Set(_0x2f272a)[_0x55396f(0x1f8)](_0x30a335));return;}catch(_0x13f5ce){console['error'](_0x55396f(0x478)+_0x30a335+':',_0x13f5ce),_0x4554ec(_0x3e594e=>new Set(_0x3e594e)[_0x55396f(0x1f8)](_0x30a335));return;}finally{_0xe7b0ce(_0x1a5d11=>{const _0x22d8b2=_0x55396f,_0x392722=new Set(_0x1a5d11);return _0x392722[_0x22d8b2(0x391)](_0x30a335),_0x392722;});}}}},[_0x403fc8,_0x30b79f,_0x16882f,_0x129914]);m[_0x13675c(0x1b8)](()=>(_0x1157dd[_0x13675c(0x10b)]=!0x0,(_0x27ccd7[_0x13675c(0x10b)][_0x13675c(0x2e7)]>0x0||_0xede70a[_0x13675c(0x10b)]['size']>0x0)&&_0x47c0cb(_0x29b94a=>_0x29b94a+0x1),()=>{const _0x2e2682=_0x13675c;_0x1157dd[_0x2e2682(0x10b)]=!0x1;}),[]),m['useEffect'](()=>{const _0x1f8408=_0x13675c;if(_0x27ccd7['current'][_0x1f8408(0x2e7)]>0x0){const _0x2c9cd5=Array[_0x1f8408(0x17e)](_0x27ccd7[_0x1f8408(0x10b)]);_0x27ccd7['current'][_0x1f8408(0x3fb)](),_0x2c9cd5[_0x1f8408(0x3c0)](_0x1a3689=>{_0x3e980c(_0x1a3689);});}if(_0xede70a[_0x1f8408(0x10b)][_0x1f8408(0x2e7)]>0x0){const _0x5a3797=Array['from'](_0xede70a[_0x1f8408(0x10b)]);_0xede70a['current']['clear'](),_0x5a3797[_0x1f8408(0x3c0)](_0x3d753f=>{_0x742f25(_0x3d753f);});}},[_0xc9724b,_0x3e980c,_0x742f25]);const _0x556984=m['useMemo'](()=>({'materials':_0x14f5fd,'surfaces':_0x403fc8,'loadingMaterials':_0x2c4aba,'loadingSurfaces':_0x16882f,'failedMaterials':_0x197244,'failedSurfaces':_0x129914,'fetchMaterial':_0x3e980c,'fetchSurface':_0x742f25,'queueMaterialFetch':_0xefa1f7,'queueSurfaceFetch':_0x4b2ecf,'isFetchingMaterial':_0x1e3c16,'isFetchingSurface':_0x2df019,'hasMaterial':_0x49cdf7,'hasSurface':_0x30b79f,'hasFailedMaterial':_0x36e7e9,'hasFailedSurface':_0x3dcbef}),[_0x14f5fd,_0x403fc8,_0x2c4aba,_0x16882f,_0x197244,_0x129914,_0x3e980c,_0x742f25,_0xefa1f7,_0x4b2ecf,_0x1e3c16,_0x2df019,_0x49cdf7,_0x30b79f,_0x36e7e9,_0x3dcbef]);return f[_0x13675c(0x3a7)](st[_0x13675c(0x48c)],{'value':_0x556984,'children':_0x46bcb1});}var v=(_0xc6f889=>(_0xc6f889[a0_0x5cebf2(0x207)]=a0_0x5cebf2(0xdf),_0xc6f889[a0_0x5cebf2(0x316)]=a0_0x5cebf2(0x21e),_0xc6f889[a0_0x5cebf2(0x39b)]='3D',_0xc6f889))(v||{});function wt({view:_0x2c2140}){const _0xe204e0=a0_0x5cebf2,_0x3b1589=f[_0xe204e0(0x435)](_0xe204e0(0x225),{'style':{'display':'flex','flexDirection':_0xe204e0(0x142),'alignItems':_0xe204e0(0x36c),'justifyContent':_0xe204e0(0x36c),'padding':_0xe204e0(0x1b7),'background':_0xe204e0(0x19b),'borderRadius':_0xe204e0(0x17a),'opacity':0.5,'color':'white','fontFamily':'sans-serif'},'children':[f['jsx'](_0xe204e0(0x225),{'style':{'width':'10px','height':_0xe204e0(0x1b7),'border':'4px\x20solid\x20rgba(255,\x20255,\x20255,\x200.3)','borderTop':_0xe204e0(0x30b),'borderRadius':_0xe204e0(0x468),'animation':_0xe204e0(0x2dd)}}),f[_0xe204e0(0x3a7)]('style',{'children':_0xe204e0(0x1fc)})]});return _0x2c2140===v['_3D']?f[_0xe204e0(0x3a7)](Ee['Html'],{'center':!0x0,'children':_0x3b1589}):f[_0xe204e0(0x3a7)](_0xe204e0(0x225),{'style':{'position':_0xe204e0(0x228),'top':_0xe204e0(0x468),'left':_0xe204e0(0x468),'transform':_0xe204e0(0x190),'zIndex':0x3e8},'children':_0x3b1589});}function ge({error:_0x409d7d,insideCanvas:_0x3042b6=!0x1}){const _0x2d088d=a0_0x5cebf2,_0x3e5c1c=f['jsxs'](_0x2d088d(0x225),{'style':{'padding':_0x2d088d(0x324),'background':_0x2d088d(0xae),'border':_0x2d088d(0x46c),'borderRadius':_0x2d088d(0x17a),'color':'red','fontFamily':_0x2d088d(0x235),'maxWidth':'500px'},'children':[f[_0x2d088d(0x3a7)]('h3',{'style':{'margin':_0x2d088d(0x401),'color':_0x2d088d(0x431)},'children':_0x2d088d(0x25b)}),f['jsx']('p',{'style':{'margin':0x0,'fontSize':'14px','wordBreak':_0x2d088d(0x4a1)},'children':_0x409d7d})]});return _0x3042b6?f[_0x2d088d(0x3a7)](Ee[_0x2d088d(0x2b6)],{'center':!0x0,'children':_0x3e5c1c}):f['jsx']('div',{'style':{'position':_0x2d088d(0x228),'top':_0x2d088d(0x468),'left':'50%','transform':_0x2d088d(0x190),'zIndex':0x3e8},'children':_0x3e5c1c});}function F(){const _0x4953db=a0_0x5cebf2,_0x28be1b=m[_0x4953db(0x498)](fe);if(!_0x28be1b)throw new Error(_0x4953db(0x48d));const {tree:_0x4959cf,setVarValue:_0x12de7d}=_0x28be1b,_0x2b5ab1=m[_0x4953db(0xf2)](()=>_0x594330=>te(_0x594330,_0x4959cf),[_0x4959cf]),_0xab902a=m['useMemo'](()=>_0x39bbbf=>ye(_0x39bbbf,_0x4959cf),[_0x4959cf]),_0x1d9ee8=m[_0x4953db(0xf2)](()=>_0xe2504f=>Qe(_0xe2504f,_0x4959cf),[_0x4959cf]),_0xc84dcf=m[_0x4953db(0xf2)](()=>_0x3a081f=>de(_0x3a081f),[]);return{'tree':_0x4959cf,'getValue':_0x2b5ab1,'resolveVar':_0xab902a,'resolveVarRecursive':_0x1d9ee8,'hasVariables':_0xc84dcf,'setVarValue':_0x12de7d};}function De({children:_0x2e1ad0,overrides:_0x332f05}){const _0x32de25=a0_0x5cebf2,_0x1c879b=F(),[_0x2c2371,_0x707b61]=m[_0x32de25(0x1e6)](new Map()),_0x19790f=m[_0x32de25(0xf2)](()=>{const _0x52fcd3=_0x32de25;let _0x2b2c3b=new Map(_0x1c879b[_0x52fcd3(0x36a)]);return _0x332f05&&Object[_0x52fcd3(0x389)](_0x332f05)[_0x52fcd3(0x3c0)](([_0x3a61f1,_0x115f14])=>{_0x2b2c3b=ce(_0x3a61f1,_0x115f14,_0x2b2c3b);}),_0x2c2371[_0x52fcd3(0x3c0)]((_0x5a8b33,_0x59ee60)=>{_0x2b2c3b=ce(_0x59ee60,_0x5a8b33,_0x2b2c3b);}),_0x2b2c3b;},[_0x1c879b[_0x32de25(0x36a)],_0x332f05,_0x2c2371]),_0x4fa32e=m['useCallback']((_0x4fdace,_0x26e0f8)=>{_0x707b61(_0x17a534=>{const _0x1d1ec5=a0_0x25cd,_0x49dbb3=new Map(_0x17a534);return _0x49dbb3[_0x1d1ec5(0x156)](_0x4fdace,_0x26e0f8),_0x49dbb3;});},[]),_0x593b13={'tree':_0x19790f,'setVarValue':_0x4fa32e};return f['jsx'](fe[_0x32de25(0x48c)],{'value':_0x593b13,'children':_0x2e1ad0});}function It({articleName:_0x5eb44c,articleId:_0x4cd878,onArticleNameChange:_0x598e92}){const _0x3c837e=a0_0x5cebf2,{tree:_0x359050,setVarValue:_0x2c3ce3,getValue:_0x2bdc52}=F(),_0x1445fb=m[_0x3c837e(0x213)](!0x1),_0x73a274=_0x4cd878||_0x5eb44c,_0x21f142=m['useMemo'](()=>{const _0xab9e70=_0x3c837e,_0x3ea5c0={};_0x3ea5c0[_0xab9e70(0x204)]={'value':_0x5eb44c,'label':_0xab9e70(0x204)};const _0x271c44={},_0x1083eb={},_0x2398a4={},_0x399831={},_0x14fbc8={},_0x14e0f1={},_0x2f1c63={};return Array[_0xab9e70(0x17e)](_0x359050[_0xab9e70(0x389)]())['forEach'](([_0x1332ff,_0x50c39b])=>{const _0x29543b=_0xab9e70,_0x5ed89f=_0x2bdc52(_0x1332ff);if(_0x50c39b[_0x29543b(0xe1)]===$['Numeric']){const _0x4e327f=typeof _0x5ed89f=='number'?_0x5ed89f:Number(_0x5ed89f)||0x0;_0x271c44[_0x1332ff]={'value':_0x4e327f,'min':-0x5a,'max':0x4e20,'step':0x1,'label':_0x1332ff};}else _0x50c39b[_0x29543b(0xe1)]===$[_0x29543b(0x387)]?_0x1083eb[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff}:_0x50c39b[_0x29543b(0xe1)]===$[_0x29543b(0x405)]?_0x2398a4[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff}:_0x50c39b[_0x29543b(0xe1)]===$[_0x29543b(0x229)]?_0x399831[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff}:_0x50c39b[_0x29543b(0xe1)]===$[_0x29543b(0x99)]?_0x14fbc8[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff}:_0x50c39b[_0x29543b(0xe1)]===$['Profile']?_0x14e0f1[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff}:_0x50c39b[_0x29543b(0xe1)]===$['color']&&(_0x2f1c63[_0x1332ff]={'value':String(_0x5ed89f||''),'label':_0x1332ff});}),_0x3ea5c0['Numeric']=P[_0xab9e70(0xbc)](_0x271c44,{'collapsed':!0x1}),_0x3ea5c0[_0xab9e70(0x2df)]=P[_0xab9e70(0xbc)](_0x1083eb,{'collapsed':!0x0}),_0x3ea5c0[_0xab9e70(0x443)]=P['folder'](_0x2398a4,{'collapsed':!0x0}),_0x3ea5c0[_0xab9e70(0x39e)]=P['folder'](_0x399831,{'collapsed':!0x0}),_0x3ea5c0['Text']=P[_0xab9e70(0xbc)](_0x14fbc8,{'collapsed':!0x0}),_0x3ea5c0[_0xab9e70(0x1d6)]=P['folder'](_0x14e0f1,{'collapsed':!0x0}),_0x3ea5c0['Colors']=P[_0xab9e70(0xbc)](_0x2f1c63,{'collapsed':!0x0}),_0x3ea5c0;},[_0x359050,_0x2bdc52,_0x5eb44c]),_0x55ce3d=P[_0x3c837e(0x1f0)](_0x3c837e(0x1e2)+_0x73a274,_0x21f142);return m['useEffect'](()=>{const _0x2e865c=_0x3c837e;if(_0x1445fb[_0x2e865c(0x10b)]){_0x1445fb[_0x2e865c(0x10b)]=!0x1;return;}let _0x21c15e=!0x1;Object[_0x2e865c(0x389)](_0x55ce3d)[_0x2e865c(0x3c0)](([_0x3fbddf,_0xe67673])=>{const _0x5cf68b=_0x2e865c;if(_0x3fbddf===_0x5cf68b(0x204)){_0x5eb44c!==_0xe67673&&_0x598e92&&(_0x598e92(_0xe67673),_0x21c15e=!0x0);return;}_0x2bdc52(_0x3fbddf)!=_0xe67673&&(_0x2c3ce3(_0x3fbddf,_0xe67673),_0x21c15e=!0x0);}),_0x21c15e&&(_0x1445fb[_0x2e865c(0x10b)]=!0x0);},[_0x55ce3d,_0x2bdc52,_0x2c3ce3,_0x5eb44c,_0x598e92]),null;}function X(){const _0x5c895c=a0_0x5cebf2,_0x43ed01=m[_0x5c895c(0x498)](Se);if(_0x43ed01===void 0x0)throw new Error(_0x5c895c(0x267));return _0x43ed01;}function at(_0x421961,_0x160a06,_0x2bf1cb,_0x2b5678){const _0x37aad8=a0_0x5cebf2,{getArticleData:_0x116fb2}=X(),{anglClies:_0x57c7b8}=_0x116fb2(_0x421961),_0x305f21=_0x57c7b8[_0x37aad8(0x43b)](_0x480c01=>_0x480c01['TREEID']===_0x160a06&&_0x480c01[_0x37aad8(0xd6)]===_0x2b5678&&_0x480c01[_0x37aad8(0x2e0)]===_0x2bf1cb);return _0x305f21?{'thickness':Number(_0x305f21[_0x37aad8(0x41f)])}:null;}function Ct(_0x148fbc,_0x16e0df){const _0x107eb0=a0_0x5cebf2,{getArticleData:_0x177f62}=X(),{resolveVarRecursive:_0x59a3b4}=F(),_0x3689e8=_0x177f62(_0x148fbc)[_0x107eb0(0x36e)];if(!_0x3689e8)return null;const _0x2e5fff=_0x3689e8['filter'](_0x4c0a7a=>_0x4c0a7a[_0x107eb0(0x430)]===_0x16e0df),_0x4c3f21=new Map();return _0x2e5fff[_0x107eb0(0x48b)](_0x212b51=>_0x4c3f21[_0x107eb0(0x156)](_0x107eb0(0x283)+(_0x212b51[_0x107eb0(0x1b9)]+0x1),_0x59a3b4(_0x212b51[_0x107eb0(0x2d9)]))),{'zoneInfo':_0x4c3f21};}function Nt(_0x2fdc8b,_0x17cc4c,_0x53da47){const _0xff843=a0_0x5cebf2,_0x5d4806=!_0x17cc4c||_0x17cc4c==='NO_RENDER',_0x58cbfd=!_0x53da47||_0x53da47===_0xff843(0x3dc);return _0x5d4806&&_0x58cbfd?_0x2fdc8b:_0x5d4806?_0x58cbfd?_0x2fdc8b:_0x53da47:_0x17cc4c;}function lt(_0x1ef613){return!_0x1ef613||_0x1ef613===''?{'textureId':void 0x0,'isValid':!0x1}:{'textureId':_0x1ef613,'isValid':!0x0};}function Ft(_0xd2c41e){const _0x275f9b=a0_0x5cebf2,{materials:_0xbabbe2,queueMaterialFetch:_0x4c5618,isFetchingMaterial:_0x28d0c6,hasMaterial:_0x3b8788,hasFailedMaterial:_0x42605a}=nt(),{resolveVarRecursive:_0x5171b3}=F(),_0x3bd2ba=_0xbabbe2[_0x275f9b(0x43b)](_0x4e4973=>_0x4e4973[_0x275f9b(0x246)]===_0xd2c41e);if(!_0x3bd2ba&&(_0xd2c41e&&_0xd2c41e!==''&&_0xd2c41e!=='0')&&(!_0x28d0c6(_0xd2c41e)&&!_0x3b8788(_0xd2c41e)&&_0x42605a(_0xd2c41e),_0x4c5618(_0xd2c41e)),!_0x3bd2ba)return;const _0x58ab90=_0x5171b3(_0x3bd2ba?.['RENDER']||''),_0x36419f=lt(_0x58ab90);return{..._0x3bd2ba,'renderInfo':_0x36419f};}function Ve(_0x45f714){const _0x1e6351=a0_0x5cebf2,{surfaces:_0x439d72,queueSurfaceFetch:_0x28d5ff,isFetchingSurface:_0x54f4a3,hasSurface:_0x30ab6f,hasFailedSurface:_0x29f8c3}=nt(),{resolveVarRecursive:_0x204d9d}=F(),_0x32d8f5=_0x439d72[_0x1e6351(0x43b)](_0xdd4c1d=>_0xdd4c1d[_0x1e6351(0x246)]===_0x45f714);if(!_0x32d8f5&&(_0x45f714&&_0x45f714!==''&&_0x45f714!=='0')&&(!_0x54f4a3(_0x45f714)&&!_0x30ab6f(_0x45f714)&&!_0x29f8c3(_0x45f714)&&console[_0x1e6351(0x2bf)](_0x1e6351(0x1fb)+_0x45f714+_0x1e6351(0x38b)),_0x28d5ff(_0x45f714)),!_0x32d8f5)return;const _0x101d89=_0x204d9d(_0x32d8f5?.[_0x1e6351(0x106)]||''),_0x52308c=lt(_0x101d89);return{..._0x32d8f5,'renderInfo':_0x52308c};}function a0_0x13f6(){const _0x376492=['RAL_4004','createContext','Dusty\x20grey','calculateSections','#BB1F11','Signal\x20orange','RAL_9002','196TvTnBn','forEach','get2DTop','Olive\x20grey','Heather\x20violet','Zinc\x20yellow','endpoint','cache','Blue\x20grey','loading','#B0B0A9','atan','blue','bottomShelfCP','#6B1C23','isAtEnd','getDescriptorsByType','isArray','INSET','Error\x20calculating\x20sections','RAL_6000','max','Fibrous\x20green','Signal\x20violet','37155GarifM','getDescriptorNames','#442F29','Beige\x20brown','#6093AC','NO_RENDER','Iron\x20grey','Angle\x20brackets\x20are\x20not\x20allowed\x20in\x20the\x20input\x20string','RAL_5002','toStringTag','Light\x20grey','ArticleDesigner','currentZone','1.0.0','.jpg','TOPTRIM','push','useDescriptorManager\x20must\x20be\x20used\x20within\x20a\x20DescriptorProvider','RAL_7030','Pearl\x20night\x20blue','bottom','width','#008B29','#376B8C','Ivory','#215F78','color','#7E4B27','Agate\x20grey','RAL_8007','Luminous\x20bright\x20red','#7EBAB5','#007CAF','RAL_8001','isReversed','peekNext','clear','Shape','kind','rect','Khaki\x20grey','RAL_3026','0\x200\x2010px\x200','Unhandled\x20case:\x20HORDEFTYPE\x20=\x20','#F99A1D','#EB9C52','Material','MATHEMATICAL_FUNCTIONS','anglclie','performParse','Back','Ultramarine\x20blue','DESCRIPTOR','#817863','Pearl\x20gentian\x20blue','#766A5E','toUpperCase','#0066ff','@react-three/drei','ArticleGroupDesigner','#b61c73','lastIndexOf','path','NOT','Signal\x20red','EvaluationError','#782423','#FFB200','kmsLeft','useDescriptorEvaluation','Unknown\x20operator:\x20','RAL_5017','TAGVALUE','#3C392E','#0F3052','useMaterials\x20must\x20be\x20used\x20within\x20MaterialProvider','get','RAL_1034','RAL_5021','RAL_8017','previous','RAL_6010','[MaterialProvider]\x20Material\x20','surfaceData','Blue\x20green','#0089B6',')\x20rotate(','baseUrl','RAL_9017','TREEID','red','zone_dims','RAL_8025','#651E38','jsxs','RAL_7000','Brown\x20red','RAL_2013','fontSize','Fir\x20green','find','Unexpected\x20token:\x20','Signal\x20black','scale(1,-1)\x20rotate(90\x20','#EC6B22','1362699aGRRBP','#37422F','bind','Materials','front','addToken','Distant\x20blue','descriptor','RAL_4002','RAL_7039','#6B7C59','#587F40','#048B8C','RAL_5025','Invalid\x20IF\x20statement:\x20','prim_dims','evaluateTree','materials','RAL_7010','1920850aPsHEd','Purple\x20red','#8D4931','nodeNum','nestingLevel','#BA481C','#29292A','RAL_4003','#A45729','cabin','Colza\x20yellow','matchAll','sort','RAL_7022','depth','lindiv','Anthracite\x20grey','startPanelThk','Platinum\x20grey','#8D9295','join','50%','scanVariable','RAL_6026','#8E9291','2px\x20solid\x20rgba(255,\x200,\x200,\x200.5)','#00B51B','#193153','RAL_3007','Ochre\x20yellow','RAL_6019','#474135','Grey\x20aluminium','visibility','moveTo','RAL_5005','#DDAF28','[MaterialProvider]\x20Failed\x20to\x20fetch\x20surface\x20','Pearl\x20light\x20grey','TextureConfigProvider','Leaf\x20green','evaluateNode','RAL_3014','#B3C43E','#858583','RAL_4007','showVertical','useCallback','articleData','Module','#989EA1','name','#BA8F4C','RAL_2005','#3C7460','Ruby\x20red','map','Provider','useVariables\x20must\x20be\x20used\x20within\x20a\x20VariableProvider','Pastel\x20green','anglelem','GET','VIEW','dimensions','status','DIVDIR','RAL_6024','factor','RAL_6032','useContext','RAL_9005','EMPTY','getStats','#374345','\x20not\x20found','kmsList','RAL_3022','Error\x20in\x20section\x20','break-word','conditionId','getThk','AND','OPERATOR','consumeMillimeterSuffix','Traffic\x20orange','#8F8370','DividerCP','RAL_7003','RAL_3016','RAL_7038','getDescriptor','RAL_8029','RAL_1019','evaluate','RAL_7012','Pearl\x20opal\x20green','7rFKIqq','======>\x20','Light\x20pink','@react-three/fiber','CP_1_RS_*','mesh','Black\x20red','#4C4A44','Text','Yellow\x20green','#FC5500','IAC_THICKNESS','offset','Daffodil\x20yellow','2,2','abort','RAL_5012','Brown\x20green','RAL_8023','Terra\x20brown','defineProperty','Pure\x20green','Math.abs(','#A48F7A','BRACE_OPEN','middle','#315442','Pearl\x20copper','Oyster\x20white','rgba(255,\x200,\x200,\x200.1)','assign','#AF8050','RAL_6037','VariableResolver','RAL_6020','Unexpected\x20character:\x20','NO_SURF','#E25304','linDivData','RAL_6009','UNIT','#237F52','#1b14ee','folder','Pure\x20red','Telegrey\x201','memo','#637D96','replace','parseResponse','Graphite\x20black','Bright\x20red\x20orange','NOT\x20OR','scanNumber','asin','#928E85','#B7B3A8','RAL_1018','Granite\x20grey','Turquoise\x20blue','RAL_4011','RAL_4008','Silver\x20grey','RAL_9018','/bulk?forceRefresh=true','RAL_6015','RAL_7009','getArticleData','#923E25','DATATYPE','Red\x20brown','STARTOFFS','ArticleGroupLayout','evaluateBinaryExpression','DescriptorProvider','Beige\x20red','surfaces','unsupported\x20node\x20type\x20to\x20traverse:\x20','2D_TOP','[MaterialProvider]\x20Surface\x20','TYP','Math.round(','Failed\x20to\x20parse\x20factor:\x20','\x20at\x20position:\x20','findAllNonDefaultMatches','type','RAL_7045','copy_2','RAL_6039','Brown\x20grey','RAL_6028','STARTTRIM','isBinaryExpression','showLabel','#9B2423','#FF4D08','RAL_9003','useMemo','No\x20prim\x20found\x20for\x20:\x20','childPositions','#701D24','DESC_TYPE','IAC_TOPSHELFTHICKNESS','RAL_6002','string','#C5C7C4','#B5B0A1','RAL_5019','Luminous\x20green','linearDivisionDescriptor','Invalid\x20usage:\x20\x22n\x22\x20cannot\x20appear\x20on\x20the\x20right-hand\x20side\x20of\x20an\x20operator','RAL_3027','some','reverse','Cement\x20grey','#513A2A','RAL_1013','RENDER','#E19000','#005F4E','#4F5358','primary','current','Luminous\x20red','Purple\x20violet','#4A3526','BOTTRIM','toISOString','anglprim','Descriptor\x20not\x20found:\x20','TOPOFFS','Mahogany\x20brown','#50533C','statusText','Sun\x20yellow','#1A1719','includes','isInsideGroup','RAL_3020','hasMillimeterSuffix','Pearl\x20beige','RAL_6025','SDISTLR','LINDIV1','https://backend.tecnibo.com/api/rp-engine','door','Steel\x20blue','BRACKET_OPEN','SURF0','article-data','RAL_9001','RAL_4001','evaluateVariable','#6D342D','RAL_5001','line','Failed\x20to\x20parse\x20term:\x20','number','\x200)','RAL_7013','resolved','divisionType','PAREN_CLOSE','RAL_7040','hadVariables','#59191F','props','RAL_7031','Pearl\x20green','error','Opal\x20green','RAL_4005','CPNAME','Door','Unknown\x20error\x20during\x20evaluation.','Pearl\x20violet','#04574B','column','RAL_9010','#C8C8C7','#AB273C','RAL_3018','Black\x20green','lightgray','#6A6B7F','sections','P_CP_*_GL_*','Signal\x20white','Saffron\x20yellow','renderInfo','HTTP\x20','#6B6E6B','has','scale(1,-1)','fill',']\x20Response\x20preview:','Water\x20blue','set','Antique\x20pink','term','#755847','Traffic\x20grey\x20A','#CDBA88','top','consume','RAL_2000','RAL_7047','isNumberLiteral','isDigit','Raspberry\x20red','isVariable','endPanelThk','#27352A','Grey\x20white','Pastel\x20yellow','RAL_1028','#3D3D36','RAL_8002','RAL_8022','RAL_7008','useData','#383E42','wasEvaluated','tokens','BOTOFFS','LEFTVALUE','#903373','Expected\x20digit\x20after\x20decimal\x20point\x20at\x20position:\x20','RAL_6012','sizerefedg2','),\x20possible\x20circular\x20reference\x20in:\x20','Curry','DataContext','8px','cursor','abs','checkMillimeterSuffix','from','RAL_8004','BinaryExpression','Grey\x20olive','#A72920','#585C56','RAL_7043','Grass\x20green','DataProvider','Concrete\x20grey','meshStandardMaterial','pointer','filter4','Ochre\x20brown','rotate(','RAL_4012','descriptor-data','horizontal','translate(-50%,\x20-50%)','#70462B','#A63437','isSection','Grouping','Stone\x20grey','Empty\x20expression','#F1EDE1','Math.max(','RAL_7021','Tarpaulin\x20grey','rgba(0,\x200,\x200,\x200.8)','RAL_1007','headers','Gentian\x20blue','expr:ratio','SidePanel','SIZEY','BoxGeometry','\x20x\x20','material','resetCurrent','RAL_9011','hasNStar','Signal\x20blue','RAL_3002','#861A22','floor','start','cabback','Unknown\x20error','dimension-lines','Traffic\x20blue','preformScan','thickness','LEFT_ANGLE_BRACKET','Traffic\x20black','Mint\x20turquoise','#C8CBC4','10px','useEffect','NUM','surface-data','#816183','check','toRepeat','Capri\x20blue','Expected\x20\x27(\x27\x20after\x20function\x20name\x20\x27','Light\x20blue','#222D5A','Golden\x20yellow','#D2AA6D','#45494E','NumberLiteral','#5B686D','RAL_7032','RIGHT_ANGLE_BRACKET','fetchById','RAL_3011','AD\x20article\x20width','test','RAL_9004','slice','#333','#A53A2E','#3accc1','RAL_8028','deg2bog','cpNames','45ZVPcpF','Profiles','in2mm','topShelfCP','Moss\x20grey','[MaterialProvider]\x20Failed\x20to\x20fetch\x20material\x20','evaluateSections','Yellow\x20olive','#2F3234','#E26E0F','cumulativeY','ARTICLE','Cleanroom\x20white','Variables\x20-\x20','#004F7C','Circular\x20dependency:\x20','#4D6F39','useState','RAL_6005','#ff6b00','labelSuffix','reduce','stopPropagation','[ExpressionResolver]\x20Failed\x20to\x20resolve:\x20\x22','#0E4C64','RIGHTVALUE','simple','useControls','#2C3222','Invalid\x20Operator','back','#FFFF00','valueSource','rotateY','cabbacks','add','Azure\x20blue','RAL_8015','[SurfHelper]\x20Surface\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20@keyframes\x20spin\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x200%\x20{\x20transform:\x20rotate(0deg);\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20100%\x20{\x20transform:\x20rotate(360deg);\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','nodes','#66332B','final\x20data\x20:\x20','Olive\x20brown','#F09200','RAL_2009','RAL_5000','Article\x20Name','\x20-\x20','Nut\x20brown','_2D_TOP','default','#724A25','ArticleRelatedVariableProvider','findAllMatches','#7E868A','DIVELEM1','lexeme','RAL_7004','both','end','Squirrel\x20grey','useRef','ENDTRIM','zoneInfo','RAL_5015','#F8F2E1','Visibility\x20Controls','Tomato\x20red','expression','RAL_1001','RAL_5022','RAL_9022','2D_FRONT','#008351','RAL_1011','children','None','RAL_6027','#4C2B20','div','Emerald\x20green','RAL_6008','absolute','Kms','White\x20aluminium','#A63D30','advance','Pearl\x20gold','react/jsx-runtime','RAL_1027','bevel','PAREN_OPEN','#FF2D21','Unhandled\x20case:\x20DIVELEM1\x20=\x20','DIVTYPE','monospace','Coral\x20red','Unknown\x20identifier:\x20','BRACKET_CLOSE','sin','DescriptorContext','RAL_7015','Pale\x20brown','Blue\x20lilac','RAL_4009','textureId','Signal\x20green','Sections','arg','INSETFOR','RAL_1020','right','NAME','glass','translate(','SpecialVariable','RAL_9012','RAL_3013','isUnaryExpression',']\x20JSON\x20parse\x20error\x20for\x20','Traffic\x20grey\x20B','warn','RAL_5004','Pearl\x20dark\x20grey','RAL_2007','843342cFzWCJ','topShelfThk','Function\x20not\x20implemented','RAL_6035','#797669','constPrinciple','#8A9977','Expected\x20\x27)\x27\x20after\x20expression.','Error','meshBasicMaterial','RAL_3003','resolveString\x20hit\x20max\x20depth\x20(','Fragment','#5A3827','Pearl\x20pink','length','\x20->\x20','isAlpha','RAL_1026','DIVIDER','useData\x20must\x20be\x20used\x20within\x20a\x20DataProvider','RAL_2001','Pearl\x20mouse\x20grey','reportError','Variable','Signal\x20brown','data','#194D25','#794D3E','position','#E88C00','#9D622B','peek','thk','VARIABLE','Dahlia\x20yellow','#4F5250','#F7B500','central','Designer','Traffic\x20green','errors','log10','Expected\x20Sections\x20or\x20Section,\x20got\x20','RAL_6016','content-length','#1F3855','Expected\x20expression\x20inside\x20parentheses.','AD\x20zone\x20info0','RAL_5003','Black\x20grey','#E3D9C7','hasDescriptor','Profile','THK','descriptors','toFixed','DIMCALCFX','Orange\x20brown','#00387A','RAL_7011','message','application/json','get3D','Green\x20grey','Loading\x20article\x20data...','#BB4077','variables','Violet\x20blue','#D05D29','IAC_BOTTOMSHELFTHICKNESS','three','2887384ZiqwyR','isFunctionCall','substring','Green\x20brown','unsupported\x20node\x20type:\x20','RAL_3005','\x27use\x20strict\x27;\x20return\x20(','isGrouping','cside','RAL_1036','RAL_1004','#D6D5CB','Rose','#006F3D','dividerType','Numeric','trim','startsWith','times','materialData','linearDivision','RAL_6014','#2B2B2C','oversize','text','useVariables','#F9A900','Html','#191E28','RAL_8024','showHorizontal','#C5856D','Salmon\x20orange','RAL_3000','Green\x20beige','accumulateIncorporatedThicknesses','log','#BF3922','#00414B','Basalt\x20grey','DIMCALCFY','anglzone','Pine\x20green','RAL_1032','58854aCCNCC','Pale\x20green','ratio:expr','Clay\x20brown','cumulativeZ','/public','POST','Total\x20length\x20exceeded','conditionTree','RAL_4006','RAL_3015','RAL_6029','RAL_9007','parse','RAL_2002','doors','Pure\x20orange','group','TEXT','arrowSize','#E6D2B5','No\x20tokens\x20to\x20parse.','spin\x201s\x20linear\x20infinite','Variable\x20name\x20cannot\x20be\x20empty\x20or\x20$mm','Surfaces','TAGNAME','Repeated','scanMm','Light\x20green','#575D5E','data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==','Beige','size','tan','#1A2B3C','#7AADAC','Cannot\x20have\x20n\x20in\x20the\x20right\x20side\x20of\x20an\x20expression','#A1A1A0','Zone','Olive\x20yellow','Vermilion','left','source','RAL_7035','kmsRight','Brown\x20beige','RAL_7026','Sepia\x20brown','kms','RAL_7042','\x20parts','signal','#6E6387','rotation','NUMBER',')\x20rotate(90)','#7C765A','DIMCALCFZ','#52595D','bottomShelfThk','stringify','Silk\x20grey','SPECIAL_VARIABLE','resetState','Chocolate\x20brown','#304F6E','Unhandled\x20case:\x20DIVDIR\x20=\x20','Failed\x20to\x20evaluate\x20expression:\x20','4px\x20solid\x20white','polygon','#2B3A44','operator','cannot\x20have\x20\x20/\x20outside\x20of\x20group','RAL_9023','height','RAL_6038','RAL_2017','RAL_8003','BRACE_CLOSE','_2D_FRONT','roots','RAL_8008','Math.ceil(','RAL_8019','#B9CEAC','style','article','RAL_1014','value','vertical','filter','#DE5308','kmsCpLeft','20px','call','#60993B','round','endsWith','Pastel\x20turquoise','FUNCTION','Math.sqrt(','665348vmLEdI','BOTSHELF','RAL_7034','TextureConfigContext','RAL_6017',']\x20Empty\x20or\x20non-JSON\x20response\x20from\x20','Ocean\x20blue','ExtrudeGeometry','SIZEZ','Expected\x20\x27}\x27\x20after\x20expression.','Melon\x20yellow','#7A7B7A','Empty\x20input\x20string','inset','RAL_7023','Mouse\x20grey','keys','cannot\x20have\x20*\x20outside\x20of\x20group','#005B8C','body','VariableProvider','articleString','#8C979C','RAL_7046','#E2A300','values','RAL_6036',')\x20rotate(0)','Shelf','AD\x20article\x20height','COMPARISONTYPE','RAL_6021','#76689A','\x20L\x20','hasOwnProperty','RAL_3012','Carmine\x20red','#484947','Red\x20orange','isSections','fallback','UnaryExpression','every','anglgrtx','#D5654E','Red\x20violet','Brillant\x20blue','next','HORDEFTYPE','RAL_6007','Variable\x20','#9A9B9B','lineStyle','Traffic\x20purple','#979392','RAL_4010','RAL_7005','#ffffff','evaluateFunction','FunctionCall','useDescriptorMatches','TOPSHELF','tree','scanIdentifierOrFunction','center','Umbra\x20grey','anglGrtxs','Maize\x20yellow','RAL_1021','Flame\x20red','RAL_7001','RAL_7006','#972E25','\x20divider','RAL_7037','Honey\x20yellow','RAL_6003','Lemon\x20yellow','#FF2A1C','RAL_5010','MATERIAL','Section','fetchBulk','spreadMm','LINEAR_DIVISION','#C63F4A','#CA555D','RAL_1000','RAL_1012','toLowerCase','AD\x20article\x20depth','Surface','EOF','entries','#7F4031','\x20not\x20found,\x20queuing\x20fetch','WERT','Black\x20blue','#114232','#27292B','#E49E00','delete','apply','KMS','Pearl\x20orange','filter3','RAL_3009','STRING','RAL_1006','Jet\x20black','#024442','_3D','scan','Traffic\x20yellow','Part\x20Definition','RAL_1033','TextureLoader','sizerefmid','Red\x20lilac','toString','May\x20green','#7A888E','Sulfur\x20yellow','jsx','match','#A77F0F','Pastel\x20orange','Article\x20Visibility','charAt','Olive\x20green','RAL_6018','\x20not\x20found\x20in\x20database','independent','Light\x20ivory','Failed\x20to\x20parse\x20primary:\x20','RAL_3004','sizerefout2','RAL_2004','cumulativeX','positions'];a0_0x13f6=function(){return _0x376492;};return a0_0x13f6();}function ee(_0x5a14e9,_0x7927d1){const _0x3c2b4c=a0_0x5cebf2,{resolveVarRecursive:_0x3bc690}=F(),_0x246db7=_0x5a14e9[_0x3c2b4c(0x49e)][_0x3c2b4c(0x43b)](_0x199823=>_0x199823[_0x3c2b4c(0x246)]===_0x7927d1);if(!_0x246db7){console[_0x3c2b4c(0x24f)]('KMS\x20'+_0x7927d1+_0x3c2b4c(0x49d));return;}const _0x41e5af=_0x3bc690(_0x246db7?.[_0x3c2b4c(0x37c)]||''),_0x926114=_0x3bc690(_0x246db7?.[_0x3c2b4c(0x125)]||''),_0x1ea8ff=_0x3bc690(_0x246db7?.['SURF1']||''),_0x3649e6=Ft(_0x41e5af),_0x42cba4=Ve(_0x926114),_0x2d205c=Ve(_0x1ea8ff),_0x3320bb=Nt(_0x3649e6?.[_0x3c2b4c(0x14e)][_0x3c2b4c(0x23f)],_0x42cba4?.[_0x3c2b4c(0x14e)][_0x3c2b4c(0x23f)],_0x2d205c?.[_0x3c2b4c(0x14e)][_0x3c2b4c(0x23f)]);return{'name':_0x246db7?.[_0x3c2b4c(0x246)],'material':_0x3649e6,'surfaceTop':_0x42cba4,'surfaceBot':_0x2d205c,'render':_0x3320bb,'thk':(_0x3649e6?.['THK']||0x0)+(_0x42cba4?.['THK']||0x0)+(_0x2d205c?.[_0x3c2b4c(0x289)]||0x0)};}function Pt(_0x634d16,_0x59cac3){const _0x183d10=a0_0x5cebf2,_0x397505=_0x634d16['csides'][_0x183d10(0x43b)](_0x1de6db=>_0x1de6db[_0x183d10(0x246)]===_0x59cac3);return _0x397505?{'kms':ee(_0x634d16,_0x397505[_0x183d10(0x393)])}:void 0x0;}function Ot(_0xe72404,_0x1afa6a){const _0x2f6214=a0_0x5cebf2,_0xccf8f0=_0xe72404[_0x2f6214(0x1f7)]?.[_0x2f6214(0x43b)](_0x1d538c=>_0x1d538c[_0x2f6214(0x246)]===_0x1afa6a);if(!_0xccf8f0)return;const _0x4aa91e=_0xccf8f0[_0x2f6214(0x393)];return{'kms':ee(_0xe72404,_0x4aa91e||''),'inset':parseFloat(_0xccf8f0[_0x2f6214(0x11f)])};}function $t(_0x38d16b,_0x4db44c){const _0x4bfc70=a0_0x5cebf2,_0x39bf8c=_0x38d16b[_0x4bfc70(0x2d6)]['find'](_0x2869d4=>_0x2869d4[_0x4bfc70(0x486)]===_0x4db44c);if(!_0x39bf8c)return;const _0x183936=ee(_0x38d16b,_0x39bf8c[_0x4bfc70(0x41b)]||''),_0x102cea=ee(_0x38d16b,_0x39bf8c[_0x4bfc70(0x2f3)]||'');return{..._0x39bf8c,'kmsCpLeft':_0x183936,'kmsCpRight':_0x102cea};}function Bt(_0x89d1db,_0x2c423c){const _0x1f9fe2=a0_0x5cebf2,_0x5bd8c5=_0x89d1db['cabins'][_0x1f9fe2(0x43b)](_0x1a2f33=>_0x1a2f33[_0x1f9fe2(0x246)]===_0x2c423c);if(!_0x5bd8c5)return;const _0x2daa9c=_0x5bd8c5[_0x1f9fe2(0x393)];return{'kms':ee(_0x89d1db,_0x2daa9c||'')};}var C=(_0x3af7be=>(_0x3af7be[a0_0x5cebf2(0x1a0)]='S',_0x3af7be[a0_0x5cebf2(0x13e)]='D',_0x3af7be['Back']='B',_0x3af7be[a0_0x5cebf2(0x348)]='H',_0x3af7be))(C||{});function pe(_0x39b1d7){const _0xc26258=a0_0x5cebf2;return _0x39b1d7[_0xc26258(0xe6)]==='S'&&_0x39b1d7['props']!==void 0x0;}function ke(_0x1f7469){return _0x1f7469['type']==='H'&&_0x1f7469['props']!==void 0x0;}function J(_0x504f25,_0x27b021,_0x29a504){const _0x1840cd=a0_0x5cebf2;if(_0x27b021==='')return null;switch(_0x29a504){case C[_0x1840cd(0x1a0)]:{const _0xde3aba=Pt(_0x504f25,_0x27b021);return{'name':_0x27b021,'type':C[_0x1840cd(0x1a0)],'props':_0xde3aba,'thk':_0xde3aba?.[_0x1840cd(0x2f7)]?.[_0x1840cd(0x274)]||0x0};}case C[_0x1840cd(0x409)]:{const _0x44fc27=Ot(_0x504f25,_0x27b021);return{'name':_0x27b021,'type':C[_0x1840cd(0x409)],'props':_0x44fc27,'thk':_0x44fc27?.[_0x1840cd(0x2f7)]?.[_0x1840cd(0x274)]||0x0};}case C['Door']:{const _0x4c3923=$t(_0x504f25,_0x27b021);return{'name':_0x27b021,'type':C[_0x1840cd(0x13e)],'props':_0x4c3923,'thk':_0x4c3923?.[_0x1840cd(0x323)]?.['thk']||0x0};}case C[_0x1840cd(0x348)]:{const _0x2bcc01=Bt(_0x504f25,_0x27b021);return{'name':_0x27b021,'type':C[_0x1840cd(0x348)],'props':_0x2bcc01,'thk':_0x2bcc01?.['kms']?.[_0x1840cd(0x274)]||0x0};}default:return null;}}function re(_0x154617,_0x4c4e7c){const _0x368ad5=a0_0x5cebf2,_0x167b37=X(),{anglZones:_0x32a559}=_0x167b37[_0x368ad5(0xd4)](_0x154617),_0xd78268=_0x32a559['find'](_0x32a737=>_0x32a737['TREEID']===_0x4c4e7c),_0x997454=_0x32a559[_0x368ad5(0x321)](_0x169f08=>_0x169f08[_0x368ad5(0x430)]['substring'](0x0,_0x169f08[_0x368ad5(0x430)]['lastIndexOf']('.'))===_0x4c4e7c);return _0x997454[_0x368ad5(0x45f)]((_0x414c44,_0x26ab21)=>_0x414c44[_0x368ad5(0x430)]['localeCompare'](_0x26ab21[_0x368ad5(0x430)],void 0x0,{'numeric':!0x0})),_0xd78268?{'currentZone':_0xd78268,'children':_0x997454,get 'topShelfCP'(){const _0x544812=_0x368ad5;return J(_0x167b37,_0xd78268['TOPSHELF'],C[_0x544812(0x348)]);},get 'bottomShelfCP'(){const _0x527f3d=_0x368ad5;return J(_0x167b37,_0xd78268?.[_0x527f3d(0x32d)],C[_0x527f3d(0x348)]);},get 'DividerCP'(){const _0x592462=_0x368ad5;return J(_0x167b37,_0xd78268?.[_0x592462(0x266)],C[_0x592462(0x348)]);},'zoneInfo'(){return Ct(_0x154617,_0x4c4e7c)?.['zoneInfo'];},'getThk'(_0x41ac79,_0x440b84,_0x1185b1){const _0x3c9145=_0x368ad5;return _0x1185b1===''?0x0:at(_0x154617,_0x41ac79,_0x440b84,Rt)?.[_0x3c9145(0x1b2)]??J(_0x167b37,_0x1185b1,C[_0x3c9145(0x348)])?.[_0x3c9145(0x274)]??0x0;},get 'topShelfThk'(){const _0x545eea=_0x368ad5;return this[_0x545eea(0x4a3)](_0x4c4e7c,oe[_0x545eea(0xf7)],_0xd78268[_0x545eea(0x369)]);},get 'bottomShelfThk'(){const _0x2503b8=_0x368ad5;return this[_0x2503b8(0x4a3)](_0x4c4e7c,oe['IAC_BOTTOMSHELFTHICKNESS'],_0xd78268['BOTSHELF']);},get 'dividerThk'(){const _0x53ac27=_0x368ad5;return this['getThk'](_0x4c4e7c,oe[_0x53ac27(0x9c)],_0xd78268['DIVIDER']);}}:null;}function se(_0x119e18,_0x1523a5){const _0x1d06a2=a0_0x5cebf2,_0xad4f72=X(),{resolveVarRecursive:_0xf8ea17}=F(),{anglElems:_0xd429a8}=_0xad4f72[_0x1d06a2(0xd4)](_0x119e18),_0x3a13bb=_0xd429a8[_0x1d06a2(0x43b)](_0x500b08=>_0x500b08[_0x1d06a2(0x430)]===_0x1523a5),_0xa928b8=Lt(_0x1523a5),_0x25d2c2=re(_0x119e18,_0xa928b8),_0x965eb2=at(_0x119e18,_0x1523a5,oe[_0x1d06a2(0x9c)],gt);let _0x108042;if(_0x3a13bb&&_0x3a13bb[_0x1d06a2(0x13d)]!=''&&(_0x108042=J(_0xad4f72,_0x3a13bb[_0x1d06a2(0x13d)],_0x3a13bb['PARTTYPE'])),!_0x3a13bb)return null;const _0xc29d7=_0x3a13bb['CPNAME']===''?0x0:_0x965eb2?.[_0x1d06a2(0x1b2)]??_0x108042?.['thk']??0x0,_0x415df6=_0x3a13bb[_0x1d06a2(0x13d)]===''?0x0:_0x3a13bb[_0x1d06a2(0x243)]!==''?ue(_0xf8ea17(_0x3a13bb[_0x1d06a2(0x243)])):Number(_0x3a13bb[_0x1d06a2(0x3d1)]),_0x518879=(typeof _0x415df6=='string'?0x0:_0x415df6)||0x0,_0x1aa62d=_0x25d2c2?.[_0x1d06a2(0x254)]||0x0,_0x303423=_0x25d2c2?.[_0x1d06a2(0x302)]||0x0,_0x182c1c={'start':Number(_0x3a13bb[_0x1d06a2(0xd8)])||0x0,'end':Number(_0x3a13bb['ENDOFFS'])||0x0,'top':Number(_0x3a13bb[_0x1d06a2(0x113)])||0x0,'bottom':Number(_0x3a13bb[_0x1d06a2(0x171)])||0x0},_0x493564={'start':_0x3a13bb[_0x1d06a2(0xec)],'end':_0x3a13bb[_0x1d06a2(0x214)],'top':_0x3a13bb[_0x1d06a2(0x3e6)],'bottom':_0x3a13bb[_0x1d06a2(0x10f)]},_0x2f7b54={'top':_0x493564[_0x1d06a2(0x15c)]==='S'?_0x1aa62d:0x0,'bottom':_0x493564[_0x1d06a2(0x3eb)]==='S'?_0x303423:0x0};return{'TREEID':_0x1523a5,'constPrinciple':_0x108042,'thk':_0xc29d7,'inset':_0x518879,'oversize':_0x182c1c,'trim':_0x493564,'elmTrimThk':_0x2f7b54};}var D=class extends Error{constructor(_0x160000){const _0x4ece6e=a0_0x5cebf2;super('Evaluation\x20Error:\x20'+_0x160000),this[_0x4ece6e(0x486)]=_0x4ece6e(0x418);}},Vt=class ct{[a0_0x5cebf2(0x3c6)]=new Map();[a0_0x5cebf2(0x2f1)]='';[a0_0x5cebf2(0x170)]=[];[a0_0x5cebf2(0x1ac)]=0x0;[a0_0x5cebf2(0x10b)]=0x0;[a0_0x5cebf2(0x27c)]=[];[a0_0x5cebf2(0x26a)](_0x464938){const _0x2a64b1=a0_0x5cebf2;this[_0x2a64b1(0x27c)][_0x2a64b1(0x3e7)](_0x464938);}static ['MATHEMATICAL_FUNCTIONS']={'abs':'FUNCTION','acos':a0_0x5cebf2(0x32a),'asin':a0_0x5cebf2(0x32a),'atan':a0_0x5cebf2(0x32a),'bog2deg':'FUNCTION','cos':a0_0x5cebf2(0x32a),'deg2bog':a0_0x5cebf2(0x32a),'in2mm':'FUNCTION','ln':'FUNCTION','log':a0_0x5cebf2(0x32a),'log10':a0_0x5cebf2(0x32a),'max':a0_0x5cebf2(0x32a),'maxunder':a0_0x5cebf2(0x32a),'mm2in':'FUNCTION','nextto':a0_0x5cebf2(0x32a),'pi':a0_0x5cebf2(0x32a),'pow':a0_0x5cebf2(0x32a),'round':a0_0x5cebf2(0x32a),'sin':a0_0x5cebf2(0x32a),'sqr':a0_0x5cebf2(0x32a),'tab':a0_0x5cebf2(0x32a),'tan':a0_0x5cebf2(0x32a)};['scan'](_0x54f6f6){const _0x11cffc=a0_0x5cebf2;if(this[_0x11cffc(0x3c6)][_0x11cffc(0x151)](_0x54f6f6)){const _0xa26689=this[_0x11cffc(0x3c6)]['get'](_0x54f6f6);return this[_0x11cffc(0x3c6)][_0x11cffc(0x391)](_0x54f6f6),this[_0x11cffc(0x3c6)]['set'](_0x54f6f6,_0xa26689),_0xa26689;}try{this[_0x11cffc(0x2f1)]=_0x54f6f6;const _0x591879=this[_0x11cffc(0x1b1)]();if(this[_0x11cffc(0x3c6)][_0x11cffc(0x156)](this[_0x11cffc(0x2f1)],_0x591879),this['cache'][_0x11cffc(0x2e7)]>0x3){const _0xc9757a=this[_0x11cffc(0x3c6)][_0x11cffc(0x33c)]()[_0x11cffc(0x35b)]()[_0x11cffc(0x31f)];this[_0x11cffc(0x3c6)][_0x11cffc(0x391)](_0xc9757a);}return _0x591879;}catch(_0x340b48){throw console[_0x11cffc(0x13a)](_0x340b48),new Error(_0x340b48 instanceof Error?_0x340b48[_0x11cffc(0x290)]:String(_0x340b48));}}[a0_0x5cebf2(0x1b1)](){const _0x12f868=a0_0x5cebf2;this[_0x12f868(0x306)]();try{if(this['source']['includes']('<')||this[_0x12f868(0x2f1)][_0x12f868(0x119)]('>'))throw new Error(_0x12f868(0x3de));if(this[_0x12f868(0x2f1)]['length']===0x0)throw new Error(_0x12f868(0x338));for(this[_0x12f868(0x1ac)]=0x0,this[_0x12f868(0x10b)]=0x0,this[_0x12f868(0x170)]=[],this[_0x12f868(0x1ac)]===0x0&&this[_0x12f868(0x445)](_0x12f868(0x1b3),'<');!this[_0x12f868(0x3ce)]();){this[_0x12f868(0x1ac)]=this[_0x12f868(0x10b)];const _0x149f76=this[_0x12f868(0x273)]();switch(_0x149f76){case':':this[_0x12f868(0x445)](_0x12f868(0x1c8),'>'),this[_0x12f868(0x445)]('LEFT_ANGLE_BRACKET','<'),this['advance']();break;case'\x20':case'\x0d':case'\x09':case'\x0a':this[_0x12f868(0x22c)]();break;case'0':case'1':case'2':case'3':case'4':case'5':case'6':case'7':case'8':case'9':case'.':this[_0x12f868(0xc6)]();break;case'$':this[_0x12f868(0x469)]();break;case'+':case'-':case'*':case'/':this[_0x12f868(0x445)](_0x12f868(0x4a5),_0x149f76),this[_0x12f868(0x22c)]();break;case'(':this[_0x12f868(0x445)](_0x12f868(0x231),'('),this[_0x12f868(0x22c)]();break;case')':this[_0x12f868(0x445)](_0x12f868(0x133),')'),this[_0x12f868(0x22c)]();break;case'{':this['current']!=0x0&&this[_0x12f868(0x170)][this[_0x12f868(0x170)]['length']-0x1][_0x12f868(0xe6)]!=_0x12f868(0x4a5)&&this['addToken'](_0x12f868(0x4a5),'*'),this[_0x12f868(0x445)](_0x12f868(0xa9),'{'),this[_0x12f868(0x445)](_0x12f868(0x1b3),'<'),this[_0x12f868(0x22c)]();break;case'}':this[_0x12f868(0x445)](_0x12f868(0x1c8),'>'),this[_0x12f868(0x445)]('BRACE_CLOSE','}'),this['advance']();break;case'[':this[_0x12f868(0x445)](_0x12f868(0x4a5),'~'),this[_0x12f868(0x445)](_0x12f868(0x124),'['),this['advance']();break;case']':this['addToken'](_0x12f868(0x238),']'),this['advance']();break;case'm':this[_0x12f868(0x3fa)]()==='m'?this[_0x12f868(0x2e2)]():this[_0x12f868(0x36b)]();break;default:this[_0x12f868(0x264)](_0x149f76)?this[_0x12f868(0x36b)]():this[_0x12f868(0x26a)](_0x12f868(0xb4)+_0x149f76+_0x12f868(0xe4)+this[_0x12f868(0x10b)]);}}if(this[_0x12f868(0x445)]('RIGHT_ANGLE_BRACKET','>'),this[_0x12f868(0x445)](_0x12f868(0x388),''),this[_0x12f868(0x27c)][_0x12f868(0x262)]>0x0)throw new Error(this['errors'][_0x12f868(0x467)](',\x0a'));return this[_0x12f868(0x170)];}catch(_0x4316fc){throw new Error(_0x4316fc instanceof Error?_0x4316fc[_0x12f868(0x290)]:String(_0x4316fc));}}[a0_0x5cebf2(0x3ce)](){const _0x30fa06=a0_0x5cebf2;return this[_0x30fa06(0x10b)]>=this['source']['length'];}[a0_0x5cebf2(0x22c)](){return this['source']['charAt'](this['current']++);}[a0_0x5cebf2(0x273)](){const _0x342cdf=a0_0x5cebf2;return this[_0x342cdf(0x3ce)]()?'\x00':this[_0x342cdf(0x2f1)]['charAt'](this[_0x342cdf(0x10b)]);}[a0_0x5cebf2(0x3fa)](){const _0x3d0274=a0_0x5cebf2;return this[_0x3d0274(0x10b)]+0x1>=this[_0x3d0274(0x2f1)][_0x3d0274(0x262)]?'\x00':this[_0x3d0274(0x2f1)][_0x3d0274(0x3ac)](this[_0x3d0274(0x10b)]+0x1);}['addToken'](_0x58d9d1,_0x61a795){const _0x185706=a0_0x5cebf2;this['tokens']['push']({'type':_0x58d9d1,'lexeme':_0x61a795||(_0x58d9d1?this[_0x185706(0x2f1)]['substring'](this[_0x185706(0x1ac)],this['current']):''),'position':this[_0x185706(0x1ac)]});}[a0_0x5cebf2(0x161)](_0x4a8b19){const _0x226fcf=a0_0x5cebf2;return/^[0-9]$/[_0x226fcf(0x1cc)](_0x4a8b19);}[a0_0x5cebf2(0x264)](_0x10d346){const _0x3f510d=a0_0x5cebf2;return/^[a-zA-Z]$/[_0x3f510d(0x1cc)](_0x10d346);}[a0_0x5cebf2(0xc6)](){const _0x2b9a12=a0_0x5cebf2;for(;this[_0x2b9a12(0x161)](this['peek']());)this['advance']();if(this[_0x2b9a12(0x273)]()==='.'){for(this['advance'](),this[_0x2b9a12(0x161)](this[_0x2b9a12(0x273)]())||this[_0x2b9a12(0x26a)](_0x2b9a12(0x174)+this['current']);this[_0x2b9a12(0x161)](this[_0x2b9a12(0x273)]());)this[_0x2b9a12(0x22c)]();}this['addToken'](_0x2b9a12(0x2fd));}[a0_0x5cebf2(0x469)](){const _0x4de7f3=a0_0x5cebf2;for(this[_0x4de7f3(0x22c)]();/[a-zA-Z0-9_]/['test'](this['peek']());)this[_0x4de7f3(0x22c)]();const _0x13a885=this[_0x4de7f3(0x2f1)]['substring'](this[_0x4de7f3(0x1ac)]+0x1,this[_0x4de7f3(0x10b)]);if(_0x13a885[_0x4de7f3(0x328)]('mm')){const _0x221b8f=_0x13a885[_0x4de7f3(0x29d)](0x0,_0x13a885[_0x4de7f3(0x262)]-0x2);_0x221b8f&&_0x221b8f['length']>0x0?(this[_0x4de7f3(0x445)](_0x4de7f3(0x275),_0x221b8f),this['addToken']('UNIT','mm')):this[_0x4de7f3(0x26a)](_0x4de7f3(0x2de));}else this[_0x4de7f3(0x445)](_0x4de7f3(0x275),_0x13a885);}[a0_0x5cebf2(0x2e2)](){const _0x4da692=a0_0x5cebf2;this[_0x4da692(0x22c)](),this[_0x4da692(0x22c)](),this['addToken'](_0x4da692(0xb9),'mm');}[a0_0x5cebf2(0x36b)](){const _0x45e832=a0_0x5cebf2,_0xf5b09d=['X','Y','n'];for(;this[_0x45e832(0x264)](this[_0x45e832(0x273)]());)this[_0x45e832(0x22c)]();const _0x36b2bf=this[_0x45e832(0x2f1)]['substring'](this[_0x45e832(0x1ac)],this[_0x45e832(0x10b)]),_0x509fc1=ct[_0x45e832(0x406)][_0x36b2bf['toLocaleLowerCase']()];_0x509fc1!=null?this['addToken'](_0x509fc1,_0x36b2bf):_0xf5b09d[_0x45e832(0x119)](_0x36b2bf)?this[_0x45e832(0x445)](_0x45e832(0x305),_0x36b2bf):this[_0x45e832(0x26a)](_0x45e832(0x237)+_0x36b2bf+_0x45e832(0xe4)+this[_0x45e832(0x10b)]);}[a0_0x5cebf2(0x306)](){const _0x1ead8c=a0_0x5cebf2;this['tokens']=[],this['start']=0x0,this[_0x1ead8c(0x10b)]=0x0,this['errors']=[];}},jt=class{[a0_0x5cebf2(0x3c6)]=new Map();['tokens']=[];[a0_0x5cebf2(0x10b)]=0x0;[a0_0x5cebf2(0x2d4)](_0x4ebcf9){const _0x2cb3bc=a0_0x5cebf2;if(this[_0x2cb3bc(0x3c6)]['has'](_0x4ebcf9)){const _0x781fa7=this['cache'][_0x2cb3bc(0x423)](_0x4ebcf9);return this['cache'][_0x2cb3bc(0x391)](_0x4ebcf9),this['cache'][_0x2cb3bc(0x156)](_0x4ebcf9,_0x781fa7),_0x781fa7;}try{this[_0x2cb3bc(0x170)]=_0x4ebcf9;const _0x1f8c0c=this[_0x2cb3bc(0x408)](_0x4ebcf9);if(this[_0x2cb3bc(0x3c6)][_0x2cb3bc(0x156)](_0x4ebcf9,_0x1f8c0c),this[_0x2cb3bc(0x3c6)][_0x2cb3bc(0x2e7)]>0x3){const _0x5aa02a=this['cache'][_0x2cb3bc(0x33c)]()['next']()[_0x2cb3bc(0x31f)];this[_0x2cb3bc(0x3c6)]['delete'](_0x5aa02a);}return _0x1f8c0c;}catch(_0x2adda6){throw new Error(_0x2adda6 instanceof Error?_0x2adda6[_0x2cb3bc(0x290)]:String(_0x2adda6));}}[a0_0x5cebf2(0x408)](_0x576cd2){const _0x46f477=a0_0x5cebf2;if(this[_0x46f477(0x1a5)](),this['tokens']['length']===0x0)throw new Error(_0x46f477(0x2dc));try{return this[_0x46f477(0x21a)]();}catch(_0x67eaab){throw new Error(_0x67eaab instanceof Error?_0x67eaab[_0x46f477(0x290)]:String(_0x67eaab));}}['resetCurrent']=()=>{const _0xc1bb0c=a0_0x5cebf2;this[_0xc1bb0c(0x10b)]=0x0;};[a0_0x5cebf2(0x17d)](){const _0x3649c5=a0_0x5cebf2;if(this[_0x3649c5(0x3ce)]())return!0x1;const _0x1bfb20=this[_0x3649c5(0x273)]();return _0x1bfb20[_0x3649c5(0xe6)]===_0x3649c5(0xb9)&&_0x1bfb20['lexeme']==='mm';}[a0_0x5cebf2(0x4a6)](){return this['checkMillimeterSuffix']()?(this['advance'](),!0x0):!0x1;}['sections'](){const _0x33deae=a0_0x5cebf2,_0x1f0674=[];if(!this['check'](_0x33deae(0x1b3)))return this[_0x33deae(0x21a)]();for(;this[_0x33deae(0x1bc)](_0x33deae(0x1b3));){this['advance']();let _0x457995=this['expression']();this[_0x33deae(0x15d)]('RIGHT_ANGLE_BRACKET','Expected\x20\x27>\x27\x20after\x20section\x20expression.'),_0x1f0674['push']({'type':'Section','nodes':_0x457995,'hasMillimeterSuffix':this[_0x33deae(0x4a6)]()});}if(_0x1f0674[_0x33deae(0x262)]===0x1){const _0x436f93=_0x1f0674[0x0];return _0x436f93['type']==='Section'&&_0x436f93[_0x33deae(0x1fd)][_0x33deae(0xe6)]==='Section'?_0x436f93['nodes']:_0x436f93;}return{'type':_0x33deae(0x241),'sections':_0x1f0674};}[a0_0x5cebf2(0x21a)](){const _0x42b440=a0_0x5cebf2;try{let _0x2c9385=this[_0x42b440(0x158)]();for(;!this[_0x42b440(0x3ce)]()&&this[_0x42b440(0x1bc)](_0x42b440(0x4a5))&&['+','-'][_0x42b440(0x119)](this[_0x42b440(0x273)]()[_0x42b440(0x20e)]);){this['advance']();const _0x1176a1=this['previous']()[_0x42b440(0x20e)],_0x1c10ea=this['term']();_0x2c9385={'type':'BinaryExpression','left':_0x2c9385,'operator':_0x1176a1,'right':_0x1c10ea};}return _0x2c9385;}catch(_0xd15c50){throw new Error('Failed\x20to\x20parse\x20expression:\x20'+_0xd15c50[_0x42b440(0x290)]);}}[a0_0x5cebf2(0x158)](){const _0x4344d4=a0_0x5cebf2;try{let _0x4f6bc8=this[_0x4344d4(0x496)]();for(;!this[_0x4344d4(0x3ce)]()&&this[_0x4344d4(0x1bc)](_0x4344d4(0x4a5))&&['*','/','~'][_0x4344d4(0x119)](this[_0x4344d4(0x273)]()[_0x4344d4(0x20e)]);){this[_0x4344d4(0x22c)]();const _0x42eea2=this[_0x4344d4(0x427)]()[_0x4344d4(0x20e)],_0x40f8b0=this[_0x4344d4(0x496)]();if(_0x40f8b0['type']===_0x4344d4(0x249)&&_0x40f8b0[_0x4344d4(0x486)]==='n')throw new Error(_0x4344d4(0xff));_0x4f6bc8={'type':_0x4344d4(0x180),'left':_0x4f6bc8,'operator':_0x42eea2,'right':_0x40f8b0};}return _0x4f6bc8;}catch(_0xc0c352){throw new Error(_0x4344d4(0x12d)+_0xc0c352[_0x4344d4(0x290)]);}}[a0_0x5cebf2(0x496)](){const _0x506ff4=a0_0x5cebf2;try{if(this[_0x506ff4(0x1bc)](_0x506ff4(0x4a5))&&['-','+'][_0x506ff4(0x119)](this[_0x506ff4(0x273)]()[_0x506ff4(0x20e)])){this[_0x506ff4(0x22c)]();const _0x5150f6=this[_0x506ff4(0x427)]()[_0x506ff4(0x20e)],_0x44bc9f=this[_0x506ff4(0x496)]();return{'type':'UnaryExpression','operator':_0x5150f6,'right':_0x44bc9f};}return this[_0x506ff4(0x10a)]();}catch(_0x5d8705){throw new Error(_0x506ff4(0xe3)+_0x5d8705[_0x506ff4(0x290)]);}}[a0_0x5cebf2(0x10a)](){const _0x4b3eaa=a0_0x5cebf2;try{if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x2fd)))return this[_0x4b3eaa(0x22c)](),{'type':_0x4b3eaa(0x1c5),'value':parseFloat(this[_0x4b3eaa(0x427)]()[_0x4b3eaa(0x20e)]),'hasMillimeterSuffix':this['consumeMillimeterSuffix']()};if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x275)))return this[_0x4b3eaa(0x22c)](),{'type':_0x4b3eaa(0x26b),'name':this[_0x4b3eaa(0x427)]()['lexeme'],'hasMillimeterSuffix':this[_0x4b3eaa(0x4a6)]()};if(this['check']('SPECIAL_VARIABLE'))return this[_0x4b3eaa(0x22c)](),{'type':'SpecialVariable','name':this[_0x4b3eaa(0x427)]()['lexeme'],'hasMillimeterSuffix':this[_0x4b3eaa(0x427)]()[_0x4b3eaa(0x20e)]==='n'};if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x32a))){this[_0x4b3eaa(0x22c)]();const _0x3c0819=this[_0x4b3eaa(0x427)]()[_0x4b3eaa(0x20e)];this[_0x4b3eaa(0x15d)](_0x4b3eaa(0x231),_0x4b3eaa(0x1bf)+_0x3c0819+'\x27.');const _0x20d318=this[_0x4b3eaa(0x21a)]();return this[_0x4b3eaa(0x15d)](_0x4b3eaa(0x133),'Expected\x20\x27)\x27\x20after\x20function\x20arguments.'),{'type':'FunctionCall','name':_0x3c0819,'arg':_0x20d318,'hasMillimeterSuffix':this[_0x4b3eaa(0x4a6)]()};}if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x231))){this[_0x4b3eaa(0x22c)]();const _0x149861=this[_0x4b3eaa(0x21a)]();if(!_0x149861)throw new Error(_0x4b3eaa(0x282));return this[_0x4b3eaa(0x15d)](_0x4b3eaa(0x133),_0x4b3eaa(0x25a)),{'type':'Grouping','expression':_0x149861,'hasMillimeterSuffix':this[_0x4b3eaa(0x4a6)]()};}if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x133)))throw new Error('Unexpected\x20\x27)\x27\x20without\x20a\x20matching\x20\x27(\x27.');if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0xa9))){this['advance']();let _0x5bf23d=this[_0x4b3eaa(0x14a)]();return this[_0x4b3eaa(0x15d)](_0x4b3eaa(0x315),_0x4b3eaa(0x335)),_0x5bf23d[_0x4b3eaa(0xe6)]==='Section'&&_0x5bf23d[_0x4b3eaa(0x1fd)][_0x4b3eaa(0xe6)]==='Section'&&(_0x5bf23d=_0x5bf23d[_0x4b3eaa(0x1fd)]),{'type':'Repeated','toRepeat':_0x5bf23d,'hasMillimeterSuffix':this['consumeMillimeterSuffix']()};}if(this[_0x4b3eaa(0x1bc)](_0x4b3eaa(0x1b3)))return this[_0x4b3eaa(0x14a)]();throw new Error(_0x4b3eaa(0x43c)+this[_0x4b3eaa(0x273)]()[_0x4b3eaa(0x20e)]);}catch(_0x2ad39d){throw new Error(_0x4b3eaa(0x3b2)+_0x2ad39d[_0x4b3eaa(0x290)]);}}['check'](_0xe4aa8a){const _0xa7bba1=a0_0x5cebf2;return this[_0xa7bba1(0x3ce)]()?!0x1:this['peek']()[_0xa7bba1(0xe6)]===_0xe4aa8a;}['advance'](){const _0x3b36a4=a0_0x5cebf2;return this[_0x3b36a4(0x3ce)]()||this['current']++,this[_0x3b36a4(0x427)]();}[a0_0x5cebf2(0x15d)](_0x461813,_0x47da50){const _0x1b208f=a0_0x5cebf2;if(this[_0x1b208f(0x1bc)](_0x461813))return this[_0x1b208f(0x22c)]();throw new Error(_0x47da50);}[a0_0x5cebf2(0x3ce)](){const _0x67a114=a0_0x5cebf2;return this[_0x67a114(0x10b)]>=this[_0x67a114(0x170)][_0x67a114(0x262)];}[a0_0x5cebf2(0x273)](){const _0x50ee1b=a0_0x5cebf2;return this['tokens'][this[_0x50ee1b(0x10b)]];}[a0_0x5cebf2(0x427)](){const _0x480c88=a0_0x5cebf2;return this[_0x480c88(0x170)][this['current']-0x1];}},je=_0x3db3fb=>_0x3db3fb['type']===a0_0x5cebf2(0x249)&&_0x3db3fb['name']==='n';function zt(_0x212331,_0x1b5a08){const _0x19d65c=a0_0x5cebf2;if(_0x212331['right'][_0x19d65c(0xe6)]===_0x19d65c(0x249)&&_0x212331[_0x19d65c(0x245)]['name']==='n')return new D(_0x19d65c(0x2eb));const _0x57a525=je(_0x212331['left'])?_0x212331[_0x19d65c(0x2f0)]:this[_0x19d65c(0x8e)](_0x212331[_0x19d65c(0x2f0)]),_0x4968bf=je(_0x212331[_0x19d65c(0x245)])?_0x212331['right']:this[_0x19d65c(0x8e)](_0x212331['right']);if(_0x57a525 instanceof D)return _0x57a525;if(_0x4968bf instanceof D)return _0x4968bf;const _0x242dcc=_0x57a525['type']===_0x19d65c(0x1c5)&&_0x4968bf[_0x19d65c(0xe6)]===_0x19d65c(0x1c5),_0x2a2667=_0x242dcc?_0x57a525[_0x19d65c(0x11c)]===_0x4968bf[_0x19d65c(0x11c)]:!0x1,_0x209614=_0x2002bd=>_0x2002bd[_0x19d65c(0xe6)]==='Repeated';switch(_0x212331[_0x19d65c(0x30e)]){case'+':return _0x242dcc&&_0x2a2667&&_0x1b5a08?.[_0x19d65c(0x11a)]==!0x1?{'type':_0x19d65c(0x1c5),'value':_0x57a525[_0x19d65c(0x31f)]+_0x4968bf[_0x19d65c(0x31f)],'hasMillimeterSuffix':_0x57a525[_0x19d65c(0x11c)]===!0x0||_0x4968bf['hasMillimeterSuffix']===!0x0,'spreadMm':_0x57a525['spreadMm']||_0x4968bf[_0x19d65c(0x37f)]}:_0x242dcc&&_0x1b5a08?.[_0x19d65c(0x11a)]==!0x0?{'type':_0x19d65c(0x1c5),'value':_0x57a525['value']+_0x4968bf['value'],'spreadMm':_0x57a525[_0x19d65c(0x11c)]||_0x4968bf[_0x19d65c(0x11c)]}:{'type':_0x19d65c(0x180),'operator':'+','left':_0x57a525,'right':_0x4968bf};case'*':return _0x242dcc&&_0x1b5a08?.[_0x19d65c(0x11a)]==!0x0?{'type':_0x19d65c(0x1c5),'value':_0x57a525['value']*_0x4968bf[_0x19d65c(0x31f)],'hasMillimeterSuffix':_0x57a525[_0x19d65c(0x11c)]===!0x0||_0x4968bf[_0x19d65c(0x11c)]===!0x0,'spreadMm':_0x57a525[_0x19d65c(0x37f)]||_0x4968bf['spreadMm']}:_0x209614(_0x4968bf)&&_0x57a525[_0x19d65c(0xe6)]===_0x19d65c(0x1c5)?{'type':_0x19d65c(0x2e1),'toRepeat':_0x4968bf[_0x19d65c(0x1bd)],'times':Math['round'](_0x57a525['value']),'hasMillimeterSuffix':_0x4968bf['type']==='NumberLiteral'&&_0x4968bf[_0x19d65c(0x11c)]||!0x1}:_0x1b5a08?.[_0x19d65c(0x11a)]==!0x1&&_0x57a525[_0x19d65c(0xe6)]!=='SpecialVariable'&&_0x57a525[_0x19d65c(0x486)]!=='n'?new D(_0x19d65c(0x33d)):_0x57a525['type']===_0x19d65c(0x249)?{'type':'BinaryExpression','operator':'*','left':_0x57a525,'right':{'type':'NumberLiteral','value':_0x4968bf['value'],'hasMillimeterSuffix':!0x0}}:{'type':_0x19d65c(0x180),'operator':'*','left':_0x57a525,'right':_0x4968bf,'hasMillimeterSuffix':_0x57a525['hasMillimeterSuffix']||_0x4968bf[_0x19d65c(0x11c)]};case'/':if(_0x242dcc&&_0x1b5a08?.['isInsideGroup']==!0x0)return{'type':_0x19d65c(0x1c5),'value':_0x57a525['value']/_0x4968bf[_0x19d65c(0x31f)],'hasMillimeterSuffix':_0x57a525['hasMillimeterSuffix']===!0x0||_0x4968bf[_0x19d65c(0x11c)]===!0x0};if(_0x1b5a08?.[_0x19d65c(0x11a)]==!0x1)return new D(_0x19d65c(0x30f));case'-':return _0x242dcc&&_0x2a2667&&_0x1b5a08?.[_0x19d65c(0x11a)]==!0x1?{'type':_0x19d65c(0x1c5),'value':_0x57a525[_0x19d65c(0x31f)]-_0x4968bf[_0x19d65c(0x31f)],'hasMillimeterSuffix':_0x57a525[_0x19d65c(0x11c)]===!0x0||_0x4968bf[_0x19d65c(0x11c)]===!0x0,'spreadMm':_0x57a525['spreadMm']||_0x4968bf[_0x19d65c(0x37f)]}:_0x242dcc&&_0x1b5a08?.[_0x19d65c(0x11a)]==!0x0?{'type':_0x19d65c(0x1c5),'value':_0x57a525[_0x19d65c(0x31f)]-_0x4968bf[_0x19d65c(0x31f)],'spreadMm':_0x57a525[_0x19d65c(0x11c)]||_0x4968bf['hasMillimeterSuffix']}:{'type':'BinaryExpression','operator':'-','left':_0x57a525,'right':_0x4968bf};default:throw new D(_0x19d65c(0x1f2));}}function Gt(_0x50d446,_0x99eef8){const _0x55c5da=a0_0x5cebf2,_0x1c582e=this[_0x55c5da(0x8e)](_0x50d446[_0x55c5da(0x242)]);if(_0x1c582e instanceof D)throw new D('Error\x20in\x20function\x20arguments');switch(_0x50d446[_0x55c5da(0x486)][_0x55c5da(0x385)]()){case _0x55c5da(0x17c):return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0x17c)](_0x1c582e['value']),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case'acos':return{'type':_0x55c5da(0x1c5),'value':Math['acos'](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.['isInsideGroup']===!0x1};case _0x55c5da(0xc7):return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0xc7)](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e['hasMillimeterSuffix'],'spreadMm':_0x99eef8?.['isInsideGroup']===!0x1};case _0x55c5da(0x3ca):return{'type':'NumberLiteral','value':Math[_0x55c5da(0x3ca)](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case'cos':return{'type':'NumberLiteral','value':Math['cos'](_0x1c582e['value']),'hasMillimeterSuffix':_0x1c582e['hasMillimeterSuffix'],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case'sin':return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0x239)](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.['isInsideGroup']===!0x1};case'tan':return{'type':'NumberLiteral','value':Math[_0x55c5da(0x2e8)](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.['isInsideGroup']===!0x1};case _0x55c5da(0x327):return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0x327)](_0x1c582e['value']),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.['isInsideGroup']===!0x1};case'bog2deg':return{'type':_0x55c5da(0x1c5),'value':_0x1c582e[_0x55c5da(0x31f)]*(0xb4/Math['PI']),'hasMillimeterSuffix':_0x1c582e['hasMillimeterSuffix'],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case _0x55c5da(0x1d3):return{'type':_0x55c5da(0x1c5),'value':_0x1c582e['value']*(Math['PI']/0xb4),'hasMillimeterSuffix':_0x1c582e['hasMillimeterSuffix'],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case _0x55c5da(0x1d7):return{'type':'NumberLiteral','value':_0x1c582e[_0x55c5da(0x31f)]*25.4,'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case'mm2in':return{'type':_0x55c5da(0x1c5),'value':_0x1c582e[_0x55c5da(0x31f)]/25.4,'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case'ln':return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0x2bf)](_0x1c582e[_0x55c5da(0x31f)]),'hasMillimeterSuffix':_0x1c582e[_0x55c5da(0x11c)],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};case _0x55c5da(0x27d):return{'type':_0x55c5da(0x1c5),'value':Math[_0x55c5da(0x27d)](_0x1c582e['value']),'hasMillimeterSuffix':_0x1c582e['hasMillimeterSuffix'],'spreadMm':_0x99eef8?.[_0x55c5da(0x11a)]===!0x1};default:throw new D(_0x55c5da(0x255));}}function Ut(_0x13ff64){const _0x1b6798=a0_0x5cebf2;if(!this['variables']||!(_0x13ff64[_0x1b6798(0x486)]in this[_0x1b6798(0x296)]))throw new D(_0x1b6798(0x35e)+_0x13ff64['name']+'\x20is\x20not\x20defined.');return{'type':'NumberLiteral','value':this[_0x1b6798(0x296)][_0x13ff64[_0x1b6798(0x486)]],'hasMillimeterSuffix':_0x13ff64[_0x1b6798(0x11c)]};}var Ht=class{['nestingLevel']=0x0;[a0_0x5cebf2(0x296)]={};constructor(){const _0x3c84a8=a0_0x5cebf2;this[_0x3c84a8(0xda)]=zt[_0x3c84a8(0x442)](this),this[_0x3c84a8(0x366)]=Gt[_0x3c84a8(0x442)](this),this['evaluateVariable']=Ut[_0x3c84a8(0x442)](this);}[a0_0x5cebf2(0x8e)](_0x2f630b,_0x263931={'isInsideGroup':!0x1},_0x30617b){const _0x349a0b=a0_0x5cebf2;this[_0x349a0b(0x457)]++;try{if(_0x30617b&&(this[_0x349a0b(0x296)]=_0x30617b),this[_0x349a0b(0x353)](_0x2f630b))return this[_0x349a0b(0x1db)](_0x2f630b,_0x263931);if(this[_0x349a0b(0x193)](_0x2f630b)){const _0x2b8c4c=this[_0x349a0b(0x8e)](_0x2f630b['nodes'],_0x263931);return _0x2b8c4c instanceof D?new D(_0x349a0b(0x4a0)+JSON[_0x349a0b(0x303)](_0x2f630b)):{..._0x2f630b,'nodes':_0x2b8c4c};}if(this[_0x349a0b(0x160)](_0x2f630b)){if(_0x263931[_0x349a0b(0x11a)]){if(_0x2f630b['hasMillimeterSuffix'])return{..._0x2f630b,'spreadMm':!0x0};}else return _0x2f630b;}if(this[_0x349a0b(0x2a2)](_0x2f630b)){_0x263931={..._0x263931,'isInsideGroup':!0x0};const _0x39ddbf=this['evaluate'](_0x2f630b[_0x349a0b(0x21a)],_0x263931);return _0x39ddbf instanceof D?_0x39ddbf:{..._0x39ddbf,'hasMillimeterSuffix':_0x2f630b['hasMillimeterSuffix']};}if(this['isRepeated'](_0x2f630b)){const _0x11b69b=this['evaluate'](_0x2f630b['toRepeat']);return _0x11b69b instanceof D?_0x11b69b:{..._0x2f630b,'toRepeat':_0x11b69b};}if(this[_0x349a0b(0xed)](_0x2f630b))return this[_0x349a0b(0xda)](_0x2f630b,_0x263931);if(this[_0x349a0b(0x24c)](_0x2f630b))return{'type':_0x349a0b(0x1c5),'value':_0x2f630b[_0x349a0b(0x30e)]==='-'?-0x1*_0x2f630b[_0x349a0b(0x245)][_0x349a0b(0x31f)]:_0x2f630b[_0x349a0b(0x245)][_0x349a0b(0x31f)],'hasMillimeterSuffix':_0x2f630b['right'][_0x349a0b(0x11c)]};if(this[_0x349a0b(0x29c)](_0x2f630b))return this['evaluateFunction'](_0x2f630b,_0x263931);if(this[_0x349a0b(0x163)](_0x2f630b)){if(this[_0x349a0b(0x296)])return this[_0x349a0b(0x129)](_0x2f630b);throw new D('No\x20variables\x20defined.');}throw new D(_0x349a0b(0x29f)+_0x2f630b['type']);}catch(_0x2b4e00){throw new D(_0x2b4e00['message']);}finally{this[_0x349a0b(0x457)]--;}}['isUnaryExpression'](_0x3878ad){const _0x36fa9b=a0_0x5cebf2;return _0x3878ad[_0x36fa9b(0xe6)]===_0x36fa9b(0x355);}[a0_0x5cebf2(0x160)](_0x4a77d7){const _0x519478=a0_0x5cebf2;return _0x4a77d7['type']===_0x519478(0x1c5);}[a0_0x5cebf2(0x163)](_0x26db10){const _0x21499b=a0_0x5cebf2;return _0x26db10[_0x21499b(0xe6)]===_0x21499b(0x26b)||_0x26db10[_0x21499b(0xe6)]===_0x21499b(0x249);}[a0_0x5cebf2(0xed)](_0x217899){const _0xdfaf9d=a0_0x5cebf2;return _0x217899['type']===_0xdfaf9d(0x180);}[a0_0x5cebf2(0x29c)](_0x4fd54e){const _0x23efb4=a0_0x5cebf2;return _0x4fd54e[_0x23efb4(0xe6)]===_0x23efb4(0x367);}['isGrouping'](_0x55d2d5){const _0x67e986=a0_0x5cebf2;return _0x55d2d5[_0x67e986(0xe6)]===_0x67e986(0x194);}['isRepeated'](_0x5ad369){const _0x48cde4=a0_0x5cebf2;return _0x5ad369[_0x48cde4(0xe6)]==='Repeated';}[a0_0x5cebf2(0x353)](_0x380300){const _0x49f09d=a0_0x5cebf2;return _0x380300[_0x49f09d(0xe6)]===_0x49f09d(0x241);}[a0_0x5cebf2(0x193)](_0x42ccbe){const _0x2b044a=a0_0x5cebf2;return _0x42ccbe[_0x2b044a(0xe6)]===_0x2b044a(0x37d);}[a0_0x5cebf2(0x1db)](_0x2ddde5,_0x36a66f={'isInsideGroup':!0x1}){const _0x1758ec=a0_0x5cebf2;return{'type':_0x1758ec(0x241),'sections':_0x2ddde5[_0x1758ec(0x14a)][_0x1758ec(0x48b)](_0x1ef8bb=>{const _0x364cb2=_0x1758ec,_0x56f9c7=this[_0x364cb2(0x8e)](_0x1ef8bb[_0x364cb2(0x1fd)]);if(_0x56f9c7 instanceof D)throw _0x56f9c7;return{'type':_0x364cb2(0x37d),'nodes':_0x56f9c7};})};}[a0_0x5cebf2(0xda)];['evaluateFunction'];['evaluateVariable'];};function z(_0x286273,_0x5d789d){const _0x47e412=a0_0x5cebf2;if(!_0x286273)throw new D(_0x47e412(0xde)+JSON[_0x47e412(0x303)](_0x286273));_0x5d789d(_0x286273),_0x286273[_0x47e412(0xe6)]==='Sections'&&Array[_0x47e412(0x3d0)](_0x286273[_0x47e412(0x14a)])?_0x286273[_0x47e412(0x14a)]['forEach'](_0x3149e9=>z(_0x3149e9,_0x5d789d)):_0x286273[_0x47e412(0xe6)]===_0x47e412(0x37d)&&_0x286273[_0x47e412(0x1fd)]?z(_0x286273[_0x47e412(0x1fd)],_0x5d789d):_0x286273[_0x47e412(0xe6)];}var Kt=class{[a0_0x5cebf2(0x2be)](_0x520d71,_0xa515c4,_0x5084ea,_0x508bfe,_0x4e2d88,_0x106985,_0x123419,_0x1fe4e6,_0x5e4f5e){const _0x581798=a0_0x5cebf2;let _0x1280d5=0x0;if(_0x123419==='M'){for(let _0x540f=0x1;_0x540f<_0x520d71[_0x581798(0x14a)][_0x581798(0x262)]-0x1;_0x540f++)_0x1280d5+=_0x508bfe;}if(_0x123419==='O'){for(let _0x1c5911=0x1;_0x1c5911<_0x520d71[_0x581798(0x14a)][_0x581798(0x262)]-0x1;_0x1c5911++)_0x1280d5+=_0x508bfe*0x2;}return _0x4e2d88==='M'&&(_0x1280d5+=_0xa515c4/0x2),_0x4e2d88==='O'&&(_0x1280d5+=_0xa515c4),_0x106985==='M'&&(_0x1280d5+=_0xa515c4/0x2),_0x106985==='O'&&(_0x1280d5+=_0xa515c4),_0x5e4f5e==='M'&&(_0x1280d5+=_0x5084ea/0x2),_0x5e4f5e==='O'&&(_0x1280d5+=_0x5084ea),_0x1fe4e6==='M'&&(_0x1280d5+=_0x5084ea/0x2),_0x1fe4e6==='O'&&(_0x1280d5+=_0x5084ea),_0x1280d5;}},Zt=class{[a0_0x5cebf2(0x3bb)](_0x4461e4,_0x5cbec3=0x1f4,_0xcf1c85=0x0,_0x1cc1ad){const _0x1ff6bc=a0_0x5cebf2;try{if(_0x4461e4 instanceof D)throw _0x4461e4;if(_0x4461e4[_0x1ff6bc(0xe6)]!==_0x1ff6bc(0x241)&&_0x4461e4[_0x1ff6bc(0xe6)]!=='Section')throw new D(_0x1ff6bc(0x27e)+JSON[_0x1ff6bc(0x303)](_0x4461e4));let _0x4f82b5={'type':'Sections','sections':[]};if(_0x4461e4[_0x1ff6bc(0xe6)]==='Sections'){for(const _0x1ac2d9 of _0x4461e4[_0x1ff6bc(0x14a)])if(_0x1ac2d9[_0x1ff6bc(0x1fd)]['type']===_0x1ff6bc(0x2e1)&&_0x1ac2d9['nodes'][_0x1ff6bc(0x2ad)]){for(let _0x914f4=0x0;_0x914f4<(_0x1ac2d9[_0x1ff6bc(0x1fd)]?.[_0x1ff6bc(0x2ad)]??0x0);_0x914f4++)if(_0x1ac2d9[_0x1ff6bc(0x1fd)][_0x1ff6bc(0x1bd)]['type']===_0x1ff6bc(0x37d))_0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3e7)](_0x1ac2d9[_0x1ff6bc(0x1fd)][_0x1ff6bc(0x1bd)]);else{if(_0x1ac2d9[_0x1ff6bc(0x1fd)]['toRepeat'][_0x1ff6bc(0xe6)]===_0x1ff6bc(0x241)){for(const _0x43b2b0 of _0x1ac2d9[_0x1ff6bc(0x1fd)][_0x1ff6bc(0x1bd)][_0x1ff6bc(0x14a)])_0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3e7)](_0x43b2b0);}}}else _0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3e7)](_0x1ac2d9);}else _0x4461e4['type']==='Section'&&_0x4f82b5[_0x1ff6bc(0x14a)]['push'](_0x4461e4);if(_0x1cc1ad){const _0x1bbf45=new Kt()[_0x1ff6bc(0x2be)](_0x4f82b5,_0x1cc1ad[_0x1ff6bc(0x464)],_0x1cc1ad[_0x1ff6bc(0x164)],_0xcf1c85,_0x1cc1ad['sizerefout1'],_0x1cc1ad['sizerefedg1'],_0x1cc1ad[_0x1ff6bc(0x3a1)],_0x1cc1ad[_0x1ff6bc(0x176)],_0x1cc1ad[_0x1ff6bc(0x3b4)]);}_0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3c0)](_0x2df97e=>{let _0x2855a0=!0x1;z(_0x2df97e,_0x236a80=>{const _0xbec62a=a0_0x25cd;_0x236a80['type']===_0xbec62a(0x1c5)?_0x236a80?.[_0xbec62a(0x37f)]===!0x0&&(_0x2855a0=!0x0):_0x236a80[_0xbec62a(0xe6)]===_0xbec62a(0x180)&&_0x236a80[_0xbec62a(0x2f0)]['type']===_0xbec62a(0x1c5)&&(_0x236a80[_0xbec62a(0x2f0)]?.[_0xbec62a(0x37f)]===!0x0&&(_0x2855a0=!0x0),_0x236a80['right']?.[_0xbec62a(0x37f)]===!0x0&&(_0x2855a0=!0x0));}),_0x2855a0&&z(_0x2df97e,_0x21083e=>{const _0x145764=a0_0x25cd;_0x21083e['type']===_0x145764(0x1c5)?_0x21083e[_0x145764(0x11c)]=!0x0:_0x21083e[_0x145764(0xe6)]===_0x145764(0x180)&&(_0x21083e[_0x145764(0x2f0)][_0x145764(0xe6)]===_0x145764(0x1c5)&&(_0x21083e[_0x145764(0x2f0)][_0x145764(0x11c)]=!0x0),_0x21083e[_0x145764(0x245)][_0x145764(0xe6)]===_0x145764(0x1c5)&&(_0x21083e[_0x145764(0x245)][_0x145764(0x11c)]=!0x0));});});let _0x387669=0x0;const _0x1cd27=_0x356463=>{const _0x612a20=_0x1ff6bc;if(_0xcf1c85&&_0x356463[_0x612a20(0xe6)]===_0x612a20(0x37d)&&(_0x387669+=_0xcf1c85),_0x356463[_0x612a20(0xe6)]===_0x612a20(0x1c5))_0x356463[_0x612a20(0x11c)]===!0x0&&(_0x387669+=_0x356463['value']);else{if(_0x356463[_0x612a20(0xe6)]===_0x612a20(0x180)){const _0x466424=_0x356463;_0x466424['left']['type']===_0x612a20(0x1c5)&&_0x466424[_0x612a20(0x245)][_0x612a20(0xe6)]===_0x612a20(0x1c5)&&(_0x466424[_0x612a20(0x2f0)][_0x612a20(0x11c)]===!0x0&&(_0x387669+=_0x466424[_0x612a20(0x2f0)]['value']),_0x466424['right'][_0x612a20(0x11c)]===!0x0&&(_0x387669+=_0x466424[_0x612a20(0x245)]['value']));}}};if(_0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3c0)](_0xcf2024=>z(_0xcf2024,_0x1cd27)),_0x387669>_0x5cbec3)throw new D(_0x1ff6bc(0x2ce));let _0x319a44=_0x5cbec3-_0x387669+_0xcf1c85,_0x13433a=0x0;const _0xa58a8e=_0x59376a=>{const _0x5558d6=_0x1ff6bc;if(_0x59376a[_0x5558d6(0xe6)]===_0x5558d6(0x180)){const _0x39c94f=_0x59376a;if(_0x39c94f[_0x5558d6(0x245)][_0x5558d6(0xe6)]==='NumberLiteral'&&_0x39c94f[_0x5558d6(0x2f0)][_0x5558d6(0xe6)]===_0x5558d6(0x249)&&_0x39c94f[_0x5558d6(0x2f0)]['name']==='n'&&_0x39c94f[_0x5558d6(0x30e)]==='*'){_0x13433a=Math[_0x5558d6(0x1ab)](_0x319a44/(_0x39c94f[_0x5558d6(0x245)]['value']+_0xcf1c85));const _0x2f1ade=(_0x13433a-0x1)*_0xcf1c85,_0x4809b7=_0x13433a*_0x39c94f[_0x5558d6(0x245)][_0x5558d6(0x31f)];_0x319a44+=-_0x2f1ade-_0x4809b7;}}};_0x4f82b5['sections']['forEach'](_0x2de9c4=>z(_0x2de9c4,_0xa58a8e));let _0x11e852=0x0;const _0x487b49=_0x32357c=>{const _0x1905b4=_0x1ff6bc;_0x32357c[_0x1905b4(0xe6)]==='BinaryExpression'&&(_0x32357c[_0x1905b4(0x2f0)][_0x1905b4(0xe6)]===_0x1905b4(0x1c5)&&_0x32357c[_0x1905b4(0x2f0)][_0x1905b4(0x11c)]===!0x1&&(_0x11e852+=_0x32357c[_0x1905b4(0x2f0)][_0x1905b4(0x31f)]),_0x32357c[_0x1905b4(0x245)][_0x1905b4(0xe6)]===_0x1905b4(0x1c5)&&_0x32357c['right'][_0x1905b4(0x11c)]===!0x1&&(_0x11e852+=_0x32357c[_0x1905b4(0x245)][_0x1905b4(0x31f)])),_0x32357c[_0x1905b4(0xe6)]===_0x1905b4(0x1c5)&&_0x32357c[_0x1905b4(0x11c)]===!0x1&&(_0x11e852+=_0x32357c[_0x1905b4(0x31f)]);};_0x4f82b5[_0x1ff6bc(0x14a)][_0x1ff6bc(0x3c0)](_0x4fbfad=>{z(_0x4fbfad,_0x487b49);});const _0x3867de=_0x319a44/_0x11e852,_0x514e42=[],_0x8c7e87=_0x1d9cb0=>{const _0x1d9008=_0x1ff6bc;let _0x52a1d2=0x0,_0x1c5a36=0x0;if(_0x1d9cb0['type']==='NumberLiteral')_0x1d9cb0[_0x1d9008(0x11c)]===!0x1&&(_0x52a1d2+=_0x1d9cb0[_0x1d9008(0x31f)]*_0x3867de),_0x1d9cb0['hasMillimeterSuffix']===!0x0&&(_0x1c5a36+=_0x1d9cb0[_0x1d9008(0x31f)]),_0x514e42[_0x1d9008(0x3e7)](Number((_0x52a1d2+_0x1c5a36)[_0x1d9008(0x28b)](0x2)));else{if(_0x1d9cb0['type']===_0x1d9008(0x180)&&(_0x1d9cb0[_0x1d9008(0x2f0)][_0x1d9008(0xe6)]===_0x1d9008(0x1c5)&&_0x1d9cb0[_0x1d9008(0x245)][_0x1d9008(0xe6)]===_0x1d9008(0x1c5)&&(_0x1d9cb0[_0x1d9008(0x2f0)]['hasMillimeterSuffix']===!0x1&&(_0x52a1d2+=_0x1d9cb0[_0x1d9008(0x2f0)][_0x1d9008(0x31f)]*_0x3867de),_0x1d9cb0[_0x1d9008(0x2f0)][_0x1d9008(0x11c)]===!0x0&&(_0x1c5a36+=_0x1d9cb0[_0x1d9008(0x2f0)][_0x1d9008(0x31f)]),_0x1d9cb0['right'][_0x1d9008(0x11c)]===!0x1&&(_0x52a1d2+=_0x1d9cb0['right'][_0x1d9008(0x31f)]*_0x3867de),_0x1d9cb0[_0x1d9008(0x245)]['hasMillimeterSuffix']===!0x0&&(_0x1c5a36+=_0x1d9cb0['right'][_0x1d9008(0x31f)]),_0x514e42[_0x1d9008(0x3e7)](Number((_0x52a1d2+_0x1c5a36)[_0x1d9008(0x28b)](0x2)))),_0x1d9cb0[_0x1d9008(0x2f0)][_0x1d9008(0xe6)]===_0x1d9008(0x249)&&_0x1d9cb0[_0x1d9008(0x2f0)]['name']==='n'&&_0x1d9cb0['right'][_0x1d9008(0xe6)]==='NumberLiteral')){_0x1c5a36+=_0x1d9cb0[_0x1d9008(0x245)][_0x1d9008(0x31f)];for(let _0x1dad20=0x0;_0x1dad20<_0x13433a;_0x1dad20++)_0x1d9cb0['right'][_0x1d9008(0x11c)]===!0x0&&_0x514e42[_0x1d9008(0x3e7)](Number(_0x1c5a36[_0x1d9008(0x28b)](0x2)));}}};return _0x4f82b5[_0x1ff6bc(0x14a)]['forEach'](_0x11995b=>{z(_0x11995b,_0x8c7e87);}),_0x514e42;}catch{return new D(_0x1ff6bc(0x3d2));}}},Wt=new Vt(),Yt=new jt(),qt=new Ht(),Xt=(_0x3779fb,_0x1bc9cc,_0xb3c7ce,_0x5d53ff)=>{const _0x31a825=a0_0x5cebf2;try{const _0xb68702=Wt[_0x31a825(0x39c)](_0x3779fb),_0x5cfe4d=Yt[_0x31a825(0x2d4)](_0xb68702),_0x41458a=qt[_0x31a825(0x8e)](_0x5cfe4d,{},_0x5d53ff);if(_0x41458a&&!(_0x41458a instanceof D)){const _0x241a25=new Zt()[_0x31a825(0x3bb)](_0x41458a,_0x1bc9cc,_0xb3c7ce);if(_0x241a25&&_0x241a25 instanceof D)throw new Error(_0x241a25[_0x31a825(0x290)]);return _0x241a25;}return _0x41458a||new D(_0x31a825(0x13f));}catch(_0x191dc1){return new D(_0x191dc1[_0x31a825(0x290)]);}};function Jt(_0x126072){const _0x392782=a0_0x5cebf2,_0xcc7e2c=/^(\d+)\*\{(\d+)\}$/,_0x528af3=_0x126072['match'](_0xcc7e2c);if(_0x528af3){const _0x126b8c=parseInt(_0x528af3[0x1],0xa),_0x2668f1=_0x528af3[0x2];return _0x126b8c>0x0?Array(_0x126b8c)[_0x392782(0x153)](_0x2668f1)[_0x392782(0x467)](':'):'';}return _0x126072;}function Qt(_0x3be09f){const _0x46e409=a0_0x5cebf2,_0x439e4f=_0x3be09f[_0x46e409(0x2ab)]()[_0x46e409(0x3a8)](/^(\d+(?:\.\d+)?)\s*\*\s*\{.+\}$/);return _0x439e4f?Number(_0x439e4f[0x1]):_0x3be09f;}function er(_0x129b47,_0x3c6814,_0x4bd8bb){const _0x419207=a0_0x5cebf2;let _0x2050fd=0x0;const {LINDIV1:_0xdf13b3,DIVDIR:_0x1c36e9,HORDEFTYPE:_0x37dcce,DIVELEM1:_0x3d37e7}=_0x129b47;let _0x5682cc=_0x419207(0x3ec),_0x566b74=!0x1;if(_0xdf13b3==='')return{'divisionType':_0x5682cc,'zone_dimensions':[],'divided_length_list':[]};if(_0x1c36e9==='H'){if(_0x37dcce==='W')_0x2050fd=_0x3c6814[_0x419207(0x3ec)],_0x5682cc=_0x419207(0x3ec);else{if(_0x37dcce==='D')_0x2050fd=_0x3c6814['depth'],_0x5682cc=_0x419207(0x461);else{if(_0x37dcce==='P'){if(_0x3d37e7===0x0||_0x3d37e7===0x2)_0x2050fd=_0x3c6814[_0x419207(0x3ec)],_0x5682cc='width';else{if(_0x3d37e7===0x1||_0x3d37e7===0x3)_0x2050fd=_0x3c6814[_0x419207(0x461)],_0x5682cc=_0x419207(0x461);else throw new Error(_0x419207(0x233)+_0x3d37e7);}}else throw new Error(_0x419207(0x402)+_0x37dcce);}}}else{if(_0x1c36e9==='V')_0x2050fd=_0x3c6814[_0x419207(0x311)],_0x5682cc=_0x419207(0x311);else{if(_0x1c36e9==='A')_0x2050fd=_0x3c6814[_0x419207(0x3ec)],_0x5682cc=_0x419207(0x31d);else{if(_0x1c36e9==='I')_0x2050fd=_0x3c6814[_0x419207(0x3ec)],_0x5682cc=_0x419207(0x3b0);else throw new Error(_0x419207(0x309)+_0x1c36e9);}}}let _0x339f24=[];const _0x101cb7=Jt(_0xdf13b3);if(_0x5682cc===_0x419207(0x3b0)){const _0x69184e=Qt(_0xdf13b3);_0x339f24=Array(_0x69184e)[_0x419207(0x153)](_0x2050fd);}else _0x5682cc===_0x419207(0x31d)?_0x339f24=[_0x2050fd]:_0x339f24=Xt(_0x101cb7[_0x419207(0x385)](),_0x2050fd,_0x4bd8bb);if(!Array[_0x419207(0x3d0)](_0x339f24))return{'divisionType':_0x5682cc,'zone_dimensions':[],'divided_length_list':[]};_0x37dcce==='P'&&(_0x3d37e7===0x2||_0x3d37e7===0x3)&&(_0x566b74=!0x0,_0x339f24=[..._0x339f24][_0x419207(0x102)]());const _0x20b20e=_0x339f24[_0x419207(0x48b)](_0x24034f=>{const _0x13431f=_0x419207;if(_0x5682cc===_0x13431f(0x3ec))return{'width':_0x24034f,'height':_0x3c6814[_0x13431f(0x311)],'depth':_0x3c6814[_0x13431f(0x461)]};if(_0x5682cc===_0x13431f(0x461))return{'width':_0x3c6814[_0x13431f(0x3ec)],'height':_0x3c6814[_0x13431f(0x311)],'depth':_0x24034f};if(_0x5682cc===_0x13431f(0x311))return{'width':_0x3c6814[_0x13431f(0x3ec)],'height':_0x24034f,'depth':_0x3c6814['depth']};if(_0x5682cc===_0x13431f(0x31d)||_0x5682cc===_0x13431f(0x3b0))return{'width':_0x3c6814[_0x13431f(0x3ec)],'height':_0x3c6814[_0x13431f(0x311)],'depth':_0x3c6814['depth']};throw new Error('Unhandled\x20case:\x20DIVDIR\x20=\x20'+_0x1c36e9);});return{'isReversed':_0x566b74,'zone_dimensions':_0x20b20e,'divisionType':_0x5682cc,'divided_length_list':_0x339f24};}function tr({divisionType:_0x5bb681,parentDimensions:_0x7a5f7c,lengthList:_0x12fe75,childTREEIDs:_0x20da7a,dividerThk:_0x47b86b}){const _0x3e7daa=a0_0x5cebf2,_0x58cc8b=-_0x7a5f7c[_0x3e7daa(0x3ec)]/0x2,_0x112feb=-_0x7a5f7c['depth']/0x2,_0x3080a3=-_0x7a5f7c['height']/0x2;return{'childPositions':_0x12fe75[_0x3e7daa(0x1ea)]((_0x449ebd,_0x2d1f00,_0x13b937)=>{const _0x2a3df0=_0x3e7daa;let _0x2e509e=0x0,_0x352938=0x0,_0x3bf87e=0x0,_0xef827a;return _0x5bb681===_0x2a3df0(0x3ec)?(_0x2e509e=_0x58cc8b+_0x449ebd[_0x2a3df0(0x3b6)]+_0x2d1f00/0x2,_0x352938=0x0,_0x3bf87e=0x0,_0xef827a={'width':_0x2d1f00,'height':_0x7a5f7c[_0x2a3df0(0x311)],'depth':_0x7a5f7c[_0x2a3df0(0x461)]},_0x449ebd[_0x2a3df0(0x3b6)]+=_0x2d1f00+_0x47b86b):_0x5bb681===_0x2a3df0(0x461)?(_0x2e509e=0x0,_0x352938=_0x112feb+_0x449ebd[_0x2a3df0(0x1df)]+_0x2d1f00/0x2,_0x3bf87e=0x0,_0xef827a={'width':_0x7a5f7c[_0x2a3df0(0x3ec)],'height':_0x7a5f7c[_0x2a3df0(0x311)],'depth':_0x2d1f00},_0x449ebd['cumulativeY']+=_0x2d1f00+_0x47b86b):_0x5bb681===_0x2a3df0(0x3b0)||_0x5bb681===_0x2a3df0(0x31d)?(_0x2e509e=0x0,_0x352938=0x0,_0x3bf87e=0x0,_0xef827a={'width':_0x2d1f00,'height':_0x7a5f7c[_0x2a3df0(0x311)],'depth':_0x7a5f7c['depth']}):(_0x2e509e=0x0,_0x352938=0x0,_0x3bf87e=_0x3080a3+_0x449ebd[_0x2a3df0(0x2cb)]+_0x2d1f00/0x2,_0xef827a={'width':_0x7a5f7c['width'],'height':_0x2d1f00,'depth':_0x7a5f7c['depth']},_0x449ebd[_0x2a3df0(0x2cb)]+=_0x2d1f00+_0x47b86b),_0x449ebd[_0x2a3df0(0x3b7)][_0x2a3df0(0x3e7)]({'x':_0x2e509e,'y':_0x352938,'z':_0x3bf87e,'zone_dims':_0xef827a,'TREEID':_0x20da7a[_0x13b937]}),_0x449ebd;},{'cumulativeX':0x0,'cumulativeY':0x0,'cumulativeZ':0x0,'positions':[]})[_0x3e7daa(0x3b7)],'dividerType':_0x5bb681};}function rr(_0x5da5ab,_0xaaa452){return{'front':se(_0x5da5ab,Ke(_0xaaa452)),'left':se(_0x5da5ab,Ye(_0xaaa452)),'right':se(_0x5da5ab,Ze(_0xaaa452)),'back':se(_0x5da5ab,We(_0xaaa452))};}function ir(_0x1933a0,_0x9c5a5a,_0xbea1e2){const _0x3b77b7=a0_0x5cebf2;return{'front':_0x1933a0['front']?.[_0x3b77b7(0x274)]||0x0,'right':_0x1933a0[_0x3b77b7(0x245)]?.[_0x3b77b7(0x274)]||0x0,'back':_0x1933a0['back']?.[_0x3b77b7(0x274)]||0x0,'left':_0x1933a0[_0x3b77b7(0x2f0)]?.[_0x3b77b7(0x274)]||0x0,'top':_0x9c5a5a,'bottom':_0xbea1e2};}function sr(_0x45573a){const _0x53c874=a0_0x5cebf2;return{'front':_0x45573a[_0x53c874(0x444)]?.['inset']||0x0,'right':_0x45573a[_0x53c874(0x245)]?.[_0x53c874(0x339)]||0x0,'back':_0x45573a[_0x53c874(0x1f3)]?.['inset']||0x0,'left':_0x45573a[_0x53c874(0x2f0)]?.[_0x53c874(0x339)]||0x0};}function nr(_0x4dc43f,_0xd4ba44){const _0x504b83=a0_0x5cebf2;return{'dimensions':{'width':_0x4dc43f[_0x504b83(0x3ec)]-_0xd4ba44[_0x504b83(0x2f0)]-_0xd4ba44[_0x504b83(0x245)],'height':_0x4dc43f[_0x504b83(0x311)],'depth':_0x4dc43f[_0x504b83(0x461)]-_0xd4ba44[_0x504b83(0x444)]-_0xd4ba44[_0x504b83(0x1f3)]},'position':{'x':_0xd4ba44[_0x504b83(0x2f0)]/0x2-_0xd4ba44[_0x504b83(0x245)]/0x2,'y':_0xd4ba44[_0x504b83(0x444)]/0x2-_0xd4ba44[_0x504b83(0x1f3)]/0x2,'z':0x0}};}function or(_0x593ded,_0x411c2f){const _0x14287f=a0_0x5cebf2;return{'dimensions':{'width':_0x593ded[_0x14287f(0x492)]['width']-_0x411c2f[_0x14287f(0x2f0)]-_0x411c2f['right'],'height':_0x593ded[_0x14287f(0x492)][_0x14287f(0x311)]-_0x411c2f['top']-_0x411c2f[_0x14287f(0x3eb)],'depth':_0x593ded[_0x14287f(0x492)][_0x14287f(0x461)]-_0x411c2f[_0x14287f(0x444)]-_0x411c2f[_0x14287f(0x1f3)]},'position':{'x':_0x411c2f[_0x14287f(0x2f0)]/0x2-_0x411c2f[_0x14287f(0x245)]/0x2,'y':_0x411c2f[_0x14287f(0x444)]/0x2-_0x411c2f[_0x14287f(0x1f3)]/0x2,'z':_0x411c2f['bottom']/0x2-_0x411c2f[_0x14287f(0x15c)]/0x2}};}function ar(_0x94ba5,_0x2bad13,_0x419258,_0x19f84c){const _0x46597d=a0_0x5cebf2;return _0x2bad13[_0x46597d(0x132)]?tr({'divisionType':_0x2bad13[_0x46597d(0x132)],'parentDimensions':_0x94ba5,'lengthList':_0x2bad13['divided_length_list'],'childTREEIDs':_0x19f84c,'dividerThk':Number(_0x419258)||0x0}):{'childPositions':[],'dividerType':_0x46597d(0x311)};}function lr(_0x56f8b7,_0x2493c2,_0x3adac8,_0x5a8d6f){const _0x216803=a0_0x5cebf2;if(!_0x3adac8)return{'childPositions':[],'dividerType':_0x216803(0x311)};const _0x2ab9de=er(_0x3adac8,_0x56f8b7[_0x216803(0x492)],_0x2493c2);return _0x5a8d6f=_0x2ab9de[_0x216803(0x3f9)]?_0x5a8d6f['reverse']():_0x5a8d6f,ar(_0x56f8b7[_0x216803(0x492)],_0x2ab9de,_0x2493c2,_0x5a8d6f);}function ut(_0x5e758a,_0x50610d,_0x5d02c1=0x0,_0x480827=0x0){const _0x3fd0dc=_0x5e758a/0x2,_0x547cf7=_0x50610d/0x2,_0x59af4f=[{'x':_0x3fd0dc,'y':-_0x547cf7},{'x':-_0x3fd0dc,'y':-_0x547cf7},{'x':-_0x3fd0dc+_0x5d02c1,'y':_0x547cf7},{'x':_0x3fd0dc-_0x480827,'y':_0x547cf7}];return{'points':_0x59af4f,get 'svgPath'(){const _0x5cca0f=a0_0x25cd;return'M\x20'+_0x59af4f[_0x5cca0f(0x48b)](_0x13739e=>_0x13739e['x']+','+_0x13739e['y'])[_0x5cca0f(0x467)](_0x5cca0f(0x34d))+'\x20Z';},get 'shape'(){const _0xa05451=a0_0x25cd,_0x22e3c4=new le[(_0xa05451(0x3fc))]();return _0x59af4f[_0xa05451(0x3c0)]((_0x325cc8,_0x5b6e93)=>_0x5b6e93===0x0?_0x22e3c4[_0xa05451(0x475)](_0x325cc8['x'],_0x325cc8['y']):_0x22e3c4['lineTo'](_0x325cc8['x'],_0x325cc8['y'])),_0x22e3c4;}};}var he=function(){const _0x545411=a0_0x5cebf2;return he=Object[_0x545411(0xaf)]||function(_0x142cf9){const _0x1a9355=_0x545411;for(var _0x81b8df,_0x513afb=0x1,_0xbdacda=arguments[_0x1a9355(0x262)];_0x513afb<_0xbdacda;_0x513afb++){_0x81b8df=arguments[_0x513afb];for(var _0x586085 in _0x81b8df)Object['prototype'][_0x1a9355(0x34e)][_0x1a9355(0x325)](_0x81b8df,_0x586085)&&(_0x142cf9[_0x586085]=_0x81b8df[_0x586085]);}return _0x142cf9;},he[_0x545411(0x392)](this,arguments);};function cr(){const _0x2743db=a0_0x5cebf2;var _0x4506af=m[_0x2743db(0x213)](!0x1),_0x2fd133=m[_0x2743db(0x482)](function(){const _0x5b3620=_0x2743db;return _0x4506af[_0x5b3620(0x10b)];},[]);return m[_0x2743db(0x1b8)](function(){return _0x4506af['current']=!0x0,function(){const _0x516c75=a0_0x25cd;_0x4506af[_0x516c75(0x10b)]=!0x1;};},[]),_0x2fd133;}function ur(_0x13b22b,_0x300f89,_0x4392a2){const _0x925f33=a0_0x5cebf2;_0x300f89===void 0x0&&(_0x300f89=[]),_0x4392a2===void 0x0&&(_0x4392a2={'loading':!0x1});var _0x4451b4=m[_0x925f33(0x213)](0x0),_0x5a5b9a=cr(),_0x3c171b=m[_0x925f33(0x1e6)](_0x4392a2),_0x20a5e6=_0x3c171b[0x0],_0x292444=_0x3c171b[0x1],_0x20f7cd=m[_0x925f33(0x482)](function(){const _0x20f2ff=_0x925f33;for(var _0x4921aa=[],_0x106723=0x0;_0x106723<arguments['length'];_0x106723++)_0x4921aa[_0x106723]=arguments[_0x106723];var _0x4d67d9=++_0x4451b4['current'];return _0x20a5e6[_0x20f2ff(0x3c8)]||_0x292444(function(_0xa4cf99){return he(he({},_0xa4cf99),{'loading':!0x0});}),_0x13b22b[_0x20f2ff(0x392)](void 0x0,_0x4921aa)['then'](function(_0x51ff0d){const _0xc4bf8d=_0x20f2ff;return _0x5a5b9a()&&_0x4d67d9===_0x4451b4[_0xc4bf8d(0x10b)]&&_0x292444({'value':_0x51ff0d,'loading':!0x1}),_0x51ff0d;},function(_0x5c11ec){return _0x5a5b9a()&&_0x4d67d9===_0x4451b4['current']&&_0x292444({'error':_0x5c11ec,'loading':!0x1}),_0x5c11ec;});},_0x300f89);return[_0x20a5e6,_0x20f7cd];}function hr(_0x244d5b,_0x17639f){const _0x1d1faf=a0_0x5cebf2;_0x17639f===void 0x0&&(_0x17639f=[]);var _0x3498aa=ur(_0x244d5b,_0x17639f,{'loading':!0x0}),_0xea6e73=_0x3498aa[0x0],_0x52ceea=_0x3498aa[0x1];return m[_0x1d1faf(0x1b8)](function(){_0x52ceea();},[_0x52ceea]),_0xea6e73;}const ht={'RAL_1000':{'ral':a0_0x5cebf2(0x383),'hex':a0_0x5cebf2(0x15b),'description':a0_0x5cebf2(0x2bd)},'RAL_1001':{'ral':a0_0x5cebf2(0x21b),'hex':'#D0B084','description':a0_0x5cebf2(0x2e6)},'RAL_1002':{'ral':'RAL_1002','hex':a0_0x5cebf2(0x1c3),'description':'Sand\x20yellow'},'RAL_1003':{'ral':'RAL_1003','hex':a0_0x5cebf2(0x2b5),'description':'Signal\x20yellow'},'RAL_1004':{'ral':a0_0x5cebf2(0x2a5),'hex':a0_0x5cebf2(0x390),'description':a0_0x5cebf2(0x1c2)},'RAL_1005':{'ral':'RAL_1005','hex':'#CB8F00','description':a0_0x5cebf2(0x377)},'RAL_1006':{'ral':a0_0x5cebf2(0x398),'hex':a0_0x5cebf2(0x107),'description':a0_0x5cebf2(0x36f)},'RAL_1007':{'ral':a0_0x5cebf2(0x19c),'hex':a0_0x5cebf2(0x271),'description':a0_0x5cebf2(0x9e)},'RAL_1011':{'ral':a0_0x5cebf2(0x220),'hex':a0_0x5cebf2(0xb0),'description':a0_0x5cebf2(0x2f4)},'RAL_1012':{'ral':a0_0x5cebf2(0x384),'hex':a0_0x5cebf2(0x477),'description':a0_0x5cebf2(0x379)},'RAL_1013':{'ral':a0_0x5cebf2(0x105),'hex':a0_0x5cebf2(0x286),'description':a0_0x5cebf2(0xad)},'RAL_1014':{'ral':a0_0x5cebf2(0x31e),'hex':'#DDC49B','description':a0_0x5cebf2(0x3ef)},'RAL_1015':{'ral':'RAL_1015','hex':a0_0x5cebf2(0x2db),'description':a0_0x5cebf2(0x3b1)},'RAL_1016':{'ral':'RAL_1016','hex':'#F1DD39','description':a0_0x5cebf2(0x3a6)},'RAL_1017':{'ral':'RAL_1017','hex':'#F6A951','description':a0_0x5cebf2(0x14d)},'RAL_1018':{'ral':a0_0x5cebf2(0xca),'hex':'#FACA31','description':a0_0x5cebf2(0x3c4)},'RAL_1019':{'ral':a0_0x5cebf2(0x8d),'hex':a0_0x5cebf2(0xa8),'description':'Grey\x20beige'},'RAL_1020':{'ral':a0_0x5cebf2(0x244),'hex':'#A08F65','description':a0_0x5cebf2(0x2ee)},'RAL_1021':{'ral':a0_0x5cebf2(0x370),'hex':'#F6B600','description':a0_0x5cebf2(0x45d)},'RAL_1023':{'ral':'RAL_1023','hex':a0_0x5cebf2(0x278),'description':a0_0x5cebf2(0x39d)},'RAL_1024':{'ral':'RAL_1024','hex':a0_0x5cebf2(0x487),'description':a0_0x5cebf2(0x470)},'RAL_1026':{'ral':a0_0x5cebf2(0x265),'hex':a0_0x5cebf2(0x1f4),'description':'Luminous\x20yellow'},'RAL_1027':{'ral':a0_0x5cebf2(0x22f),'hex':a0_0x5cebf2(0x3a9),'description':a0_0x5cebf2(0x178)},'RAL_1028':{'ral':a0_0x5cebf2(0x168),'hex':'#FF9C00','description':a0_0x5cebf2(0x336)},'RAL_1032':{'ral':a0_0x5cebf2(0x2c6),'hex':a0_0x5cebf2(0x344),'description':'Broom\x20yellow'},'RAL_1033':{'ral':a0_0x5cebf2(0x39f),'hex':a0_0x5cebf2(0x403),'description':a0_0x5cebf2(0x276)},'RAL_1034':{'ral':a0_0x5cebf2(0x424),'hex':a0_0x5cebf2(0x404),'description':a0_0x5cebf2(0x167)},'RAL_1035':{'ral':'RAL_1035','hex':a0_0x5cebf2(0x4a8),'description':a0_0x5cebf2(0x11d)},'RAL_1036':{'ral':a0_0x5cebf2(0x2a4),'hex':'#806440','description':a0_0x5cebf2(0x22d)},'RAL_1037':{'ral':'RAL_1037','hex':a0_0x5cebf2(0x201),'description':a0_0x5cebf2(0x117)},'RAL_2000':{'ral':a0_0x5cebf2(0x15e),'hex':'#DA6E00','description':'Yellow\x20orange'},'RAL_2001':{'ral':a0_0x5cebf2(0x268),'hex':a0_0x5cebf2(0x458),'description':a0_0x5cebf2(0x352)},'RAL_2002':{'ral':a0_0x5cebf2(0x2d5),'hex':a0_0x5cebf2(0x2c0),'description':a0_0x5cebf2(0x2ef)},'RAL_2003':{'ral':'RAL_2003','hex':'#F67829','description':a0_0x5cebf2(0x3aa)},'RAL_2004':{'ral':a0_0x5cebf2(0x3b5),'hex':a0_0x5cebf2(0xb6),'description':a0_0x5cebf2(0x2d7)},'RAL_2005':{'ral':a0_0x5cebf2(0x488),'hex':a0_0x5cebf2(0xf0),'description':'Luminous\x20orange'},'RAL_2007':{'ral':a0_0x5cebf2(0x252),'hex':a0_0x5cebf2(0x41a),'description':'Luminous\x20bright\x20orange'},'RAL_2008':{'ral':'RAL_2008','hex':a0_0x5cebf2(0x43f),'description':a0_0x5cebf2(0xc4)},'RAL_2009':{'ral':a0_0x5cebf2(0x202),'hex':a0_0x5cebf2(0x322),'description':a0_0x5cebf2(0x4a7)},'RAL_2010':{'ral':'RAL_2010','hex':a0_0x5cebf2(0x298),'description':a0_0x5cebf2(0x3bd)},'RAL_2011':{'ral':'RAL_2011','hex':a0_0x5cebf2(0x1de),'description':'Deep\x20orange'},'RAL_2012':{'ral':'RAL_2012','hex':a0_0x5cebf2(0x358),'description':a0_0x5cebf2(0x2bb)},'RAL_2013':{'ral':a0_0x5cebf2(0x438),'hex':a0_0x5cebf2(0xd5),'description':a0_0x5cebf2(0x394)},'RAL_2017':{'ral':a0_0x5cebf2(0x313),'hex':a0_0x5cebf2(0x9b),'description':'RAL\x20orange'},'RAL_3000':{'ral':a0_0x5cebf2(0x2bc),'hex':a0_0x5cebf2(0x182),'description':a0_0x5cebf2(0x371)},'RAL_3001':{'ral':'RAL_3001','hex':a0_0x5cebf2(0xef),'description':a0_0x5cebf2(0x417)},'RAL_3002':{'ral':a0_0x5cebf2(0x1a9),'hex':'#9B2321','description':a0_0x5cebf2(0x350)},'RAL_3003':{'ral':a0_0x5cebf2(0x25d),'hex':a0_0x5cebf2(0x1aa),'description':a0_0x5cebf2(0x48a)},'RAL_3004':{'ral':a0_0x5cebf2(0x3b3),'hex':a0_0x5cebf2(0x3cd),'description':a0_0x5cebf2(0x454)},'RAL_3005':{'ral':a0_0x5cebf2(0x2a0),'hex':a0_0x5cebf2(0x136),'description':'Wine\x20red'},'RAL_3007':{'ral':a0_0x5cebf2(0x46f),'hex':'#3E2022','description':a0_0x5cebf2(0x97)},'RAL_3009':{'ral':a0_0x5cebf2(0x396),'hex':a0_0x5cebf2(0x12a),'description':'Oxide\x20red'},'RAL_3011':{'ral':a0_0x5cebf2(0x1ca),'hex':a0_0x5cebf2(0x419),'description':a0_0x5cebf2(0x437)},'RAL_3012':{'ral':a0_0x5cebf2(0x34f),'hex':a0_0x5cebf2(0x2ba),'description':a0_0x5cebf2(0xdc)},'RAL_3013':{'ral':a0_0x5cebf2(0x24b),'hex':a0_0x5cebf2(0x374),'description':a0_0x5cebf2(0x219)},'RAL_3014':{'ral':a0_0x5cebf2(0x47d),'hex':'#CB7375','description':a0_0x5cebf2(0x157)},'RAL_3015':{'ral':a0_0x5cebf2(0x2d1),'hex':'#D8A0A6','description':a0_0x5cebf2(0x93)},'RAL_3016':{'ral':a0_0x5cebf2(0x4ab),'hex':a0_0x5cebf2(0x22b),'description':a0_0x5cebf2(0x236)},'RAL_3017':{'ral':'RAL_3017','hex':a0_0x5cebf2(0x382),'description':a0_0x5cebf2(0x2a7)},'RAL_3018':{'ral':a0_0x5cebf2(0x146),'hex':a0_0x5cebf2(0x381),'description':'Strawberry\x20red'},'RAL_3020':{'ral':a0_0x5cebf2(0x11b),'hex':a0_0x5cebf2(0x3bc),'description':'Traffic\x20red'},'RAL_3022':{'ral':a0_0x5cebf2(0x49f),'hex':'#CF6955','description':'Salmon\x20pink'},'RAL_3024':{'ral':'RAL_3024','hex':a0_0x5cebf2(0x232),'description':a0_0x5cebf2(0x10c)},'RAL_3026':{'ral':a0_0x5cebf2(0x400),'hex':a0_0x5cebf2(0x37a),'description':a0_0x5cebf2(0x3f5)},'RAL_3027':{'ral':a0_0x5cebf2(0x100),'hex':a0_0x5cebf2(0x145),'description':a0_0x5cebf2(0x162)},'RAL_3028':{'ral':'RAL_3028','hex':'#CC2C24','description':a0_0x5cebf2(0xbd)},'RAL_3031':{'ral':'RAL_3031','hex':a0_0x5cebf2(0x192),'description':'Orient\x20red'},'RAL_3032':{'ral':'RAL_3032','hex':a0_0x5cebf2(0xf5),'description':'Pearl\x20ruby\x20red'},'RAL_3033':{'ral':'RAL_3033','hex':a0_0x5cebf2(0x1d0),'description':a0_0x5cebf2(0x261)},'RAL_4001':{'ral':a0_0x5cebf2(0x128),'hex':a0_0x5cebf2(0x1bb),'description':a0_0x5cebf2(0x3a2)},'RAL_4002':{'ral':a0_0x5cebf2(0x448),'hex':'#8D3C4B','description':a0_0x5cebf2(0x359)},'RAL_4003':{'ral':a0_0x5cebf2(0x45a),'hex':'#C4618C','description':a0_0x5cebf2(0x3c3)},'RAL_4004':{'ral':a0_0x5cebf2(0x3b8),'hex':a0_0x5cebf2(0x434),'description':'Claret\x20violet'},'RAL_4005':{'ral':a0_0x5cebf2(0x13c),'hex':a0_0x5cebf2(0x34c),'description':a0_0x5cebf2(0x23d)},'RAL_4006':{'ral':a0_0x5cebf2(0x2d0),'hex':a0_0x5cebf2(0x173),'description':a0_0x5cebf2(0x361)},'RAL_4007':{'ral':a0_0x5cebf2(0x480),'hex':'#47243C','description':a0_0x5cebf2(0x10d)},'RAL_4008':{'ral':a0_0x5cebf2(0xce),'hex':'#844C82','description':a0_0x5cebf2(0x3d6)},'RAL_4009':{'ral':a0_0x5cebf2(0x23e),'hex':'#9D8692','description':'Pastel\x20violet'},'RAL_4010':{'ral':a0_0x5cebf2(0x363),'hex':a0_0x5cebf2(0x295),'description':'Telemagenta'},'RAL_4011':{'ral':a0_0x5cebf2(0xcd),'hex':a0_0x5cebf2(0x2fb),'description':a0_0x5cebf2(0x140)},'RAL_4012':{'ral':a0_0x5cebf2(0x18d),'hex':a0_0x5cebf2(0x149),'description':'Pearl\x20blackberry'},'RAL_5000':{'ral':a0_0x5cebf2(0x203),'hex':a0_0x5cebf2(0x308),'description':a0_0x5cebf2(0x297)},'RAL_5001':{'ral':a0_0x5cebf2(0x12b),'hex':a0_0x5cebf2(0x1ed),'description':'Green\x20blue'},'RAL_5002':{'ral':a0_0x5cebf2(0x3df),'hex':a0_0x5cebf2(0x28e),'description':a0_0x5cebf2(0x40a)},'RAL_5003':{'ral':a0_0x5cebf2(0x284),'hex':a0_0x5cebf2(0x281),'description':'Sapphire\x20blue'},'RAL_5004':{'ral':a0_0x5cebf2(0x250),'hex':a0_0x5cebf2(0x2b7),'description':a0_0x5cebf2(0x38d)},'RAL_5005':{'ral':a0_0x5cebf2(0x476),'hex':'#005387','description':a0_0x5cebf2(0x1a8)},'RAL_5007':{'ral':'RAL_5007','hex':a0_0x5cebf2(0x3ee),'description':a0_0x5cebf2(0x35a)},'RAL_5008':{'ral':'RAL_5008','hex':a0_0x5cebf2(0x30d),'description':'Grey\x20blue'},'RAL_5009':{'ral':'RAL_5009','hex':a0_0x5cebf2(0x3f0),'description':a0_0x5cebf2(0x1f9)},'RAL_5010':{'ral':a0_0x5cebf2(0x37b),'hex':a0_0x5cebf2(0x1e3),'description':a0_0x5cebf2(0x19e)},'RAL_5011':{'ral':'RAL_5011','hex':a0_0x5cebf2(0x2e9),'description':a0_0x5cebf2(0x123)},'RAL_5012':{'ral':a0_0x5cebf2(0xa1),'hex':a0_0x5cebf2(0x42c),'description':a0_0x5cebf2(0x1c0)},'RAL_5013':{'ral':'RAL_5013','hex':a0_0x5cebf2(0x46e),'description':'Cobalt\x20blue'},'RAL_5014':{'ral':'RAL_5014','hex':a0_0x5cebf2(0xc0),'description':'Pigeon\x20blue'},'RAL_5015':{'ral':a0_0x5cebf2(0x216),'hex':a0_0x5cebf2(0x3f7),'description':'Sky\x20blue'},'RAL_5017':{'ral':a0_0x5cebf2(0x41e),'hex':a0_0x5cebf2(0x33e),'description':a0_0x5cebf2(0x1b0)},'RAL_5018':{'ral':'RAL_5018','hex':a0_0x5cebf2(0x44c),'description':a0_0x5cebf2(0xcc)},'RAL_5019':{'ral':a0_0x5cebf2(0xfc),'hex':'#005E83','description':a0_0x5cebf2(0x1be)},'RAL_5020':{'ral':'RAL_5020','hex':a0_0x5cebf2(0x2c1),'description':a0_0x5cebf2(0x332)},'RAL_5021':{'ral':a0_0x5cebf2(0x425),'hex':'#007577','description':a0_0x5cebf2(0x155)},'RAL_5022':{'ral':a0_0x5cebf2(0x21c),'hex':a0_0x5cebf2(0x1c1),'description':'Night\x20blue'},'RAL_5023':{'ral':'RAL_5023','hex':'#41698C','description':a0_0x5cebf2(0x446)},'RAL_5024':{'ral':'RAL_5024','hex':a0_0x5cebf2(0x3db),'description':'Pastel\x20blue'},'RAL_5025':{'ral':a0_0x5cebf2(0x44d),'hex':'#20697C','description':a0_0x5cebf2(0x40d)},'RAL_5026':{'ral':'RAL_5026','hex':a0_0x5cebf2(0x421),'description':a0_0x5cebf2(0x3ea)},'RAL_6000':{'ral':a0_0x5cebf2(0x3d3),'hex':a0_0x5cebf2(0x489),'description':'Patina\x20green'},'RAL_6001':{'ral':'RAL_6001','hex':'#366735','description':a0_0x5cebf2(0x226)},'RAL_6002':{'ral':a0_0x5cebf2(0xf8),'hex':'#325928','description':a0_0x5cebf2(0x47b)},'RAL_6003':{'ral':a0_0x5cebf2(0x378),'hex':a0_0x5cebf2(0x115),'description':a0_0x5cebf2(0x3ad)},'RAL_6004':{'ral':'RAL_6004','hex':a0_0x5cebf2(0x39a),'description':a0_0x5cebf2(0x42b)},'RAL_6005':{'ral':a0_0x5cebf2(0x1e7),'hex':a0_0x5cebf2(0x38e),'description':'Moss\x20green'},'RAL_6006':{'ral':'RAL_6006','hex':a0_0x5cebf2(0x420),'description':a0_0x5cebf2(0x181)},'RAL_6007':{'ral':a0_0x5cebf2(0x35d),'hex':a0_0x5cebf2(0x1f1),'description':'Bottle\x20green'},'RAL_6008':{'ral':a0_0x5cebf2(0x227),'hex':'#36342A','description':a0_0x5cebf2(0xa2)},'RAL_6009':{'ral':a0_0x5cebf2(0xb8),'hex':a0_0x5cebf2(0x165),'description':a0_0x5cebf2(0x43a)},'RAL_6010':{'ral':a0_0x5cebf2(0x428),'hex':a0_0x5cebf2(0x1e5),'description':a0_0x5cebf2(0x185)},'RAL_6011':{'ral':'RAL_6011','hex':a0_0x5cebf2(0x44a),'description':'Reseda\x20green'},'RAL_6012':{'ral':a0_0x5cebf2(0x175),'hex':'#2F3D3A','description':a0_0x5cebf2(0x147)},'RAL_6013':{'ral':'RAL_6013','hex':a0_0x5cebf2(0x2ff),'description':'Reed\x20green'},'RAL_6014':{'ral':a0_0x5cebf2(0x2b0),'hex':a0_0x5cebf2(0x472),'description':a0_0x5cebf2(0x1dc)},'RAL_6015':{'ral':a0_0x5cebf2(0xd2),'hex':a0_0x5cebf2(0x169),'description':'Black\x20olive'},'RAL_6016':{'ral':a0_0x5cebf2(0x27f),'hex':'#00694C','description':'Turquoise\x20green'},'RAL_6017':{'ral':a0_0x5cebf2(0x330),'hex':a0_0x5cebf2(0x44b),'description':a0_0x5cebf2(0x3a4)},'RAL_6018':{'ral':a0_0x5cebf2(0x3ae),'hex':a0_0x5cebf2(0x326),'description':a0_0x5cebf2(0x9a)},'RAL_6019':{'ral':a0_0x5cebf2(0x471),'hex':a0_0x5cebf2(0x31b),'description':a0_0x5cebf2(0x48e)},'RAL_6020':{'ral':a0_0x5cebf2(0xb3),'hex':a0_0x5cebf2(0x441),'description':'Chrome\x20green'},'RAL_6021':{'ral':a0_0x5cebf2(0x34b),'hex':a0_0x5cebf2(0x259),'description':a0_0x5cebf2(0x2c8)},'RAL_6022':{'ral':'RAL_6022','hex':'#3A3327','description':'Olive\x20drab'},'RAL_6024':{'ral':a0_0x5cebf2(0x495),'hex':a0_0x5cebf2(0x21f),'description':a0_0x5cebf2(0x27b)},'RAL_6025':{'ral':a0_0x5cebf2(0x11e),'hex':'#5E6E3B','description':'Fern\x20green'},'RAL_6026':{'ral':a0_0x5cebf2(0x46a),'hex':a0_0x5cebf2(0x108),'description':a0_0x5cebf2(0x13b)},'RAL_6027':{'ral':a0_0x5cebf2(0x223),'hex':a0_0x5cebf2(0x3f6),'description':a0_0x5cebf2(0x2e3)},'RAL_6028':{'ral':a0_0x5cebf2(0xeb),'hex':a0_0x5cebf2(0xab),'description':a0_0x5cebf2(0x2c5)},'RAL_6029':{'ral':a0_0x5cebf2(0x2d2),'hex':a0_0x5cebf2(0x2a8),'description':'Mint\x20green'},'RAL_6032':{'ral':a0_0x5cebf2(0x497),'hex':a0_0x5cebf2(0xba),'description':a0_0x5cebf2(0x240)},'RAL_6033':{'ral':'RAL_6033','hex':'#45877F','description':a0_0x5cebf2(0x1b5)},'RAL_6034':{'ral':'RAL_6034','hex':a0_0x5cebf2(0x2ea),'description':a0_0x5cebf2(0x329)},'RAL_6035':{'ral':a0_0x5cebf2(0x256),'hex':a0_0x5cebf2(0x26e),'description':a0_0x5cebf2(0x139)},'RAL_6036':{'ral':a0_0x5cebf2(0x346),'hex':a0_0x5cebf2(0x141),'description':a0_0x5cebf2(0x90)},'RAL_6037':{'ral':a0_0x5cebf2(0xb1),'hex':a0_0x5cebf2(0x3ed),'description':a0_0x5cebf2(0xa6)},'RAL_6038':{'ral':a0_0x5cebf2(0x312),'hex':a0_0x5cebf2(0x46d),'description':a0_0x5cebf2(0xfd)},'RAL_6039':{'ral':a0_0x5cebf2(0xe9),'hex':a0_0x5cebf2(0x47e),'description':a0_0x5cebf2(0x3d5)},'RAL_7000':{'ral':a0_0x5cebf2(0x436),'hex':a0_0x5cebf2(0x3a5),'description':a0_0x5cebf2(0x212)},'RAL_7001':{'ral':a0_0x5cebf2(0x372),'hex':a0_0x5cebf2(0x342),'description':a0_0x5cebf2(0xcf)},'RAL_7002':{'ral':'RAL_7002','hex':a0_0x5cebf2(0x40c),'description':a0_0x5cebf2(0x3c2)},'RAL_7003':{'ral':a0_0x5cebf2(0x4aa),'hex':a0_0x5cebf2(0x257),'description':a0_0x5cebf2(0x1d9)},'RAL_7004':{'ral':a0_0x5cebf2(0x20f),'hex':a0_0x5cebf2(0x35f),'description':'Signal\x20grey'},'RAL_7005':{'ral':a0_0x5cebf2(0x364),'hex':a0_0x5cebf2(0x150),'description':a0_0x5cebf2(0x33b)},'RAL_7006':{'ral':a0_0x5cebf2(0x373),'hex':a0_0x5cebf2(0x40e),'description':'Beige\x20grey'},'RAL_7008':{'ral':a0_0x5cebf2(0x16c),'hex':'#745F3D','description':a0_0x5cebf2(0x3ff)},'RAL_7009':{'ral':a0_0x5cebf2(0xd3),'hex':'#5D6058','description':a0_0x5cebf2(0x293)},'RAL_7010':{'ral':a0_0x5cebf2(0x452),'hex':a0_0x5cebf2(0x183),'description':a0_0x5cebf2(0x19a)},'RAL_7011':{'ral':a0_0x5cebf2(0x28f),'hex':a0_0x5cebf2(0x301),'description':a0_0x5cebf2(0x3dd)},'RAL_7012':{'ral':a0_0x5cebf2(0x8f),'hex':a0_0x5cebf2(0x2e4),'description':a0_0x5cebf2(0x2c2)},'RAL_7013':{'ral':a0_0x5cebf2(0x130),'hex':'#575044','description':a0_0x5cebf2(0xea)},'RAL_7015':{'ral':a0_0x5cebf2(0x23b),'hex':a0_0x5cebf2(0x109),'description':'Slate\x20grey'},'RAL_7016':{'ral':'RAL_7016','hex':a0_0x5cebf2(0x16e),'description':a0_0x5cebf2(0x463)},'RAL_7021':{'ral':a0_0x5cebf2(0x199),'hex':a0_0x5cebf2(0x1dd),'description':a0_0x5cebf2(0x285)},'RAL_7022':{'ral':a0_0x5cebf2(0x460),'hex':a0_0x5cebf2(0x98),'description':a0_0x5cebf2(0x36d)},'RAL_7023':{'ral':a0_0x5cebf2(0x33a),'hex':'#808076','description':a0_0x5cebf2(0x187)},'RAL_7024':{'ral':'RAL_7024','hex':a0_0x5cebf2(0x1c4),'description':'Graphite\x20grey'},'RAL_7026':{'ral':a0_0x5cebf2(0x2f5),'hex':a0_0x5cebf2(0x49c),'description':a0_0x5cebf2(0xcb)},'RAL_7030':{'ral':a0_0x5cebf2(0x3e9),'hex':a0_0x5cebf2(0xc8),'description':a0_0x5cebf2(0x195)},'RAL_7031':{'ral':a0_0x5cebf2(0x138),'hex':a0_0x5cebf2(0x1c6),'description':a0_0x5cebf2(0x3c7)},'RAL_7032':{'ral':a0_0x5cebf2(0x1c7),'hex':a0_0x5cebf2(0xfb),'description':'Pebble\x20grey'},'RAL_7033':{'ral':'RAL_7033','hex':'#7F8274','description':a0_0x5cebf2(0x103)},'RAL_7034':{'ral':a0_0x5cebf2(0x32e),'hex':'#92886F','description':'Yellow\x20grey'},'RAL_7035':{'ral':a0_0x5cebf2(0x2f2),'hex':a0_0x5cebf2(0xfa),'description':a0_0x5cebf2(0x3e1)},'RAL_7036':{'ral':'RAL_7036','hex':a0_0x5cebf2(0x362),'description':a0_0x5cebf2(0x465)},'RAL_7037':{'ral':a0_0x5cebf2(0x376),'hex':a0_0x5cebf2(0x337),'description':a0_0x5cebf2(0x3ba)},'RAL_7038':{'ral':a0_0x5cebf2(0x4ac),'hex':a0_0x5cebf2(0x3c9),'description':a0_0x5cebf2(0x3f3)},'RAL_7039':{'ral':a0_0x5cebf2(0x449),'hex':'#6B665E','description':'Quartz\x20grey'},'RAL_7040':{'ral':a0_0x5cebf2(0x134),'hex':a0_0x5cebf2(0x485),'description':'Window\x20grey'},'RAL_7042':{'ral':a0_0x5cebf2(0x2f8),'hex':a0_0x5cebf2(0x46b),'description':a0_0x5cebf2(0x15a)},'RAL_7043':{'ral':a0_0x5cebf2(0x184),'hex':a0_0x5cebf2(0x277),'description':a0_0x5cebf2(0x24e)},'RAL_7044':{'ral':'RAL_7044','hex':a0_0x5cebf2(0xc9),'description':a0_0x5cebf2(0x304)},'RAL_7045':{'ral':a0_0x5cebf2(0xe7),'hex':a0_0x5cebf2(0x466),'description':a0_0x5cebf2(0xbe)},'RAL_7046':{'ral':a0_0x5cebf2(0x343),'hex':a0_0x5cebf2(0x20c),'description':'Telegrey\x202'},'RAL_7047':{'ral':a0_0x5cebf2(0x15f),'hex':a0_0x5cebf2(0x144),'description':'Telegrey\x204'},'RAL_7048':{'ral':'RAL_7048','hex':'#817B73','description':a0_0x5cebf2(0x269)},'RAL_8000':{'ral':'RAL_8000','hex':'#89693F','description':a0_0x5cebf2(0x29e)},'RAL_8001':{'ral':a0_0x5cebf2(0x3f8),'hex':a0_0x5cebf2(0x272),'description':a0_0x5cebf2(0x18b)},'RAL_8002':{'ral':a0_0x5cebf2(0x16a),'hex':a0_0x5cebf2(0x26f),'description':a0_0x5cebf2(0x26c)},'RAL_8003':{'ral':a0_0x5cebf2(0x314),'hex':a0_0x5cebf2(0x3f2),'description':a0_0x5cebf2(0x2ca)},'RAL_8004':{'ral':a0_0x5cebf2(0x17f),'hex':a0_0x5cebf2(0x455),'description':'Copper\x20brown'},'RAL_8007':{'ral':a0_0x5cebf2(0x3f4),'hex':a0_0x5cebf2(0x191),'description':'Fawn\x20brown'},'RAL_8008':{'ral':a0_0x5cebf2(0x318),'hex':a0_0x5cebf2(0x209),'description':a0_0x5cebf2(0x200)},'RAL_8011':{'ral':'RAL_8011','hex':a0_0x5cebf2(0x260),'description':a0_0x5cebf2(0x206)},'RAL_8012':{'ral':'RAL_8012','hex':a0_0x5cebf2(0x1fe),'description':a0_0x5cebf2(0xd7)},'RAL_8014':{'ral':'RAL_8014','hex':a0_0x5cebf2(0x10e),'description':a0_0x5cebf2(0x2f6)},'RAL_8015':{'ral':a0_0x5cebf2(0x1fa),'hex':'#5E2F26','description':'Chestnut\x20brown'},'RAL_8016':{'ral':'RAL_8016','hex':a0_0x5cebf2(0x224),'description':a0_0x5cebf2(0x114)},'RAL_8017':{'ral':a0_0x5cebf2(0x426),'hex':a0_0x5cebf2(0x3d9),'description':a0_0x5cebf2(0x307)},'RAL_8019':{'ral':a0_0x5cebf2(0x31a),'hex':'#3D3635','description':'Grey\x20brown'},'RAL_8022':{'ral':a0_0x5cebf2(0x16b),'hex':a0_0x5cebf2(0x118),'description':'Black\x20brown'},'RAL_8023':{'ral':a0_0x5cebf2(0xa3),'hex':a0_0x5cebf2(0x45b),'description':a0_0x5cebf2(0x28d)},'RAL_8024':{'ral':a0_0x5cebf2(0x2b8),'hex':'#795038','description':a0_0x5cebf2(0x3da)},'RAL_8025':{'ral':a0_0x5cebf2(0x433),'hex':a0_0x5cebf2(0x159),'description':a0_0x5cebf2(0x23c)},'RAL_8028':{'ral':a0_0x5cebf2(0x1d2),'hex':a0_0x5cebf2(0x104),'description':a0_0x5cebf2(0xa4)},'RAL_8029':{'ral':a0_0x5cebf2(0x8c),'hex':a0_0x5cebf2(0x38a),'description':a0_0x5cebf2(0xac)},'RAL_9001':{'ral':a0_0x5cebf2(0x127),'hex':'#E9E0D2','description':'Cream'},'RAL_9002':{'ral':a0_0x5cebf2(0x3be),'hex':a0_0x5cebf2(0x2a6),'description':a0_0x5cebf2(0x166)},'RAL_9003':{'ral':a0_0x5cebf2(0xf1),'hex':'#ECECE7','description':a0_0x5cebf2(0x14c)},'RAL_9004':{'ral':a0_0x5cebf2(0x1cd),'hex':a0_0x5cebf2(0x2b1),'description':a0_0x5cebf2(0x43d)},'RAL_9005':{'ral':a0_0x5cebf2(0x499),'hex':'#0E0E10','description':a0_0x5cebf2(0x399)},'RAL_9006':{'ral':'RAL_9006','hex':a0_0x5cebf2(0x2ec),'description':a0_0x5cebf2(0x22a)},'RAL_9007':{'ral':a0_0x5cebf2(0x2d3),'hex':'#868581','description':a0_0x5cebf2(0x473)},'RAL_9010':{'ral':a0_0x5cebf2(0x143),'hex':a0_0x5cebf2(0x197),'description':'Pure\x20white'},'RAL_9011':{'ral':a0_0x5cebf2(0x1a6),'hex':a0_0x5cebf2(0x38f),'description':a0_0x5cebf2(0xc3)},'RAL_9012':{'ral':a0_0x5cebf2(0x24a),'hex':a0_0x5cebf2(0x217),'description':a0_0x5cebf2(0x1e1)},'RAL_9016':{'ral':'RAL_9016','hex':'#F1F1EA','description':'Traffic\x20white'},'RAL_9017':{'ral':a0_0x5cebf2(0x42f),'hex':a0_0x5cebf2(0x459),'description':a0_0x5cebf2(0x1b4)},'RAL_9018':{'ral':a0_0x5cebf2(0xd0),'hex':a0_0x5cebf2(0x1b6),'description':'Papyrus\x20white'},'RAL_9022':{'ral':a0_0x5cebf2(0x21d),'hex':a0_0x5cebf2(0x47f),'description':a0_0x5cebf2(0x479)},'RAL_9023':{'ral':a0_0x5cebf2(0x310),'hex':'#787B7A','description':a0_0x5cebf2(0x251)}};function fr(_0x2b63fd){return ht[_0x2b63fd]?.['hex'];}function dr(_0x282590){return _0x282590?_0x282590 in ht:!0x1;}const ne=new Map();async function pr(_0x120240){const _0x46a9df=a0_0x5cebf2;if(ne[_0x46a9df(0x151)](_0x120240))return ne['get'](_0x120240);try{if((await fetch(_0x120240,{'method':'HEAD'}))['ok'])return ne[_0x46a9df(0x156)](_0x120240,!0x0),!0x0;const _0x344126=new AbortController(),_0x2af31a=await fetch(_0x120240,{'method':_0x46a9df(0x490),'signal':_0x344126[_0x46a9df(0x2fa)]});_0x344126[_0x46a9df(0xa0)]();const _0x1f6b59=_0x2af31a['ok'];return ne[_0x46a9df(0x156)](_0x120240,_0x1f6b59),_0x1f6b59;}catch{return!0x1;}}const we={'textureBaseUrl':'https://imagedelivery.net/aYYmWUcv7lRhpLdU4ojPsA','textureFolder':a0_0x5cebf2(0xe8),'textureExtension':'.jpg','textureSuffix':a0_0x5cebf2(0x2cc)},Ie=m[a0_0x5cebf2(0x3b9)](we);function mr({children:_0x251342,config:_0x9b6650={}}){const _0x39dd6f=a0_0x5cebf2,_0x5caddc={...we,..._0x9b6650};return f[_0x39dd6f(0x3a7)](Ie[_0x39dd6f(0x48c)],{'value':_0x5caddc,'children':_0x251342});}function Ar(){const _0x42f7e8=a0_0x5cebf2,_0x5b3ffa=m[_0x42f7e8(0x498)](Ie);return _0x5b3ffa||we;}function ze(_0x30cb0f,_0x5a558d){const _0x1bed49=a0_0x5cebf2,{textureBaseUrl:_0x5474bb,textureFolder:_0x6b3946,textureExtension:_0x870ce1,textureSuffix:_0x4325f3}=_0x5a558d,_0x54bdef=_0x6b3946?'/'+_0x6b3946:'';return''+_0x5474bb+_0x54bdef+'/'+_0x30cb0f+(_0x870ce1||_0x1bed49(0x3e5))+(_0x4325f3||'');}const xr=a0_0x5cebf2(0x2e5);function _r(_0x4c16f3){const _0x5c8676=a0_0x5cebf2,_0x170647=Ar(),_0x23b3dd=m[_0x5c8676(0xf2)](()=>_0x4c16f3?.[_0x5c8676(0x385)]()['includes'](_0x5c8676(0x247))??!0x1,[_0x4c16f3]),_0x259c4e=m[_0x5c8676(0xf2)](()=>_0x4c16f3&&dr(_0x4c16f3)?fr(_0x4c16f3):null,[_0x4c16f3]),{value:_0x8b3972,loading:_0x3a7929}=hr(async()=>{if(!_0x4c16f3||_0x259c4e||_0x23b3dd)return!0x1;const _0x2eae89=ze(_0x4c16f3,_0x170647);return await pr(_0x2eae89);},[_0x4c16f3,_0x259c4e,_0x23b3dd,_0x170647]),_0x518884=m[_0x5c8676(0xf2)](()=>_0x259c4e||!_0x4c16f3||_0x3a7929||!_0x8b3972||_0x23b3dd?xr:ze(_0x4c16f3,_0x170647),[_0x259c4e,_0x4c16f3,_0x8b3972,_0x3a7929,_0x23b3dd,_0x170647]),_0x34801d=xt['useLoader'](le[_0x5c8676(0x3a0)],_0x518884);return _0x23b3dd?{'texture':null,'color':_0x5c8676(0x1d1),'type':'glass','isLoading':!0x1,'opacity':0.1}:_0x259c4e?{'texture':null,'color':_0x259c4e,'type':'ral-color','isLoading':!0x1}:!_0x4c16f3||_0x3a7929||_0x8b3972===void 0x0?{'texture':null,'color':Fe,'type':_0x5c8676(0x354),'isLoading':_0x3a7929||_0x8b3972===void 0x0}:_0x8b3972?{'texture':_0x34801d,'color':null,'type':'texture','isLoading':!0x1}:{'texture':null,'color':Fe,'type':_0x5c8676(0x354),'isLoading':!0x1};}const H=m[a0_0x5cebf2(0xbf)](function({length:_0x17fbf5,width:_0x185c90,thk:_0xccc27f,material:_0xc3e7d6=a0_0x5cebf2(0x431),opacity:_0x9dfe2f=0x1,isSelected:_0x1f80c8=!0x1,isHovered:_0x163613=!0x1,onClick:_0x5d788c,onPointerEnter:_0x387187,onPointerLeave:_0x3b87a9,startPanelThk:_0x3dcd2e=0x0,endPanelThk:_0xf29dea=0x0,render_mat:_0xe1ab52}){const _0x4b08c1=a0_0x5cebf2,{texture:_0x4e488c,color:_0x2787d4,opacity:_0x47ae11}=_r(_0xe1ab52);let _0x1705fe=m[_0x4b08c1(0xf2)](()=>_0x1f80c8?_0x4b08c1(0x1e8):_0x163613?_0x4b08c1(0x410):_0x4e488c?_0x4b08c1(0x365):_0x2787d4||_0xc3e7d6,[_0x1f80c8,_0x163613,_0x4e488c,_0x2787d4,_0xc3e7d6]),_0x596c72=_0x1f80c8||_0x163613?0x1:_0x47ae11??_0x9dfe2f;const _0x20b8c9=m[_0x4b08c1(0xf2)](()=>{const _0x577500=_0x4b08c1;if(_0x3dcd2e!==0x0||_0xf29dea!==0x0){const {shape:_0x45fe76}=ut(_0x185c90,_0xccc27f,_0x3dcd2e,_0xf29dea),_0x1b8a58=new le[(_0x577500(0x333))](_0x45fe76,{'depth':_0x17fbf5,'bevelEnabled':!0x1,'steps':0x1});return _0x1b8a58[_0x577500(0x36c)](),_0x1b8a58['rotateZ'](-Math['PI']/0x2),_0x1b8a58[_0x577500(0x1f6)](Math['PI']/0x2),_0x1b8a58;}else return new le[(_0x577500(0x1a2))](_0x17fbf5,_0x185c90,_0xccc27f);},[_0x17fbf5,_0x185c90,_0xccc27f,_0x3dcd2e,_0xf29dea]);return f[_0x4b08c1(0x3a7)]('group',{'rotation':[0x0,0x0,0x0],'children':f[_0x4b08c1(0x435)](_0x4b08c1(0x96),{'geometry':_0x20b8c9,'onClick':_0x5d788c,'onPointerEnter':_0x387187,'onPointerLeave':_0x3b87a9,'children':[f['jsx'](_0x4b08c1(0x188),{'map':_0x4e488c,'color':_0x1705fe,'opacity':_0x596c72,'transparent':_0x596c72<0x1}),f[_0x4b08c1(0x3a7)](Ee['Edges'],{'color':_0x1f80c8?_0x4b08c1(0x1e8):_0x163613?'#0066ff':_0x4b08c1(0x351),'opacity':0.1,'transparent':!0x0})]})});}),Re={'cpNames':['*'],'showHorizontal':!0x1,'showVertical':!0x1,'position':{'horizontal':a0_0x5cebf2(0x3eb),'vertical':a0_0x5cebf2(0x2f0)},'offset':0x64,'lineStyle':{'color':a0_0x5cebf2(0x1cf),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xc},'showLabel':!0x0,'labelSuffix':''},gr=[{'cpNames':[a0_0x5cebf2(0x95),'P_CP_T100_WP*'],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':'bottom','vertical':a0_0x5cebf2(0x2f0)},'offset':0x0,'lineStyle':{'color':a0_0x5cebf2(0x413),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa},'showLabel':!0x0,'labelSuffix':''},{'cpNames':[a0_0x5cebf2(0x14b)],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':a0_0x5cebf2(0x3eb),'vertical':'left'},'offset':0x0,'lineStyle':{'color':a0_0x5cebf2(0xbb),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa}}];function Rr(_0x3a67e8){const _0x14de30=a0_0x5cebf2;if(!_0x3a67e8)return null;for(const _0x2df43a of gr)for(const _0x3d6eee of _0x2df43a[_0x14de30(0x1d4)])if(Lr(_0x3a67e8,_0x3d6eee))return{...Re,..._0x2df43a,'position':{...Re[_0x14de30(0x270)],..._0x2df43a[_0x14de30(0x270)]},'lineStyle':{...Re[_0x14de30(0x360)],..._0x2df43a[_0x14de30(0x360)]}};return null;}function Lr(_0x198bfc,_0x45d2aa){const _0x147dec=a0_0x5cebf2;if(_0x45d2aa==='*'||_0x45d2aa===_0x198bfc)return!0x0;const _0x771a6c=_0x45d2aa[_0x147dec(0xc1)](/\*/g,'.*')['replace'](/\?/g,'.');return new RegExp('^'+_0x771a6c+'$')[_0x147dec(0x1cc)](_0x198bfc);}function Er({width:_0x3799d6,height:_0x2adc24,rules:_0x3eb4a5}){const _0x59d19a=a0_0x5cebf2;if(!_0x3eb4a5[_0x59d19a(0x2b9)]&&!_0x3eb4a5[_0x59d19a(0x481)])return null;const _0x5c0c5b=_0x3eb4a5[_0x59d19a(0x9d)]||0x1e,_0x54a555=_0x3eb4a5[_0x59d19a(0x360)]||{},_0x48910f=_0x54a555['color']||'#333',_0xd007b0=_0x54a555['strokeWidth']||0x1,_0x2333db=_0x54a555[_0x59d19a(0x439)]||0xc,_0x3d5278=_0x54a555[_0x59d19a(0x2da)]||0x6,_0x66cf06=[];if(_0x3eb4a5[_0x59d19a(0x2b9)]){const _0x561970=[];_0x3eb4a5['position']?.[_0x59d19a(0x18f)]===_0x59d19a(0x210)?_0x561970[_0x59d19a(0x3e7)](_0x59d19a(0x15c),'bottom'):_0x3eb4a5['position']?.[_0x59d19a(0x18f)]===_0x59d19a(0x15c)?_0x561970[_0x59d19a(0x3e7)]('top'):_0x3eb4a5[_0x59d19a(0x270)]?.[_0x59d19a(0x18f)]===_0x59d19a(0x3eb)&&_0x561970[_0x59d19a(0x3e7)]('bottom'),_0x561970[_0x59d19a(0x3c0)]((_0x88425d,_0x1d76d0)=>{const _0x4d376b=_0x59d19a,_0x13a1db=_0x88425d==='bottom'?-_0x2adc24/0x2-_0x5c0c5b:_0x2adc24/0x2+_0x5c0c5b,_0x4f26b9=_0x3eb4a5[_0x4d376b(0xee)]?''+_0x3799d6[_0x4d376b(0x28b)](0x0)+(_0x3eb4a5[_0x4d376b(0x1e9)]||''):'';_0x66cf06[_0x4d376b(0x3e7)](f['jsxs']('g',{'children':[f[_0x4d376b(0x3a7)](_0x4d376b(0x12c),{'x1':-_0x3799d6/0x2,'y1':_0x13a1db,'x2':_0x3799d6/0x2,'y2':_0x13a1db,'stroke':_0x48910f,'strokeWidth':_0xd007b0}),f[_0x4d376b(0x3a7)](_0x4d376b(0x30c),{'points':-_0x3799d6/0x2+','+_0x13a1db+'\x20'+(-_0x3799d6/0x2+_0x3d5278)+','+(_0x13a1db-_0x3d5278/0x2)+'\x20'+(-_0x3799d6/0x2+_0x3d5278)+','+(_0x13a1db+_0x3d5278/0x2),'fill':_0x48910f}),f[_0x4d376b(0x3a7)](_0x4d376b(0x30c),{'points':_0x3799d6/0x2+','+_0x13a1db+'\x20'+(_0x3799d6/0x2-_0x3d5278)+','+(_0x13a1db-_0x3d5278/0x2)+'\x20'+(_0x3799d6/0x2-_0x3d5278)+','+(_0x13a1db+_0x3d5278/0x2),'fill':_0x48910f}),f['jsx'](_0x4d376b(0x12c),{'x1':-_0x3799d6/0x2,'y1':-_0x2adc24/0x2,'x2':-_0x3799d6/0x2,'y2':_0x13a1db,'stroke':_0x48910f,'strokeWidth':_0xd007b0*0.5,'strokeDasharray':_0x4d376b(0x9f)}),f[_0x4d376b(0x3a7)](_0x4d376b(0x12c),{'x1':_0x3799d6/0x2,'y1':-_0x2adc24/0x2,'x2':_0x3799d6/0x2,'y2':_0x13a1db,'stroke':_0x48910f,'strokeWidth':_0xd007b0*0.5,'strokeDasharray':_0x4d376b(0x9f)}),_0x4f26b9&&f[_0x4d376b(0x3a7)]('g',{'transform':'translate(0,\x20'+(_0x13a1db-_0x2333db)+')','children':f[_0x4d376b(0x3a7)]('text',{'textAnchor':_0x4d376b(0xaa),'fontSize':_0x2333db,'fill':_0x48910f,'transform':'scale(1,-1)','children':_0x4f26b9})})]},'h-'+_0x88425d+'-'+_0x1d76d0));});}if(_0x3eb4a5[_0x59d19a(0x481)]){const _0x59af66=[];_0x3eb4a5['position']?.[_0x59d19a(0x320)]===_0x59d19a(0x210)?_0x59af66['push'](_0x59d19a(0x2f0),_0x59d19a(0x245)):_0x3eb4a5[_0x59d19a(0x270)]?.[_0x59d19a(0x320)]===_0x59d19a(0x2f0)?_0x59af66[_0x59d19a(0x3e7)](_0x59d19a(0x2f0)):_0x3eb4a5[_0x59d19a(0x270)]?.[_0x59d19a(0x320)]==='right'&&_0x59af66[_0x59d19a(0x3e7)]('right'),_0x59af66[_0x59d19a(0x3c0)]((_0x567b36,_0x37d965)=>{const _0x2e96fe=_0x59d19a,_0x32d360=_0x567b36===_0x2e96fe(0x2f0)?-_0x3799d6/0x2-_0x5c0c5b:_0x3799d6/0x2+_0x5c0c5b,_0x49dac9=_0x3eb4a5[_0x2e96fe(0xee)]?''+_0x2adc24['toFixed'](0x0)+(_0x3eb4a5['labelSuffix']||''):'';_0x66cf06[_0x2e96fe(0x3e7)](f['jsxs']('g',{'children':[f[_0x2e96fe(0x3a7)](_0x2e96fe(0x12c),{'x1':_0x32d360,'y1':-_0x2adc24/0x2,'x2':_0x32d360,'y2':_0x2adc24/0x2,'stroke':_0x48910f,'strokeWidth':_0xd007b0}),f[_0x2e96fe(0x3a7)](_0x2e96fe(0x30c),{'points':_0x32d360+','+-_0x2adc24/0x2+'\x20'+(_0x32d360-_0x3d5278/0x2)+','+(-_0x2adc24/0x2+_0x3d5278)+'\x20'+(_0x32d360+_0x3d5278/0x2)+','+(-_0x2adc24/0x2+_0x3d5278),'fill':_0x48910f}),f[_0x2e96fe(0x3a7)](_0x2e96fe(0x30c),{'points':_0x32d360+','+_0x2adc24/0x2+'\x20'+(_0x32d360-_0x3d5278/0x2)+','+(_0x2adc24/0x2-_0x3d5278)+'\x20'+(_0x32d360+_0x3d5278/0x2)+','+(_0x2adc24/0x2-_0x3d5278),'fill':_0x48910f}),f[_0x2e96fe(0x3a7)](_0x2e96fe(0x12c),{'x1':-_0x3799d6/0x2,'y1':-_0x2adc24/0x2,'x2':_0x32d360,'y2':-_0x2adc24/0x2,'stroke':_0x48910f,'strokeWidth':_0xd007b0*0.5,'strokeDasharray':_0x2e96fe(0x9f)}),f[_0x2e96fe(0x3a7)](_0x2e96fe(0x12c),{'x1':-_0x3799d6/0x2,'y1':_0x2adc24/0x2,'x2':_0x32d360,'y2':_0x2adc24/0x2,'stroke':_0x48910f,'strokeWidth':_0xd007b0*0.5,'strokeDasharray':_0x2e96fe(0x9f)}),_0x49dac9&&f[_0x2e96fe(0x3a7)](_0x2e96fe(0x2b3),{'x':_0x32d360+(_0x567b36===_0x2e96fe(0x2f0)?-_0x2333db:_0x2333db),'y':0x0,'textAnchor':'middle','fontSize':_0x2333db,'fill':_0x48910f,'transform':_0x2e96fe(0x43e)+(_0x32d360+(_0x567b36==='left'?-_0x2333db:_0x2333db))+_0x2e96fe(0x12f),'children':_0x49dac9})]},'v-'+_0x567b36+'-'+_0x37d965));});}return f[_0x59d19a(0x3a7)]('g',{'className':_0x59d19a(0x1af),'children':_0x66cf06});}function K({dim_x:_0x261ad5,dim_y:_0x591fec,text:_0x23c5a4='',stroke_width:_0x1e1b9a=0x2,rotate:_0x12b7e5=0x0,isSelected:_0x5623c0=!0x1,isHovered:_0x1c6c89=!0x1,onClick:_0x539432,onMouseEnter:_0x445d22,onMouseLeave:_0xf90c9b,startPanelThk:_0x42bdc8=0x0,endPanelThk:_0x5795bc=0x0,cpName:_0x9890f7,render_mat:_0x17a23d}){const _0x65c61a=a0_0x5cebf2,{svgPath:_0x448178}=ut(_0x261ad5,_0x591fec,_0x42bdc8,_0x5795bc),_0x3a2eff=_0x5623c0?_0x65c61a(0x1e8):_0x1c6c89?_0x65c61a(0x410):'black',_0xa9c2fc=_0x5623c0?_0x1e1b9a*0x2:_0x1c6c89?_0x1e1b9a*1.5:_0x1e1b9a,_0x598fd0=_0x5623c0?0.8:_0x1c6c89?0.7:0.5,_0x26c0f6=_0x17a23d?.[_0x65c61a(0x385)]()['includes'](_0x65c61a(0x247))?'#3accc1':_0x65c61a(0x148),_0x4b20bf=_0x9890f7?Rr(_0x9890f7):null;return f['jsxs']('g',{'transform':_0x65c61a(0x18c)+_0x12b7e5+')','children':[f[_0x65c61a(0x3a7)](_0x65c61a(0x415),{'d':_0x448178,'stroke':_0x3a2eff,'strokeWidth':_0xa9c2fc,'fill':_0x26c0f6,'strokeLinejoin':_0x65c61a(0x230),'strokeMiterlimit':'1','opacity':_0x598fd0,'onClick':_0x539432,'onMouseEnter':_0x445d22,'onMouseLeave':_0xf90c9b,'style':{'cursor':_0x539432?_0x65c61a(0x189):_0x65c61a(0x208)}}),f[_0x65c61a(0x3a7)]('text',{'transform':_0x65c61a(0x152),'x':0x0,'y':0x0,'textAnchor':_0x65c61a(0xaa),'dominantBaseline':_0x65c61a(0x279),'fontSize':0xa,'children':_0x23c5a4}),_0x4b20bf&&f[_0x65c61a(0x3a7)](Er,{'width':_0x261ad5,'height':_0x591fec*1.05,'rules':_0x4b20bf})]});}function Sr({TREEID:_0x5341e2,dimension:_0x16e0e9,view:_0x15de6c,helper:_0x562c49}){const _0x8053c5=a0_0x5cebf2,_0x12f09a=_0x562c49[_0x8053c5(0x444)],_0x38b42e=_0x12f09a?.[_0x8053c5(0x258)];let _0x42a88d;if(!_0x12f09a||!_0x38b42e||_0x38b42e[_0x8053c5(0x486)][_0x8053c5(0x119)](_0x8053c5(0x49a)))return;pe(_0x38b42e)&&(_0x42a88d=_0x38b42e[_0x8053c5(0x137)]['kms']?.[_0x8053c5(0x1a4)]?.[_0x8053c5(0x14e)][_0x8053c5(0x23f)]);const {elmTrimThk:_0x59465d}=_0x12f09a,_0x944a59=_0x562c49[_0x8053c5(0x2f0)]?.[_0x8053c5(0x274)],_0xadb2ea=_0x562c49[_0x8053c5(0x245)]?.[_0x8053c5(0x274)],_0x2eaac7=(_0x12f09a['trim'][_0x8053c5(0x1ac)]==='S'?_0x944a59:0x0)??0x0,_0x1ccb50=(_0x12f09a[_0x8053c5(0x2ab)][_0x8053c5(0x211)]==='S'?_0xadb2ea:0x0)??0x0,_0x6129d3=(_0x12f09a[_0x8053c5(0x2ab)][_0x8053c5(0x1ac)]==='M'?_0x944a59:0x0)??0x0,_0x150ae1=(_0x12f09a[_0x8053c5(0x2ab)][_0x8053c5(0x211)]==='M'?_0xadb2ea:0x0)??0x0,_0x20c3af=_0x16e0e9[_0x8053c5(0x311)]-_0x59465d[_0x8053c5(0x15c)]-_0x59465d['bottom']+_0x12f09a['oversize'][_0x8053c5(0x15c)]+_0x12f09a['oversize'][_0x8053c5(0x3eb)],_0x433b1b=_0x16e0e9[_0x8053c5(0x3ec)]-_0x2eaac7-_0x1ccb50+_0x12f09a['oversize'][_0x8053c5(0x1ac)]+_0x12f09a['oversize'][_0x8053c5(0x211)],_0x1e7983=_0x12f09a[_0x8053c5(0x274)],_0x3122b0=-(_0x12f09a['oversize'][_0x8053c5(0x1ac)]/0x2-_0x12f09a['oversize'][_0x8053c5(0x211)]/0x2-_0x2eaac7/0x2+_0x1ccb50/0x2),_0x1089e5=-(_0x16e0e9[_0x8053c5(0x461)]/0x2-_0x1e7983/0x2),_0xa29c88=-_0x12f09a[_0x8053c5(0x2b2)][_0x8053c5(0x3eb)]/0x2+_0x12f09a[_0x8053c5(0x2b2)][_0x8053c5(0x15c)]/0x2+_0x59465d[_0x8053c5(0x3eb)]/0x2-_0x59465d[_0x8053c5(0x15c)]/0x2;return _0x15de6c===v['_3D']?f[_0x8053c5(0x3a7)](_0x8053c5(0x2d8),{'position':[_0x3122b0/L,_0x1089e5/L,_0xa29c88/L],'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'children':f['jsx'](H,{'length':_0x20c3af/L,'width':_0x433b1b/L,'thk':_0x1e7983/L,'treeId':_0x5341e2,'startPanelThk':_0x6129d3/L,'endPanelThk':_0x150ae1/L,'render_mat':_0x42a88d})}):f[_0x8053c5(0x3a7)]('g',{'transform':'translate('+_0x3122b0+','+(_0x15de6c===v['_2D_TOP']?_0x1089e5:_0xa29c88)+_0x8053c5(0x347),'children':f['jsx'](K,{'dim_x':_0x433b1b,'dim_y':_0x15de6c===v['_2D_TOP']?_0x1e7983:_0x20c3af,'text':_0x20c3af+'\x20x\x20'+_0x433b1b+_0x8053c5(0x1a3)+_0x1e7983,'treeId':_0x5341e2,'startPanelThk':_0x15de6c===v[_0x8053c5(0x207)]?_0x6129d3:0x0,'endPanelThk':_0x15de6c===v[_0x8053c5(0x207)]?_0x150ae1:0x0,'cpName':_0x38b42e[_0x8053c5(0x486)],'render_mat':_0x42a88d})});}const B=({view:_0x38eae8=v[a0_0x5cebf2(0x39b)],position:_0xa54c19=[0x0,0x0,0x0],rotation:_0x4836fc=[0x0,0x0,0x0],children:_0x26bbd9,onClick:_0x50ee3e})=>{const _0x3a242c=a0_0x5cebf2;if(_0x38eae8===v[_0x3a242c(0x39b)])return f[_0x3a242c(0x3a7)]('group',{'position':[_0xa54c19[0x0],_0xa54c19[0x1],_0xa54c19[0x2]],'rotation':_0x4836fc,'onClick':_0x50ee3e,'onPointerOver':_0x21c163=>{const _0x122a9f=_0x3a242c;_0x50ee3e&&(_0x21c163[_0x122a9f(0x1eb)](),document[_0x122a9f(0x33f)]['style'][_0x122a9f(0x17b)]=_0x122a9f(0x189));},'onPointerOut':()=>{const _0x535063=_0x3a242c;_0x50ee3e&&(document['body'][_0x535063(0x31c)][_0x535063(0x17b)]='default');},'children':_0x26bbd9});const _0x59f4e6=_0xa54c19[0x0]*L,_0x579e6c=_0x38eae8===v[_0x3a242c(0x207)]?_0xa54c19[0x1]*L:_0xa54c19[0x2]*L,_0x2ca784=_0x4836fc[0x2]*(0xb4/Math['PI']);return f['jsx']('g',{'transform':_0x3a242c(0x248)+_0x59f4e6+','+_0x579e6c+_0x3a242c(0x42d)+_0x2ca784+')','onClick':_0x50ee3e,'style':_0x50ee3e?{'cursor':_0x3a242c(0x189)}:void 0x0,'children':_0x26bbd9});};function yr({TREEID:_0x2a98d6,dimension:_0x2d511f,view:_0x1af439,helper:_0x431195}){const _0x3dd1f7=a0_0x5cebf2,_0x2c0bac=_0x431195[_0x3dd1f7(0x2f0)],_0x5295ef=_0x2c0bac?.[_0x3dd1f7(0x258)];let _0x2e7c0e;if(!_0x2c0bac||!_0x5295ef||_0x5295ef[_0x3dd1f7(0x486)][_0x3dd1f7(0x119)](_0x3dd1f7(0x49a)))return;pe(_0x5295ef)&&(_0x2e7c0e=_0x5295ef[_0x3dd1f7(0x137)]['kms']?.['material']?.[_0x3dd1f7(0x14e)][_0x3dd1f7(0x23f)]);const {elmTrimThk:_0xfa9d73}=_0x2c0bac,_0x400d76=_0x431195[_0x3dd1f7(0x1f3)]?.[_0x3dd1f7(0x274)],_0x47bdfa=_0x431195[_0x3dd1f7(0x444)]?.[_0x3dd1f7(0x274)],_0x46d970=(_0x2c0bac['trim'][_0x3dd1f7(0x1ac)]==='S'?_0x400d76:0x0)??0x0,_0x2d6862=(_0x2c0bac[_0x3dd1f7(0x2ab)][_0x3dd1f7(0x211)]==='S'?_0x47bdfa:0x0)??0x0,_0x22aacc=(_0x2c0bac[_0x3dd1f7(0x2ab)][_0x3dd1f7(0x1ac)]==='M'?_0x400d76:0x0)??0x0,_0xffae3e=(_0x2c0bac[_0x3dd1f7(0x2ab)][_0x3dd1f7(0x211)]==='M'?_0x47bdfa:0x0)??0x0,_0x3479e2=_0x2d511f['height']-_0xfa9d73[_0x3dd1f7(0x15c)]-_0xfa9d73[_0x3dd1f7(0x3eb)]+_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x15c)]+_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x3eb)],_0x5bf57c=_0x2d511f[_0x3dd1f7(0x461)]-_0x46d970-_0x2d6862+_0x2c0bac['oversize'][_0x3dd1f7(0x1ac)]+_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x211)],_0x4a23b0=_0x2c0bac[_0x3dd1f7(0x274)],_0x55b44f=-(_0x2d511f[_0x3dd1f7(0x3ec)]/0x2-_0x4a23b0/0x2),_0x45af05=_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x1ac)]/0x2-_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x211)]/0x2-_0x46d970/0x2+_0x2d6862/0x2,_0x1b3119=-_0x2c0bac[_0x3dd1f7(0x2b2)]['bottom']/0x2+_0x2c0bac[_0x3dd1f7(0x2b2)][_0x3dd1f7(0x15c)]/0x2+_0xfa9d73[_0x3dd1f7(0x3eb)]/0x2-_0xfa9d73[_0x3dd1f7(0x15c)]/0x2;return _0x1af439===v[_0x3dd1f7(0x39b)]?f[_0x3dd1f7(0x3a7)](_0x3dd1f7(0x2d8),{'position':[_0x55b44f/L,_0x45af05/L,_0x1b3119/L],'rotation':[0x0,-Math['PI']/0x2,0x0],'children':f['jsx'](H,{'length':_0x3479e2/L,'width':_0x5bf57c/L,'thk':_0x4a23b0/L,'treeId':_0x2a98d6,'startPanelThk':_0x22aacc/L,'endPanelThk':_0xffae3e/L,'render_mat':_0x2e7c0e})}):f['jsx']('g',{'transform':_0x3dd1f7(0x248)+_0x55b44f+','+(_0x1af439===v['_2D_TOP']?_0x45af05:_0x1b3119)+')\x20rotate(90)','children':f[_0x3dd1f7(0x3a7)](K,{'dim_x':_0x1af439===v['_2D_TOP']?_0x5bf57c:_0x3479e2,'dim_y':_0x4a23b0,'text':_0x3479e2+_0x3dd1f7(0x1a3)+_0x5bf57c+_0x3dd1f7(0x1a3)+_0x4a23b0,'treeId':_0x2a98d6,'rotate':0xb4,'startPanelThk':_0x1af439===v[_0x3dd1f7(0x207)]?_0x22aacc:0x0,'endPanelThk':_0x1af439===v[_0x3dd1f7(0x207)]?_0xffae3e:0x0,'render_mat':_0x2e7c0e,'cpName':_0x5295ef[_0x3dd1f7(0x486)]})});}function br({TREEID:_0x5a80ca,dimension:_0x394a7a,view:_0x5388dc,helper:_0x1ade4e}){const _0x4c2906=a0_0x5cebf2,_0x44f074=_0x1ade4e[_0x4c2906(0x1f3)],_0x4bcb1b=_0x44f074?.[_0x4c2906(0x258)];let _0x2150bf;if(!_0x44f074||!_0x4bcb1b||_0x4bcb1b[_0x4c2906(0x486)][_0x4c2906(0x119)](_0x4c2906(0x49a)))return;pe(_0x4bcb1b)&&(_0x2150bf=_0x4bcb1b['props'][_0x4c2906(0x2f7)]?.['material']?.[_0x4c2906(0x14e)]['textureId']);const {elmTrimThk:_0x5527b0}=_0x44f074,_0x152cd7=_0x1ade4e['right']?.[_0x4c2906(0x274)],_0x121c5e=_0x1ade4e[_0x4c2906(0x2f0)]?.[_0x4c2906(0x274)],_0xe1cb04=(_0x44f074[_0x4c2906(0x2ab)][_0x4c2906(0x1ac)]==='S'?_0x152cd7:0x0)??0x0,_0x363687=(_0x44f074[_0x4c2906(0x2ab)][_0x4c2906(0x211)]==='S'?_0x121c5e:0x0)??0x0,_0x1acfca=(_0x44f074[_0x4c2906(0x2ab)][_0x4c2906(0x1ac)]==='M'?_0x152cd7:0x0)??0x0,_0x58ea9a=(_0x44f074[_0x4c2906(0x2ab)]['end']==='M'?_0x121c5e:0x0)??0x0,_0x1a5d87=_0x394a7a[_0x4c2906(0x311)]-_0x5527b0[_0x4c2906(0x15c)]-_0x5527b0[_0x4c2906(0x3eb)]+_0x44f074[_0x4c2906(0x2b2)][_0x4c2906(0x15c)]+_0x44f074[_0x4c2906(0x2b2)]['bottom'],_0x4b8041=_0x394a7a[_0x4c2906(0x3ec)]-_0xe1cb04-_0x363687+_0x44f074['oversize']['start']+_0x44f074[_0x4c2906(0x2b2)]['end'],_0x27d166=_0x44f074[_0x4c2906(0x274)],_0x42e039=_0x44f074[_0x4c2906(0x2b2)][_0x4c2906(0x1ac)]/0x2-_0x44f074['oversize']['end']/0x2-_0xe1cb04/0x2+_0x363687/0x2,_0x4f07c1=_0x394a7a[_0x4c2906(0x461)]/0x2-_0x27d166/0x2,_0x53bb99=-_0x44f074['oversize'][_0x4c2906(0x3eb)]/0x2+_0x44f074[_0x4c2906(0x2b2)][_0x4c2906(0x15c)]/0x2+_0x5527b0[_0x4c2906(0x3eb)]/0x2-_0x5527b0[_0x4c2906(0x15c)]/0x2;return _0x5388dc===v['_3D']?f[_0x4c2906(0x3a7)](_0x4c2906(0x2d8),{'position':[_0x42e039/L,_0x4f07c1/L,_0x53bb99/L],'rotation':[Math['PI']/0x2,Math['PI'],Math['PI']/0x2],'children':f[_0x4c2906(0x3a7)](H,{'length':_0x1a5d87/L,'width':_0x4b8041/L,'thk':_0x27d166/L,'treeId':_0x5a80ca,'startPanelThk':_0x1acfca/L,'endPanelThk':_0x58ea9a/L,'render_mat':_0x2150bf})}):f[_0x4c2906(0x3a7)]('g',{'transform':_0x4c2906(0x248)+_0x42e039+','+(_0x5388dc===v[_0x4c2906(0x207)]?_0x4f07c1:_0x53bb99)+_0x4c2906(0x347),'children':f[_0x4c2906(0x3a7)](K,{'dim_x':_0x4b8041,'dim_y':_0x5388dc===v['_2D_TOP']?_0x27d166:_0x1a5d87,'text':_0x1a5d87+_0x4c2906(0x1a3)+_0x4b8041+'\x20x\x20'+_0x27d166,'treeId':_0x5a80ca,'rotate':0xb4,'startPanelThk':_0x5388dc===v[_0x4c2906(0x207)]?_0x1acfca:0x0,'endPanelThk':_0x5388dc===v[_0x4c2906(0x207)]?_0x58ea9a:0x0,'cpName':_0x4bcb1b[_0x4c2906(0x486)],'render_mat':_0x2150bf})});}function vr({TREEID:_0x3e120c,dimension:_0x2de0f9,view:_0x5c9ea8,helper:_0x106e2b}){const _0x2091a5=a0_0x5cebf2,_0x2a8efc=_0x106e2b[_0x2091a5(0x245)],_0x1ab0b8=_0x2a8efc?.['constPrinciple'];let _0x54b9c1;if(!_0x2a8efc||!_0x1ab0b8||_0x1ab0b8[_0x2091a5(0x486)]['includes'](_0x2091a5(0x49a)))return;pe(_0x1ab0b8)&&(_0x54b9c1=_0x1ab0b8[_0x2091a5(0x137)][_0x2091a5(0x2f7)]?.[_0x2091a5(0x1a4)]?.[_0x2091a5(0x14e)][_0x2091a5(0x23f)]);const {elmTrimThk:_0x2305a6}=_0x2a8efc,_0x162b0c=_0x106e2b[_0x2091a5(0x444)]?.[_0x2091a5(0x274)],_0x1fd5fc=_0x106e2b[_0x2091a5(0x1f3)]?.[_0x2091a5(0x274)],_0x5cc64c=(_0x2a8efc[_0x2091a5(0x2ab)]['start']==='S'?_0x162b0c:0x0)??0x0,_0x59113b=(_0x2a8efc[_0x2091a5(0x2ab)][_0x2091a5(0x211)]==='S'?_0x1fd5fc:0x0)??0x0,_0x23ada1=(_0x2a8efc[_0x2091a5(0x2ab)]['start']==='M'?_0x162b0c:0x0)??0x0,_0x1ba882=(_0x2a8efc[_0x2091a5(0x2ab)]['end']==='M'?_0x1fd5fc:0x0)??0x0,_0x41b59e=_0x2de0f9['height']-_0x2305a6['top']-_0x2305a6[_0x2091a5(0x3eb)]+_0x2a8efc[_0x2091a5(0x2b2)]['top']+_0x2a8efc[_0x2091a5(0x2b2)]['bottom'],_0x38b7ff=_0x2de0f9[_0x2091a5(0x461)]-_0x5cc64c-_0x59113b+_0x2a8efc[_0x2091a5(0x2b2)][_0x2091a5(0x1ac)]+_0x2a8efc[_0x2091a5(0x2b2)][_0x2091a5(0x211)],_0x54e365=_0x2a8efc['thk'],_0x93a9ac=_0x2de0f9[_0x2091a5(0x3ec)]/0x2-_0x54e365/0x2,_0x2dec8c=-(_0x2a8efc['oversize'][_0x2091a5(0x1ac)]/0x2-_0x2a8efc[_0x2091a5(0x2b2)][_0x2091a5(0x211)]/0x2-_0x5cc64c/0x2+_0x59113b/0x2),_0x198ba2=-_0x2a8efc[_0x2091a5(0x2b2)][_0x2091a5(0x3eb)]/0x2+_0x2a8efc[_0x2091a5(0x2b2)][_0x2091a5(0x15c)]/0x2+_0x2305a6[_0x2091a5(0x3eb)]/0x2-_0x2305a6[_0x2091a5(0x15c)]/0x2;return _0x5c9ea8===v['_3D']?f['jsx']('group',{'position':[_0x93a9ac/L,_0x2dec8c/L,_0x198ba2/L],'rotation':[0x0,Math['PI']/0x2,Math['PI']],'children':f['jsx'](H,{'length':_0x41b59e/L,'width':_0x38b7ff/L,'thk':_0x54e365/L,'treeId':_0x3e120c,'startPanelThk':_0x23ada1/L,'endPanelThk':_0x1ba882/L,'render_mat':_0x54b9c1})}):f[_0x2091a5(0x3a7)]('g',{'transform':_0x2091a5(0x248)+_0x93a9ac+','+(_0x5c9ea8===v[_0x2091a5(0x207)]?_0x2dec8c:_0x198ba2)+_0x2091a5(0x2fe),'children':f[_0x2091a5(0x3a7)](K,{'dim_x':_0x5c9ea8===v[_0x2091a5(0x207)]?_0x38b7ff:_0x41b59e,'dim_y':_0x54e365,'text':_0x41b59e+_0x2091a5(0x1a3)+_0x38b7ff+_0x2091a5(0x1a3)+_0x54e365,'treeId':_0x3e120c,'startPanelThk':_0x5c9ea8===v['_2D_TOP']?_0x23ada1:0x0,'endPanelThk':_0x5c9ea8===v['_2D_TOP']?_0x1ba882:0x0,'render_mat':_0x54b9c1,'cpName':_0x1ab0b8[_0x2091a5(0x486)]})});}function ft(_0x2765b4,_0x3bdde5,_0x561610,_0x4c92da={},_0x5b6e02){const _0x1f5d82=a0_0x5cebf2,{throwOnError:_0x3dbce0=!0x1}=_0x4c92da;_0x3bdde5=_0x3bdde5?.[_0x1f5d82(0xc1)]('#','');const _0x5694c4=_0x3bdde5?_0x2765b4[_0x1f5d82(0x287)](_0x3bdde5):!0x1;return m[_0x1f5d82(0xf2)](()=>{const _0x2e9046=_0x1f5d82;if(!_0x5694c4||!_0x3bdde5)return{'result':null,'error':null,'success':!0x1};try{return{'result':_0x2765b4[_0x2e9046(0x8e)](_0x3bdde5,_0x561610,_0x5b6e02),'error':null,'success':!0x0};}catch(_0x51316c){const _0x1ca988=_0x51316c instanceof Error?_0x51316c[_0x2e9046(0x290)]:_0x2e9046(0x1ae);if(_0x3dbce0)throw _0x51316c;return{'result':null,'error':_0x1ca988,'success':!0x1};}},[_0x2765b4,_0x3bdde5,_0x561610,_0x3dbce0,_0x5b6e02,_0x5694c4]);}function Tr(_0x19ec2a,_0x4de150,_0x58c47a,_0x57f201){return m['useMemo'](()=>{const _0x3c2202=a0_0x25cd;try{const _0x251df8=_0x19ec2a[_0x3c2202(0x20b)](_0x4de150,_0x58c47a,_0x57f201);return{'matches':_0x251df8,'error':null,'count':_0x251df8['length']};}catch(_0x4d50c9){const _0x498f49=_0x4d50c9 instanceof Error?_0x4d50c9[_0x3c2202(0x290)]:_0x3c2202(0x1ae);return{'matches':[],'error':_0x498f49,'count':0x0};}},[_0x19ec2a,_0x4de150,_0x58c47a,_0x57f201]);}const O={'LINEAR_DIVISION':'linear-division','ARTICLE':a0_0x5cebf2(0x31d)},G={'STRING':'string','DESCRIPTOR':a0_0x5cebf2(0x447)},Ge={'linearDivision':_0x59202b=>_0x59202b[a0_0x5cebf2(0xe6)]===O['LINEAR_DIVISION'],'article':_0x451ad5=>_0x451ad5['type']===O['ARTICLE']},Ue={'string':_0x29f541=>_0x29f541[a0_0x5cebf2(0xe6)]===O[a0_0x5cebf2(0x380)]&&_0x29f541['valueSource']===G['STRING'],'descriptor':_0x155f3b=>_0x155f3b['type']===O['LINEAR_DIVISION']&&_0x155f3b[a0_0x5cebf2(0x1f5)]===G[a0_0x5cebf2(0x40b)]},He={'string':_0xa5b51c=>_0xa5b51c['type']===O[a0_0x5cebf2(0x1e0)]&&_0xa5b51c[a0_0x5cebf2(0x1f5)]===G[a0_0x5cebf2(0x397)],'descriptor':_0x486add=>_0x486add[a0_0x5cebf2(0xe6)]===O[a0_0x5cebf2(0x1e0)]&&_0x486add[a0_0x5cebf2(0x1f5)]===G['DESCRIPTOR']},Q={'linearDivisionString'(_0x285a6e,_0x34f9b6,_0x4851e5,_0x504ca0,_0x13ff7b,_0x615e9d,_0x10008d,_0x4c483e,_0x4c35e7){const _0x51ac4b=a0_0x5cebf2;return{'NAME':_0x285a6e,'TREEID':_0x34f9b6,'type':O[_0x51ac4b(0x380)],'valueSource':G[_0x51ac4b(0x397)],'DIVDIR':_0x4851e5,'DIVTYPE':_0x504ca0,'HORDEFTYPE':_0x13ff7b,'LINDIV1':_0x615e9d,'DIVELEM1':_0x10008d,'DIVIDER':_0x4c483e,'thickness':_0x4c35e7};},'linearDivisionDescriptor'(_0x58cc31,_0x543411,_0x1003ff,_0x9c7a9d,_0x4a1f0d,_0x25e258,_0x511048,_0x1207bc,_0x4d757d){const _0x42f3f9=a0_0x5cebf2;return{'NAME':_0x58cc31,'TREEID':_0x543411,'type':O[_0x42f3f9(0x380)],'valueSource':G[_0x42f3f9(0x40b)],'DIVDIR':_0x1003ff,'DIVTYPE':_0x9c7a9d,'HORDEFTYPE':_0x4a1f0d,'LINDIV1':_0x25e258,'DIVELEM1':_0x511048,'DIVIDER':_0x1207bc,'thickness':_0x4d757d};},'articleString'(_0x9d3216,_0xd8609e,_0x44503c,_0x5abee6,_0x117528,_0x13c50f,_0x303af8,_0xe08732){const _0x579323=a0_0x5cebf2;return{'NAME':_0x9d3216,'TREEID':_0xd8609e,'type':O[_0x579323(0x1e0)],'valueSource':G[_0x579323(0x397)],'DIVDIR':_0x44503c,'DIVTYPE':_0x5abee6,'HORDEFTYPE':_0x117528,'LINDIV1':_0x13c50f,'DIVIDER':_0x303af8,'DIVELEM1':_0xe08732};},'articleDescriptor'(_0x149589,_0x59d245,_0x1585f1,_0x221ac4,_0x1f712d,_0x41167d,_0x3a08a5,_0x58b13b){const _0x21edfe=a0_0x5cebf2;return{'NAME':_0x149589,'TREEID':_0x59d245,'DIVDIR':_0x1585f1,'DIVTYPE':_0x221ac4,'HORDEFTYPE':_0x1f712d,'LINDIV1':_0x41167d,'DIVIDER':_0x3a08a5,'DIVELEM1':_0x58b13b,'type':O[_0x21edfe(0x1e0)],'valueSource':G['DESCRIPTOR']};},'fromZoneData'(_0x2c8ca4,_0x3a2f49){const _0xb36ee0=a0_0x5cebf2,_0x10a3dc=_0x4adf2d=>_0x4adf2d[_0xb36ee0(0x2ab)]()[_0xb36ee0(0x2ac)]('#');return _0x2c8ca4['DIVDIR']==='A'?_0x10a3dc(_0x2c8ca4[_0xb36ee0(0x266)])?Q['articleDescriptor'](_0x2c8ca4[_0xb36ee0(0x246)],_0x2c8ca4[_0xb36ee0(0x430)],_0x2c8ca4['DIVDIR'],_0x2c8ca4[_0xb36ee0(0x234)],_0x2c8ca4[_0xb36ee0(0x35c)],_0x2c8ca4[_0xb36ee0(0x120)],_0x2c8ca4['DIVIDER'],_0x2c8ca4[_0xb36ee0(0x20d)]):Q[_0xb36ee0(0x341)](_0x2c8ca4['NAME'],_0x2c8ca4[_0xb36ee0(0x430)],_0x2c8ca4[_0xb36ee0(0x494)],_0x2c8ca4[_0xb36ee0(0x234)],_0x2c8ca4[_0xb36ee0(0x35c)],_0x2c8ca4['LINDIV1'],_0x2c8ca4[_0xb36ee0(0x266)],_0x2c8ca4['DIVELEM1']):_0x10a3dc(_0x2c8ca4[_0xb36ee0(0x120)])?Q[_0xb36ee0(0xfe)](_0x2c8ca4['NAME'],_0x2c8ca4['TREEID'],_0x2c8ca4['DIVDIR'],_0x2c8ca4[_0xb36ee0(0x234)],_0x2c8ca4[_0xb36ee0(0x35c)],_0x2c8ca4[_0xb36ee0(0x120)],_0x2c8ca4[_0xb36ee0(0x20d)],_0x2c8ca4['DIVIDER'],_0x3a2f49):Q['linearDivisionString'](_0x2c8ca4[_0xb36ee0(0x246)],_0x2c8ca4[_0xb36ee0(0x430)],_0x2c8ca4['DIVDIR'],_0x2c8ca4[_0xb36ee0(0x234)],_0x2c8ca4['HORDEFTYPE'],_0x2c8ca4[_0xb36ee0(0x120)],_0x2c8ca4[_0xb36ee0(0x20d)],_0x2c8ca4[_0xb36ee0(0x266)],_0x3a2f49);}};function Mr(_0xfcaa4e){const _0x4c2afc=a0_0x5cebf2;if(!_0xfcaa4e)return _0x4c2afc(0x3ec);const _0x253ae0={0x0:_0x4c2afc(0x3ec),0x1:_0x4c2afc(0x461),0x2:_0x4c2afc(0x3ec),0x3:_0x4c2afc(0x461)};return _0xfcaa4e[_0x4c2afc(0x494)]==='V'?_0x4c2afc(0x311):_0xfcaa4e[_0x4c2afc(0x35c)]==='W'?_0x4c2afc(0x3ec):_0xfcaa4e[_0x4c2afc(0x35c)]==='D'?_0x4c2afc(0x461):_0xfcaa4e[_0x4c2afc(0x35c)]==='P'?_0x253ae0[_0xfcaa4e[_0x4c2afc(0x20d)]]??_0x4c2afc(0x3ec):_0x4c2afc(0x3ec);}function Dr(_0x52e639,_0x336dcb){return _0x336dcb?_0x336dcb[_0x52e639]:0x0;}function kr(_0x5b1928,_0x39c5eb){const _0x749b1c=a0_0x5cebf2,_0x294f30=_0x5b1928['split'](':')[_0x749b1c(0x48b)](_0x220c2f=>{const _0x34534d=_0x749b1c,_0x2410dc=_0x220c2f[_0x34534d(0x2ab)](),_0x2327e7=_0x2410dc[_0x34534d(0x2ac)]('n*'),_0x3c08e5=_0x2327e7?_0x2410dc[_0x34534d(0x29d)](0x2)[_0x34534d(0x2ab)]():_0x2410dc;return{'hasNStar':_0x2327e7,'cleaned':_0x3c08e5};});return _0x294f30[_0x749b1c(0x48b)](({cleaned:_0x4bf874})=>{const _0x21dab4=_0x749b1c,_0x3a268a=ve(_0x4bf874,{'variableTree':_0x39c5eb,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0});return _0x4bf874[_0x21dab4(0x119)]('mm')?_0x3a268a['value']+'mm':_0x4bf874[_0x21dab4(0x119)]('cm')?_0x3a268a[_0x21dab4(0x31f)]+'cm':String(_0x3a268a[_0x21dab4(0x31f)]);})[_0x749b1c(0x48b)]((_0x21b9fa,_0x4f3378)=>_0x294f30[_0x4f3378][_0x749b1c(0x1a7)]?'n*'+_0x21b9fa:_0x21b9fa)['join'](':');}function wr(_0x587214,_0x5c11e8){const _0x51e1ac=a0_0x5cebf2,_0x2188a7=_0x587214;if(Nr(_0x587214))return{'value':_0x587214['startsWith']('#')?_0x587214[_0x51e1ac(0x1ce)](0x1):_0x587214,'original':_0x2188a7,'isReference':!0x0};if(/^\d+:\d+$/[_0x51e1ac(0x1cc)](_0x587214))return{'value':_0x587214,'original':_0x2188a7,'isReference':!0x1};if(_0x587214[_0x51e1ac(0x119)]('n*'))return{'value':kr(_0x587214,_0x5c11e8),'original':_0x2188a7,'isReference':!0x1};const {format:_0xcd8350,expression:_0x31efef,suffix:_0xa75aee}=Cr(_0x587214);let _0x449574=_0x31efef;_0x449574=_0x449574[_0x51e1ac(0xc1)](/^\((.+)\)$/,'$1');const _0x3009d5=ve(_0x449574,{'variableTree':_0x5c11e8,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0})[_0x51e1ac(0x31f)]??_0x31efef;let _0x47b03b;switch(_0xcd8350){case _0x51e1ac(0x19f):_0x47b03b=''+_0x3009d5+_0xa75aee;break;case _0x51e1ac(0x2c9):_0x47b03b=''+_0xa75aee+_0x3009d5;break;case'expr*{ratio}':_0x47b03b=''+_0x3009d5+_0xa75aee;break;case _0x51e1ac(0x1ef):_0x47b03b=String(_0x3009d5);break;}return{'value':_0x47b03b,'original':_0x2188a7,'isReference':!0x1};}function Ir(_0x2e0080,_0x41df8){const _0x3d0fc8=a0_0x5cebf2;return wr(_0x2e0080,_0x41df8)[_0x3d0fc8(0x31f)];}function Cr(_0x58916a){const _0x211e20=a0_0x5cebf2,_0xd1c63b=_0x58916a['trim']()[_0x211e20(0xc1)](/^\((.+)\)$/,'$1'),_0x51f275=_0xd1c63b['match'](/^(\d+|n):(.+?)(mm|cm)?$/);if(_0x51f275){const [,_0x35c20d,_0xe2e7f2,_0x4360af]=_0x51f275;return{'format':_0x211e20(0x2c9),'expression':_0xe2e7f2['trim'](),'suffix':_0x4360af?_0x35c20d+':'+_0x4360af:_0x35c20d+':'};}const _0x395eac=_0xd1c63b[_0x211e20(0x3a8)](/^(.+?)(mm|cm)?:(\d+)$/);if(_0x395eac){const [,_0x1ebdd3,_0x357fe9,_0x45cf24]=_0x395eac;return{'format':_0x211e20(0x19f),'expression':_0x1ebdd3['trim'](),'suffix':_0x357fe9?_0x357fe9+':'+_0x45cf24:':'+_0x45cf24};}const _0x47a8dd=_0xd1c63b[_0x211e20(0x3a8)](/^(.+?)(\*)?{(\d+)}$/);if(_0x47a8dd){const [,_0x5d317d,_0x727032,_0x390edf]=_0x47a8dd;return{'format':'expr*{ratio}','expression':_0x5d317d['trim'](),'suffix':_0x727032?'*{'+_0x390edf+'}':'{'+_0x390edf+'}'};}return{'format':_0x211e20(0x1ef),'expression':_0xd1c63b,'suffix':''};}function Nr(_0x5bd1d8){const _0x5ed2f7=a0_0x5cebf2;return _0x5bd1d8[_0x5ed2f7(0x2ac)]('#')?!0x0:_0x5bd1d8['includes']('(')||/[+\-*/]/[_0x5ed2f7(0x1cc)](_0x5bd1d8)?!0x1:/^[A-Za-z0-9_-]+$/[_0x5ed2f7(0x1cc)](_0x5bd1d8)?!0x0:!/^\d+:\d+$/['test'](_0x5bd1d8);}function dt({divider:_0x159faf,inputData:_0x55f2f4,descriptorManager:_0x7dff94,variableTree:_0x475121,resolveVarRecursive:_0x1f2adc}){const _0x276a40=a0_0x5cebf2;let _0x170ef7;_0x159faf&&(_0x170ef7=Ue[_0x276a40(0x447)](_0x159faf)?_0x159faf[_0x276a40(0x120)]:He[_0x276a40(0x447)](_0x159faf)?_0x159faf[_0x276a40(0x266)]:void 0x0);const {result:_0x5066c7,error:_0x189a15}=ft(_0x7dff94,_0x170ef7,_0x55f2f4,{'throwOnError':!0x1},_0x475121);_0x189a15&&console[_0x276a40(0x13a)]('error\x20:\x20from\x20useDescriptorEvaluation',_0x189a15);function _0x303590(_0x1ea606){let _0x1af0e3=_0x1f2adc(_0x1ea606);const _0x3a1c5d=_0x55f2f4['X'];return _0x3a1c5d&&(_0x1af0e3=_0x1af0e3['replace'](/\bX\b/g,String(_0x3a1c5d))),Ir(_0x1af0e3);}return{'updatedDivider':m[_0x276a40(0xf2)](()=>Ue['descriptor'](_0x159faf)?{..._0x159faf,'LINDIV1':_0x303590(_0x5066c7?.[_0x276a40(0x462)]||'')}:He['descriptor'](_0x159faf)?{..._0x159faf,'DIVIDER':_0x5066c7?.['lindiv']||''}:{..._0x159faf,'LINDIV1':_0x303590(_0x159faf[_0x276a40(0x120)])},[_0x159faf])};}const Fr={'width':{'rotation':[0x0,Math['PI']/0x2,0x0],'get3D':(_0x2ab1bf,_0x537991)=>({'length':_0x2ab1bf[a0_0x5cebf2(0x311)],'width':_0x2ab1bf[a0_0x5cebf2(0x461)],'thk':_0x537991}),'get2DTop':(_0x33773f,_0x586b4b)=>({'dim_x':_0x33773f[a0_0x5cebf2(0x461)],'dim_y':_0x586b4b}),'get2DFront':(_0x5921a7,_0x1f644f)=>({'dim_x':_0x5921a7[a0_0x5cebf2(0x311)],'dim_y':_0x1f644f})},'height':{'rotation':[0x0,0x0,0x0],'get3D':(_0x3d034f,_0x5ddd1b)=>({'length':_0x3d034f[a0_0x5cebf2(0x3ec)],'width':_0x3d034f[a0_0x5cebf2(0x461)],'thk':_0x5ddd1b}),'get2DTop':_0x14b957=>({'dim_x':_0x14b957[a0_0x5cebf2(0x3ec)],'dim_y':_0x14b957['depth']}),'get2DFront':(_0x20dc27,_0x4e44db)=>({'dim_x':_0x20dc27[a0_0x5cebf2(0x3ec)],'dim_y':_0x4e44db})},'depth':{'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'get3D':(_0x3889b6,_0x3ad8ec)=>({'length':_0x3889b6[a0_0x5cebf2(0x311)],'width':_0x3889b6['width'],'thk':_0x3ad8ec}),'get2DTop':(_0x3aa9e4,_0x161e94)=>({'dim_x':_0x3aa9e4[a0_0x5cebf2(0x3ec)],'dim_y':_0x161e94}),'get2DFront':_0x169341=>({'dim_x':_0x169341['width'],'dim_y':_0x169341['height']})},'article':{'rotation':[0x0,0x0,0x0],'get3D':(_0x4ad172,_0x24c82e)=>({'length':_0x4ad172['width'],'width':_0x4ad172['depth'],'thk':_0x24c82e}),'get2DTop':_0x3ee3ce=>({'dim_x':_0x3ee3ce[a0_0x5cebf2(0x3ec)],'dim_y':_0x3ee3ce[a0_0x5cebf2(0x461)]}),'get2DFront':(_0x498a54,_0x4a392f)=>({'dim_x':_0x498a54[a0_0x5cebf2(0x3ec)],'dim_y':_0x4a392f})},'independent':{'rotation':[0x0,0x0,0x0],'get3D':(_0x209cad,_0x1b9652)=>({'length':_0x209cad[a0_0x5cebf2(0x3ec)],'width':_0x209cad[a0_0x5cebf2(0x461)],'thk':_0x1b9652}),'get2DTop':_0x14264f=>({'dim_x':_0x14264f[a0_0x5cebf2(0x3ec)],'dim_y':_0x14264f['depth']}),'get2DFront':(_0x29390d,_0x1cf06d)=>({'dim_x':_0x29390d['width'],'dim_y':_0x1cf06d})}},Pr=(_0x32cfe3,_0x2f52df,_0x543bda)=>({'x':_0x32cfe3==='width'?_0x543bda[a0_0x5cebf2(0x3ec)]/0x2+_0x2f52df/0x2:0x0,'y':_0x32cfe3===a0_0x5cebf2(0x461)?_0x543bda['depth']/0x2+_0x2f52df/0x2:0x0,'z':_0x32cfe3===a0_0x5cebf2(0x311)?_0x543bda[a0_0x5cebf2(0x311)]/0x2+_0x2f52df/0x2:0x0});function Or({articleName:_0x473317,divider:_0x59b749,view:_0x1169b6,childrenPositon:_0x6bfe97,dividerThk:_0x222a9b}){const _0x57e3d7=a0_0x5cebf2,_0x48956b=re(_0x59b749[_0x57e3d7(0x246)],_0x59b749[_0x57e3d7(0x430)])?.[_0x57e3d7(0x4a9)];let _0x97e951;_0x48956b&&ke(_0x48956b)&&(_0x97e951=_0x48956b[_0x57e3d7(0x137)][_0x57e3d7(0x2f7)]?.[_0x57e3d7(0x1a4)]?.[_0x57e3d7(0x14e)]['textureId']);const _0x3b0dd0=_0x6bfe97[_0x57e3d7(0x2a9)],_0x367261=_0x6bfe97[_0x57e3d7(0xf4)],_0x4f257a=Fr[_0x3b0dd0];return _0x367261[_0x57e3d7(0x48b)]((_0x4d6e0f,_0x149497)=>{const _0x529030=_0x57e3d7,_0x28a1ac=!(_0x149497===_0x367261[_0x529030(0x262)]-0x1)&&_0x222a9b!==0x0,_0x3a7eb4=Pr(_0x3b0dd0,_0x222a9b,_0x4d6e0f[_0x529030(0x432)]),_0x432f17=_0x4f257a[_0x529030(0x292)](_0x4d6e0f['zone_dims'],_0x222a9b),_0x18e2e1=_0x1169b6===v[_0x529030(0x207)]?_0x4f257a[_0x529030(0x3c1)](_0x4d6e0f[_0x529030(0x432)],_0x222a9b):_0x4f257a['get2DFront'](_0x4d6e0f[_0x529030(0x432)],_0x222a9b),_0x188f97=_0x59b749[_0x529030(0x430)]+_0x529030(0x375);return f['jsx'](m[_0x529030(0x25f)],{'children':f[_0x529030(0x435)](B,{'view':_0x1169b6,'position':[_0x4d6e0f['x']/L,_0x4d6e0f['y']/L,_0x4d6e0f['z']/L],'children':[f['jsx'](B,{'view':_0x1169b6,'position':[_0x3a7eb4['x']/L,_0x3a7eb4['y']/L,_0x3a7eb4['z']/L],'rotation':_0x4f257a[_0x529030(0x2fc)],'children':_0x28a1ac&&f[_0x529030(0x3a7)](f[_0x529030(0x25f)],{'children':_0x1169b6===v[_0x529030(0x39b)]?f['jsx'](H,{'length':_0x432f17[_0x529030(0x262)]/L,'width':_0x432f17[_0x529030(0x3ec)]/L,'thk':_0x432f17[_0x529030(0x274)]/L,'opacity':0x1,'treeId':_0x188f97,'render_mat':_0x97e951}):f[_0x529030(0x3a7)](K,{..._0x18e2e1,'text':_0x188f97,'treeId':_0x188f97,'cpName':_0x48956b?.[_0x529030(0x486)]})})}),f[_0x529030(0x3a7)](me,{'articleName':_0x473317,'TREEID':_0x4d6e0f[_0x529030(0x430)],'dimension':_0x4d6e0f['zone_dims'],'view':_0x1169b6},_0x473317+'-'+_0x4d6e0f[_0x529030(0x430)])]})},_0x149497);});}function $r({view:_0x1a63a5,remainingZone:_0x2045a6,articleName:_0x4304d9}){const _0x38289f=a0_0x5cebf2;return console[_0x38289f(0x2bf)](_0x38289f(0x92),_0x4304d9,'\x20<======='),f['jsx'](B,{'view':_0x1a63a5,'position':[_0x2045a6[_0x38289f(0x270)]['x'],_0x2045a6[_0x38289f(0x270)]['y'],_0x2045a6['position']['z']],'children':f[_0x38289f(0x3a7)](me,{'articleName':_0x4304d9,'TREEID':'0','dimension':_0x2045a6[_0x38289f(0x492)],'view':_0x1a63a5},_0x4304d9)});}function Br({articleName:_0x31a032,childrenPositon:_0x3d2458,dividerThk:_0x1755a3,divider:_0x453d4d,view:_0x40cb78,remainingZone:_0x48521d}){const _0x552acb=a0_0x5cebf2;return Ge[_0x552acb(0x2af)](_0x453d4d)?_0x3d2458?f['jsx'](Or,{'articleName':_0x31a032,'view':_0x40cb78,'childrenPositon':_0x3d2458,'dividerThk':_0x1755a3,'divider':_0x453d4d,'remainingZone':_0x48521d}):null:Ge[_0x552acb(0x31d)](_0x453d4d)&&_0x48521d?f[_0x552acb(0x3a7)]($r,{'view':_0x40cb78,'articleName':_0x453d4d[_0x552acb(0x266)],'remainingZone':_0x48521d}):null;}function pt(_0x5f2636,_0x4872b0){const _0x3d220e=a0_0x5cebf2,{getArticleData:_0x1e5046}=X(),{resolveVarRecursive:_0x4c1415}=F(),{anglPrims:_0x259faa}=_0x1e5046(_0x5f2636);if(_0x259faa['length']===0x0){console[_0x3d220e(0x24f)](_0x3d220e(0xf3)+_0x5f2636);return;}const _0x407436=_0x259faa[0x0];function _0x2b9829(_0x1e7df8,_0xb8b68f,_0x1d2597){if(_0x1e7df8==='')return _0x1d2597??_0xb8b68f;const _0x2ea750=ue(_0x4c1415(_0x1e7df8));return typeof _0x2ea750=='number'?_0x2ea750||0x0:typeof _0x2ea750=='string'&&parseFloat(_0x2ea750)||0x0;}const _0x1727bf={'width':_0x2b9829(_0x407436[_0x3d220e(0x28c)],_0x407436['SIZEX'],_0x4872b0?.[_0x3d220e(0x3ec)]),'height':_0x2b9829(_0x407436[_0x3d220e(0x300)],_0x407436[_0x3d220e(0x334)],_0x4872b0?.[_0x3d220e(0x311)]),'depth':_0x2b9829(_0x407436[_0x3d220e(0x2c3)],_0x407436[_0x3d220e(0x1a1)],_0x4872b0?.['depth'])};return{'articleName':_0x5f2636,'current_prim':_0x407436,'prim_dims':_0x1727bf};}function mt(){const _0x53ee97=a0_0x5cebf2,_0x25084e=m['useContext'](be);if(!_0x25084e)throw new Error(_0x53ee97(0x3e8));return _0x25084e;}function Vr({articleName:_0x31b152,TREEID:_0x43defc,dimension:_0x5e40c1,view:_0x41947d,helper:_0x2419f2}){const _0x3af925=a0_0x5cebf2,_0x128fa1=re(_0x31b152,_0x43defc),_0x5f31fa=_0x128fa1?.[_0x3af925(0x1d8)];let _0x2c973c;if(!_0x128fa1||!_0x5f31fa||_0x5f31fa[_0x3af925(0x486)][_0x3af925(0x119)](_0x3af925(0x49a)))return;ke(_0x5f31fa)&&(_0x2c973c=_0x5f31fa['props']['kms']?.[_0x3af925(0x1a4)]?.['renderInfo'][_0x3af925(0x23f)]);const _0x44611a=(_0x2419f2[_0x3af925(0x444)]?.['trim'][_0x3af925(0x15c)]!=='S'?_0x2419f2[_0x3af925(0x444)]?.[_0x3af925(0x274)]:0x0)??0x0,_0x5d7d3a=(_0x2419f2['back']?.[_0x3af925(0x2ab)][_0x3af925(0x15c)]!=='S'?_0x2419f2[_0x3af925(0x1f3)]?.[_0x3af925(0x274)]:0x0)??0x0,_0x4ea2af=(_0x2419f2['left']?.[_0x3af925(0x2ab)][_0x3af925(0x15c)]!=='S'?_0x2419f2[_0x3af925(0x2f0)]?.['thk']:0x0)??0x0,_0x2e05f2=(_0x2419f2[_0x3af925(0x245)]?.['trim'][_0x3af925(0x15c)]!=='S'?_0x2419f2[_0x3af925(0x245)]?.[_0x3af925(0x274)]:0x0)??0x0,_0x14f478=_0x5e40c1[_0x3af925(0x3ec)]-_0x4ea2af-_0x2e05f2,_0x446399=_0x5e40c1[_0x3af925(0x461)]-_0x5d7d3a-_0x44611a,_0x343f42=_0x128fa1['topShelfThk'],_0x33730d=_0x4ea2af/0x2-_0x2e05f2/0x2,_0x914c02=-(_0x5d7d3a/0x2-_0x44611a/0x2),_0x5590dc=_0x5e40c1[_0x3af925(0x311)]/0x2-_0x343f42/0x2;return _0x41947d===v[_0x3af925(0x39b)]?f['jsx'](_0x3af925(0x2d8),{'position':[_0x33730d/L,_0x914c02/L,_0x5590dc/L],'rotation':[0x0,0x0,0x0],'children':f[_0x3af925(0x3a7)](H,{'length':_0x14f478/L,'width':_0x446399/L,'thk':_0x343f42/L,'treeId':_0x43defc,'render_mat':_0x2c973c})}):f['jsx']('g',{'transform':'translate('+_0x33730d+','+(_0x41947d===v[_0x3af925(0x207)]?_0x914c02:_0x5590dc)+')','children':f['jsx'](K,{'dim_x':_0x14f478,'dim_y':_0x41947d===v[_0x3af925(0x207)]?_0x446399:_0x343f42,'text':_0x14f478+_0x3af925(0x1a3)+_0x446399+_0x3af925(0x1a3)+_0x343f42,'treeId':_0x43defc,'render_mat':_0x2c973c,'cpName':_0x5f31fa[_0x3af925(0x486)]})});}function jr({articleName:_0x265d6d,TREEID:_0xd5acbc,dimension:_0x3b124e,view:_0x34858a,helper:_0x539a7b}){const _0x247d19=a0_0x5cebf2,_0x2ada9c=re(_0x265d6d,_0xd5acbc),_0x530f8f=_0x2ada9c?.[_0x247d19(0x3cc)];let _0x4b4745;if(!_0x2ada9c||!_0x530f8f||_0x530f8f[_0x247d19(0x486)][_0x247d19(0x119)]('EMPTY'))return;ke(_0x530f8f)&&(_0x4b4745=_0x530f8f['props'][_0x247d19(0x2f7)]?.[_0x247d19(0x1a4)]?.['renderInfo'][_0x247d19(0x23f)]);const _0x122dcb=(_0x539a7b[_0x247d19(0x444)]?.[_0x247d19(0x2ab)][_0x247d19(0x3eb)]!=='S'?_0x539a7b[_0x247d19(0x444)]?.[_0x247d19(0x274)]:0x0)??0x0,_0x32beba=(_0x539a7b[_0x247d19(0x1f3)]?.[_0x247d19(0x2ab)][_0x247d19(0x3eb)]!=='S'?_0x539a7b[_0x247d19(0x1f3)]?.[_0x247d19(0x274)]:0x0)??0x0,_0x39561b=(_0x539a7b[_0x247d19(0x2f0)]?.[_0x247d19(0x2ab)]['bottom']!=='S'?_0x539a7b[_0x247d19(0x2f0)]?.[_0x247d19(0x274)]:0x0)??0x0,_0x255a8b=(_0x539a7b[_0x247d19(0x245)]?.[_0x247d19(0x2ab)][_0x247d19(0x3eb)]!=='S'?_0x539a7b[_0x247d19(0x245)]?.[_0x247d19(0x274)]:0x0)??0x0,_0x501b2d=_0x3b124e['width']-_0x39561b-_0x255a8b,_0x491a1c=_0x3b124e[_0x247d19(0x461)]-_0x32beba-_0x122dcb,_0xa0adf3=_0x2ada9c[_0x247d19(0x302)],_0xf986c9=_0x39561b/0x2-_0x255a8b/0x2,_0xff9dfc=-(_0x32beba/0x2-_0x122dcb/0x2),_0x5b6f1c=-(_0x3b124e[_0x247d19(0x311)]/0x2-_0xa0adf3/0x2);return _0x34858a===v[_0x247d19(0x39b)]?f[_0x247d19(0x3a7)](_0x247d19(0x2d8),{'position':[_0xf986c9/L,_0xff9dfc/L,_0x5b6f1c/L],'rotation':[0x0,0x0,0x0],'children':f['jsx'](H,{'length':_0x501b2d/L,'width':_0x491a1c/L,'thk':_0xa0adf3/L,'treeId':_0xd5acbc,'render_mat':_0x4b4745})}):f['jsx']('g',{'transform':_0x247d19(0x248)+_0xf986c9+','+(_0x34858a===v[_0x247d19(0x207)]?_0xff9dfc:_0x5b6f1c)+')','children':f[_0x247d19(0x3a7)](K,{'dim_x':_0x501b2d,'dim_y':_0x34858a===v['_2D_TOP']?_0x491a1c:_0xa0adf3,'text':_0x501b2d+'\x20x\x20'+_0x491a1c+_0x247d19(0x1a3)+_0xa0adf3,'treeId':_0xd5acbc,'render_mat':_0x4b4745,'cpName':_0x530f8f['name']})});}function me({articleName:_0x3e5d54,TREEID:_0x1b0714,dimension:_0x165355,view:_0x484e79=v[a0_0x5cebf2(0x39b)]}){const _0x4962ce=a0_0x5cebf2,_0x2d6237=mt(),{resolveVarRecursive:_0x5415fe,tree:_0x1bc204}=F(),_0x1755cb=re(_0x3e5d54,_0x1b0714),_0x2af087=_0x1755cb?.[_0x4962ce(0x215)](),_0x42c728=_0x1755cb?.['dividerThk']||0x0,_0x314e55=pt(_0x3e5d54),_0x499c8b=rr(_0x3e5d54,_0x1b0714),_0x34d509=ir(_0x499c8b,_0x1755cb?.[_0x4962ce(0x254)]||0x0,_0x1755cb?.[_0x4962ce(0x302)]||0x0),_0x4793ac=sr(_0x499c8b),_0x4b8d49=nr(_0x165355,_0x4793ac),_0x5c4e84=or(_0x4b8d49,_0x34d509);if(!_0x1755cb)return;const _0x448efc=Q['fromZoneData'](_0x1755cb[_0x4962ce(0x3e3)],_0x42c728),_0x222248=_0x2af087?Object['fromEntries'](_0x2af087):{},_0x4b430c=Mr(_0x448efc),_0x4ad22f=Dr(_0x4b430c,_0x5c4e84[_0x4962ce(0x492)]);_0x222248[_0x4962ce(0x1cb)]=_0x314e55?.[_0x4962ce(0x44f)]['width']['toString']()??'',_0x222248[_0x4962ce(0x349)]=_0x314e55?.[_0x4962ce(0x44f)][_0x4962ce(0x311)][_0x4962ce(0x3a3)]()??'',_0x222248[_0x4962ce(0x386)]=_0x314e55?.[_0x4962ce(0x44f)][_0x4962ce(0x461)][_0x4962ce(0x3a3)]()??'',_0x222248[0x0]='0',_0x222248['X']=_0x4ad22f[_0x4962ce(0x3a3)]();const {updatedDivider:_0xa657b8}=dt({'divider':_0x448efc,'inputData':_0x222248,'descriptorManager':_0x2d6237,'resolveVarRecursive':_0x5415fe,'variableTree':_0x1bc204}),_0x50f147=lr(_0x5c4e84,_0x42c728,_0xa657b8,_0x1755cb?.[_0x4962ce(0x221)][_0x4962ce(0x48b)](_0x6b4596=>_0x6b4596[_0x4962ce(0x430)])||[]);return f[_0x4962ce(0x3a7)](f[_0x4962ce(0x25f)],{'children':f[_0x4962ce(0x435)](B,{'view':_0x484e79,'position':[_0x4b8d49[_0x4962ce(0x270)]['x']/L,_0x4b8d49['position']['y']/L,_0x4b8d49[_0x4962ce(0x270)]['z']/L],'children':[_0x499c8b['front']&&f[_0x4962ce(0x3a7)](Sr,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':Ke(_0x1b0714),'dimension':_0x4b8d49[_0x4962ce(0x492)],'helper':_0x499c8b}),_0x499c8b['left']&&f[_0x4962ce(0x3a7)](yr,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':Ye(_0x1b0714),'dimension':_0x4b8d49[_0x4962ce(0x492)],'helper':_0x499c8b}),_0x499c8b[_0x4962ce(0x1f3)]&&f[_0x4962ce(0x3a7)](br,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':We(_0x1b0714),'dimension':_0x4b8d49['dimensions'],'helper':_0x499c8b}),_0x499c8b['right']&&f[_0x4962ce(0x3a7)](vr,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':Ze(_0x1b0714),'dimension':_0x4b8d49['dimensions'],'helper':_0x499c8b}),_0x1755cb?.[_0x4962ce(0x1d8)]&&f['jsx'](Vr,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':_0x1b0714,'dimension':_0x4b8d49['dimensions'],'helper':_0x499c8b}),_0x1755cb?.[_0x4962ce(0x3cc)]&&f[_0x4962ce(0x3a7)](jr,{'articleName':_0x3e5d54,'view':_0x484e79,'TREEID':_0x1b0714,'dimension':_0x4b8d49['dimensions'],'helper':_0x499c8b}),f[_0x4962ce(0x3a7)](B,{'view':_0x484e79,'position':[_0x5c4e84[_0x4962ce(0x270)]['x']/L,_0x5c4e84[_0x4962ce(0x270)]['y']/L,_0x5c4e84[_0x4962ce(0x270)]['z']/L],'children':_0xa657b8&&f[_0x4962ce(0x3a7)](Br,{'articleName':_0x3e5d54,'remainingZone':_0x5c4e84,'divider':_0xa657b8,'view':_0x484e79,'childrenPositon':_0x50f147,'dividerThk':_0x42c728})})]})});}function zr({view:_0x592e15,isSelected:_0x5eb387,dimensions:_0x1e14bb}){const _0xfdeb0=a0_0x5cebf2,_0x157bbc=_0x1e14bb[_0xfdeb0(0x3ec)]/L,_0x972a94=_0x1e14bb[_0xfdeb0(0x461)]/L,_0x41d32d=_0x1e14bb[_0xfdeb0(0x311)]/L;return f['jsxs'](f['Fragment'],{'children':[_0x592e15===v['_3D']&&_0x5eb387&&f[_0xfdeb0(0x435)](_0xfdeb0(0x96),{'children':[f[_0xfdeb0(0x3a7)]('boxGeometry',{'args':[_0x157bbc+0.002,_0x972a94+0.002,_0x41d32d+0.002]}),f[_0xfdeb0(0x3a7)](_0xfdeb0(0x25c),{'color':'red','transparent':!0x0,'opacity':0.3})]}),_0x592e15===v[_0xfdeb0(0x207)]&&_0x5eb387&&f['jsx']('g',{'transform':_0xfdeb0(0x248)+-_0x1e14bb[_0xfdeb0(0x3ec)]/0x2+',\x20'+-_0x1e14bb[_0xfdeb0(0x461)]/0x2+')','children':f[_0xfdeb0(0x3a7)](_0xfdeb0(0x3fe),{'width':_0x1e14bb[_0xfdeb0(0x3ec)],'height':_0x1e14bb[_0xfdeb0(0x461)],'fill':_0xfdeb0(0x3cb),'stroke':'black','strokeWidth':'2','opacity':0.2})})]});}const Gr='scale(1,-1)';function Ce({articleName:_0xb45996,dimensionOverrides:_0x3c7d61,view:_0x2eff91=v[a0_0x5cebf2(0x39b)],isSelected:_0x3101de,position:_0xc587ad}){const _0x1fe88e=a0_0x5cebf2,_0x595d1c=pt(_0xb45996,_0x3c7d61)?.['prim_dims'],{tree:_0x4d410d}=F(),_0x44abf3=m[_0x1fe88e(0xf2)](()=>_0x595d1c?f[_0x1fe88e(0x3a7)](me,{'articleName':_0xb45996,'TREEID':'0','view':_0x2eff91,'dimension':_0x595d1c},_0xb45996+'-0'):null,[_0xb45996,_0x2eff91,_0x595d1c,_0x4d410d]);if(!_0x44abf3||!_0x595d1c)return;const _0x25aaa2=_0x2eff91===v[_0x1fe88e(0x39b)];return f[_0x1fe88e(0x3a7)](f['Fragment'],{'children':f['jsxs'](B,{'view':_0x2eff91,'position':[_0xc587ad[0x0],_0xc587ad[0x1],_0x595d1c['height']/L/0x2],'children':[_0x25aaa2?_0x44abf3:f[_0x1fe88e(0x3a7)]('g',{'transform':Gr,'children':_0x44abf3}),f[_0x1fe88e(0x3a7)](zr,{'view':_0x2eff91,'isSelected':_0x3101de,'dimensions':_0x595d1c})]})});}const Ur=m[a0_0x5cebf2(0xbf)](function({article:_0x313c10,articleId:_0xa03449,position:_0x1aeb1f,isSelected:_0x4e5471,onSelect:_0x56d96e,view:_0x21a372,debugMode:_0x1e2291}){const _0x294504=a0_0x5cebf2;return f[_0x294504(0x435)](De,{'overrides':_0x313c10[_0x294504(0x296)],'children':[_0x1e2291&&_0x4e5471&&f[_0x294504(0x3a7)](It,{'articleName':_0x313c10[_0x294504(0x486)],'articleId':_0xa03449}),f[_0x294504(0x3a7)](B,{'view':_0x21a372,'onClick':_0x56d96e,'children':f['jsx'](Ce,{'dimensionOverrides':_0x313c10[_0x294504(0x492)],'articleName':_0x313c10[_0x294504(0x486)],'view':_0x21a372,'isSelected':_0x4e5471,'position':_0x1aeb1f})})]});});function Hr({articleList:_0x195f07,onVisibilityChange:_0x1e8ba2}){const _0x494762=a0_0x5cebf2,_0x1bd7bb=m[_0x494762(0x213)](!0x1),_0x247084=m['useMemo'](()=>{const _0x100251=_0x494762,_0x27b4c3={},_0x311cbd={};return _0x195f07[_0x100251(0x3c0)](_0x33b954=>{const _0x7e628a=_0x100251,_0x7b7a66=_0x33b954[_0x7e628a(0x474)]!==!0x1;_0x311cbd[_0x33b954[_0x7e628a(0x486)]]={'value':_0x7b7a66,'label':_0x33b954[_0x7e628a(0x486)]};}),_0x27b4c3[_0x100251(0x3ab)]=P[_0x100251(0xbc)](_0x311cbd,{'collapsed':!0x1}),_0x27b4c3;},[_0x195f07]),_0x385586=P[_0x494762(0x1f0)](_0x494762(0x218),_0x247084);return m[_0x494762(0x1b8)](()=>{const _0x5d355f=_0x494762;if(_0x1bd7bb[_0x5d355f(0x10b)]){_0x1bd7bb[_0x5d355f(0x10b)]=!0x1;return;}let _0x1736cf=!0x1;Object[_0x5d355f(0x389)](_0x385586)[_0x5d355f(0x3c0)](([_0x52e305,_0x5b8547])=>{const _0x469588=_0x5d355f,_0x2ee14f=_0x195f07[_0x469588(0x43b)](_0x5c0be8=>_0x5c0be8['name']===_0x52e305);if(!_0x2ee14f)return;_0x2ee14f['visibility']!==!0x1!==_0x5b8547&&(_0x1e8ba2(_0x52e305,_0x5b8547),_0x1736cf=!0x0);}),_0x1736cf&&(_0x1bd7bb['current']=!0x0);},[_0x385586,_0x195f07,_0x1e8ba2]),null;}function At({articleList:_0x3fb946,validNames:_0x5a09e4,view:_0x30194a,debugMode:_0x2d2d69,isZCentered:_0x112353}){const _0x219757=a0_0x5cebf2,[_0x5d50ca,_0x52d20a]=m[_0x219757(0x1e6)](),[_0x1215b6,_0x188075]=m[_0x219757(0x1e6)](_0x3fb946),_0xe8fe4b=m[_0x219757(0x482)]((_0x422b27,_0x45ed05)=>{const _0x2942ab=_0x219757;_0x188075(_0x22738a=>_0x22738a[_0x2942ab(0x48b)](_0x16286b=>_0x16286b[_0x2942ab(0x486)]===_0x422b27?{..._0x16286b,'visibility':_0x45ed05}:_0x16286b));},[]),_0x1ce08d=m['useMemo'](()=>Math[_0x219757(0x3d4)](..._0x1215b6[_0x219757(0x48b)](_0x43858d=>_0x43858d[_0x219757(0x492)]['height'])),[_0x1215b6]),_0x5bfb85=m[_0x219757(0xf2)](()=>Math[_0x219757(0x3d4)](..._0x1215b6[_0x219757(0x48b)](_0x7ff6a7=>_0x7ff6a7['dimensions']['depth'])),[_0x1215b6]),_0x528c55=m[_0x219757(0xf2)](()=>_0x1215b6[_0x219757(0x1ea)]((_0x5f241c,_0x3c46b7)=>_0x5f241c+_0x3c46b7[_0x219757(0x492)][_0x219757(0x3ec)]/L,0x0),[_0x1215b6]),_0x502ac3=_0x112353?_0x1ce08d/0x2:0x0,_0x1b9187=_0x5bfb85/0x2,_0x1c36a0=_0x528c55/0x2,_0x675914=m[_0x219757(0xf2)](()=>{let _0x50f4e5=0x0;return _0x1215b6['map']((_0x49184e,_0x517b21)=>{const _0x35258c=a0_0x25cd,_0x2e2fbf=_0x49184e[_0x35258c(0x492)][_0x35258c(0x3ec)]/L,_0x42a615=_0x49184e[_0x35258c(0x492)]['height']/L,_0x2ddeee=_0x49184e[_0x35258c(0x492)][_0x35258c(0x461)]/L,_0x4f257b=_0x50f4e5+_0x2e2fbf/0x2-_0x1c36a0;return _0x50f4e5+=_0x2e2fbf,{'articleId':_0x49184e[_0x35258c(0x486)]+'-'+_0x517b21,'position':[_0x4f257b,_0x2ddeee/0x2,_0x42a615/0x2],'article':_0x49184e,'index':_0x517b21};});},[_0x1215b6,_0x1c36a0]);return f['jsxs'](f[_0x219757(0x25f)],{'children':[_0x2d2d69&&f[_0x219757(0x3a7)](Hr,{'articleList':_0x1215b6,'onVisibilityChange':_0xe8fe4b}),_0x675914[_0x219757(0x48b)](({articleId:_0x2a8a29,position:_0x5937f7,article:_0x16b8a5})=>{const _0x88fa2b=_0x219757;if(!_0x5a09e4?.[_0x88fa2b(0x151)](_0x16b8a5[_0x88fa2b(0x486)])||_0x16b8a5[_0x88fa2b(0x474)]===!0x1)return null;const _0x489c56=_0x5d50ca===_0x2a8a29;return f[_0x88fa2b(0x3a7)](B,{'view':_0x30194a,'position':[0x0,-_0x1b9187/L,-_0x502ac3/L],'children':f['jsx'](Ur,{'article':_0x16b8a5,'articleId':_0x2a8a29,'position':_0x5937f7,'isSelected':_0x489c56,'onSelect':()=>_0x52d20a(_0x2a8a29),'view':_0x30194a,'debugMode':_0x2d2d69})},_0x2a8a29);})]});}function Kr({view:_0x38b2d1,data:_0x2eecc6,articleList:_0x13f795,debugMode:_0x2935cf=!0x1,isZCentered:_0x44993a=!0x1}){const _0x4ea474=a0_0x5cebf2,_0x593b51=m['useMemo'](()=>_0x13f795?.[_0x4ea474(0x48b)](_0x3962a7=>_0x3962a7[_0x4ea474(0x486)])??[],[_0x13f795]),_0x1f62dc=m[_0x4ea474(0xf2)](()=>_0x593b51[_0x4ea474(0x467)](','),[_0x593b51]),_0x3e5b35=m[_0x4ea474(0x482)](async()=>{const _0x1b6452=_0x4ea474,_0x28c132=await Le[_0x1b6452(0x483)]()[_0x1b6452(0x37e)](_0x593b51);if(!_0x28c132)throw new Error('Failed\x20to\x20fetch\x20article\x20data');return _0x28c132;},[_0x1f62dc]),_0x585c55=!_0x2eecc6&&_0x593b51[_0x4ea474(0x262)]>0x0,{data:_0x319641,loading:_0x51578d,error:_0x450044}=_t(_0x3e5b35,[_0x1f62dc],!_0x585c55),_0x46016d=_0x2eecc6??_0x319641;console[_0x4ea474(0x2bf)](_0x4ea474(0x1ff),_0x46016d);const _0x4df811=m['useMemo'](()=>_0x46016d?new Set(_0x46016d[_0x4ea474(0x111)]['map'](_0x360cc7=>_0x360cc7[_0x4ea474(0x246)])):new Set(),[_0x46016d]),_0x177fc8=m[_0x4ea474(0xf2)](()=>_0x46016d?.[_0x4ea474(0x451)]??[],[_0x46016d]),_0x3786b7=m[_0x4ea474(0xf2)](()=>_0x46016d?.[_0x4ea474(0xdd)]??[],[_0x46016d]);return _0x13f795?.[_0x4ea474(0x262)]?!_0x2eecc6&&_0x51578d?f[_0x4ea474(0x3a7)](wt,{'message':_0x4ea474(0x294),'view':_0x38b2d1}):!_0x2eecc6&&_0x450044?f['jsx'](ge,{'error':_0x450044[_0x4ea474(0x3a3)](),'insideCanvas':!0x0}):_0x46016d?f[_0x4ea474(0x3a7)](Xe,{'names':_0x593b51,'data':_0x46016d,'children':f[_0x4ea474(0x3a7)](ot,{'initialMaterials':_0x177fc8,'initialSurfaces':_0x3786b7,'children':f['jsx'](et,{'imosVariables':_0x46016d[_0x4ea474(0x296)],'children':f[_0x4ea474(0x3a7)](it,{'descriptorData':_0x46016d[_0x4ea474(0x28a)],'children':f[_0x4ea474(0x3a7)](At,{'articleList':_0x13f795,'validNames':_0x4df811,'view':_0x38b2d1,'debugMode':_0x2935cf,'isZCentered':_0x44993a})})})})}):f[_0x4ea474(0x3a7)](ge,{'error':'No\x20article\x20data\x20available','insideCanvas':!0x0}):f['jsx'](ge,{'error':'No\x20articles\x20provided','insideCanvas':!0x0});}const Zr=m['memo'](function({article:_0x3e947b,position:_0x22889e,isSelected:_0x53a8b5,onSelect:_0x4469f5,view:_0x37da25}){const _0x579fbf=a0_0x5cebf2;return f['jsx'](B,{'view':_0x37da25,'onClick':_0x4469f5,'children':f['jsx'](De,{'overrides':_0x3e947b[_0x579fbf(0x296)],'children':f['jsx'](Ce,{'articleName':_0x3e947b['name'],'dimensionOverrides':_0x3e947b[_0x579fbf(0x492)],'view':_0x37da25,'isSelected':_0x53a8b5,'position':_0x22889e})})});}),Wr=a0_0x5cebf2(0x3e4);exports[a0_0x5cebf2(0x3e2)]=Zr,exports[a0_0x5cebf2(0x412)]=Kr,exports[a0_0x5cebf2(0xd9)]=At,exports[a0_0x5cebf2(0x20a)]=De,exports[a0_0x5cebf2(0x179)]=Se,exports[a0_0x5cebf2(0x186)]=Xe,exports[a0_0x5cebf2(0x23a)]=be,exports[a0_0x5cebf2(0xdb)]=it,exports[a0_0x5cebf2(0x27a)]=Ce,exports['MatSurfProvider']=ot,exports[a0_0x5cebf2(0x32f)]=Ie,exports[a0_0x5cebf2(0x47a)]=mr,exports['VERSION']=Wr,exports[a0_0x5cebf2(0x491)]=v,exports['VariableContext']=fe,exports[a0_0x5cebf2(0x340)]=et,exports[a0_0x5cebf2(0xb2)]=yt,exports[a0_0x5cebf2(0x2ed)]=me,exports['ZoneDivider']=dt,exports[a0_0x5cebf2(0x16d)]=X,exports[a0_0x5cebf2(0x41c)]=ft,exports['useDescriptorManager']=mt,exports[a0_0x5cebf2(0x368)]=Tr,exports[a0_0x5cebf2(0x2b4)]=F;