@processandtools/rp-article-designer 1.0.33 → 1.0.35

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 (84) hide show
  1. package/README.md +0 -0
  2. package/dist/components/article_designer/ArticleDesigner.d.ts +2 -2
  3. package/dist/components/article_designer/ArticleGroupLayout.d.ts +1 -1
  4. package/dist/components/article_designer/Designer.d.ts +4 -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/contexts/dimension/DimensionContext.d.ts +6 -0
  43. package/dist/contexts/dimension/DimensionProvider.d.ts +6 -0
  44. package/dist/contexts/dimension/useDimensions.d.ts +1 -0
  45. package/dist/data/articles.d.ts +14 -0
  46. package/dist/helpers/CpDispatcher.d.ts +3 -55
  47. package/dist/helpers/ZoneCalculations.d.ts +5 -243
  48. package/dist/helpers/angls/UseClieHelper.d.ts +1 -1
  49. package/dist/helpers/angls/UseElemHelper.d.ts +2 -59
  50. package/dist/helpers/angls/UseGrtxHelper.d.ts +1 -1
  51. package/dist/helpers/angls/UsePrimHelper.d.ts +5 -3
  52. package/dist/helpers/angls/UseZoneHelper.d.ts +6 -113
  53. package/dist/hooks/zoneDivider.d.ts +13 -0
  54. package/dist/index.cjs +1 -1
  55. package/dist/index.cjs.map +1 -1
  56. package/dist/index.d.ts +7 -8
  57. package/dist/index.js +1 -1
  58. package/dist/index.js.map +1 -1
  59. package/dist/rp-article-designer.css +1 -1
  60. package/dist/services/GenericApi.d.ts +1 -0
  61. package/dist/types/article-group.types.d.ts +2 -1
  62. package/dist/types/data.types.d.ts +15 -5
  63. package/dist/types/divider.types.d.ts +7 -19
  64. package/dist/types/zone.types.d.ts +1 -0
  65. package/dist/variables/VariableResolver.d.ts +1 -0
  66. package/dist/variables/useVariables.d.ts +2 -1
  67. package/dist/vite.svg +0 -0
  68. package/package.json +4 -1
  69. package/dist/components/ui/controls/VarController.d.ts +0 -1
  70. package/dist/components/ui/test/DataFieldsViewer.d.ts +0 -8
  71. package/dist/components/ui/test/GeneralTester.d.ts +0 -1
  72. package/dist/components/ui/test/MyParser.d.ts +0 -1
  73. package/dist/components/ui/test/PropertiesPanel.d.ts +0 -1
  74. package/dist/components/ui/test/TestImageRender.d.ts +0 -1
  75. package/dist/construction_principle/cabin/CabinHelper.d.ts +0 -52
  76. package/dist/contexts/article/ArticleContext.d.ts +0 -7
  77. package/dist/contexts/article/ArticleProvider.d.ts +0 -7
  78. package/dist/hooks/useArticle.d.ts +0 -1
  79. package/dist/hooks/useData.d.ts +0 -1
  80. package/dist/hooks/useDescriptorManager.d.ts +0 -2
  81. package/dist/hooks/useZoneSelection.d.ts +0 -12
  82. package/dist/hooks/zoneDescriptor.d.ts +0 -92
  83. package/dist/types/cp.types.d.ts +0 -13
  84. /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_0x443e9c=a0_0x3dd9;(function(_0x6bca80,_0x35c72b){const _0x315ffe=a0_0x3dd9,_0x135818=_0x6bca80();while(!![]){try{const _0x501ff4=-parseInt(_0x315ffe(0x28a))/0x1+-parseInt(_0x315ffe(0x510))/0x2*(parseInt(_0x315ffe(0x3e2))/0x3)+parseInt(_0x315ffe(0x2f7))/0x4*(-parseInt(_0x315ffe(0x3a9))/0x5)+-parseInt(_0x315ffe(0x487))/0x6*(-parseInt(_0x315ffe(0x1fd))/0x7)+parseInt(_0x315ffe(0x368))/0x8+-parseInt(_0x315ffe(0x161))/0x9*(-parseInt(_0x315ffe(0x365))/0xa)+parseInt(_0x315ffe(0x14e))/0xb;if(_0x501ff4===_0x35c72b)break;else _0x135818['push'](_0x135818['shift']());}catch(_0x570a5a){_0x135818['push'](_0x135818['shift']());}}}(a0_0x75ee,0xbe40b));Object[a0_0x443e9c(0x2c3)](exports,Symbol[a0_0x443e9c(0x459)],{'value':a0_0x443e9c(0x32d)});const h=require(a0_0x443e9c(0x482)),m=require(a0_0x443e9c(0x3f8)),Se=require('@react-three/drei'),O=require(a0_0x443e9c(0x163)),ce=require('three'),Lt=require(a0_0x443e9c(0x361));function Et(_0x3985f0,_0x51f29f=[],_0xc493f6=!0x1){const _0x188884=a0_0x443e9c,[_0x244285,_0x2d8529]=m[_0x188884(0x32f)](null),[_0x3700f1,_0x2c54dc]=m[_0x188884(0x32f)](!_0xc493f6),[_0x5ab410,_0x13adc2]=m['useState'](null),_0x22dd7c=m['useRef'](!0x0),_0x2ee185=m[_0x188884(0x253)](!0x1);return m[_0x188884(0x3dc)](()=>{if(_0xc493f6){_0x2c54dc(!0x1);return;}let _0x2b71a2=!0x1;async function _0x2e3eae(){const _0x31e4a3=a0_0x3dd9;try{(_0x22dd7c[_0x31e4a3(0x2ed)]||!_0x2ee185[_0x31e4a3(0x2ed)])&&_0x2c54dc(!0x0),_0x13adc2(null);const _0x14a15a=await _0x3985f0();_0x2b71a2||(_0x2d8529(_0x14a15a),_0x2ee185['current']=!0x0);}catch(_0x4ef0e9){_0x2b71a2||_0x13adc2(_0x4ef0e9 instanceof Error?_0x4ef0e9[_0x31e4a3(0x1e8)]:_0x31e4a3(0x4e0));}finally{_0x2b71a2||(_0x2c54dc(!0x1),_0x22dd7c[_0x31e4a3(0x2ed)]=!0x1);}}return _0x2e3eae(),()=>{_0x2b71a2=!0x0;};},[..._0x51f29f,_0xc493f6]),{'data':_0x244285,'loading':_0x3700f1,'error':_0x5ab410};}const St=0x0,yt=0x1,Ke=_0x3d6673=>_0x3d6673+'.0',Ze=_0x4a8adb=>_0x4a8adb+'.1',We=_0x1bf505=>_0x1bf505+'.2',Ye=_0xfc2ba9=>_0xfc2ba9+'.3',bt=_0x159500=>_0x159500[a0_0x443e9c(0x1f7)](0x0,_0x159500[a0_0x443e9c(0x456)]('.')),ae={'IAC_THICKNESS':'IAC_THICKNESS','IAC_BOTTOMSHELFTHICKNESS':a0_0x443e9c(0x333),'IAC_TOPSHELFTHICKNESS':a0_0x443e9c(0x21c)},L=0x3e8,Fe='#484947',qe='https://backend.tecnibo.com/api/rp-engine';class j{constructor(_0x21780c,_0x4c03b0=qe){const _0x43d110=a0_0x443e9c;this['endpoint']=_0x21780c,this[_0x43d110(0x14d)]=_0x4c03b0;}async[a0_0x443e9c(0x211)](_0x15cf29){const _0x10ea5e=a0_0x443e9c,_0x1fc9bb=this[_0x10ea5e(0x14d)]+'/'+this[_0x10ea5e(0x248)]+'/'+_0x15cf29,_0x24b4bb=await fetch(_0x1fc9bb);if(!_0x24b4bb['ok'])throw new Error(_0x10ea5e(0x12b)+_0x24b4bb[_0x10ea5e(0x11e)]+':\x20'+_0x24b4bb[_0x10ea5e(0x1d1)]);return await this[_0x10ea5e(0x44e)](_0x24b4bb,_0x1fc9bb);}async[a0_0x443e9c(0x468)](_0x30ce8e){const _0x2a26d6=a0_0x443e9c,_0x236cef=this[_0x2a26d6(0x14d)]+'/'+this[_0x2a26d6(0x248)]+_0x2a26d6(0x2c0),_0x2fd32f=await fetch(_0x236cef,{'method':'POST','headers':{'Content-Type':'application/json'},'body':JSON[_0x2a26d6(0x43b)]({'values':_0x30ce8e})});if(!_0x2fd32f['ok'])throw new Error(_0x2a26d6(0x12b)+_0x2fd32f[_0x2a26d6(0x11e)]+':\x20'+_0x2fd32f['statusText']);return await this[_0x2a26d6(0x44e)](_0x2fd32f,_0x236cef);}async[a0_0x443e9c(0x44e)](_0x3d6f37,_0x6c8e20){const _0x5e6ea1=a0_0x443e9c,_0x144dae=_0x3d6f37[_0x5e6ea1(0x357)]['get'](_0x5e6ea1(0x4bd));if(_0x3d6f37[_0x5e6ea1(0x357)]['get'](_0x5e6ea1(0x2d1))==='0'||!_0x144dae?.[_0x5e6ea1(0x480)](_0x5e6ea1(0x33f))){console['warn']('['+this[_0x5e6ea1(0x248)]+_0x5e6ea1(0x39a)+_0x6c8e20);return;}const _0x39aaad=await _0x3d6f37['text']();if(!_0x39aaad?.[_0x5e6ea1(0x192)]()){console[_0x5e6ea1(0x405)]('['+this['endpoint']+_0x5e6ea1(0x3d0)+_0x6c8e20);return;}try{return JSON['parse'](_0x39aaad);}catch(_0x90080e){console['error']('['+this['endpoint']+_0x5e6ea1(0x3f0)+_0x6c8e20+':',_0x90080e),console[_0x5e6ea1(0x132)]('['+this['endpoint']+_0x5e6ea1(0x3e1),_0x39aaad[_0x5e6ea1(0x1f7)](0x0,0xc8));return;}}}class vt{[a0_0x443e9c(0x14d)];constructor(){const _0x556de6=a0_0x443e9c;this[_0x556de6(0x14d)]=qe;}[a0_0x443e9c(0x129)](){const _0x1436f3=a0_0x443e9c;return new j(_0x1436f3(0x4b0),this[_0x1436f3(0x14d)]);}['descriptor'](){const _0x3f0128=a0_0x443e9c;return new j(_0x3f0128(0x147),this[_0x3f0128(0x14d)]);}[a0_0x443e9c(0x1e4)](){const _0x4e6f7d=a0_0x443e9c;return new j(_0x4e6f7d(0x197),this[_0x4e6f7d(0x14d)]);}[a0_0x443e9c(0x363)](){const _0x446542=a0_0x443e9c;return new j(_0x446542(0x3eb),this['baseUrl']);}[a0_0x443e9c(0x20e)](){const _0x4a17a4=a0_0x443e9c;return new j(_0x4a17a4(0x24b),this[_0x4a17a4(0x14d)]);}[a0_0x443e9c(0x486)](){const _0x6038bc=a0_0x443e9c;return new j(_0x6038bc(0x353),this[_0x6038bc(0x14d)]);}[a0_0x443e9c(0x112)](){const _0x22d62d=a0_0x443e9c;return new j(_0x22d62d(0x457),this[_0x22d62d(0x14d)]);}[a0_0x443e9c(0x2db)](){const _0x4f4191=a0_0x443e9c;return new j(_0x4f4191(0x4ee),this[_0x4f4191(0x14d)]);}}const Ee=new vt(),ye=m['createContext'](void 0x0);function Xe({data:_0x5c2a76,children:_0x56979c,names:_0x3905a4}){const _0x2dcf9e=a0_0x443e9c,_0x47271c=_0x5c2a76,[_0x1a1129,_0x6ab130]=m['useState'](_0x47271c),[_0x1ef368,_0x17d98a]=m[_0x2dcf9e(0x32f)](null),[_0x18a64a,_0x252714]=m[_0x2dcf9e(0x32f)](null),_0x2a7e4e=m[_0x2dcf9e(0x49a)](_0x28625d=>({'anglElems':_0x1a1129['anglelem'][_0x2dcf9e(0x418)](_0x5218e7=>_0x5218e7[_0x2dcf9e(0x2fe)]===_0x28625d),'anglZones':_0x1a1129['anglzone'][_0x2dcf9e(0x418)](_0x438b5d=>_0x438b5d['NAME']===_0x28625d),'anglPrims':_0x1a1129['anglprim'][_0x2dcf9e(0x418)](_0x495081=>_0x495081[_0x2dcf9e(0x2fe)]===_0x28625d),'anglClies':_0x1a1129[_0x2dcf9e(0x2c2)][_0x2dcf9e(0x418)](_0x5b76a7=>_0x5b76a7['NAME']===_0x28625d),'anglGrtxs':_0x1a1129[_0x2dcf9e(0x3a8)][_0x2dcf9e(0x418)](_0x4d2d63=>_0x4d2d63[_0x2dcf9e(0x2fe)]===_0x28625d),'cabins':_0x1a1129[_0x2dcf9e(0x36a)]||[],'csides':_0x1a1129[_0x2dcf9e(0x3c9)]||[],'doors':_0x1a1129[_0x2dcf9e(0x3fc)]||[],'cabbacks':_0x1a1129['cabback']||[],'variables':_0x1a1129[_0x2dcf9e(0x2f3)]?.[_0x2dcf9e(0x418)](_0x2d9b0a=>_0x2d9b0a['NAME']===_0x28625d)||[]}),[_0x1a1129]),{anglElems:_0x4988ac,anglZones:_0xb2cc74,anglPrims:_0x3e555c,anglClies:_0x2cf05a,anglGrtxs:_0x28a6b4,csides:_0x567325,kmsList:_0x17887e,cabins:_0x57334a,variables:_0x217104,doors:_0xf3bce3,cabbacks:_0x1314a9}=m['useMemo'](()=>_0x3905a4&&_0x3905a4[_0x2dcf9e(0x107)]>0x0?{'anglElems':_0x1a1129[_0x2dcf9e(0x24d)][_0x2dcf9e(0x418)](_0x5a79ec=>_0x3905a4['includes'](_0x5a79ec[_0x2dcf9e(0x2fe)])),'anglZones':_0x1a1129['anglzone'][_0x2dcf9e(0x418)](_0x29946c=>_0x3905a4[_0x2dcf9e(0x480)](_0x29946c[_0x2dcf9e(0x2fe)])),'anglPrims':_0x1a1129[_0x2dcf9e(0x50b)]['filter'](_0x4c2a97=>_0x3905a4['includes'](_0x4c2a97[_0x2dcf9e(0x2fe)])),'anglClies':_0x1a1129[_0x2dcf9e(0x2c2)]['filter'](_0x26da5e=>_0x3905a4[_0x2dcf9e(0x480)](_0x26da5e[_0x2dcf9e(0x2fe)])),'anglGrtxs':_0x1a1129[_0x2dcf9e(0x3a8)]['filter'](_0x1a0155=>_0x3905a4[_0x2dcf9e(0x480)](_0x1a0155[_0x2dcf9e(0x2fe)])),'cabins':_0x1a1129[_0x2dcf9e(0x36a)]||[],'csides':_0x1a1129[_0x2dcf9e(0x3c9)]||[],'doors':_0x1a1129[_0x2dcf9e(0x3fc)]||[],'cabbacks':_0x1a1129[_0x2dcf9e(0x4cd)]||[],'kmsList':_0x1a1129[_0x2dcf9e(0x3ef)]||[],'variables':_0x1a1129[_0x2dcf9e(0x2f3)]||[]}:{'anglElems':_0x1a1129[_0x2dcf9e(0x24d)],'anglZones':_0x1a1129[_0x2dcf9e(0x231)],'anglPrims':_0x1a1129[_0x2dcf9e(0x50b)],'anglClies':_0x1a1129[_0x2dcf9e(0x2c2)],'anglGrtxs':_0x1a1129['anglgrtx'],'cabins':_0x1a1129['cabin']||[],'csides':_0x1a1129[_0x2dcf9e(0x3c9)]||[],'doors':_0x1a1129[_0x2dcf9e(0x3fc)]||[],'cabbacks':_0x1a1129['cabback']||[],'kmsList':_0x1a1129[_0x2dcf9e(0x3ef)]||[],'variables':_0x1a1129[_0x2dcf9e(0x2f3)]||[]},[_0x1a1129,_0x3905a4]),_0x43dcb6={'anglElems':_0x4988ac,'anglZones':_0xb2cc74,'anglPrims':_0x3e555c,'anglClies':_0x2cf05a,'anglGrtxs':_0x28a6b4,'csides':_0x567325,'kmsList':_0x17887e,'cabins':_0x57334a,'doors':_0xf3bce3,'cabbacks':_0x1314a9,'variables':_0x217104,'selectedElem':_0x1ef368,'setSelectedElem':_0x17d98a,'hoveredElem':_0x18a64a,'setHoveredElem':_0x252714,'updateAnglPrim':(_0x15b532,_0x2b0092,_0x531150)=>{const _0x182f6d=_0x2dcf9e;_0x6ab130(_0x2b5ece=>({..._0x2b5ece,'anglprim':_0x2b5ece[_0x182f6d(0x50b)][_0x182f6d(0x1a9)](_0x1fc4ad=>_0x1fc4ad[_0x182f6d(0x2fe)]===_0x15b532?{..._0x1fc4ad,[_0x2b0092]:_0x531150}:_0x1fc4ad)}));},'updateAnglElem':(_0x2c25c2,_0x638539,_0xc211ce,_0x2b6356)=>{const _0x541066=_0x2dcf9e;_0x6ab130(_0x268c06=>({..._0x268c06,'anglelem':_0x268c06[_0x541066(0x24d)][_0x541066(0x1a9)](_0x12b8fe=>_0x12b8fe[_0x541066(0x437)]===_0x638539&&_0x12b8fe[_0x541066(0x2fe)]===_0x2c25c2?{..._0x12b8fe,[_0xc211ce]:_0x2b6356}:_0x12b8fe)}));},'updateAnglZone':(_0x38d1e2,_0x169d48,_0x147dd5,_0x1c7183)=>{const _0x13cfea=_0x2dcf9e;_0x6ab130(_0x253097=>({..._0x253097,'anglzone':_0x253097[_0x13cfea(0x231)][_0x13cfea(0x1a9)](_0x11be25=>_0x11be25['TREEID']===_0x169d48&&_0x11be25[_0x13cfea(0x2fe)]===_0x38d1e2?{..._0x11be25,[_0x147dd5]:_0x1c7183}:_0x11be25)}));},'updateAnglClie':(_0x4dede5,_0x30ba1b,_0x1b580c,_0x384e2b,_0xfa45cd)=>{const _0x2efcfd=_0x2dcf9e;_0x6ab130(_0x126102=>({..._0x126102,'anglclie':_0x126102[_0x2efcfd(0x2c2)][_0x2efcfd(0x1a9)](_0xe16758=>_0xe16758[_0x2efcfd(0x437)]===_0x30ba1b&&_0xe16758['TAGNAME']===_0x1b580c&&_0xe16758[_0x2efcfd(0x28b)]===_0xfa45cd&&_0xe16758[_0x2efcfd(0x2fe)]===_0x4dede5?{..._0xe16758,'TAGVALUE':_0x384e2b,'DATE_LASTCHANGE':new Date()[_0x2efcfd(0x3d9)]()}:_0xe16758)}));},'updateAnglGrtx':(_0x222d31,_0x5e783c,_0x5c5224,_0x11e319)=>{const _0x27f890=_0x2dcf9e;_0x6ab130(_0x347c8e=>({..._0x347c8e,'anglgrtx':_0x347c8e[_0x27f890(0x3a8)][_0x27f890(0x1a9)](_0x3d3cb5=>_0x3d3cb5['TREEID']===_0x5e783c&&_0x3d3cb5[_0x27f890(0x1ae)]===_0x5c5224&&_0x3d3cb5[_0x27f890(0x2fe)]===_0x222d31?{..._0x3d3cb5,'TEXT':_0x11e319,'DATE_LASTCHANGE':new Date()['toISOString']()}:_0x3d3cb5)}));},'updateVariable':(_0x3066be,_0x281f9d)=>{const _0x341c79=_0x2dcf9e;_0x6ab130(_0x1919f4=>({..._0x1919f4,'variables':_0x1919f4[_0x341c79(0x2f3)]?.[_0x341c79(0x1a9)](_0x17b713=>_0x17b713[_0x341c79(0x2fe)]===_0x3066be?{..._0x17b713,'WERT':_0x281f9d}:_0x17b713)||[]}));},'getArticleData':_0x2a7e4e,'allData':_0x1a1129};return h['jsx'](ye['Provider'],{'value':_0x43dcb6,'children':_0x56979c});}const de=m[a0_0x443e9c(0x39c)](void 0x0);var V=(_0x2f5ca2=>(_0x2f5ca2[_0x2f5ca2[a0_0x443e9c(0x4a4)]=0x0]=a0_0x443e9c(0x4a4),_0x2f5ca2[_0x2f5ca2['Profile']=0x2]=a0_0x443e9c(0x338),_0x2f5ca2[_0x2f5ca2['Surface']=0x3]=a0_0x443e9c(0x250),_0x2f5ca2[_0x2f5ca2['Material']=0x4]=a0_0x443e9c(0x33d),_0x2f5ca2[_0x2f5ca2[a0_0x443e9c(0x143)]=0x5]=a0_0x443e9c(0x143),_0x2f5ca2[_0x2f5ca2[a0_0x443e9c(0x33e)]=0x64]=a0_0x443e9c(0x33e),_0x2f5ca2[_0x2f5ca2[a0_0x443e9c(0x44b)]=0x78]=a0_0x443e9c(0x44b),_0x2f5ca2[_0x2f5ca2['color']=0x1d]=a0_0x443e9c(0x524),_0x2f5ca2))(V||{});function Je(_0x2c3bbd){const _0x42f0a7=a0_0x443e9c;return new Map(_0x2c3bbd['map'](_0x5c6428=>[_0x5c6428[_0x42f0a7(0x2fe)],_0x5c6428]));}function ie(_0xc9ff99,_0x54f0c2,_0x4e2aac=new Set()){const _0x194f77=a0_0x443e9c,_0x1fe772=_0x54f0c2['get'](_0xc9ff99);if(!_0x1fe772)return;if(_0x4e2aac['has'](_0xc9ff99)){console[_0x194f77(0x132)](_0x194f77(0x218)+[..._0x4e2aac,_0xc9ff99][_0x194f77(0x37c)](_0x194f77(0x4c2)));return;}const _0x145576=_0x1fe772['WERT'];if(_0x145576[_0x194f77(0x117)]('$')&&_0x1fe772['TYP']!=V[_0x194f77(0x44b)]){const _0x411db1=_0x145576[_0x194f77(0x305)](0x1);return _0x4e2aac[_0x194f77(0x3a1)](_0xc9ff99),ie(_0x411db1,_0x54f0c2,_0x4e2aac);}const _0x469871=Number(_0x145576);return isNaN(_0x469871)?_0x145576:_0x469871;}function ue(_0x4141bd,_0x4a6aa1,_0x35145b){const _0x5eb6b1=a0_0x443e9c,_0x47f990=_0x35145b['get'](_0x4141bd);if(!_0x47f990)return _0x35145b;const _0x4a15ee=new Map(_0x35145b);return _0x4a15ee[_0x5eb6b1(0x2c6)](_0x4141bd,{..._0x47f990,'WERT':String(_0x4a6aa1)}),_0x4a15ee;}function be(_0x17121e,_0x3c6011){const _0x2fcfe1=a0_0x443e9c;return _0x17121e[_0x2fcfe1(0x508)](/\$([A-Za-z_][A-Za-z0-9_]*)/g,(_0x16b715,_0x4ef41e)=>{const _0x15f75e=ie(_0x4ef41e,_0x3c6011);return _0x15f75e!==void 0x0?String(_0x15f75e):_0x16b715;});}function Qe(_0x574764,_0x4e1733,_0x1ee930=0xa){const _0x557243=a0_0x443e9c;let _0x36e341=_0x574764,_0x4537d3=0x0;for(;pe(_0x36e341)&&_0x4537d3<_0x1ee930;)_0x36e341=_0x36e341['replace'](/\$([A-Za-z_][A-Za-z0-9_]*)/g,(_0x8a7ab9,_0x3dc327)=>{const _0x22f5f1=ie(_0x3dc327,_0x4e1733);return _0x22f5f1!==void 0x0?String(_0x22f5f1):_0x8a7ab9;}),_0x4537d3++;return _0x4537d3>=_0x1ee930&&console[_0x557243(0x405)]('resolveString\x20hit\x20max\x20depth\x20('+_0x1ee930+_0x557243(0x3f6)+_0x574764),_0x36e341;}function pe(_0x433dea){const _0x36e540=a0_0x443e9c;return/\$[A-Za-z_][A-Za-z0-9_]*/g[_0x36e540(0x34d)](_0x433dea);}function Tt(_0x526974){const _0x54748e=a0_0x443e9c,_0x214eee=_0x526974[_0x54748e(0x3ea)](/\$([A-Za-z_][A-Za-z0-9_]*)/g);return Array[_0x54748e(0x1ed)](_0x214eee,_0x525975=>_0x525975[0x1]);}const Mt=Object[a0_0x443e9c(0x2ef)](Object['defineProperty']({'__proto__':null,'createVariableTree':Je,'extractVariableNames':Tt,'getValue':ie,'hasVariables':pe,'resolveRecursive':Qe,'resolveString':be,'setValue':ue},Symbol[a0_0x443e9c(0x459)],{'value':a0_0x443e9c(0x32d)}));function et({children:_0x590cad,imosVariables:_0x2aa1b3}){const _0x4a7cb5=a0_0x443e9c,[_0x1b30c7,_0x4e391c]=m[_0x4a7cb5(0x32f)](()=>Je(_0x2aa1b3)),_0x23f459=m[_0x4a7cb5(0x49a)]((_0x26d949,_0x24b47b)=>{_0x4e391c(_0x2c55c8=>ue(_0x26d949,_0x24b47b,_0x2c55c8));},[]),_0x5511c5={'tree':_0x1b30c7,'setVarValue':_0x23f459};return h['jsx'](de['Provider'],{'value':_0x5511c5,'children':_0x590cad});}const ve=m[a0_0x443e9c(0x39c)](null),Pe=_0x4759fa=>{const _0x2e7b84=Number(_0x4759fa);return isNaN(_0x2e7b84)?null:_0x2e7b84;},J=_0x2fff3b=>_0x2fff3b==null?'':String(_0x2fff3b),z=(_0x1bb980,_0x4a5d5d,_0x5c80ec)=>{const _0x5e63e1=Pe(_0x1bb980),_0x21cbbc=Pe(_0x4a5d5d);return _0x5e63e1===null||_0x21cbbc===null?!0x1:_0x5c80ec(_0x5e63e1,_0x21cbbc);},X=(_0x22f534,_0x49cda3,_0x5880e8)=>_0x22f534==null||_0x49cda3==null?!0x1:_0x5880e8(J(_0x22f534),J(_0x49cda3)),Dt={'=':(_0xe20ced,_0x208027)=>_0xe20ced==null||_0x208027==null?_0xe20ced===_0x208027:J(_0xe20ced)[a0_0x443e9c(0x192)]()===J(_0x208027)[a0_0x443e9c(0x192)](),'!=':(_0x250713,_0x4e9383)=>_0x250713==null||_0x4e9383==null?_0x250713!==_0x4e9383:J(_0x250713)[a0_0x443e9c(0x192)]()!==J(_0x4e9383)[a0_0x443e9c(0x192)](),'>':(_0x4d849e,_0x33342a)=>z(_0x4d849e,_0x33342a,(_0x3e4278,_0x324aff)=>_0x3e4278>_0x324aff),'<':(_0x97d5fd,_0x55cfa8)=>z(_0x97d5fd,_0x55cfa8,(_0x413e60,_0x477a32)=>_0x413e60<_0x477a32),'>=':(_0x3e681b,_0x4c8f85)=>z(_0x3e681b,_0x4c8f85,(_0x17a0d7,_0x4273d4)=>_0x17a0d7>=_0x4273d4),'<=':(_0x4ab0fa,_0x3c40e1)=>z(_0x4ab0fa,_0x3c40e1,(_0x181a49,_0x40ddaa)=>_0x181a49<=_0x40ddaa),'&gt;':(_0x2d5b77,_0x2bb1c5)=>z(_0x2d5b77,_0x2bb1c5,(_0x14121b,_0x4e2330)=>_0x14121b>_0x4e2330),'&gt;=':(_0x5b85e1,_0x55804b)=>z(_0x5b85e1,_0x55804b,(_0x4eac55,_0x4ab06e)=>_0x4eac55>=_0x4ab06e),'&lt;':(_0x58b382,_0x335892)=>z(_0x58b382,_0x335892,(_0x1e49f0,_0x5dc320)=>_0x1e49f0<_0x5dc320),'&lt;=':(_0x387b77,_0x58ce33)=>z(_0x387b77,_0x58ce33,(_0x14caea,_0x93ae61)=>_0x14caea<=_0x93ae61),'B':(_0x45b470,_0x1caf9a)=>X(_0x45b470,_0x1caf9a,(_0x58a801,_0xe04037)=>_0x58a801[a0_0x443e9c(0x117)](_0xe04037)),'!B':(_0x23c4f1,_0x3129cd)=>X(_0x23c4f1,_0x3129cd,(_0x5c6290,_0x34afa)=>!_0x5c6290[a0_0x443e9c(0x117)](_0x34afa)),'E':(_0x288776,_0x2f72e8)=>X(_0x288776,_0x2f72e8,(_0x3eea57,_0x1b2dff)=>_0x3eea57[a0_0x443e9c(0x165)](_0x1b2dff)),'!E':(_0x56fa9d,_0x42bf38)=>X(_0x56fa9d,_0x42bf38,(_0x15934c,_0x44cf8c)=>!_0x15934c[a0_0x443e9c(0x165)](_0x44cf8c)),'C':(_0x50f469,_0x57626b)=>X(_0x50f469,_0x57626b,(_0x33127f,_0x451099)=>_0x33127f['includes'](_0x451099)),'!C':(_0x4cd543,_0x2c9476)=>X(_0x4cd543,_0x2c9476,(_0x510dc3,_0x4434c9)=>!_0x510dc3['includes'](_0x4434c9))},wt={'Zusatzfilter\x203':a0_0x443e9c(0x406),'Zusatzfilter\x204':a0_0x443e9c(0x2e6)};function Te(_0x410b8c,_0x5e1e4c={}){const _0x34d329=a0_0x443e9c,{variableTree:_0x420959,dataType:_0x24bcfc,silent:_0x12cc6a=!0x1,allowFunctions:_0x37cace=!0x0}=_0x5e1e4c,_0x44a96b=/^(.+?)\s*(mm|cm|m|in|ft|px|pt|%|deg|rad)$/i,_0x2f69f3={'value':void 0x0,'original':_0x410b8c,'resolved':_0x410b8c,'hadVariables':!0x1,'wasEvaluated':!0x1};try{let _0x114a08=_0x410b8c[_0x34d329(0x192)]();if(_0x44a96b[_0x34d329(0x34d)](_0x114a08)){const _0x340803=_0x114a08[_0x34d329(0x447)](_0x44a96b);_0x340803&&(_0x114a08=_0x340803[0x1][_0x34d329(0x192)]());}_0x420959&&pe(_0x114a08)&&(_0x2f69f3['hadVariables']=!0x0,_0x114a08=be(_0x114a08,_0x420959),_0x2f69f3[_0x34d329(0x48b)]=_0x114a08),tt(_0x114a08)?(_0x2f69f3[_0x34d329(0x452)]=!0x0,_0x2f69f3['value']=rt(_0x114a08,_0x37cace)):Me(_0x114a08)?(_0x2f69f3[_0x34d329(0x452)]=!0x0,_0x2f69f3[_0x34d329(0x11d)]=De(_0x114a08,_0x37cace)):_0x2f69f3[_0x34d329(0x11d)]=It(_0x114a08,_0x24bcfc);}catch(_0xc384dc){_0x2f69f3[_0x34d329(0x132)]=_0xc384dc instanceof Error?_0xc384dc['message']:String(_0xc384dc),_0x12cc6a||console[_0x34d329(0x132)](_0x34d329(0x277)+_0x410b8c+'\x22',_0xc384dc),_0x2f69f3[_0x34d329(0x11d)]=_0x410b8c;}return _0x2f69f3;}function he(_0x4e1bcb,_0x342274={}){const _0x72c9d9=a0_0x443e9c;return Te(_0x4e1bcb,_0x342274)[_0x72c9d9(0x11d)];}function tt(_0x37c55d){const _0x88992b=a0_0x443e9c;return!_0x37c55d||typeof _0x37c55d!=_0x88992b(0x207)?!0x1:/^\s*IF\s*\(/i['test'](_0x37c55d[_0x88992b(0x192)]());}function rt(_0x3d254d,_0x1665ad=!0x0){const _0x111121=a0_0x443e9c,_0x259a89=_0x3d254d[_0x111121(0x192)]()['match'](/^IF\s*\((.*)\)\s*$/i);if(!_0x259a89)throw new Error('Invalid\x20IF\x20statement:\x20'+_0x3d254d);const _0x499deb=_0x259a89[0x1],_0x59d8f2=kt(_0x499deb);if(_0x59d8f2[_0x111121(0x107)]!==0x3)throw new Error(_0x111121(0x1c1)+_0x59d8f2[_0x111121(0x107)]+_0x111121(0x284));const [_0x193b91,_0xace152,_0x16c7ae]=_0x59d8f2,_0x30bdc1=le(_0x193b91[_0x111121(0x192)](),_0x1665ad)?_0xace152['trim']():_0x16c7ae[_0x111121(0x192)]();if(tt(_0x30bdc1))return rt(_0x30bdc1,_0x1665ad);if(Me(_0x30bdc1))return De(_0x30bdc1,_0x1665ad);{const _0x1aca04=Number(_0x30bdc1);return isNaN(_0x1aca04)?_0x30bdc1:_0x1aca04;}}function kt(_0x501684){const _0x445679=a0_0x443e9c,_0x105301=[];let _0x1e2bac='',_0x707dc9=0x0;for(let _0x5bfba5=0x0;_0x5bfba5<_0x501684[_0x445679(0x107)];_0x5bfba5++){const _0xace3a9=_0x501684[_0x5bfba5];_0xace3a9==='('?(_0x707dc9++,_0x1e2bac+=_0xace3a9):_0xace3a9===')'?(_0x707dc9--,_0x1e2bac+=_0xace3a9):_0xace3a9===','&&_0x707dc9===0x0?(_0x105301[_0x445679(0x27c)](_0x1e2bac),_0x1e2bac=''):_0x1e2bac+=_0xace3a9;}return _0x1e2bac&&_0x105301[_0x445679(0x27c)](_0x1e2bac),_0x105301;}function le(_0x4c8908,_0x4638c6){const _0x4d4615=a0_0x443e9c;if(/\bAND\b/i[_0x4d4615(0x34d)](_0x4c8908))return _0x4c8908[_0x4d4615(0x27b)](/\bAND\b/i)[_0x4d4615(0x387)](_0x513a56=>le(_0x513a56[_0x4d4615(0x192)](),_0x4638c6));if(/\bOR\b/i[_0x4d4615(0x34d)](_0x4c8908))return _0x4c8908[_0x4d4615(0x27b)](/\bOR\b/i)[_0x4d4615(0x31f)](_0x2759af=>le(_0x2759af['trim'](),_0x4638c6));if(/^\s*NOT\s+/i[_0x4d4615(0x34d)](_0x4c8908)){const _0x2372da=_0x4c8908['replace'](/^\s*NOT\s+/i,'')[_0x4d4615(0x192)]();return!le(_0x2372da,_0x4638c6);}const _0x40db20=_0x4c8908['match'](/(.+?)(<=|>=|!=|<>|=|<|>)(.+)/);if(!_0x40db20)throw new Error('Invalid\x20condition:\x20'+_0x4c8908);const [,_0x4b2aa9,_0x1cebf6,_0x137f16]=_0x40db20,_0x4ed006=Oe(_0x4b2aa9[_0x4d4615(0x192)](),_0x4638c6),_0x1a8a68=Oe(_0x137f16['trim'](),_0x4638c6);switch(_0x1cebf6){case'=':return _0x4ed006===_0x1a8a68;case'!=':case'<>':return _0x4ed006!==_0x1a8a68;case'<':return _0x4ed006<_0x1a8a68;case'>':return _0x4ed006>_0x1a8a68;case'<=':return _0x4ed006<=_0x1a8a68;case'>=':return _0x4ed006>=_0x1a8a68;default:throw new Error(_0x4d4615(0x209)+_0x1cebf6);}}function Oe(_0x4ad3b3,_0x1bd611){const _0x36c786=a0_0x443e9c;if(_0x4ad3b3[_0x36c786(0x117)]('\x22')&&_0x4ad3b3[_0x36c786(0x165)]('\x22')||_0x4ad3b3[_0x36c786(0x117)]('\x27')&&_0x4ad3b3[_0x36c786(0x165)]('\x27'))return _0x4ad3b3[_0x36c786(0x305)](0x1,-0x1);if(Me(_0x4ad3b3))return De(_0x4ad3b3,_0x1bd611);const _0x5b0f0e=Number(_0x4ad3b3);return isNaN(_0x5b0f0e)?_0x4ad3b3:_0x5b0f0e;}function Me(_0x4994b8){const _0xda2a68=a0_0x443e9c;if(!_0x4994b8||typeof _0x4994b8!=_0xda2a68(0x207))return!0x1;const _0x2f8b6e=_0x4994b8[_0xda2a68(0x192)]();return/[+\-*/()]/['test'](_0x2f8b6e)?/^[\d\s+\-*/().,a-z]+$/i[_0xda2a68(0x34d)](_0x2f8b6e):!0x1;}const ge=new Map();function De(_0x416daa,_0x163658=!0x0){const _0x4bd946=a0_0x443e9c,_0x134d60=_0x416daa[_0x4bd946(0x192)](),_0x5b4ab7=_0x134d60+':'+_0x163658;if(ge['has'](_0x5b4ab7))return ge['get'](_0x5b4ab7);let _0x4d6f62=_0x134d60['replace'](/\s+/g,'');if(_0x163658&&(_0x4d6f62=_0x4d6f62[_0x4bd946(0x508)](/round\(/g,_0x4bd946(0x3fa))['replace'](/floor\(/g,_0x4bd946(0x504))[_0x4bd946(0x508)](/ceil\(/g,_0x4bd946(0x227))[_0x4bd946(0x508)](/abs\(/g,_0x4bd946(0x1bb))['replace'](/min\(/g,_0x4bd946(0x51a))['replace'](/max\(/g,_0x4bd946(0x273))[_0x4bd946(0x508)](/pow\(/g,_0x4bd946(0x449))[_0x4bd946(0x508)](/sqrt\(/g,'Math.sqrt(')),!(_0x163658?/^[\d+\-*/().,a-zA-Z]+$/:/^[\d+\-*/().]+$/)[_0x4bd946(0x34d)](_0x4d6f62))throw new Error('Expression\x20contains\x20invalid\x20characters:\x20'+_0x416daa);if(!_0x4d6f62)throw new Error(_0x4bd946(0x2cd));try{const _0x176cec=Function(_0x4bd946(0x360)+_0x4d6f62+')')();if(typeof _0x176cec!=_0x4bd946(0x38c)||isNaN(_0x176cec))throw new Error(_0x4bd946(0x4a6)+_0x416daa);return ge[_0x4bd946(0x2c6)](_0x5b4ab7,_0x176cec),_0x176cec;}catch(_0x12a68c){throw new Error(_0x4bd946(0x113)+_0x416daa+_0x4bd946(0x267)+_0x12a68c);}}function It(_0x40679d,_0x5bec11){const _0x4c006c=a0_0x443e9c;if(!_0x5bec11){const _0x20841a=Number(_0x40679d);return isNaN(_0x20841a)?_0x40679d:_0x20841a;}switch(_0x5bec11[_0x4c006c(0x191)]()){case'FL':return parseFloat(_0x40679d);case'IN':return parseInt(_0x40679d,0xa);case'CI':case'CS':case'ST':return _0x40679d;case'DA':return new Date(_0x40679d)[_0x4c006c(0x3d9)]();default:const _0x2ea83c=Number(_0x40679d);return isNaN(_0x2ea83c)?_0x40679d:_0x2ea83c;}}const Ct=_0x1b742c=>wt[_0x1b742c]||_0x1b742c;class $e{static ['evaluateTree']=(_0x45f8fd,_0x448c45,_0x3b3cfd)=>_0x45f8fd?_0x45f8fd[a0_0x443e9c(0x173)]['every'](_0x34bb40=>this['evaluateNode'](_0x34bb40,_0x448c45,_0x3b3cfd)):!0x1;static [a0_0x443e9c(0x213)]=(_0x1f3a47,_0x33172f,_0x4383fe)=>{const _0x2826ec=a0_0x443e9c;if(!_0x1f3a47)return!0x1;if(_0x1f3a47[_0x2826ec(0x153)]===_0x2826ec(0x484)){let _0x154184=_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x45a)];const _0x7bae5c=Ct(_0x1f3a47[_0x2826ec(0x150)]['LEFTVALUE']);_0x33172f[_0x7bae5c]!==void 0x0?_0x154184=_0x33172f[_0x7bae5c]:_0x154184=he(_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x45a)],{'variableTree':_0x4383fe,'dataType':_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x28b)],'silent':!0x0});const _0x2d13f0=he(_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x3ff)],{'variableTree':_0x4383fe,'dataType':_0x1f3a47[_0x2826ec(0x150)]['DATATYPE'],'silent':!0x0});return Dt[_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x4eb)]](_0x154184,_0x2d13f0);}if(_0x1f3a47[_0x2826ec(0x153)]===_0x2826ec(0x27e)){const _0x43e771=_0x1f3a47[_0x2826ec(0x43f)]['map'](_0x76a2a7=>this[_0x2826ec(0x213)](_0x76a2a7,_0x33172f,_0x4383fe));switch(_0x1f3a47[_0x2826ec(0x150)][_0x2826ec(0x17a)]){case _0x2826ec(0x28f):return _0x43e771['every'](Boolean);case'OR':return _0x43e771[_0x2826ec(0x31f)](Boolean);case _0x2826ec(0x4ff):return!_0x43e771[_0x2826ec(0x387)](Boolean);case _0x2826ec(0x3e4):return!_0x43e771['some'](Boolean);default:return!0x1;}}return!0x1;};}class Be{static['evaluate'](_0x3ba711,_0x2b346c,_0x25fa9c){const _0x14b187=a0_0x443e9c,_0x3eb282=_0x3ba711[_0x14b187(0x3b4)][_0x14b187(0x4f4)](_0x4ce13b=>_0x4ce13b[_0x14b187(0x46c)]===0x0||_0x4ce13b['conditionTree']===null);for(const _0x515f52 of _0x3ba711[_0x14b187(0x3b4)]){if(_0x515f52[_0x14b187(0x46c)]===0x0||_0x515f52['conditionTree']===null)continue;if($e['evaluateTree'](_0x515f52[_0x14b187(0x129)],_0x2b346c,_0x25fa9c))return{'lindiv':_0x515f52['lindiv'],'nodeNum':_0x515f52[_0x14b187(0x426)],'matched':!0x0,'isDefault':!0x1,'descriptorType':_0x3ba711['descriptor']['DESC_TYPE']};}if(_0x3eb282)return{'lindiv':_0x3eb282[_0x14b187(0x457)],'nodeNum':_0x3eb282['nodeNum'],'matched':!0x1,'isDefault':!0x0,'descriptorType':_0x3ba711['descriptor'][_0x14b187(0x15c)]};throw new Error('No\x20matching\x20node\x20found\x20and\x20no\x20default\x20node\x20exists');}static[a0_0x443e9c(0x308)](_0x29934a,_0x1dce49,_0x43d53b){const _0x2a606b=a0_0x443e9c,_0x43a8ce=[];for(const _0x5b49e8 of _0x29934a[_0x2a606b(0x3b4)]){if(_0x5b49e8[_0x2a606b(0x46c)]===0x0||_0x5b49e8[_0x2a606b(0x129)]===null)continue;$e[_0x2a606b(0x422)](_0x5b49e8['conditionTree'],_0x1dce49,_0x43d53b)&&_0x43a8ce[_0x2a606b(0x27c)](_0x5b49e8);}return _0x43a8ce;}}class Nt{[a0_0x443e9c(0x48f)];constructor(_0x2d775){const _0x3b9b78=a0_0x443e9c;this[_0x3b9b78(0x48f)]=new Map(_0x2d775['map'](_0x481f54=>[_0x481f54[_0x3b9b78(0x147)][_0x3b9b78(0x2fe)],_0x481f54]));}[a0_0x443e9c(0x323)](_0x3eb325,_0x20a810,_0xb9900e){const _0x145487=a0_0x443e9c,_0x5db2ca=this[_0x145487(0x182)](_0x3eb325);if(!_0x5db2ca)throw new Error(_0x145487(0x3e6)+_0x3eb325);return Be['evaluate'](_0x5db2ca,_0x20a810,_0xb9900e);}[a0_0x443e9c(0x182)](_0x55b5ac){const _0x15cc0c=a0_0x443e9c;return this[_0x15cc0c(0x48f)][_0x15cc0c(0x4a8)](_0x55b5ac);}[a0_0x443e9c(0x44a)](_0x57f59a){const _0x34be47=a0_0x443e9c;return this[_0x34be47(0x48f)][_0x34be47(0x341)](_0x57f59a);}[a0_0x443e9c(0x156)](){const _0x490ddf=a0_0x443e9c;return Array[_0x490ddf(0x1ed)](this[_0x490ddf(0x48f)][_0x490ddf(0x1a2)]());}[a0_0x443e9c(0x27d)](_0x2974f7){const _0x2c54d2=a0_0x443e9c;return Array[_0x2c54d2(0x1ed)](this['descriptors'][_0x2c54d2(0x395)]())['filter'](_0x2c2ca8=>_0x2c2ca8['descriptor'][_0x2c54d2(0x15c)]===_0x2974f7);}['findAllMatches'](_0x343a00,_0x449fb1,_0x45a54d){const _0x488baa=a0_0x443e9c,_0x3babe1=this[_0x488baa(0x182)](_0x343a00);if(!_0x3babe1)throw new Error(_0x488baa(0x3e6)+_0x343a00);return Be['findAllNonDefaultMatches'](_0x3babe1,_0x449fb1,_0x45a54d);}['getStats'](){const _0x1a32d7=a0_0x443e9c,_0x3df99e={};for(const _0x319a20 of this[_0x1a32d7(0x48f)][_0x1a32d7(0x395)]()){const _0x4e750f=_0x319a20[_0x1a32d7(0x147)]['DESC_TYPE'];_0x3df99e[_0x4e750f]=(_0x3df99e[_0x4e750f]||0x0)+0x1;}return{'total':this[_0x1a32d7(0x48f)][_0x1a32d7(0x42f)],'byType':_0x3df99e,'names':this[_0x1a32d7(0x156)]()};}}function it({children:_0x27c53d,descriptorData:_0x1f8803}){const _0x127941=a0_0x443e9c,_0x17b8e3=m[_0x127941(0x4ec)](()=>new Nt(_0x1f8803),[_0x1f8803]);return h[_0x127941(0x275)](ve[_0x127941(0x41f)],{'value':_0x17b8e3,'children':_0x27c53d});}const st=m['createContext'](void 0x0);function nt(){const _0x1bc34d=a0_0x443e9c,_0x124b81=m['useContext'](st);if(!_0x124b81)throw new Error(_0x1bc34d(0x522));return _0x124b81;}function ot({children:_0x51121e,initialMaterials:_0x201c80=[],initialSurfaces:_0x11cb76=[]}){const _0x4499b7=a0_0x443e9c,[_0x25ea07,_0x57d980]=m['useState'](_0x201c80),[_0x1c872e,_0xe56a1c]=m['useState'](_0x11cb76),[_0x4058b3,_0x436305]=m[_0x4499b7(0x32f)](new Set()),[_0xa12814,_0x285648]=m[_0x4499b7(0x32f)](new Set()),[_0x401dbd,_0x4e86bb]=m[_0x4499b7(0x32f)](new Set()),[_0x36402c,_0x102aac]=m[_0x4499b7(0x32f)](new Set()),_0x1bcad9=m[_0x4499b7(0x49a)](_0x4a16f5=>_0x25ea07[_0x4499b7(0x31f)](_0x5d57e4=>_0x5d57e4[_0x4499b7(0x2fe)]===_0x4a16f5),[_0x25ea07]),_0x3e1fdb=m[_0x4499b7(0x49a)](_0x2fb99f=>_0x1c872e[_0x4499b7(0x31f)](_0x2e03f2=>_0x2e03f2['NAME']===_0x2fb99f),[_0x1c872e]),_0x39f2be=m['useCallback'](_0x501dd1=>_0x4058b3[_0x4499b7(0x341)](_0x501dd1),[_0x4058b3]),_0x216238=m[_0x4499b7(0x49a)](_0x2a7bd6=>_0xa12814[_0x4499b7(0x341)](_0x2a7bd6),[_0xa12814]),_0x40e25b=m[_0x4499b7(0x49a)](_0x2f04ed=>_0x401dbd[_0x4499b7(0x341)](_0x2f04ed),[_0x401dbd]),_0x58daa3=m[_0x4499b7(0x49a)](_0x57660b=>_0x36402c[_0x4499b7(0x341)](_0x57660b),[_0x36402c]),_0x1aa1f2=m[_0x4499b7(0x253)](new Set()),_0x8603d=m[_0x4499b7(0x253)](new Set()),_0x58313d=m[_0x4499b7(0x253)](!0x1),[_0x16fe13,_0x9f56b0]=m[_0x4499b7(0x32f)](0x0),_0x55a639=m[_0x4499b7(0x49a)](_0x4d9ad7=>{const _0x5e42c1=_0x4499b7;if(!_0x4d9ad7||_0x4d9ad7===''||_0x1bcad9(_0x4d9ad7)||_0x4058b3[_0x5e42c1(0x341)](_0x4d9ad7)||_0x401dbd[_0x5e42c1(0x341)](_0x4d9ad7))return;const _0x12caa8=_0x1aa1f2[_0x5e42c1(0x2ed)]['size']===0x0;_0x1aa1f2[_0x5e42c1(0x2ed)][_0x5e42c1(0x3a1)](_0x4d9ad7),_0x12caa8&&queueMicrotask(()=>{const _0x1b80a2=_0x5e42c1;_0x58313d[_0x1b80a2(0x2ed)]&&_0x9f56b0(_0x58ba87=>_0x58ba87+0x1);});},[_0x1bcad9,_0x4058b3,_0x401dbd]),_0xf5b226=m[_0x4499b7(0x49a)](_0x5be959=>{const _0x5937bf=_0x4499b7;if(!_0x5be959||_0x5be959===''||_0x5be959===_0x5937bf(0x351)||_0x3e1fdb(_0x5be959)||_0xa12814[_0x5937bf(0x341)](_0x5be959)||_0x36402c[_0x5937bf(0x341)](_0x5be959))return;const _0x24dced=_0x8603d['current'][_0x5937bf(0x42f)]===0x0;_0x8603d['current'][_0x5937bf(0x3a1)](_0x5be959),_0x24dced&&queueMicrotask(()=>{const _0x34790f=_0x5937bf;_0x58313d[_0x34790f(0x2ed)]&&_0x9f56b0(_0x496733=>_0x496733+0x1);});},[_0x3e1fdb,_0xa12814,_0x36402c]),_0x20df37=m['useCallback'](async _0x3f6e7a=>{const _0x275bc3=_0x4499b7;if(!_0x3f6e7a||_0x3f6e7a===''){console['warn'](_0x275bc3(0x1da));return;}if(_0x1bcad9(_0x3f6e7a))return _0x25ea07[_0x275bc3(0x4f4)](_0x557acb=>_0x557acb[_0x275bc3(0x2fe)]===_0x3f6e7a);if(!_0x4058b3[_0x275bc3(0x341)](_0x3f6e7a)&&!_0x401dbd[_0x275bc3(0x341)](_0x3f6e7a)){_0x436305(_0x72ba4e=>new Set(_0x72ba4e)[_0x275bc3(0x3a1)](_0x3f6e7a));try{const _0xa78726=await Ee[_0x275bc3(0x1e4)]()[_0x275bc3(0x211)](_0x3f6e7a);if(_0xa78726)return _0x57d980(_0x2e085f=>_0x2e085f['some'](_0x1a87b0=>_0x1a87b0[_0x275bc3(0x2fe)]===_0x3f6e7a)?_0x2e085f:[..._0x2e085f,_0xa78726]),_0xa78726;console['warn'](_0x275bc3(0x245)+_0x3f6e7a+_0x275bc3(0x19c)),_0x4e86bb(_0x574e51=>new Set(_0x574e51)[_0x275bc3(0x3a1)](_0x3f6e7a));return;}catch(_0x40b924){console['error'](_0x275bc3(0x23c)+_0x3f6e7a+':',_0x40b924),_0x4e86bb(_0x45efe1=>new Set(_0x45efe1)[_0x275bc3(0x3a1)](_0x3f6e7a));return;}finally{_0x436305(_0xbfc0db=>{const _0x1dad07=_0x275bc3,_0x4885cb=new Set(_0xbfc0db);return _0x4885cb[_0x1dad07(0x268)](_0x3f6e7a),_0x4885cb;});}}},[_0x25ea07,_0x1bcad9,_0x4058b3,_0x401dbd]),_0x5ae176=m[_0x4499b7(0x49a)](async _0x1bd969=>{const _0xa19a81=_0x4499b7;if(!(!_0x1bd969||_0x1bd969===''||_0x1bd969===_0xa19a81(0x351))){if(_0x3e1fdb(_0x1bd969))return _0x1c872e['find'](_0x1cc7e9=>_0x1cc7e9[_0xa19a81(0x2fe)]===_0x1bd969);if(!_0xa12814[_0xa19a81(0x341)](_0x1bd969)&&!_0x36402c[_0xa19a81(0x341)](_0x1bd969)){_0x285648(_0x37e5cf=>new Set(_0x37e5cf)['add'](_0x1bd969));try{const _0xcc4a2d=await Ee['surfaceData']()[_0xa19a81(0x211)](_0x1bd969);if(_0xcc4a2d)return _0xe56a1c(_0x8c3a1f=>_0x8c3a1f['some'](_0x179d98=>_0x179d98[_0xa19a81(0x2fe)]===_0x1bd969)?_0x8c3a1f:[..._0x8c3a1f,_0xcc4a2d]),_0xcc4a2d;console[_0xa19a81(0x405)](_0xa19a81(0x1ea)+_0x1bd969+_0xa19a81(0x19c)),_0x102aac(_0xb437fc=>new Set(_0xb437fc)[_0xa19a81(0x3a1)](_0x1bd969));return;}catch(_0xb6e986){console[_0xa19a81(0x132)](_0xa19a81(0x3be)+_0x1bd969+':',_0xb6e986),_0x102aac(_0x30f487=>new Set(_0x30f487)[_0xa19a81(0x3a1)](_0x1bd969));return;}finally{_0x285648(_0x37d3a9=>{const _0x5e3b32=new Set(_0x37d3a9);return _0x5e3b32['delete'](_0x1bd969),_0x5e3b32;});}}}},[_0x1c872e,_0x3e1fdb,_0xa12814,_0x36402c]);m['useEffect'](()=>(_0x58313d[_0x4499b7(0x2ed)]=!0x0,(_0x1aa1f2[_0x4499b7(0x2ed)][_0x4499b7(0x42f)]>0x0||_0x8603d[_0x4499b7(0x2ed)][_0x4499b7(0x42f)]>0x0)&&_0x9f56b0(_0x422fc1=>_0x422fc1+0x1),()=>{_0x58313d['current']=!0x1;}),[]),m[_0x4499b7(0x3dc)](()=>{const _0x3085f6=_0x4499b7;if(_0x1aa1f2[_0x3085f6(0x2ed)][_0x3085f6(0x42f)]>0x0){const _0x5a6a39=Array[_0x3085f6(0x1ed)](_0x1aa1f2['current']);_0x1aa1f2[_0x3085f6(0x2ed)]['clear'](),_0x5a6a39['forEach'](_0x350a4c=>{_0x20df37(_0x350a4c);});}if(_0x8603d['current'][_0x3085f6(0x42f)]>0x0){const _0x1bbcec=Array['from'](_0x8603d[_0x3085f6(0x2ed)]);_0x8603d[_0x3085f6(0x2ed)]['clear'](),_0x1bbcec[_0x3085f6(0x313)](_0x4e42b8=>{_0x5ae176(_0x4e42b8);});}},[_0x16fe13,_0x20df37,_0x5ae176]);const _0x271186=m['useMemo'](()=>({'materials':_0x25ea07,'surfaces':_0x1c872e,'loadingMaterials':_0x4058b3,'loadingSurfaces':_0xa12814,'failedMaterials':_0x401dbd,'failedSurfaces':_0x36402c,'fetchMaterial':_0x20df37,'fetchSurface':_0x5ae176,'queueMaterialFetch':_0x55a639,'queueSurfaceFetch':_0xf5b226,'isFetchingMaterial':_0x39f2be,'isFetchingSurface':_0x216238,'hasMaterial':_0x1bcad9,'hasSurface':_0x3e1fdb,'hasFailedMaterial':_0x40e25b,'hasFailedSurface':_0x58daa3}),[_0x25ea07,_0x1c872e,_0x4058b3,_0xa12814,_0x401dbd,_0x36402c,_0x20df37,_0x5ae176,_0x55a639,_0xf5b226,_0x39f2be,_0x216238,_0x1bcad9,_0x3e1fdb,_0x40e25b,_0x58daa3]);return h[_0x4499b7(0x275)](st['Provider'],{'value':_0x271186,'children':_0x51121e});}var b=(_0x5316f9=>(_0x5316f9[a0_0x443e9c(0x1f6)]=a0_0x443e9c(0x3bf),_0x5316f9[a0_0x443e9c(0x1c5)]=a0_0x443e9c(0x159),_0x5316f9['_3D']='3D',_0x5316f9))(b||{});function Ft({view:_0x32614c}){const _0xd159c4=a0_0x443e9c,_0x4a8615=h[_0xd159c4(0x36b)](_0xd159c4(0x19f),{'style':{'display':_0xd159c4(0x4ba),'flexDirection':_0xd159c4(0x517),'alignItems':'center','justifyContent':'center','padding':_0xd159c4(0x30d),'background':_0xd159c4(0x1ee),'borderRadius':_0xd159c4(0x212),'opacity':0.5,'color':_0xd159c4(0x2ab),'fontFamily':_0xd159c4(0x38a)},'children':[h[_0xd159c4(0x275)](_0xd159c4(0x19f),{'style':{'width':'10px','height':_0xd159c4(0x30d),'border':'4px\x20solid\x20rgba(255,\x20255,\x20255,\x200.3)','borderTop':_0xd159c4(0x4d7),'borderRadius':_0xd159c4(0x2cb),'animation':_0xd159c4(0x1e3)}}),h[_0xd159c4(0x275)](_0xd159c4(0x22a),{'children':'\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'})]});return _0x32614c===b[_0xd159c4(0x4b2)]?h[_0xd159c4(0x275)](Se[_0xd159c4(0x366)],{'center':!0x0,'children':_0x4a8615}):h[_0xd159c4(0x275)]('div',{'style':{'position':_0xd159c4(0x302),'top':_0xd159c4(0x2cb),'left':_0xd159c4(0x2cb),'transform':_0xd159c4(0x1e7),'zIndex':0x3e8},'children':_0x4a8615});}function Re({error:_0x5160dc,insideCanvas:_0x1df1a3=!0x1}){const _0x57548c=a0_0x443e9c,_0x37340d=h[_0x57548c(0x36b)]('div',{'style':{'padding':_0x57548c(0x114),'background':'rgba(255,\x200,\x200,\x200.1)','border':_0x57548c(0x511),'borderRadius':_0x57548c(0x212),'color':'red','fontFamily':_0x57548c(0x155),'maxWidth':'500px'},'children':[h[_0x57548c(0x275)]('h3',{'style':{'margin':'0\x200\x2010px\x200','color':'red'},'children':_0x57548c(0x2a6)}),h[_0x57548c(0x275)]('p',{'style':{'margin':0x0,'fontSize':_0x57548c(0x316),'wordBreak':_0x57548c(0x4cf)},'children':_0x5160dc})]});return _0x1df1a3?h[_0x57548c(0x275)](Se[_0x57548c(0x366)],{'center':!0x0,'children':_0x37340d}):h['jsx']('div',{'style':{'position':'absolute','top':_0x57548c(0x2cb),'left':_0x57548c(0x2cb),'transform':'translate(-50%,\x20-50%)','zIndex':0x3e8},'children':_0x37340d});}function $(){const _0x30da88=a0_0x443e9c,_0x1de79d=m['useContext'](de);if(!_0x1de79d)throw new Error('useVariables\x20must\x20be\x20used\x20within\x20a\x20VariableProvider');const {tree:_0x2f4c4d,setVarValue:_0xf853cc}=_0x1de79d,_0xaed49c=m['useMemo'](()=>_0xa8c40f=>ie(_0xa8c40f,_0x2f4c4d),[_0x2f4c4d]),_0x100d0f=m['useMemo'](()=>_0x4ec205=>be(_0x4ec205,_0x2f4c4d),[_0x2f4c4d]),_0x4d39be=m[_0x30da88(0x4ec)](()=>_0x59dff3=>Qe(_0x59dff3,_0x2f4c4d),[_0x2f4c4d]),_0x561b00=m[_0x30da88(0x4ec)](()=>_0x315171=>pe(_0x315171),[]);return{'tree':_0x2f4c4d,'getValue':_0xaed49c,'resolveVar':_0x100d0f,'resolveVarRecursive':_0x4d39be,'hasVariables':_0x561b00,'setVarValue':_0xf853cc};}function at({children:_0x5223d0,overrides:_0x5c088d}){const _0x5bd8fc=a0_0x443e9c,_0x3707a5=$(),[_0x960ec1,_0x17cfb5]=m[_0x5bd8fc(0x32f)](new Map()),_0x53e1fa=m[_0x5bd8fc(0x4ec)](()=>{const _0x54facf=_0x5bd8fc;let _0x36c831=new Map(_0x3707a5['tree']);return _0x5c088d&&Object[_0x54facf(0x19e)](_0x5c088d)['forEach'](([_0x322738,_0x58bbd1])=>{_0x36c831=ue(_0x322738,_0x58bbd1,_0x36c831);}),_0x960ec1[_0x54facf(0x313)]((_0x468534,_0x4f13fc)=>{_0x36c831=ue(_0x4f13fc,_0x468534,_0x36c831);}),_0x36c831;},[_0x3707a5[_0x5bd8fc(0x139)],_0x5c088d,_0x960ec1]),_0x172b0d=m[_0x5bd8fc(0x49a)]((_0x1a7fa7,_0x426097)=>{_0x17cfb5(_0x38e192=>{const _0x40b8e8=a0_0x3dd9,_0x347f5a=new Map(_0x38e192);return _0x347f5a[_0x40b8e8(0x2c6)](_0x1a7fa7,_0x426097),_0x347f5a;});},[]),_0x17304a={'tree':_0x53e1fa,'setVarValue':_0x172b0d};return h[_0x5bd8fc(0x275)](de[_0x5bd8fc(0x41f)],{'value':_0x17304a,'children':_0x5223d0});}const we=m[a0_0x443e9c(0x39c)](void 0x0);function ke(){const _0x5837d8=a0_0x443e9c,_0x4c2508=m[_0x5837d8(0x11b)](we);if(!_0x4c2508)throw new Error(_0x5837d8(0x289));return _0x4c2508;}function Pt({articleName:_0x3dc4af,articleId:_0xebec75,onArticleNameChange:_0xda6080}){const _0x6f4ab1=a0_0x443e9c,{tree:_0x478635,setVarValue:_0x4ef73f,getValue:_0x556204}=$(),{dimensions:_0xd720f5,setDimension:_0x751b72}=ke(),_0x8a6d16=m[_0x6f4ab1(0x253)](!0x1),_0x1568ac=m['useRef'](!0x1),_0x212af4=_0xebec75||_0x3dc4af,_0x8d899c=m[_0x6f4ab1(0x4ec)](()=>{const _0x5bb2af=_0x6f4ab1,_0x4bac2c={};_0x4bac2c[_0x5bb2af(0x409)]={'value':_0x3dc4af,'label':_0x5bb2af(0x409)};const _0x4e0678={'width':{'value':_0xd720f5[_0x5bb2af(0x416)],'min':0x64,'max':0x2710,'step':0xa,'label':_0x5bb2af(0x11f)},'height':{'value':_0xd720f5[_0x5bb2af(0x2b6)],'min':0x64,'max':0x2710,'step':0xa,'label':_0x5bb2af(0x4f3)},'depth':{'value':_0xd720f5[_0x5bb2af(0x4b1)],'min':0x64,'max':0x2710,'step':0xa,'label':_0x5bb2af(0x528)}};_0x4bac2c[_0x5bb2af(0x330)]=O[_0x5bb2af(0x10c)](_0x4e0678,{'collapsed':!0x1});const _0x2b4013={},_0x34f554={},_0x25e03a={},_0x2cdd23={},_0x48c27f={},_0x44fa79={},_0x2fbb70={};return Array[_0x5bb2af(0x1ed)](_0x478635[_0x5bb2af(0x19e)]())[_0x5bb2af(0x313)](([_0x37dc75,_0xf3fb62])=>{const _0x11066c=_0x5bb2af,_0x3af4b6=_0x556204(_0x37dc75);if(_0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x33e)]){const _0x207365=typeof _0x3af4b6==_0x11066c(0x38c)?_0x3af4b6:Number(_0x3af4b6)||0x0;_0x2b4013[_0x37dc75]={'value':_0x207365,'min':-0x5a,'max':0x4e20,'step':0x1,'label':_0x37dc75};}else _0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x250)]?_0x34f554[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75}:_0xf3fb62[_0x11066c(0x1ac)]===V['Material']?_0x25e03a[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75}:_0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x143)]?_0x2cdd23[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75}:_0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x44b)]?_0x48c27f[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75}:_0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x338)]?_0x44fa79[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75}:_0xf3fb62[_0x11066c(0x1ac)]===V[_0x11066c(0x524)]&&(_0x2fbb70[_0x37dc75]={'value':String(_0x3af4b6||''),'label':_0x37dc75});}),_0x4bac2c[_0x5bb2af(0x33e)]=O[_0x5bb2af(0x10c)](_0x2b4013,{'collapsed':!0x1}),_0x4bac2c[_0x5bb2af(0x3bd)]=O[_0x5bb2af(0x10c)](_0x34f554,{'collapsed':!0x0}),_0x4bac2c[_0x5bb2af(0x2c5)]=O[_0x5bb2af(0x10c)](_0x25e03a,{'collapsed':!0x0}),_0x4bac2c['Part\x20Definition']=O[_0x5bb2af(0x10c)](_0x2cdd23,{'collapsed':!0x0}),_0x4bac2c[_0x5bb2af(0x44b)]=O[_0x5bb2af(0x10c)](_0x48c27f,{'collapsed':!0x0}),_0x4bac2c[_0x5bb2af(0x529)]=O[_0x5bb2af(0x10c)](_0x44fa79,{'collapsed':!0x0}),_0x4bac2c[_0x5bb2af(0x21f)]=O[_0x5bb2af(0x10c)](_0x2fbb70,{'collapsed':!0x0}),_0x4bac2c;},[_0x478635,_0x556204,_0x3dc4af,_0xd720f5]),_0xcb8e62=O['useControls'](_0x6f4ab1(0x291)+_0x212af4,_0x8d899c);return m[_0x6f4ab1(0x3dc)](()=>{const _0x18fa1f=_0x6f4ab1;if(_0x1568ac[_0x18fa1f(0x2ed)]){_0x1568ac[_0x18fa1f(0x2ed)]=!0x1;return;}let _0x482fd0=!0x1;_0xcb8e62['width']!==void 0x0&&_0xcb8e62[_0x18fa1f(0x416)]!==_0xd720f5[_0x18fa1f(0x416)]&&(_0x751b72(_0x18fa1f(0x416),_0xcb8e62['width']),_0x482fd0=!0x0),_0xcb8e62[_0x18fa1f(0x2b6)]!==void 0x0&&_0xcb8e62[_0x18fa1f(0x2b6)]!==_0xd720f5[_0x18fa1f(0x2b6)]&&(_0x751b72(_0x18fa1f(0x2b6),_0xcb8e62[_0x18fa1f(0x2b6)]),_0x482fd0=!0x0),_0xcb8e62[_0x18fa1f(0x4b1)]!==void 0x0&&_0xcb8e62['depth']!==_0xd720f5['depth']&&(_0x751b72(_0x18fa1f(0x4b1),_0xcb8e62[_0x18fa1f(0x4b1)]),_0x482fd0=!0x0),_0x482fd0&&(_0x1568ac[_0x18fa1f(0x2ed)]=!0x0);},[_0xcb8e62[_0x6f4ab1(0x416)],_0xcb8e62[_0x6f4ab1(0x2b6)],_0xcb8e62[_0x6f4ab1(0x4b1)],_0xd720f5,_0x751b72]),m[_0x6f4ab1(0x3dc)](()=>{const _0x513ac7=_0x6f4ab1;if(_0x8a6d16[_0x513ac7(0x2ed)]){_0x8a6d16['current']=!0x1;return;}let _0x3335af=!0x1;Object[_0x513ac7(0x19e)](_0xcb8e62)['forEach'](([_0x32723c,_0x47569a])=>{const _0x41c495=_0x513ac7;if(_0x32723c===_0x41c495(0x409)){_0x3dc4af!==_0x47569a&&_0xda6080&&(_0xda6080(_0x47569a),_0x3335af=!0x0);return;}_0x556204(_0x32723c)!=_0x47569a&&(_0x4ef73f(_0x32723c,_0x47569a),_0x3335af=!0x0);}),_0x3335af&&(_0x8a6d16[_0x513ac7(0x2ed)]=!0x0);},[_0xcb8e62,_0x556204,_0x4ef73f,_0x3dc4af,_0xda6080]),null;}function Q(){const _0x429b9b=a0_0x443e9c,_0x5a4d84=m[_0x429b9b(0x11b)](ye);if(_0x5a4d84===void 0x0)throw new Error(_0x429b9b(0x317));return _0x5a4d84;}function lt(_0x35c86a,_0x28e687,_0x40fe02,_0x467f81){const _0x2615a1=a0_0x443e9c,{getArticleData:_0x3cdc9f}=Q(),{anglClies:_0xe0ff1c}=_0x3cdc9f(_0x35c86a),_0x5d18aa=_0xe0ff1c['find'](_0x4cba14=>_0x4cba14[_0x2615a1(0x437)]===_0x28e687&&_0x4cba14['DATATYPE']===_0x467f81&&_0x4cba14[_0x2615a1(0x235)]===_0x40fe02);return _0x5d18aa?{'thickness':Number(_0x5d18aa[_0x2615a1(0x141)])}:null;}function Ot(_0x1158ea,_0x41ac21){const _0x1f63ed=a0_0x443e9c,{getArticleData:_0x3fb147}=Q(),{resolveVarRecursive:_0x283cf9}=$(),_0x17196e=_0x3fb147(_0x1158ea)['anglGrtxs'];if(!_0x17196e)return null;const _0x16e337=_0x17196e['filter'](_0x4b9aa2=>_0x4b9aa2[_0x1f63ed(0x437)]===_0x41ac21),_0x7742d3=new Map();return _0x16e337[_0x1f63ed(0x1a9)](_0x941418=>_0x7742d3['set'](_0x1f63ed(0x2ea)+(_0x941418['NUM']+0x1),_0x283cf9(_0x941418[_0x1f63ed(0x4c0)]))),{'zoneInfo':_0x7742d3};}function $t(_0x9becd4,_0x560910,_0x3c171f){const _0x212b48=a0_0x443e9c,_0x2f04cf=!_0x560910||_0x560910===_0x212b48(0x329),_0x22a2dd=!_0x3c171f||_0x3c171f==='NO_RENDER';return _0x2f04cf&&_0x22a2dd?_0x9becd4:_0x2f04cf?_0x22a2dd?_0x9becd4:_0x3c171f:_0x560910;}function ct(_0x5978af){return!_0x5978af||_0x5978af===''?{'textureId':void 0x0,'isValid':!0x1}:{'textureId':_0x5978af,'isValid':!0x0};}function Bt(_0xb0fe22){const _0x462ea0=a0_0x443e9c,{materials:_0x900317,queueMaterialFetch:_0x51da1f,isFetchingMaterial:_0x2c68bb,hasMaterial:_0x404a54,hasFailedMaterial:_0x18fdb8}=nt(),{resolveVarRecursive:_0x486fe0}=$(),_0x3b6e13=_0x900317[_0x462ea0(0x4f4)](_0x202224=>_0x202224[_0x462ea0(0x2fe)]===_0xb0fe22);if(!_0x3b6e13&&(_0xb0fe22&&_0xb0fe22!==''&&_0xb0fe22!=='0')&&(!_0x2c68bb(_0xb0fe22)&&!_0x404a54(_0xb0fe22)&&_0x18fdb8(_0xb0fe22),_0x51da1f(_0xb0fe22)),!_0x3b6e13)return;const _0x36e19f=_0x486fe0(_0x3b6e13?.[_0x462ea0(0x1b4)]||''),_0x7d52a1=ct(_0x36e19f);return{..._0x3b6e13,'renderInfo':_0x7d52a1};}function Ve(_0xfeaa9f){const _0x3b51c7=a0_0x443e9c,{surfaces:_0x3d619b,queueSurfaceFetch:_0x9de35a,isFetchingSurface:_0x14787,hasSurface:_0x5eae9d,hasFailedSurface:_0x3f2ae0}=nt(),{resolveVarRecursive:_0x2703f4}=$(),_0x340c74=_0x3d619b[_0x3b51c7(0x4f4)](_0x3ed420=>_0x3ed420[_0x3b51c7(0x2fe)]===_0xfeaa9f);if(!_0x340c74&&(_0xfeaa9f&&_0xfeaa9f!==''&&_0xfeaa9f!=='0')&&(!_0x14787(_0xfeaa9f)&&!_0x5eae9d(_0xfeaa9f)&&!_0x3f2ae0(_0xfeaa9f)&&console[_0x3b51c7(0x424)](_0x3b51c7(0x2f0)+_0xfeaa9f+_0x3b51c7(0x501)),_0x9de35a(_0xfeaa9f)),!_0x340c74)return;const _0x296d74=_0x2703f4(_0x340c74?.[_0x3b51c7(0x1b4)]||''),_0x382e38=ct(_0x296d74);return{..._0x340c74,'renderInfo':_0x382e38};}function re(_0x2b1d92,_0x3d214d){const _0x252792=a0_0x443e9c,{resolveVarRecursive:_0x3e610f}=$(),_0x6518fa=_0x2b1d92[_0x252792(0x195)]['find'](_0x427cd0=>_0x427cd0[_0x252792(0x2fe)]===_0x3d214d);if(!_0x6518fa){console['warn'](_0x252792(0x444)+_0x3d214d+_0x252792(0x241));return;}const _0xb3de77=_0x3e610f(_0x6518fa?.[_0x252792(0x252)]||''),_0x4ee900=_0x3e610f(_0x6518fa?.['SURF0']||''),_0x2eabff=_0x3e610f(_0x6518fa?.[_0x252792(0x34a)]||''),_0xca4e8c=Bt(_0xb3de77),_0x29d9e9=Ve(_0x4ee900),_0x3ed97e=Ve(_0x2eabff),_0x43cf73=$t(_0xca4e8c?.[_0x252792(0x42c)]['textureId'],_0x29d9e9?.[_0x252792(0x42c)][_0x252792(0x45c)],_0x3ed97e?.[_0x252792(0x42c)][_0x252792(0x45c)]);return{'name':_0x6518fa?.[_0x252792(0x2fe)],'material':_0xca4e8c,'surfaceTop':_0x29d9e9,'surfaceBot':_0x3ed97e,'render':_0x43cf73,'thk':(_0xca4e8c?.[_0x252792(0x35d)]||0x0)+(_0x29d9e9?.['THK']||0x0)+(_0x3ed97e?.[_0x252792(0x35d)]||0x0)};}function Vt(_0x130dd5,_0x2763ef){const _0x50c6dc=a0_0x443e9c,_0x59f257=_0x130dd5[_0x50c6dc(0x3c7)]['find'](_0x258ce3=>_0x258ce3[_0x50c6dc(0x2fe)]===_0x2763ef);return _0x59f257?{'kms':re(_0x130dd5,_0x59f257[_0x50c6dc(0x198)])}:void 0x0;}function jt(_0x317b74,_0x579843){const _0x3d78de=a0_0x443e9c,_0xf5c3f8=_0x317b74[_0x3d78de(0x44c)]?.[_0x3d78de(0x4f4)](_0x4c7b2f=>_0x4c7b2f['NAME']===_0x579843);if(!_0xf5c3f8)return;const _0x27e8d1=_0xf5c3f8[_0x3d78de(0x198)];return{'kms':re(_0x317b74,_0x27e8d1||''),'inset':parseFloat(_0xf5c3f8[_0x3d78de(0x490)])};}function zt(_0x1def7c,_0x4df3d7){const _0x36b3ca=a0_0x443e9c,_0x58af1a=_0x1def7c[_0x36b3ca(0x2c9)]['find'](_0x52bb10=>_0x52bb10[_0x36b3ca(0x1b3)]===_0x4df3d7);if(!_0x58af1a)return;const _0x1271c8=re(_0x1def7c,_0x58af1a[_0x36b3ca(0x42d)]||''),_0x2416d7=re(_0x1def7c,_0x58af1a['kmsRight']||'');return{..._0x58af1a,'kmsCpLeft':_0x1271c8,'kmsCpRight':_0x2416d7};}function Gt(_0x3ae5df,_0x583ad5){const _0x39f751=a0_0x443e9c,_0x37bd6a=_0x3ae5df[_0x39f751(0x502)][_0x39f751(0x4f4)](_0xab52a3=>_0xab52a3[_0x39f751(0x2fe)]===_0x583ad5);if(!_0x37bd6a)return;const _0x1b0a2f=_0x37bd6a[_0x39f751(0x198)];return{'kms':re(_0x3ae5df,_0x1b0a2f||'')};}var F=(_0x5b46c8=>(_0x5b46c8[a0_0x443e9c(0x455)]='S',_0x5b46c8[a0_0x443e9c(0x196)]='D',_0x5b46c8[a0_0x443e9c(0x130)]='B',_0x5b46c8[a0_0x443e9c(0x450)]='H',_0x5b46c8))(F||{});function me(_0x88b195){const _0x3f286e=a0_0x443e9c;return _0x88b195[_0x3f286e(0x32e)]==='S'&&_0x88b195[_0x3f286e(0x527)]!==void 0x0;}function Ie(_0xb306ff){const _0x197d5a=a0_0x443e9c;return _0xb306ff[_0x197d5a(0x32e)]==='H'&&_0xb306ff[_0x197d5a(0x527)]!==void 0x0;}function ee(_0x37cc6f,_0x4a16cf,_0x4d9ba1){const _0x2abfee=a0_0x443e9c;if(_0x4a16cf==='')return null;switch(_0x4d9ba1){case F[_0x2abfee(0x455)]:{const _0x328e99=Vt(_0x37cc6f,_0x4a16cf);return{'name':_0x4a16cf,'type':F[_0x2abfee(0x455)],'props':_0x328e99,'thk':_0x328e99?.[_0x2abfee(0x3ef)]?.['thk']||0x0};}case F[_0x2abfee(0x130)]:{const _0x1ea2c0=jt(_0x37cc6f,_0x4a16cf);return{'name':_0x4a16cf,'type':F['Back'],'props':_0x1ea2c0,'thk':_0x1ea2c0?.[_0x2abfee(0x3ef)]?.[_0x2abfee(0x12e)]||0x0};}case F[_0x2abfee(0x196)]:{const _0x35eccd=zt(_0x37cc6f,_0x4a16cf);return{'name':_0x4a16cf,'type':F[_0x2abfee(0x196)],'props':_0x35eccd,'thk':_0x35eccd?.[_0x2abfee(0x4f0)]?.['thk']||0x0};}case F[_0x2abfee(0x450)]:{const _0x3d2a3d=Gt(_0x37cc6f,_0x4a16cf);return{'name':_0x4a16cf,'type':F[_0x2abfee(0x450)],'props':_0x3d2a3d,'thk':_0x3d2a3d?.['kms']?.[_0x2abfee(0x12e)]||0x0};}default:return null;}}function se(_0x1d2bab,_0x4378d1){const _0x1efa16=a0_0x443e9c,_0x3912bd=Q(),{anglZones:_0x42c2a5}=_0x3912bd[_0x1efa16(0x3a7)](_0x1d2bab),_0x371652=_0x42c2a5[_0x1efa16(0x4f4)](_0x58f8a2=>_0x58f8a2[_0x1efa16(0x437)]===_0x4378d1),_0x30d1ff=_0x42c2a5[_0x1efa16(0x418)](_0x2fad12=>_0x2fad12[_0x1efa16(0x437)][_0x1efa16(0x1f7)](0x0,_0x2fad12[_0x1efa16(0x437)]['lastIndexOf']('.'))===_0x4378d1);return _0x30d1ff[_0x1efa16(0x4dd)]((_0x26d8aa,_0x5de713)=>_0x26d8aa[_0x1efa16(0x437)][_0x1efa16(0x18a)](_0x5de713[_0x1efa16(0x437)],void 0x0,{'numeric':!0x0})),_0x371652?{'currentZone':_0x371652,'children':_0x30d1ff,get 'topShelfCP'(){const _0x1c3800=_0x1efa16;return ee(_0x3912bd,_0x371652['TOPSHELF'],F[_0x1c3800(0x450)]);},get 'bottomShelfCP'(){const _0x16961c=_0x1efa16;return ee(_0x3912bd,_0x371652?.[_0x16961c(0x282)],F[_0x16961c(0x450)]);},get 'DividerCP'(){const _0x500aee=_0x1efa16;return ee(_0x3912bd,_0x371652?.['DIVIDER'],F[_0x500aee(0x450)]);},'zoneInfo'(){const _0x2eb5dc=_0x1efa16;return Ot(_0x1d2bab,_0x4378d1)?.[_0x2eb5dc(0x3ae)];},'getThk'(_0x27c1ce,_0x256473,_0x57a98c){return _0x57a98c===''?0x0:lt(_0x1d2bab,_0x27c1ce,_0x256473,yt)?.['thickness']??ee(_0x3912bd,_0x57a98c,F['Shelf'])?.['thk']??0x0;},get 'topShelfThk'(){const _0x3c4eac=_0x1efa16;return this['getThk'](_0x4378d1,ae[_0x3c4eac(0x21c)],_0x371652[_0x3c4eac(0x3c2)]);},get 'bottomShelfThk'(){const _0x4cc79d=_0x1efa16;return this['getThk'](_0x4378d1,ae[_0x4cc79d(0x333)],_0x371652[_0x4cc79d(0x282)]);},get 'dividerThk'(){const _0x3fd72d=_0x1efa16;return this[_0x3fd72d(0x461)](_0x4378d1,ae['IAC_THICKNESS'],_0x371652[_0x3fd72d(0x181)]);}}:null;}function ne(_0x4baf16,_0x41e91c){const _0x2cb519=a0_0x443e9c,_0x5cf84a=Q(),{resolveVarRecursive:_0x470b69}=$(),{anglElems:_0x26acb2}=_0x5cf84a['getArticleData'](_0x4baf16),_0x459729=_0x26acb2[_0x2cb519(0x4f4)](_0x24052c=>_0x24052c['TREEID']===_0x41e91c),_0x5634be=bt(_0x41e91c),_0x20d727=se(_0x4baf16,_0x5634be),_0x37e569=lt(_0x4baf16,_0x41e91c,ae[_0x2cb519(0x10d)],St);let _0x5cf0fb;if(_0x459729&&_0x459729[_0x2cb519(0x369)]!=''&&(_0x5cf0fb=ee(_0x5cf84a,_0x459729[_0x2cb519(0x369)],_0x459729['PARTTYPE'])),!_0x459729)return null;const _0x58821b=_0x459729[_0x2cb519(0x369)]===''?0x0:_0x37e569?.[_0x2cb519(0x389)]??_0x5cf0fb?.['thk']??0x0,_0x133fe0=_0x459729[_0x2cb519(0x369)]===''?0x0:_0x459729['INSETFOR']!==''?he(_0x470b69(_0x459729[_0x2cb519(0x4af)])):Number(_0x459729[_0x2cb519(0x23b)]),_0x3caaed=(typeof _0x133fe0==_0x2cb519(0x207)?0x0:_0x133fe0)||0x0,_0x4d187f=_0x20d727?.['topShelfThk']||0x0,_0x168140=_0x20d727?.[_0x2cb519(0x136)]||0x0,_0x16f537={'start':Number(_0x459729['STARTOFFS'])||0x0,'end':Number(_0x459729['ENDOFFS'])||0x0,'top':Number(_0x459729['TOPOFFS'])||0x0,'bottom':Number(_0x459729[_0x2cb519(0x2f2)])||0x0},_0x1298bc={'start':_0x459729[_0x2cb519(0x4ce)],'end':_0x459729[_0x2cb519(0x134)],'top':_0x459729[_0x2cb519(0x410)],'bottom':_0x459729[_0x2cb519(0x50f)]},_0x205b0f={'top':_0x1298bc['top']==='S'?_0x4d187f:0x0,'bottom':_0x1298bc['bottom']==='S'?_0x168140:0x0};return{'TREEID':_0x41e91c,'constPrinciple':_0x5cf0fb,'thk':_0x58821b,'inset':_0x3caaed,'oversize':_0x16f537,'trim':_0x1298bc,'elmTrimThk':_0x205b0f};}var D=class extends Error{constructor(_0x376b0f){const _0x1f0973=a0_0x443e9c;super(_0x1f0973(0x16d)+_0x376b0f),this[_0x1f0973(0x1b3)]=_0x1f0973(0x463);}},Ut=class ut{[a0_0x443e9c(0x281)]=new Map();[a0_0x443e9c(0x21d)]='';['tokens']=[];['start']=0x0;[a0_0x443e9c(0x2ed)]=0x0;[a0_0x443e9c(0x1a6)]=[];['reportError'](_0x4a9df5){const _0x35b6ca=a0_0x443e9c;this[_0x35b6ca(0x1a6)]['push'](_0x4a9df5);}static [a0_0x443e9c(0x4d4)]={'abs':a0_0x443e9c(0x2a1),'acos':a0_0x443e9c(0x2a1),'asin':'FUNCTION','atan':a0_0x443e9c(0x2a1),'bog2deg':a0_0x443e9c(0x2a1),'cos':a0_0x443e9c(0x2a1),'deg2bog':a0_0x443e9c(0x2a1),'in2mm':a0_0x443e9c(0x2a1),'ln':a0_0x443e9c(0x2a1),'log':a0_0x443e9c(0x2a1),'log10':a0_0x443e9c(0x2a1),'max':a0_0x443e9c(0x2a1),'maxunder':a0_0x443e9c(0x2a1),'mm2in':'FUNCTION','nextto':a0_0x443e9c(0x2a1),'pi':a0_0x443e9c(0x2a1),'pow':a0_0x443e9c(0x2a1),'round':a0_0x443e9c(0x2a1),'sin':a0_0x443e9c(0x2a1),'sqr':a0_0x443e9c(0x2a1),'tab':a0_0x443e9c(0x2a1),'tan':a0_0x443e9c(0x2a1)};[a0_0x443e9c(0x1d4)](_0x3a607c){const _0x1e7353=a0_0x443e9c;if(this[_0x1e7353(0x281)][_0x1e7353(0x341)](_0x3a607c)){const _0x38f77b=this['cache'][_0x1e7353(0x4a8)](_0x3a607c);return this[_0x1e7353(0x281)][_0x1e7353(0x268)](_0x3a607c),this[_0x1e7353(0x281)]['set'](_0x3a607c,_0x38f77b),_0x38f77b;}try{this['source']=_0x3a607c;const _0x12e11d=this['preformScan']();if(this[_0x1e7353(0x281)][_0x1e7353(0x2c6)](this[_0x1e7353(0x21d)],_0x12e11d),this[_0x1e7353(0x281)][_0x1e7353(0x42f)]>0x3){const _0x5840ec=this[_0x1e7353(0x281)][_0x1e7353(0x1a2)]()[_0x1e7353(0x22c)]()[_0x1e7353(0x11d)];this[_0x1e7353(0x281)][_0x1e7353(0x268)](_0x5840ec);}return _0x12e11d;}catch(_0x1801f2){throw console[_0x1e7353(0x132)](_0x1801f2),new Error(_0x1801f2 instanceof Error?_0x1801f2[_0x1e7353(0x1e8)]:String(_0x1801f2));}}[a0_0x443e9c(0x25e)](){const _0x58f6c6=a0_0x443e9c;this['resetState']();try{if(this[_0x58f6c6(0x21d)][_0x58f6c6(0x480)]('<')||this[_0x58f6c6(0x21d)][_0x58f6c6(0x480)]('>'))throw new Error(_0x58f6c6(0x342));if(this[_0x58f6c6(0x21d)][_0x58f6c6(0x107)]===0x0)throw new Error(_0x58f6c6(0x28e));for(this[_0x58f6c6(0x186)]=0x0,this[_0x58f6c6(0x2ed)]=0x0,this[_0x58f6c6(0x4a0)]=[],this[_0x58f6c6(0x186)]===0x0&&this[_0x58f6c6(0x471)](_0x58f6c6(0x3fd),'<');!this['isAtEnd']();){this[_0x58f6c6(0x186)]=this[_0x58f6c6(0x2ed)];const _0x415666=this[_0x58f6c6(0x48d)]();switch(_0x415666){case':':this['addToken']('RIGHT_ANGLE_BRACKET','>'),this['addToken'](_0x58f6c6(0x3fd),'<'),this[_0x58f6c6(0x279)]();break;case'\x20':case'\x0d':case'\x09':case'\x0a':this[_0x58f6c6(0x279)]();break;case'0':case'1':case'2':case'3':case'4':case'5':case'6':case'7':case'8':case'9':case'.':this[_0x58f6c6(0x32b)]();break;case'$':this[_0x58f6c6(0x288)]();break;case'+':case'-':case'*':case'/':this[_0x58f6c6(0x471)]('OPERATOR',_0x415666),this['advance']();break;case'(':this[_0x58f6c6(0x471)]('PAREN_OPEN','('),this['advance']();break;case')':this[_0x58f6c6(0x471)](_0x58f6c6(0x2aa),')'),this[_0x58f6c6(0x279)]();break;case'{':this[_0x58f6c6(0x2ed)]!=0x0&&this[_0x58f6c6(0x4a0)][this[_0x58f6c6(0x4a0)][_0x58f6c6(0x107)]-0x1][_0x58f6c6(0x32e)]!='OPERATOR'&&this[_0x58f6c6(0x471)]('OPERATOR','*'),this['addToken'](_0x58f6c6(0x4b8),'{'),this[_0x58f6c6(0x471)]('LEFT_ANGLE_BRACKET','<'),this[_0x58f6c6(0x279)]();break;case'}':this[_0x58f6c6(0x471)](_0x58f6c6(0x3e3),'>'),this[_0x58f6c6(0x471)](_0x58f6c6(0x17c),'}'),this[_0x58f6c6(0x279)]();break;case'[':this[_0x58f6c6(0x471)](_0x58f6c6(0x119),'~'),this['addToken']('BRACKET_OPEN','['),this[_0x58f6c6(0x279)]();break;case']':this[_0x58f6c6(0x471)](_0x58f6c6(0x470),']'),this[_0x58f6c6(0x279)]();break;case'm':this[_0x58f6c6(0x46e)]()==='m'?this[_0x58f6c6(0x52f)]():this[_0x58f6c6(0x420)]();break;default:this[_0x58f6c6(0x296)](_0x415666)?this[_0x58f6c6(0x420)]():this[_0x58f6c6(0x13b)](_0x58f6c6(0x166)+_0x415666+_0x58f6c6(0x3af)+this[_0x58f6c6(0x2ed)]);}}if(this[_0x58f6c6(0x471)](_0x58f6c6(0x3e3),'>'),this[_0x58f6c6(0x471)](_0x58f6c6(0x19b),''),this[_0x58f6c6(0x1a6)][_0x58f6c6(0x107)]>0x0)throw new Error(this[_0x58f6c6(0x1a6)][_0x58f6c6(0x37c)](',\x0a'));return this['tokens'];}catch(_0x394ac5){throw new Error(_0x394ac5 instanceof Error?_0x394ac5['message']:String(_0x394ac5));}}[a0_0x443e9c(0x145)](){const _0x478709=a0_0x443e9c;return this[_0x478709(0x2ed)]>=this[_0x478709(0x21d)][_0x478709(0x107)];}[a0_0x443e9c(0x279)](){const _0x25a9df=a0_0x443e9c;return this[_0x25a9df(0x21d)]['charAt'](this[_0x25a9df(0x2ed)]++);}[a0_0x443e9c(0x48d)](){const _0x58672e=a0_0x443e9c;return this[_0x58672e(0x145)]()?'\x00':this[_0x58672e(0x21d)]['charAt'](this['current']);}[a0_0x443e9c(0x46e)](){const _0x110a35=a0_0x443e9c;return this[_0x110a35(0x2ed)]+0x1>=this[_0x110a35(0x21d)][_0x110a35(0x107)]?'\x00':this[_0x110a35(0x21d)]['charAt'](this['current']+0x1);}['addToken'](_0x1e1af0,_0x3c84e6){const _0x38b141=a0_0x443e9c;this['tokens'][_0x38b141(0x27c)]({'type':_0x1e1af0,'lexeme':_0x3c84e6||(_0x1e1af0?this[_0x38b141(0x21d)][_0x38b141(0x1f7)](this['start'],this['current']):''),'position':this[_0x38b141(0x186)]});}[a0_0x443e9c(0x18c)](_0x82a02d){const _0x5b565c=a0_0x443e9c;return/^[0-9]$/[_0x5b565c(0x34d)](_0x82a02d);}['isAlpha'](_0xb69ce){const _0x31032b=a0_0x443e9c;return/^[a-zA-Z]$/[_0x31032b(0x34d)](_0xb69ce);}[a0_0x443e9c(0x32b)](){const _0x24ec07=a0_0x443e9c;for(;this['isDigit'](this[_0x24ec07(0x48d)]());)this[_0x24ec07(0x279)]();if(this['peek']()==='.'){for(this['advance'](),this[_0x24ec07(0x18c)](this[_0x24ec07(0x48d)]())||this['reportError'](_0x24ec07(0x3db)+this['current']);this[_0x24ec07(0x18c)](this[_0x24ec07(0x48d)]());)this[_0x24ec07(0x279)]();}this['addToken']('NUMBER');}[a0_0x443e9c(0x288)](){const _0x33b905=a0_0x443e9c;for(this[_0x33b905(0x279)]();/[a-zA-Z0-9_]/['test'](this[_0x33b905(0x48d)]());)this[_0x33b905(0x279)]();const _0x5bac92=this[_0x33b905(0x21d)][_0x33b905(0x1f7)](this[_0x33b905(0x186)]+0x1,this[_0x33b905(0x2ed)]);if(_0x5bac92[_0x33b905(0x165)]('mm')){const _0x21d270=_0x5bac92[_0x33b905(0x1f7)](0x0,_0x5bac92[_0x33b905(0x107)]-0x2);_0x21d270&&_0x21d270['length']>0x0?(this['addToken'](_0x33b905(0x31b),_0x21d270),this[_0x33b905(0x471)](_0x33b905(0x4e6),'mm')):this['reportError'](_0x33b905(0x295));}else this['addToken'](_0x33b905(0x31b),_0x5bac92);}[a0_0x443e9c(0x52f)](){const _0x42f609=a0_0x443e9c;this[_0x42f609(0x279)](),this[_0x42f609(0x279)](),this[_0x42f609(0x471)](_0x42f609(0x4e6),'mm');}[a0_0x443e9c(0x420)](){const _0x565db6=a0_0x443e9c,_0x3f61a1=['X','Y','n'];for(;this['isAlpha'](this[_0x565db6(0x48d)]());)this[_0x565db6(0x279)]();const _0x1a37d1=this[_0x565db6(0x21d)][_0x565db6(0x1f7)](this[_0x565db6(0x186)],this['current']),_0x286e39=ut['MATHEMATICAL_FUNCTIONS'][_0x1a37d1[_0x565db6(0x322)]()];_0x286e39!=null?this['addToken'](_0x286e39,_0x1a37d1):_0x3f61a1[_0x565db6(0x480)](_0x1a37d1)?this[_0x565db6(0x471)](_0x565db6(0x30f),_0x1a37d1):this[_0x565db6(0x13b)](_0x565db6(0x21e)+_0x1a37d1+_0x565db6(0x3af)+this['current']);}[a0_0x443e9c(0x15d)](){const _0x5d6cb5=a0_0x443e9c;this[_0x5d6cb5(0x4a0)]=[],this[_0x5d6cb5(0x186)]=0x0,this[_0x5d6cb5(0x2ed)]=0x0,this[_0x5d6cb5(0x1a6)]=[];}},Ht=class{['cache']=new Map();[a0_0x443e9c(0x4a0)]=[];['current']=0x0;[a0_0x443e9c(0x307)](_0x159537){const _0x4c6553=a0_0x443e9c;if(this[_0x4c6553(0x281)][_0x4c6553(0x341)](_0x159537)){const _0x39d039=this[_0x4c6553(0x281)][_0x4c6553(0x4a8)](_0x159537);return this[_0x4c6553(0x281)][_0x4c6553(0x268)](_0x159537),this[_0x4c6553(0x281)]['set'](_0x159537,_0x39d039),_0x39d039;}try{this['tokens']=_0x159537;const _0x527346=this[_0x4c6553(0x33c)](_0x159537);if(this[_0x4c6553(0x281)][_0x4c6553(0x2c6)](_0x159537,_0x527346),this['cache'][_0x4c6553(0x42f)]>0x3){const _0x131354=this[_0x4c6553(0x281)][_0x4c6553(0x1a2)]()[_0x4c6553(0x22c)]()[_0x4c6553(0x11d)];this['cache'][_0x4c6553(0x268)](_0x131354);}return _0x527346;}catch(_0x395a15){throw new Error(_0x395a15 instanceof Error?_0x395a15['message']:String(_0x395a15));}}[a0_0x443e9c(0x33c)](_0x307d69){const _0x4a6a5e=a0_0x443e9c;if(this[_0x4a6a5e(0x177)](),this[_0x4a6a5e(0x4a0)][_0x4a6a5e(0x107)]===0x0)throw new Error(_0x4a6a5e(0x515));try{return this['expression']();}catch(_0x144c68){throw new Error(_0x144c68 instanceof Error?_0x144c68[_0x4a6a5e(0x1e8)]:String(_0x144c68));}}[a0_0x443e9c(0x177)]=()=>{const _0x4d2ec5=a0_0x443e9c;this[_0x4d2ec5(0x2ed)]=0x0;};[a0_0x443e9c(0x17e)](){const _0x25b087=a0_0x443e9c;if(this[_0x25b087(0x145)]())return!0x1;const _0x15cc08=this[_0x25b087(0x48d)]();return _0x15cc08['type']===_0x25b087(0x4e6)&&_0x15cc08[_0x25b087(0x22e)]==='mm';}['consumeMillimeterSuffix'](){const _0xf354e=a0_0x443e9c;return this[_0xf354e(0x17e)]()?(this[_0xf354e(0x279)](),!0x0):!0x1;}[a0_0x443e9c(0x414)](){const _0x3ca81c=a0_0x443e9c,_0x4c934a=[];if(!this[_0x3ca81c(0x2e9)](_0x3ca81c(0x3fd)))return this[_0x3ca81c(0x4d3)]();for(;this['check'](_0x3ca81c(0x3fd));){this[_0x3ca81c(0x279)]();let _0x30f059=this[_0x3ca81c(0x4d3)]();this[_0x3ca81c(0x35c)](_0x3ca81c(0x3e3),_0x3ca81c(0x33b)),_0x4c934a[_0x3ca81c(0x27c)]({'type':'Section','nodes':_0x30f059,'hasMillimeterSuffix':this[_0x3ca81c(0x396)]()});}if(_0x4c934a['length']===0x1){const _0x4bb5c2=_0x4c934a[0x0];return _0x4bb5c2['type']===_0x3ca81c(0x495)&&_0x4bb5c2[_0x3ca81c(0x3b4)][_0x3ca81c(0x32e)]===_0x3ca81c(0x495)?_0x4bb5c2[_0x3ca81c(0x3b4)]:_0x4bb5c2;}return{'type':_0x3ca81c(0x4da),'sections':_0x4c934a};}['expression'](){const _0x4057cf=a0_0x443e9c;try{let _0x10f128=this['term']();for(;!this[_0x4057cf(0x145)]()&&this['check'](_0x4057cf(0x119))&&['+','-']['includes'](this['peek']()[_0x4057cf(0x22e)]);){this[_0x4057cf(0x279)]();const _0x34a8c8=this[_0x4057cf(0x4ae)]()[_0x4057cf(0x22e)],_0x188378=this[_0x4057cf(0x327)]();_0x10f128={'type':'BinaryExpression','left':_0x10f128,'operator':_0x34a8c8,'right':_0x188378};}return _0x10f128;}catch(_0x575dad){throw new Error('Failed\x20to\x20parse\x20expression:\x20'+_0x575dad[_0x4057cf(0x1e8)]);}}[a0_0x443e9c(0x327)](){const _0x120123=a0_0x443e9c;try{let _0x4b61f3=this[_0x120123(0x23a)]();for(;!this[_0x120123(0x145)]()&&this[_0x120123(0x2e9)](_0x120123(0x119))&&['*','/','~']['includes'](this[_0x120123(0x48d)]()['lexeme']);){this[_0x120123(0x279)]();const _0x2dec=this[_0x120123(0x4ae)]()[_0x120123(0x22e)],_0x46574a=this[_0x120123(0x23a)]();if(_0x46574a[_0x120123(0x32e)]==='SpecialVariable'&&_0x46574a[_0x120123(0x1b3)]==='n')throw new Error('Invalid\x20usage:\x20\x22n\x22\x20cannot\x20appear\x20on\x20the\x20right-hand\x20side\x20of\x20an\x20operator');_0x4b61f3={'type':_0x120123(0x151),'left':_0x4b61f3,'operator':_0x2dec,'right':_0x46574a};}return _0x4b61f3;}catch(_0x9fbdb){throw new Error(_0x120123(0x467)+_0x9fbdb[_0x120123(0x1e8)]);}}['factor'](){const _0x1907a8=a0_0x443e9c;try{if(this[_0x1907a8(0x2e9)](_0x1907a8(0x119))&&['-','+'][_0x1907a8(0x480)](this[_0x1907a8(0x48d)]()['lexeme'])){this[_0x1907a8(0x279)]();const _0x4bceac=this[_0x1907a8(0x4ae)]()[_0x1907a8(0x22e)],_0x2aac08=this[_0x1907a8(0x23a)]();return{'type':'UnaryExpression','operator':_0x4bceac,'right':_0x2aac08};}return this['primary']();}catch(_0x2194cd){throw new Error(_0x1907a8(0x428)+_0x2194cd[_0x1907a8(0x1e8)]);}}['primary'](){const _0x5c18ea=a0_0x443e9c;try{if(this['check'](_0x5c18ea(0x299)))return this['advance'](),{'type':_0x5c18ea(0x1a7),'value':parseFloat(this[_0x5c18ea(0x4ae)]()[_0x5c18ea(0x22e)]),'hasMillimeterSuffix':this[_0x5c18ea(0x396)]()};if(this[_0x5c18ea(0x2e9)]('VARIABLE'))return this[_0x5c18ea(0x279)](),{'type':_0x5c18ea(0x14b),'name':this[_0x5c18ea(0x4ae)]()['lexeme'],'hasMillimeterSuffix':this[_0x5c18ea(0x396)]()};if(this[_0x5c18ea(0x2e9)](_0x5c18ea(0x30f)))return this[_0x5c18ea(0x279)](),{'type':_0x5c18ea(0x236),'name':this[_0x5c18ea(0x4ae)]()['lexeme'],'hasMillimeterSuffix':this[_0x5c18ea(0x4ae)]()[_0x5c18ea(0x22e)]==='n'};if(this['check']('FUNCTION')){this[_0x5c18ea(0x279)]();const _0x38f8ce=this[_0x5c18ea(0x4ae)]()[_0x5c18ea(0x22e)];this[_0x5c18ea(0x35c)]('PAREN_OPEN',_0x5c18ea(0x3d6)+_0x38f8ce+'\x27.');const _0x6adc53=this[_0x5c18ea(0x4d3)]();return this[_0x5c18ea(0x35c)](_0x5c18ea(0x2aa),_0x5c18ea(0x2f1)),{'type':'FunctionCall','name':_0x38f8ce,'arg':_0x6adc53,'hasMillimeterSuffix':this[_0x5c18ea(0x396)]()};}if(this['check']('PAREN_OPEN')){this[_0x5c18ea(0x279)]();const _0x44f050=this[_0x5c18ea(0x4d3)]();if(!_0x44f050)throw new Error('Expected\x20expression\x20inside\x20parentheses.');return this[_0x5c18ea(0x35c)](_0x5c18ea(0x2aa),_0x5c18ea(0x4db)),{'type':_0x5c18ea(0x43a),'expression':_0x44f050,'hasMillimeterSuffix':this[_0x5c18ea(0x396)]()};}if(this[_0x5c18ea(0x2e9)](_0x5c18ea(0x2aa)))throw new Error('Unexpected\x20\x27)\x27\x20without\x20a\x20matching\x20\x27(\x27.');if(this[_0x5c18ea(0x2e9)]('BRACE_OPEN')){this['advance']();let _0x256eb3=this[_0x5c18ea(0x414)]();return this[_0x5c18ea(0x35c)](_0x5c18ea(0x17c),'Expected\x20\x27}\x27\x20after\x20expression.'),_0x256eb3[_0x5c18ea(0x32e)]==='Section'&&_0x256eb3['nodes'][_0x5c18ea(0x32e)]===_0x5c18ea(0x495)&&(_0x256eb3=_0x256eb3[_0x5c18ea(0x3b4)]),{'type':_0x5c18ea(0x2d3),'toRepeat':_0x256eb3,'hasMillimeterSuffix':this[_0x5c18ea(0x396)]()};}if(this[_0x5c18ea(0x2e9)](_0x5c18ea(0x3fd)))return this[_0x5c18ea(0x414)]();throw new Error(_0x5c18ea(0x149)+this[_0x5c18ea(0x48d)]()[_0x5c18ea(0x22e)]);}catch(_0x18d404){throw new Error(_0x5c18ea(0x1b7)+_0x18d404[_0x5c18ea(0x1e8)]);}}['check'](_0x4c5f26){const _0x36abe8=a0_0x443e9c;return this[_0x36abe8(0x145)]()?!0x1:this[_0x36abe8(0x48d)]()[_0x36abe8(0x32e)]===_0x4c5f26;}['advance'](){const _0x3aa20f=a0_0x443e9c;return this[_0x3aa20f(0x145)]()||this[_0x3aa20f(0x2ed)]++,this['previous']();}[a0_0x443e9c(0x35c)](_0x508c41,_0x483961){const _0x292af7=a0_0x443e9c;if(this[_0x292af7(0x2e9)](_0x508c41))return this[_0x292af7(0x279)]();throw new Error(_0x483961);}[a0_0x443e9c(0x145)](){const _0xe7d5c=a0_0x443e9c;return this[_0xe7d5c(0x2ed)]>=this[_0xe7d5c(0x4a0)][_0xe7d5c(0x107)];}['peek'](){const _0x5875f6=a0_0x443e9c;return this[_0x5875f6(0x4a0)][this[_0x5875f6(0x2ed)]];}[a0_0x443e9c(0x4ae)](){const _0x2c3a2d=a0_0x443e9c;return this[_0x2c3a2d(0x4a0)][this[_0x2c3a2d(0x2ed)]-0x1];}},je=_0x689567=>_0x689567[a0_0x443e9c(0x32e)]===a0_0x443e9c(0x236)&&_0x689567['name']==='n';function Kt(_0x3ca06e,_0x1a9387){const _0x48dddd=a0_0x443e9c;if(_0x3ca06e[_0x48dddd(0x24a)]['type']===_0x48dddd(0x236)&&_0x3ca06e[_0x48dddd(0x24a)][_0x48dddd(0x1b3)]==='n')return new D(_0x48dddd(0x25f));const _0xe6703b=je(_0x3ca06e[_0x48dddd(0x400)])?_0x3ca06e[_0x48dddd(0x400)]:this[_0x48dddd(0x323)](_0x3ca06e[_0x48dddd(0x400)]),_0x3a8780=je(_0x3ca06e[_0x48dddd(0x24a)])?_0x3ca06e[_0x48dddd(0x24a)]:this['evaluate'](_0x3ca06e[_0x48dddd(0x24a)]);if(_0xe6703b instanceof D)return _0xe6703b;if(_0x3a8780 instanceof D)return _0x3a8780;const _0x35913e=_0xe6703b['type']===_0x48dddd(0x1a7)&&_0x3a8780[_0x48dddd(0x32e)]===_0x48dddd(0x1a7),_0x50f13e=_0x35913e?_0xe6703b[_0x48dddd(0x15b)]===_0x3a8780[_0x48dddd(0x15b)]:!0x1,_0xd8cff8=_0x3cefe1=>_0x3cefe1[_0x48dddd(0x32e)]===_0x48dddd(0x2d3);switch(_0x3ca06e['operator']){case'+':return _0x35913e&&_0x50f13e&&_0x1a9387?.['isInsideGroup']==!0x1?{'type':_0x48dddd(0x1a7),'value':_0xe6703b[_0x48dddd(0x11d)]+_0x3a8780[_0x48dddd(0x11d)],'hasMillimeterSuffix':_0xe6703b[_0x48dddd(0x15b)]===!0x0||_0x3a8780['hasMillimeterSuffix']===!0x0,'spreadMm':_0xe6703b[_0x48dddd(0x530)]||_0x3a8780['spreadMm']}:_0x35913e&&_0x1a9387?.[_0x48dddd(0x505)]==!0x0?{'type':_0x48dddd(0x1a7),'value':_0xe6703b[_0x48dddd(0x11d)]+_0x3a8780['value'],'spreadMm':_0xe6703b['hasMillimeterSuffix']||_0x3a8780[_0x48dddd(0x15b)]}:{'type':_0x48dddd(0x151),'operator':'+','left':_0xe6703b,'right':_0x3a8780};case'*':return _0x35913e&&_0x1a9387?.[_0x48dddd(0x505)]==!0x0?{'type':_0x48dddd(0x1a7),'value':_0xe6703b[_0x48dddd(0x11d)]*_0x3a8780['value'],'hasMillimeterSuffix':_0xe6703b[_0x48dddd(0x15b)]===!0x0||_0x3a8780[_0x48dddd(0x15b)]===!0x0,'spreadMm':_0xe6703b[_0x48dddd(0x530)]||_0x3a8780[_0x48dddd(0x530)]}:_0xd8cff8(_0x3a8780)&&_0xe6703b[_0x48dddd(0x32e)]===_0x48dddd(0x1a7)?{'type':_0x48dddd(0x2d3),'toRepeat':_0x3a8780[_0x48dddd(0x24f)],'times':Math['round'](_0xe6703b['value']),'hasMillimeterSuffix':_0x3a8780[_0x48dddd(0x32e)]===_0x48dddd(0x1a7)&&_0x3a8780['hasMillimeterSuffix']||!0x1}:_0x1a9387?.[_0x48dddd(0x505)]==!0x1&&_0xe6703b[_0x48dddd(0x32e)]!=='SpecialVariable'&&_0xe6703b[_0x48dddd(0x1b3)]!=='n'?new D(_0x48dddd(0x432)):_0xe6703b[_0x48dddd(0x32e)]===_0x48dddd(0x236)?{'type':_0x48dddd(0x151),'operator':'*','left':_0xe6703b,'right':{'type':_0x48dddd(0x1a7),'value':_0x3a8780[_0x48dddd(0x11d)],'hasMillimeterSuffix':!0x0}}:{'type':_0x48dddd(0x151),'operator':'*','left':_0xe6703b,'right':_0x3a8780,'hasMillimeterSuffix':_0xe6703b[_0x48dddd(0x15b)]||_0x3a8780[_0x48dddd(0x15b)]};case'/':if(_0x35913e&&_0x1a9387?.['isInsideGroup']==!0x0)return{'type':_0x48dddd(0x1a7),'value':_0xe6703b[_0x48dddd(0x11d)]/_0x3a8780[_0x48dddd(0x11d)],'hasMillimeterSuffix':_0xe6703b[_0x48dddd(0x15b)]===!0x0||_0x3a8780[_0x48dddd(0x15b)]===!0x0};if(_0x1a9387?.[_0x48dddd(0x505)]==!0x1)return new D(_0x48dddd(0x11a));case'-':return _0x35913e&&_0x50f13e&&_0x1a9387?.[_0x48dddd(0x505)]==!0x1?{'type':'NumberLiteral','value':_0xe6703b['value']-_0x3a8780[_0x48dddd(0x11d)],'hasMillimeterSuffix':_0xe6703b[_0x48dddd(0x15b)]===!0x0||_0x3a8780[_0x48dddd(0x15b)]===!0x0,'spreadMm':_0xe6703b[_0x48dddd(0x530)]||_0x3a8780['spreadMm']}:_0x35913e&&_0x1a9387?.['isInsideGroup']==!0x0?{'type':'NumberLiteral','value':_0xe6703b[_0x48dddd(0x11d)]-_0x3a8780[_0x48dddd(0x11d)],'spreadMm':_0xe6703b['hasMillimeterSuffix']||_0x3a8780[_0x48dddd(0x15b)]}:{'type':_0x48dddd(0x151),'operator':'-','left':_0xe6703b,'right':_0x3a8780};default:throw new D(_0x48dddd(0x27a));}}function Zt(_0x36c348,_0x3d3003){const _0x2bd1dc=a0_0x443e9c,_0x457977=this[_0x2bd1dc(0x323)](_0x36c348[_0x2bd1dc(0x1ca)]);if(_0x457977 instanceof D)throw new D(_0x2bd1dc(0x440));switch(_0x36c348[_0x2bd1dc(0x1b3)][_0x2bd1dc(0x4a1)]()){case _0x2bd1dc(0x38f):return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x38f)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977['hasMillimeterSuffix'],'spreadMm':_0x3d3003?.['isInsideGroup']===!0x1};case _0x2bd1dc(0x2ce):return{'type':'NumberLiteral','value':Math[_0x2bd1dc(0x2ce)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case _0x2bd1dc(0x223):return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x223)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case _0x2bd1dc(0x122):return{'type':'NumberLiteral','value':Math['atan'](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.['isInsideGroup']===!0x1};case'cos':return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x146)](_0x457977['value']),'hasMillimeterSuffix':_0x457977['hasMillimeterSuffix'],'spreadMm':_0x3d3003?.['isInsideGroup']===!0x1};case _0x2bd1dc(0x506):return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x506)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977['hasMillimeterSuffix'],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case _0x2bd1dc(0x314):return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x314)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case _0x2bd1dc(0x256):return{'type':'NumberLiteral','value':Math[_0x2bd1dc(0x256)](_0x457977['value']),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case'bog2deg':return{'type':_0x2bd1dc(0x1a7),'value':_0x457977['value']*(0xb4/Math['PI']),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.['isInsideGroup']===!0x1};case _0x2bd1dc(0x286):return{'type':_0x2bd1dc(0x1a7),'value':_0x457977['value']*(Math['PI']/0xb4),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case'in2mm':return{'type':_0x2bd1dc(0x1a7),'value':_0x457977[_0x2bd1dc(0x11d)]*25.4,'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case'mm2in':return{'type':_0x2bd1dc(0x1a7),'value':_0x457977[_0x2bd1dc(0x11d)]/25.4,'hasMillimeterSuffix':_0x457977['hasMillimeterSuffix'],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case'ln':return{'type':'NumberLiteral','value':Math[_0x2bd1dc(0x424)](_0x457977['value']),'hasMillimeterSuffix':_0x457977[_0x2bd1dc(0x15b)],'spreadMm':_0x3d3003?.[_0x2bd1dc(0x505)]===!0x1};case'log10':return{'type':_0x2bd1dc(0x1a7),'value':Math[_0x2bd1dc(0x2e8)](_0x457977[_0x2bd1dc(0x11d)]),'hasMillimeterSuffix':_0x457977['hasMillimeterSuffix'],'spreadMm':_0x3d3003?.['isInsideGroup']===!0x1};default:throw new D(_0x2bd1dc(0x41d));}}function a0_0x75ee(){const _0x1a5e41=['INSETFOR','condition-tree-builder','depth','_3D','unsupported\x20node\x20type:\x20','#766A5E','Shape','#005387','#EB9C52','BRACE_OPEN','RAL_9005','flex','CP_1_RS_*','RAL_8000','content-type','RAL_5010','isVariable','TEXT','#6D342D','\x20->\x20','#9D8692','RAL_6027','Flame\x20red','#6B665E','#ff6b00','#45877F','\x20divider','RAL_5021','Purple\x20red','#6093AC','cabback','STARTTRIM','break-word','RAL_5017','loading','Salmon\x20pink','expression','MATHEMATICAL_FUNCTIONS','Black\x20olive','glass','4px\x20solid\x20white','Ruby\x20red','#844C82','Sections','Expected\x20\x27)\x27\x20after\x20expression.','RAL_5011','sort','#E26E0F','RAL_8008','Unknown\x20error','Basalt\x20grey','#FFB200','RAL_7006','dividerType','Beige\x20brown','UNIT','RAL_8019','#701D24','RAL_4008','#376B8C','COMPARISONTYPE','useMemo','materials','other','#00387A','kmsCpLeft','RAL_6012','Graphite\x20black','Height\x20(mm)','find','RAL_2007','RAL_8025','Steel\x20blue','Granite\x20grey','#513A2A','#70462B','line','Pearl\x20opal\x20green','RAL_6000','Papyrus\x20white','NOT','toString','\x20not\x20found,\x20queuing\x20fetch','cabins','#2B2B2C','Math.floor(','isInsideGroup','sin','expr:ratio','replace','Distant\x20blue','Yellow\x20grey','anglprim','offset','#59191F','lightgray','BOTTRIM','2TBWFKT','2px\x20solid\x20rgba(255,\x200,\x200,\x200.5)','Moss\x20grey','#8D3C4B','end','No\x20tokens\x20to\x20parse.','cumulativeY','column','RAL_9003','MatSurfProvider','Math.min(','Olive\x20grey','#8D4931','#8D9295','#8A9977','useLoader','Beige','UnaryExpression','useMaterials\x20must\x20be\x20used\x20within\x20MaterialProvider','#806440','color','#808076','Error\x20calculating\x20sections','props','Depth\x20(mm)','Profiles','RAL_3011','RAL_7011','#215F78','RAL_8012','Traffic\x20yellow','scanMm','spreadMm','Broom\x20yellow','#DDAF28','dimension-lines','length','front','RAL_7015','evaluateFunction',')\x20rotate(90)','folder','IAC_THICKNESS','Green\x20beige','RAL_1019','cursor','#A48F7A','linDivData','Failed\x20to\x20evaluate\x20expression:\x20','20px','RAL_3020','#7E868A','startsWith','Grey\x20white','OPERATOR','cannot\x20have\x20\x20/\x20outside\x20of\x20group','useContext','DIVELEM1','value','status','Width\x20(mm)','#FACA31','Signal\x20yellow','atan','sizerefedg1','red','#2C3222','Ivory','#92886F','Jet\x20black','conditionTree','Green\x20grey','HTTP\x20','Platinum\x20grey','#F8F2E1','thk','Signal\x20violet','Back','mesh','error','rotateZ','ENDTRIM','Purple\x20violet','bottomShelfThk','RAL_8028','P_CP_T100_WP*','tree','RAL_7002','reportError','Black\x20blue','Graphite\x20grey','#E2A300','ARTICLE','RAL_7001','TAGVALUE','#795038','Kms','#EC6B22','isAtEnd','cos','descriptor','Article\x20Visibility','Unexpected\x20token:\x20','Bright\x20red\x20orange','Variable','#41698C','baseUrl','16139266sBnYBm','RAL_3015','data','BinaryExpression','Chocolate\x20brown','kind','RAL_8024','monospace','getDescriptorNames','RAL_6013','Expected\x20Sections\x20or\x20Section,\x20got\x20','2D_FRONT','RAL_6022','hasMillimeterSuffix','DESC_TYPE','resetState','#D0B084','RAL_6004','rotate(','324fINFsr','VariableProvider','leva','Light\x20grey','endsWith','Unexpected\x20character:\x20','#00B51B','RAL_9010','RAL_1000','RAL_1035','RAL_1005','RAL_4003','Evaluation\x20Error:\x20','#A63437','back','#A53A2E','RAL_6033','Pearl\x20beige','roots','both','Telemagenta','#8C979C','resetCurrent','text','call','OPSTRING','#333','BRACE_CLOSE','#816183','checkMillimeterSuffix','Traffic\x20blue','material','DIVIDER','getDescriptor','RAL_8003','Failed\x20to\x20fetch\x20article\x20data','Pearl\x20gentian\x20blue','start','#0F3052','RAL_2017','RAL_6015','localeCompare','#7A888E','isDigit','RAL_5018','#9A9B9B','AD\x20article\x20width','#F1F1EA','toUpperCase','trim','#A63D30','Pearl\x20blackberry','kmsList','Door','material-data','KMS','#5E6E3B','RAL_6032','EOF','\x20not\x20found\x20in\x20database','DataProvider','entries','div','#923E25','articleString','keys','RAL_6009','#8F8370','RAL_6021','errors','NumberLiteral','Brillant\x20blue','map','Fragment','Copper\x20brown','TYP','divided_length_list','NUM','Grass\x20green','Grey\x20blue','RAL_6014','cumulativeX','name','RENDER','Mint\x20green','Pigeon\x20blue','Failed\x20to\x20parse\x20primary:\x20','2,2','evaluateBinaryExpression','error\x20:\x20from\x20useDescriptorEvaluation','Math.abs(','#C8CBC4','isFunctionCall','Khaki\x20grey','RAL_6035','RAL_7030','IF\x20statement\x20must\x20have\x20exactly\x203\x20parts:\x20IF(condition,\x20trueValue,\x20falseValue).\x20Got:\x20','Pastel\x20green','divisionType','RAL_3000','_2D_FRONT','#3accc1','RAL_5004','Signal\x20white','#1F3855','arg','#C5856D','Colza\x20yellow','#D8A0A6','RAL_3002','RAL_7022','#5B686D','statusText','#008351','RAL_3017','scan','RAL_8022','#29292A','useDescriptorManager\x20must\x20be\x20used\x20within\x20a\x20DescriptorProvider','#7A7B7A','RAL_3001','fetchMaterial\x20called\x20with\x20empty\x20name','findAllMatches','articleDescriptor','Zinc\x20yellow','RAL_7003','RAL_5024','Signal\x20orange','oversize','#585C56','spin\x201s\x20linear\x20infinite','materialData','RAL_6010','#89693F','translate(-50%,\x20-50%)','message','#F6A951','[MaterialProvider]\x20Surface\x20','RAL_1024','#36342A','from','rgba(0,\x200,\x200,\x200.8)','Error\x20in\x20section\x20','prim_dims','ratio:expr','unsupported\x20node\x20type\x20to\x20traverse:\x20','#FF9C00','#989EA1','body','_2D_TOP','substring','#1b14ee','#004F7C','RAL_7036','isNumberLiteral','get2DTop','258517ROEqpN','Luminous\x20yellow','Daffodil\x20yellow','#3A3327','isGrouping','RAL_1015','#5E2F26','sizerefedg2','Tomato\x20red','RAL_7045','string','RAL_7042','Unknown\x20operator:\x20','RAL_1004','Black\x20brown','Reed\x20green','#E9E0D2','articleData','#F1DD39','DescriptorContext','fetchById','8px','evaluateNode','#D5654E','RAL_6005','central','Silk\x20grey','Circular\x20dependency:\x20','middle','isSection','RAL_9004','IAC_TOPSHELFTHICKNESS','source','Unknown\x20identifier:\x20','Colors','reduce','#FFFF00','RAL_4006','asin','signal','reverse','#0E4C64','Math.ceil(','#37422F','Deep\x20orange','style','RAL_3005','next','#AB273C','lexeme','Pearl\x20light\x20grey','RAL_7021','anglzone','RAL_8011','Pastel\x20violet','HEAD','TAGNAME','SpecialVariable','RAL_3003','RAL_2005','RAL_5002','factor','INSET','[MaterialProvider]\x20Failed\x20to\x20fetch\x20material\x20','Pearl\x20pink','Loading\x20article\x20data...','path','Saffron\x20yellow','\x20not\x20found','#FF4D08','Moss\x20green','Orange\x20brown','[MaterialProvider]\x20Material\x20','Light\x20pink','Visibility\x20Controls','endpoint','Light\x20green','right','article-data','final\x20data\x20:\x20','anglelem','endPanelThk','toRepeat','Surface','positions','MATERIAL','useRef','DIMCALCFX','Heather\x20violet','round','Cement\x20grey','Signal\x20blue','RAL_5008','RAL_2001','DimensionProvider','RAL_2003','#928E85','preformScan','Cannot\x20have\x20n\x20in\x20the\x20right\x20side\x20of\x20an\x20expression',')\x20rotate(0)','Signal\x20green','Wine\x20red','#CA555D','Olive\x20yellow','times','RAL_6017','\x20-\x20','delete','Pearl\x20dark\x20grey','Luminous\x20bright\x20red','Luminous\x20green','#CC2C24','RAL_1033','#B0B0A9','translate(0,\x20','#AF8050','DIVTYPE','#E49E00','Math.max(','Pearl\x20violet','jsx','independent','[ExpressionResolver]\x20Failed\x20to\x20resolve:\x20\x22','RAL_7048','advance','Invalid\x20Operator','split','push','getDescriptorsByType','operation','Pastel\x20blue','======>\x20','cache','BOTSHELF','Red\x20brown','\x20parts','Traffic\x20grey\x20A','deg2bog','No\x20variables\x20defined.','scanVariable','useDimensions\x20must\x20be\x20used\x20within\x20DimensionProvider','1015762iFojgN','DATATYPE','Night\x20blue','RAL_5005','Empty\x20input\x20string','AND','cumulativeZ','Variables\x20-\x20','DataContext','boxGeometry','RAL_7012','Variable\x20name\x20cannot\x20be\x20empty\x20or\x20$mm','isAlpha','RAL_7024','#3E2022','NUMBER','RAL_6001','#D6D5CB','No\x20article\x20data\x20available','RAL_3026','White\x20aluminium','RAL_2009','RAL_1034','FUNCTION','RAL_7004','#868581','valueSource','#005F4E','Error','#024442','Luminous\x20red','#DA6E00','PAREN_CLOSE','white','#9B2321','calculateSections','RAL_3007','isRepeated','#ffffff','RAL_5020','#F7B500','texture','RAL_7040','expr*{ratio}','height','#7C765A','P_CP_*_GL_*','RAL_3024','#CF6955','#007CAF','Brown\x20green','Red\x20violet','Patina\x20green','#325928','/bulk?forceRefresh=true','polygon','anglclie','defineProperty','RAL_1027','Materials','set','Traffic\x20red','#50533C','doors','#7F4031','50%','SIZEZ','Empty\x20expression','acos','Pearl\x20copper','assign','content-length','Concrete\x20grey','Repeated','#F99A1D','#972E25','Beige\x20red','showVertical','RAL_8016','Reseda\x20green','RAL_7010','otherData','Oyster\x20white','DESCRIPTOR','childPositions','LINEAR_DIVISION','#04574B','RAL_9011','Signal\x20brown','Pearl\x20mouse\x20grey','bottomShelfCP','Sand\x20yellow','filter4','#817B73','log10','check','AD\x20zone\x20info0','RAL_9017','RAL_1014','current','#CDBA88','freeze','[SurfHelper]\x20Surface\x20','Expected\x20\x27)\x27\x20after\x20function\x20arguments.','BOTOFFS','variables','#3C392E','#651E38','Carmine\x20red','4045628busnIp','Fern\x20green','RAL_3012','#0089B6','RAL_2004','#45494E','#CB8F00','NAME','dividerThk','RAL_1037','#1A1719','absolute','Unhandled\x20case:\x20HORDEFTYPE\x20=\x20','Pure\x20white','slice','fallback','parse','findAllNonDefaultMatches','prototype','RAL_7008','Olive\x20green','#794D3E','10px','RAL_1003','SPECIAL_VARIABLE','Unknown\x20error\x20during\x20evaluation.','RAL_8002','RAL_1013','forEach','tan','#C5C7C4','14px','useData\x20must\x20be\x20used\x20within\x20a\x20DataProvider','Agate\x20grey','RAL_2000','visibility','VARIABLE','apply','Signal\x20grey','toFixed','some','RAL_5001','Light\x20ivory','toLocaleLowerCase','evaluate','lineStyle','Blue\x20lilac','RAL_6016','term','Black\x20grey','NO_RENDER','#F9A900','scanNumber','#A08F65','Module','type','useState','Dimensions','ral-color','RAL_7005','IAC_BOTTOMSHELFTHICKNESS','Raspberry\x20red','#00694C','RAL_9007','startPanelThk','Profile','RAL_1026','VERSION','Expected\x20\x27>\x27\x20after\x20section\x20expression.','performParse','Material','Numeric','application/json','Squirrel\x20grey','has','Angle\x20brackets\x20are\x20not\x20allowed\x20in\x20the\x20input\x20string','translate(','useControls','Pastel\x20orange','#60993B','moveTo','#5D6058','Violet\x20blue','SURF1','1.0.0','accumulateIncorporatedThicknesses','test','#7EBAB5','Honey\x20yellow','TextureConfigContext','NO_SURF','RAL_3032','descriptor-data','Brown\x20grey','Telegrey\x202','#8E9291','headers','inset','zone_dims','#0066ff','#193153','consume','THK','Yellow\x20orange','RAL_1011','\x27use\x20strict\x27;\x20return\x20(','@react-three/fiber','Iron\x20grey','surfaceData','RAL_3028','167820MtbHoH','Html','Azure\x20blue','6482168BckBWY','CPNAME','cabin','jsxs','#F6B600','Grey\x20beige','LINDIV1','#007577','Window\x20grey','sizerefout2','Green\x20blue','top','bottom',')\x20rotate(','#903373','Black\x20green','Unhandled\x20case:\x20DIVELEM1\x20=\x20','#005E83','#194D25','VIEW','join','Capri\x20blue','#7E4B27','#BA8F4C','DIMCALCFY','meshBasicMaterial','#FF2D21','RAL_5003','Signal\x20red','Signal\x20black','sizerefout1','every','RAL_2002','thickness','sans-serif','Curry','number','nestingLevel','No\x20prim\x20found\x20for\x20:\x20','abs','Pastel\x20yellow','Pearl\x20gold','SIZEX','#755847','#114232','values','consumeMillimeterSuffix','Pebble\x20grey','RAL_4012','RAL_6028',']\x20Empty\x20or\x20non-JSON\x20response\x20from\x20','Antique\x20pink','createContext','#b61c73','RAL_4001','Ocean\x20blue','#BB4077','add','RAL_6019','pointer','STRING','RAL_7034','RAL_6024','getArticleData','anglgrtx','5rqApuO','AD\x20article\x20height','Mouse\x20grey','RAL_4005','#2B3A44','zoneInfo','\x20at\x20position:\x20','RAL_6018','RAL_7038','#B3C43E','Brown\x20red','nodes','RAL_6020','#F09200','#006F3D','RAL_1017','Total\x20length\x20exceeded','#4A3526','surfaces','dimensions','Surfaces','[MaterialProvider]\x20Failed\x20to\x20fetch\x20surface\x20','2D_TOP','Ochre\x20yellow','RAL_1021','TOPSHELF','Grey\x20olive','Telegrey\x201','cpNames','#3C7460','csides','RAL_2012','cside','RAL_7044','Vermilion','RAL_9002','RAL_6029','#66332B','Strawberry\x20red',']\x20Empty\x20response\x20body\x20from\x20','scale(1,-1)\x20rotate(90\x20','black','Yellow\x20olive','Traffic\x20grey\x20B','RAL_5014','Expected\x20\x27(\x27\x20after\x20function\x20name\x20\x27','Dusty\x20grey','#858583','toISOString','fill','Expected\x20digit\x20after\x20decimal\x20point\x20at\x20position:\x20','useEffect','sizerefmid','Mahogany\x20brown','#C8C8C7','#FF2A1C',']\x20Response\x20preview:','1887450KQnwnX','RIGHT_ANGLE_BRACKET','NOT\x20OR','Red\x20lilac','Descriptor\x20not\x20found:\x20','Yellow\x20green','RAL_5007','RAL_4002','matchAll','surface-data','RAL_2008','\x20x\x20','horizontal','kms',']\x20JSON\x20parse\x20error\x20for\x20','Umbra\x20grey','fontSize','default','RAL_6002','DescriptorProvider','),\x20possible\x20circular\x20reference\x20in:\x20','#474135','react','labelSuffix','Math.round(','#4C4A44','door','LEFT_ANGLE_BRACKET','Pure\x20red','RIGHTVALUE','left','Pale\x20brown','#6E6387','#4C2B20','#797669','warn','filter3','#D2AA6D','RAL_8017','Article\x20Name','Cream','#724A25','Green\x20brown','ArticleGroupDesigner','isArray','meshStandardMaterial','TOPTRIM','#6B6E6B','Traffic\x20green','Pale\x20green','sections','#5A3827','width','No\x20articles\x20provided','filter','#191E28','RAL_3014','RAL_7043','RAL_7031','Function\x20not\x20implemented','RAL_3018','Provider','scanIdentifierOrFunction','strokeWidth','evaluateTree','isBinaryExpression','log','RAL_6039','nodeNum','Designer','Failed\x20to\x20parse\x20factor:\x20','showLabel','#F1EDE1','Unhandled\x20case:\x20DIVDIR\x20=\x20','renderInfo','kmsLeft','RAL_6036','size','#979392','SIZEY','cannot\x20have\x20*\x20outside\x20of\x20group','#A77F0F','Nut\x20brown','RAL_1032','DividerCP','TREEID','vertical','#745F3D','Grouping','stringify','#C63F4A','#008B29','topShelfCP','children','Error\x20in\x20function\x20arguments','#4F5358','RAL_3027','#1A2B3C','KMS\x20','RAL\x20orange','HORDEFTYPE','match','#0E0E10','Math.pow(','hasDescriptor','Text','cabbacks','#587F40','parseResponse','fromEntries','Shelf','RAL_9016','wasEvaluated','Grey\x20aluminium','bind','SidePanel','lastIndexOf','lindiv','RAL_3004','toStringTag','LEFTVALUE','Traffic\x20white','textureId','\x20L\x20','#7F8274','RAL_4009','RAL_6025','getThk','EMPTY','EvaluationError','Beige\x20grey','operator','Grey\x20brown','Failed\x20to\x20parse\x20term:\x20','fetchBulk','RAL_1001','RAL_1018','scale(1,-1)','conditionId','RAL_6003','peekNext','Sepia\x20brown','BRACKET_CLOSE','addToken','group','hasNStar','RAL_5009','position','RAL_7032','RAL_4004','isUnaryExpression','#3D3635','Pearl\x20green','RAL_7035','#C4618C','Ochre\x20brown','article','Leaf\x20green','includes','evaluateVariable','react/jsx-runtime','FunctionCall','comparison','Anthracite\x20grey','descriptorData','90xfZFyi','stopPropagation','#FC5500','simple','resolved','memo','peek','Pearl\x20ruby\x20red','descriptors','SDISTLR','Telegrey\x204','RAL_8015','showHorizontal','rect','Section','#9D622B','#B5B0A1','RAL_1006','DIVDIR','useCallback','bevel','Sulfur\x20yellow','#DDC49B','RAL_1002','#27292B','tokens','toLowerCase','#E88C00','rotation','None','evaluateSections','Expression\x20did\x20not\x20evaluate\x20to\x20a\x20number:\x20','#315442','get','#00414B','blue','#E6D2B5','RAL_5013','VariableResolver','previous'];a0_0x75ee=function(){return _0x1a5e41;};return a0_0x75ee();}function Wt(_0x1ecae7){const _0x1fafec=a0_0x443e9c;if(!this['variables']||!(_0x1ecae7[_0x1fafec(0x1b3)]in this['variables']))throw new D('Variable\x20'+_0x1ecae7['name']+'\x20is\x20not\x20defined.');return{'type':_0x1fafec(0x1a7),'value':this[_0x1fafec(0x2f3)][_0x1ecae7[_0x1fafec(0x1b3)]],'hasMillimeterSuffix':_0x1ecae7[_0x1fafec(0x15b)]};}var Yt=class{[a0_0x443e9c(0x38d)]=0x0;['variables']={};constructor(){const _0x4da2cb=a0_0x443e9c;this[_0x4da2cb(0x1b9)]=Kt[_0x4da2cb(0x454)](this),this[_0x4da2cb(0x10a)]=Zt[_0x4da2cb(0x454)](this),this[_0x4da2cb(0x481)]=Wt['bind'](this);}[a0_0x443e9c(0x323)](_0x1c1811,_0x33e111={'isInsideGroup':!0x1},_0x2848c9){const _0x1d2b97=a0_0x443e9c;this['nestingLevel']++;try{if(_0x2848c9&&(this['variables']=_0x2848c9),this['isSections'](_0x1c1811))return this[_0x1d2b97(0x4a5)](_0x1c1811,_0x33e111);if(this[_0x1d2b97(0x21a)](_0x1c1811)){const _0x36500e=this['evaluate'](_0x1c1811['nodes'],_0x33e111);return _0x36500e instanceof D?new D(_0x1d2b97(0x1ef)+JSON['stringify'](_0x1c1811)):{..._0x1c1811,'nodes':_0x36500e};}if(this[_0x1d2b97(0x1fb)](_0x1c1811)){if(_0x33e111['isInsideGroup']){if(_0x1c1811[_0x1d2b97(0x15b)])return{..._0x1c1811,'spreadMm':!0x0};}else return _0x1c1811;}if(this['isGrouping'](_0x1c1811)){_0x33e111={..._0x33e111,'isInsideGroup':!0x0};const _0x3e85b6=this[_0x1d2b97(0x323)](_0x1c1811[_0x1d2b97(0x4d3)],_0x33e111);return _0x3e85b6 instanceof D?_0x3e85b6:{..._0x3e85b6,'hasMillimeterSuffix':_0x1c1811[_0x1d2b97(0x15b)]};}if(this[_0x1d2b97(0x2af)](_0x1c1811)){const _0x297790=this['evaluate'](_0x1c1811[_0x1d2b97(0x24f)]);return _0x297790 instanceof D?_0x297790:{..._0x1c1811,'toRepeat':_0x297790};}if(this[_0x1d2b97(0x423)](_0x1c1811))return this[_0x1d2b97(0x1b9)](_0x1c1811,_0x33e111);if(this[_0x1d2b97(0x478)](_0x1c1811))return{'type':_0x1d2b97(0x1a7),'value':_0x1c1811[_0x1d2b97(0x465)]==='-'?-0x1*_0x1c1811['right'][_0x1d2b97(0x11d)]:_0x1c1811[_0x1d2b97(0x24a)][_0x1d2b97(0x11d)],'hasMillimeterSuffix':_0x1c1811['right']['hasMillimeterSuffix']};if(this[_0x1d2b97(0x1bd)](_0x1c1811))return this[_0x1d2b97(0x10a)](_0x1c1811,_0x33e111);if(this['isVariable'](_0x1c1811)){if(this[_0x1d2b97(0x2f3)])return this['evaluateVariable'](_0x1c1811);throw new D(_0x1d2b97(0x287));}throw new D(_0x1d2b97(0x4b3)+_0x1c1811[_0x1d2b97(0x32e)]);}catch(_0x9e4e20){throw new D(_0x9e4e20[_0x1d2b97(0x1e8)]);}finally{this['nestingLevel']--;}}[a0_0x443e9c(0x478)](_0x55ea64){const _0x519026=a0_0x443e9c;return _0x55ea64[_0x519026(0x32e)]===_0x519026(0x521);}[a0_0x443e9c(0x1fb)](_0x756d69){const _0x5279e0=a0_0x443e9c;return _0x756d69['type']===_0x5279e0(0x1a7);}[a0_0x443e9c(0x4bf)](_0x15eb6d){const _0x4d60e0=a0_0x443e9c;return _0x15eb6d[_0x4d60e0(0x32e)]===_0x4d60e0(0x14b)||_0x15eb6d['type']===_0x4d60e0(0x236);}[a0_0x443e9c(0x423)](_0x25f410){const _0x3e6c26=a0_0x443e9c;return _0x25f410[_0x3e6c26(0x32e)]===_0x3e6c26(0x151);}[a0_0x443e9c(0x1bd)](_0x2ac449){const _0x495e2e=a0_0x443e9c;return _0x2ac449['type']===_0x495e2e(0x483);}[a0_0x443e9c(0x201)](_0xcbf8c6){const _0x50c5d3=a0_0x443e9c;return _0xcbf8c6[_0x50c5d3(0x32e)]==='Grouping';}['isRepeated'](_0x4bab4f){const _0x13b1df=a0_0x443e9c;return _0x4bab4f[_0x13b1df(0x32e)]===_0x13b1df(0x2d3);}['isSections'](_0x2c84f7){const _0x56a011=a0_0x443e9c;return _0x2c84f7[_0x56a011(0x32e)]===_0x56a011(0x4da);}[a0_0x443e9c(0x21a)](_0x58a45a){const _0x4709ae=a0_0x443e9c;return _0x58a45a['type']===_0x4709ae(0x495);}[a0_0x443e9c(0x4a5)](_0x5d9ccf,_0xde212a={'isInsideGroup':!0x1}){const _0x18e8fe=a0_0x443e9c;return{'type':_0x18e8fe(0x4da),'sections':_0x5d9ccf[_0x18e8fe(0x414)][_0x18e8fe(0x1a9)](_0x5222c7=>{const _0xcd556a=_0x18e8fe,_0x1d54f0=this['evaluate'](_0x5222c7[_0xcd556a(0x3b4)]);if(_0x1d54f0 instanceof D)throw _0x1d54f0;return{'type':_0xcd556a(0x495),'nodes':_0x1d54f0};})};}[a0_0x443e9c(0x1b9)];['evaluateFunction'];[a0_0x443e9c(0x481)];};function G(_0x32a6a5,_0x4811ec){const _0x4f551a=a0_0x443e9c;if(!_0x32a6a5)throw new D(_0x4f551a(0x1f2)+JSON['stringify'](_0x32a6a5));_0x4811ec(_0x32a6a5),_0x32a6a5[_0x4f551a(0x32e)]==='Sections'&&Array[_0x4f551a(0x40e)](_0x32a6a5[_0x4f551a(0x414)])?_0x32a6a5[_0x4f551a(0x414)][_0x4f551a(0x313)](_0x1abc1d=>G(_0x1abc1d,_0x4811ec)):_0x32a6a5[_0x4f551a(0x32e)]==='Section'&&_0x32a6a5['nodes']?G(_0x32a6a5[_0x4f551a(0x3b4)],_0x4811ec):_0x32a6a5[_0x4f551a(0x32e)];}var qt=class{[a0_0x443e9c(0x34c)](_0x119964,_0x6672fe,_0x4be123,_0x446a33,_0x101999,_0x871379,_0x242433,_0x957724,_0x59d018){const _0x5c3a0b=a0_0x443e9c;let _0x42a5b1=0x0;if(_0x242433==='M'){for(let _0x1c2a55=0x1;_0x1c2a55<_0x119964[_0x5c3a0b(0x414)]['length']-0x1;_0x1c2a55++)_0x42a5b1+=_0x446a33;}if(_0x242433==='O'){for(let _0x260af0=0x1;_0x260af0<_0x119964['sections'][_0x5c3a0b(0x107)]-0x1;_0x260af0++)_0x42a5b1+=_0x446a33*0x2;}return _0x101999==='M'&&(_0x42a5b1+=_0x6672fe/0x2),_0x101999==='O'&&(_0x42a5b1+=_0x6672fe),_0x871379==='M'&&(_0x42a5b1+=_0x6672fe/0x2),_0x871379==='O'&&(_0x42a5b1+=_0x6672fe),_0x59d018==='M'&&(_0x42a5b1+=_0x4be123/0x2),_0x59d018==='O'&&(_0x42a5b1+=_0x4be123),_0x957724==='M'&&(_0x42a5b1+=_0x4be123/0x2),_0x957724==='O'&&(_0x42a5b1+=_0x4be123),_0x42a5b1;}},Xt=class{['calculateSections'](_0x4b4c65,_0x464d6d=0x1f4,_0x4ee816=0x0,_0x135bc3){const _0x221ce4=a0_0x443e9c;try{if(_0x4b4c65 instanceof D)throw _0x4b4c65;if(_0x4b4c65[_0x221ce4(0x32e)]!==_0x221ce4(0x4da)&&_0x4b4c65[_0x221ce4(0x32e)]!=='Section')throw new D(_0x221ce4(0x158)+JSON[_0x221ce4(0x43b)](_0x4b4c65));let _0x1f0f55={'type':_0x221ce4(0x4da),'sections':[]};if(_0x4b4c65[_0x221ce4(0x32e)]===_0x221ce4(0x4da)){for(const _0x3532d1 of _0x4b4c65[_0x221ce4(0x414)])if(_0x3532d1[_0x221ce4(0x3b4)][_0x221ce4(0x32e)]===_0x221ce4(0x2d3)&&_0x3532d1['nodes'][_0x221ce4(0x265)]){for(let _0x47c761=0x0;_0x47c761<(_0x3532d1['nodes']?.['times']??0x0);_0x47c761++)if(_0x3532d1[_0x221ce4(0x3b4)][_0x221ce4(0x24f)][_0x221ce4(0x32e)]==='Section')_0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x27c)](_0x3532d1[_0x221ce4(0x3b4)]['toRepeat']);else{if(_0x3532d1[_0x221ce4(0x3b4)][_0x221ce4(0x24f)][_0x221ce4(0x32e)]===_0x221ce4(0x4da)){for(const _0x138034 of _0x3532d1[_0x221ce4(0x3b4)][_0x221ce4(0x24f)][_0x221ce4(0x414)])_0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x27c)](_0x138034);}}}else _0x1f0f55['sections'][_0x221ce4(0x27c)](_0x3532d1);}else _0x4b4c65['type']==='Section'&&_0x1f0f55['sections'][_0x221ce4(0x27c)](_0x4b4c65);if(_0x135bc3){const _0x17a6f3=new qt()['accumulateIncorporatedThicknesses'](_0x1f0f55,_0x135bc3[_0x221ce4(0x337)],_0x135bc3[_0x221ce4(0x24e)],_0x4ee816,_0x135bc3[_0x221ce4(0x386)],_0x135bc3[_0x221ce4(0x123)],_0x135bc3[_0x221ce4(0x3dd)],_0x135bc3[_0x221ce4(0x204)],_0x135bc3[_0x221ce4(0x371)]);}_0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x313)](_0x464b14=>{let _0xad978a=!0x1;G(_0x464b14,_0x59dc13=>{const _0x4bd55c=a0_0x3dd9;_0x59dc13[_0x4bd55c(0x32e)]===_0x4bd55c(0x1a7)?_0x59dc13?.[_0x4bd55c(0x530)]===!0x0&&(_0xad978a=!0x0):_0x59dc13['type']==='BinaryExpression'&&_0x59dc13[_0x4bd55c(0x400)][_0x4bd55c(0x32e)]===_0x4bd55c(0x1a7)&&(_0x59dc13['left']?.[_0x4bd55c(0x530)]===!0x0&&(_0xad978a=!0x0),_0x59dc13[_0x4bd55c(0x24a)]?.['spreadMm']===!0x0&&(_0xad978a=!0x0));}),_0xad978a&&G(_0x464b14,_0x1f3eec=>{const _0x5d6a60=a0_0x3dd9;_0x1f3eec['type']===_0x5d6a60(0x1a7)?_0x1f3eec[_0x5d6a60(0x15b)]=!0x0:_0x1f3eec[_0x5d6a60(0x32e)]===_0x5d6a60(0x151)&&(_0x1f3eec['left']['type']===_0x5d6a60(0x1a7)&&(_0x1f3eec[_0x5d6a60(0x400)]['hasMillimeterSuffix']=!0x0),_0x1f3eec[_0x5d6a60(0x24a)]['type']===_0x5d6a60(0x1a7)&&(_0x1f3eec['right'][_0x5d6a60(0x15b)]=!0x0));});});let _0x388a98=0x0;const _0xcda8a9=_0x3e3e38=>{const _0x46ba55=_0x221ce4;if(_0x4ee816&&_0x3e3e38[_0x46ba55(0x32e)]===_0x46ba55(0x495)&&(_0x388a98+=_0x4ee816),_0x3e3e38['type']===_0x46ba55(0x1a7))_0x3e3e38['hasMillimeterSuffix']===!0x0&&(_0x388a98+=_0x3e3e38[_0x46ba55(0x11d)]);else{if(_0x3e3e38['type']==='BinaryExpression'){const _0x4adcf9=_0x3e3e38;_0x4adcf9[_0x46ba55(0x400)]['type']===_0x46ba55(0x1a7)&&_0x4adcf9[_0x46ba55(0x24a)]['type']===_0x46ba55(0x1a7)&&(_0x4adcf9[_0x46ba55(0x400)][_0x46ba55(0x15b)]===!0x0&&(_0x388a98+=_0x4adcf9[_0x46ba55(0x400)][_0x46ba55(0x11d)]),_0x4adcf9[_0x46ba55(0x24a)][_0x46ba55(0x15b)]===!0x0&&(_0x388a98+=_0x4adcf9[_0x46ba55(0x24a)][_0x46ba55(0x11d)]));}}};if(_0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x313)](_0xb22555=>G(_0xb22555,_0xcda8a9)),_0x388a98>_0x464d6d)throw new D(_0x221ce4(0x3b9));let _0x25f2f4=_0x464d6d-_0x388a98+_0x4ee816,_0x5908cb=0x0;const _0x3045dd=_0x2f2c90=>{const _0x28265f=_0x221ce4;if(_0x2f2c90['type']===_0x28265f(0x151)){const _0x5a70af=_0x2f2c90;if(_0x5a70af['right'][_0x28265f(0x32e)]===_0x28265f(0x1a7)&&_0x5a70af[_0x28265f(0x400)][_0x28265f(0x32e)]===_0x28265f(0x236)&&_0x5a70af[_0x28265f(0x400)][_0x28265f(0x1b3)]==='n'&&_0x5a70af[_0x28265f(0x465)]==='*'){_0x5908cb=Math['floor'](_0x25f2f4/(_0x5a70af[_0x28265f(0x24a)][_0x28265f(0x11d)]+_0x4ee816));const _0x23a059=(_0x5908cb-0x1)*_0x4ee816,_0x788360=_0x5908cb*_0x5a70af[_0x28265f(0x24a)][_0x28265f(0x11d)];_0x25f2f4+=-_0x23a059-_0x788360;}}};_0x1f0f55['sections'][_0x221ce4(0x313)](_0x3e3504=>G(_0x3e3504,_0x3045dd));let _0xb66d20=0x0;const _0x1598ae=_0x4a1470=>{const _0xbd9350=_0x221ce4;_0x4a1470[_0xbd9350(0x32e)]==='BinaryExpression'&&(_0x4a1470[_0xbd9350(0x400)][_0xbd9350(0x32e)]===_0xbd9350(0x1a7)&&_0x4a1470[_0xbd9350(0x400)][_0xbd9350(0x15b)]===!0x1&&(_0xb66d20+=_0x4a1470[_0xbd9350(0x400)][_0xbd9350(0x11d)]),_0x4a1470['right'][_0xbd9350(0x32e)]===_0xbd9350(0x1a7)&&_0x4a1470['right'][_0xbd9350(0x15b)]===!0x1&&(_0xb66d20+=_0x4a1470[_0xbd9350(0x24a)][_0xbd9350(0x11d)])),_0x4a1470['type']===_0xbd9350(0x1a7)&&_0x4a1470[_0xbd9350(0x15b)]===!0x1&&(_0xb66d20+=_0x4a1470['value']);};_0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x313)](_0x42b265=>{G(_0x42b265,_0x1598ae);});const _0x3ff4fa=_0x25f2f4/_0xb66d20,_0x543bdd=[],_0x50b97d=_0x7336f4=>{const _0x849a77=_0x221ce4;let _0x292d22=0x0,_0x5b3b07=0x0;if(_0x7336f4[_0x849a77(0x32e)]===_0x849a77(0x1a7))_0x7336f4[_0x849a77(0x15b)]===!0x1&&(_0x292d22+=_0x7336f4[_0x849a77(0x11d)]*_0x3ff4fa),_0x7336f4[_0x849a77(0x15b)]===!0x0&&(_0x5b3b07+=_0x7336f4[_0x849a77(0x11d)]),_0x543bdd['push'](Number((_0x292d22+_0x5b3b07)[_0x849a77(0x31e)](0x2)));else{if(_0x7336f4['type']===_0x849a77(0x151)&&(_0x7336f4[_0x849a77(0x400)][_0x849a77(0x32e)]===_0x849a77(0x1a7)&&_0x7336f4['right'][_0x849a77(0x32e)]===_0x849a77(0x1a7)&&(_0x7336f4[_0x849a77(0x400)][_0x849a77(0x15b)]===!0x1&&(_0x292d22+=_0x7336f4[_0x849a77(0x400)][_0x849a77(0x11d)]*_0x3ff4fa),_0x7336f4[_0x849a77(0x400)][_0x849a77(0x15b)]===!0x0&&(_0x5b3b07+=_0x7336f4[_0x849a77(0x400)][_0x849a77(0x11d)]),_0x7336f4[_0x849a77(0x24a)][_0x849a77(0x15b)]===!0x1&&(_0x292d22+=_0x7336f4[_0x849a77(0x24a)][_0x849a77(0x11d)]*_0x3ff4fa),_0x7336f4[_0x849a77(0x24a)]['hasMillimeterSuffix']===!0x0&&(_0x5b3b07+=_0x7336f4[_0x849a77(0x24a)][_0x849a77(0x11d)]),_0x543bdd[_0x849a77(0x27c)](Number((_0x292d22+_0x5b3b07)[_0x849a77(0x31e)](0x2)))),_0x7336f4[_0x849a77(0x400)][_0x849a77(0x32e)]===_0x849a77(0x236)&&_0x7336f4[_0x849a77(0x400)][_0x849a77(0x1b3)]==='n'&&_0x7336f4[_0x849a77(0x24a)]['type']===_0x849a77(0x1a7))){_0x5b3b07+=_0x7336f4[_0x849a77(0x24a)][_0x849a77(0x11d)];for(let _0x26b366=0x0;_0x26b366<_0x5908cb;_0x26b366++)_0x7336f4[_0x849a77(0x24a)]['hasMillimeterSuffix']===!0x0&&_0x543bdd['push'](Number(_0x5b3b07['toFixed'](0x2)));}}};return _0x1f0f55[_0x221ce4(0x414)][_0x221ce4(0x313)](_0x3aac42=>{G(_0x3aac42,_0x50b97d);}),_0x543bdd;}catch{return new D(_0x221ce4(0x526));}}},Jt=new Ut(),Qt=new Ht(),er=new Yt(),tr=(_0x541639,_0x320ddf,_0x3bd330,_0x621d28)=>{const _0x3dd620=a0_0x443e9c;try{const _0x3f6ebb=Jt['scan'](_0x541639),_0xcfa9b6=Qt[_0x3dd620(0x307)](_0x3f6ebb),_0x1b62d4=er[_0x3dd620(0x323)](_0xcfa9b6,{},_0x621d28);if(_0x1b62d4&&!(_0x1b62d4 instanceof D)){const _0x3d73f9=new Xt()[_0x3dd620(0x2ad)](_0x1b62d4,_0x320ddf,_0x3bd330);if(_0x3d73f9&&_0x3d73f9 instanceof D)throw new Error(_0x3d73f9[_0x3dd620(0x1e8)]);return _0x3d73f9;}return _0x1b62d4||new D(_0x3dd620(0x310));}catch(_0x3cd90a){return new D(_0x3cd90a[_0x3dd620(0x1e8)]);}};function rr(_0x1f5ea2){const _0x1c7830=a0_0x443e9c,_0x15229b=/^(\d+)\*\{(\d+)\}$/,_0x59583b=_0x1f5ea2[_0x1c7830(0x447)](_0x15229b);if(_0x59583b){const _0x593384=parseInt(_0x59583b[0x1],0xa),_0x15634b=_0x59583b[0x2];return _0x593384>0x0?Array(_0x593384)[_0x1c7830(0x3da)](_0x15634b)[_0x1c7830(0x37c)](':'):'';}return _0x1f5ea2;}function ir(_0x44d31e){const _0x1c5aef=a0_0x443e9c,_0x28250a=_0x44d31e[_0x1c5aef(0x192)]()[_0x1c5aef(0x447)](/^(\d+(?:\.\d+)?)\s*\*\s*\{.+\}$/);return _0x28250a?Number(_0x28250a[0x1]):_0x44d31e;}function sr(_0x1fa2b4,_0x1b041a,_0x518908){const _0x1da150=a0_0x443e9c;let _0x1a4549=0x0;const {LINDIV1:_0x4bac17,DIVDIR:_0x323251,HORDEFTYPE:_0x4ec9d1,DIVELEM1:_0x1112d4}=_0x1fa2b4;let _0x2d9cae=_0x1da150(0x416),_0x55ac7c=!0x1;if(_0x4bac17==='')return{'divisionType':_0x2d9cae,'zone_dimensions':[],'divided_length_list':[]};if(_0x323251==='H'){if(_0x4ec9d1==='W')_0x1a4549=_0x1b041a['width'],_0x2d9cae=_0x1da150(0x416);else{if(_0x4ec9d1==='D')_0x1a4549=_0x1b041a[_0x1da150(0x4b1)],_0x2d9cae=_0x1da150(0x4b1);else{if(_0x4ec9d1==='P'){if(_0x1112d4===0x0||_0x1112d4===0x2)_0x1a4549=_0x1b041a['width'],_0x2d9cae=_0x1da150(0x416);else{if(_0x1112d4===0x1||_0x1112d4===0x3)_0x1a4549=_0x1b041a[_0x1da150(0x4b1)],_0x2d9cae=_0x1da150(0x4b1);else throw new Error(_0x1da150(0x378)+_0x1112d4);}}else throw new Error(_0x1da150(0x303)+_0x4ec9d1);}}}else{if(_0x323251==='V')_0x1a4549=_0x1b041a[_0x1da150(0x2b6)],_0x2d9cae=_0x1da150(0x2b6);else{if(_0x323251==='A')_0x1a4549=_0x1b041a['width'],_0x2d9cae=_0x1da150(0x47e);else{if(_0x323251==='I')_0x1a4549=_0x1b041a[_0x1da150(0x416)],_0x2d9cae=_0x1da150(0x276);else throw new Error('Unhandled\x20case:\x20DIVDIR\x20=\x20'+_0x323251);}}}let _0x462c1c=[];const _0x41eeac=rr(_0x4bac17);if(_0x2d9cae===_0x1da150(0x276)){const _0x3f88ce=ir(_0x4bac17);_0x462c1c=Array(_0x3f88ce)['fill'](_0x1a4549);}else _0x2d9cae==='article'?_0x462c1c=[_0x1a4549]:_0x462c1c=tr(_0x41eeac[_0x1da150(0x4a1)](),_0x1a4549,_0x518908);if(!Array[_0x1da150(0x40e)](_0x462c1c))return{'divisionType':_0x2d9cae,'zone_dimensions':[],'divided_length_list':[]};_0x4ec9d1==='P'&&(_0x1112d4===0x2||_0x1112d4===0x3)&&(_0x55ac7c=!0x0,_0x462c1c=[..._0x462c1c][_0x1da150(0x225)]());const _0x4b9005=_0x462c1c[_0x1da150(0x1a9)](_0x4a647b=>{const _0x221451=_0x1da150;if(_0x2d9cae===_0x221451(0x416))return{'width':_0x4a647b,'height':_0x1b041a['height'],'depth':_0x1b041a[_0x221451(0x4b1)]};if(_0x2d9cae===_0x221451(0x4b1))return{'width':_0x1b041a[_0x221451(0x416)],'height':_0x1b041a[_0x221451(0x2b6)],'depth':_0x4a647b};if(_0x2d9cae==='height')return{'width':_0x1b041a['width'],'height':_0x4a647b,'depth':_0x1b041a[_0x221451(0x4b1)]};if(_0x2d9cae==='article'||_0x2d9cae==='independent')return{'width':_0x1b041a[_0x221451(0x416)],'height':_0x1b041a[_0x221451(0x2b6)],'depth':_0x1b041a[_0x221451(0x4b1)]};throw new Error(_0x221451(0x42b)+_0x323251);});return{'isReversed':_0x55ac7c,'zone_dimensions':_0x4b9005,'divisionType':_0x2d9cae,'divided_length_list':_0x462c1c};}function nr({divisionType:_0x23a093,parentDimensions:_0x97f415,lengthList:_0x4881b5,childTREEIDs:_0x198b51,dividerThk:_0x35e88b}){const _0x35cc0b=a0_0x443e9c,_0x4c581c=-_0x97f415['width']/0x2,_0x2a35b4=-_0x97f415[_0x35cc0b(0x4b1)]/0x2,_0x12a3e0=-_0x97f415[_0x35cc0b(0x2b6)]/0x2;return{'childPositions':_0x4881b5['reduce']((_0x4ce8c4,_0x1bb4c8,_0x34dc43)=>{const _0x5523c8=_0x35cc0b;let _0x83892d=0x0,_0x4e16e5=0x0,_0x2ca4c7=0x0,_0xcc094b;return _0x23a093==='width'?(_0x83892d=_0x4c581c+_0x4ce8c4[_0x5523c8(0x1b2)]+_0x1bb4c8/0x2,_0x4e16e5=0x0,_0x2ca4c7=0x0,_0xcc094b={'width':_0x1bb4c8,'height':_0x97f415[_0x5523c8(0x2b6)],'depth':_0x97f415[_0x5523c8(0x4b1)]},_0x4ce8c4[_0x5523c8(0x1b2)]+=_0x1bb4c8+_0x35e88b):_0x23a093===_0x5523c8(0x4b1)?(_0x83892d=0x0,_0x4e16e5=_0x2a35b4+_0x4ce8c4['cumulativeY']+_0x1bb4c8/0x2,_0x2ca4c7=0x0,_0xcc094b={'width':_0x97f415[_0x5523c8(0x416)],'height':_0x97f415[_0x5523c8(0x2b6)],'depth':_0x1bb4c8},_0x4ce8c4[_0x5523c8(0x516)]+=_0x1bb4c8+_0x35e88b):_0x23a093===_0x5523c8(0x276)||_0x23a093==='article'?(_0x83892d=0x0,_0x4e16e5=0x0,_0x2ca4c7=0x0,_0xcc094b={'width':_0x1bb4c8,'height':_0x97f415[_0x5523c8(0x2b6)],'depth':_0x97f415[_0x5523c8(0x4b1)]}):(_0x83892d=0x0,_0x4e16e5=0x0,_0x2ca4c7=_0x12a3e0+_0x4ce8c4[_0x5523c8(0x290)]+_0x1bb4c8/0x2,_0xcc094b={'width':_0x97f415[_0x5523c8(0x416)],'height':_0x1bb4c8,'depth':_0x97f415[_0x5523c8(0x4b1)]},_0x4ce8c4[_0x5523c8(0x290)]+=_0x1bb4c8+_0x35e88b),_0x4ce8c4['positions']['push']({'x':_0x83892d,'y':_0x4e16e5,'z':_0x2ca4c7,'zone_dims':_0xcc094b,'TREEID':_0x198b51[_0x34dc43]}),_0x4ce8c4;},{'cumulativeX':0x0,'cumulativeY':0x0,'cumulativeZ':0x0,'positions':[]})[_0x35cc0b(0x251)],'dividerType':_0x23a093};}function or(_0x352b63,_0x410ff7){return{'front':ne(_0x352b63,Ke(_0x410ff7)),'left':ne(_0x352b63,Ye(_0x410ff7)),'right':ne(_0x352b63,Ze(_0x410ff7)),'back':ne(_0x352b63,We(_0x410ff7))};}function ar(_0x4b29a9,_0x240356,_0x42455a){const _0x5714a0=a0_0x443e9c;return{'front':_0x4b29a9['front']?.[_0x5714a0(0x12e)]||0x0,'right':_0x4b29a9[_0x5714a0(0x24a)]?.[_0x5714a0(0x12e)]||0x0,'back':_0x4b29a9[_0x5714a0(0x16f)]?.['thk']||0x0,'left':_0x4b29a9[_0x5714a0(0x400)]?.['thk']||0x0,'top':_0x240356,'bottom':_0x42455a};}function lr(_0x16d57e){const _0xf9a834=a0_0x443e9c;return{'front':_0x16d57e[_0xf9a834(0x108)]?.[_0xf9a834(0x358)]||0x0,'right':_0x16d57e[_0xf9a834(0x24a)]?.[_0xf9a834(0x358)]||0x0,'back':_0x16d57e[_0xf9a834(0x16f)]?.[_0xf9a834(0x358)]||0x0,'left':_0x16d57e['left']?.[_0xf9a834(0x358)]||0x0};}function cr(_0x12c6eb,_0x818fc7){const _0x4052db=a0_0x443e9c;return{'dimensions':{'width':_0x12c6eb[_0x4052db(0x416)]-_0x818fc7['left']-_0x818fc7[_0x4052db(0x24a)],'height':_0x12c6eb['height'],'depth':_0x12c6eb[_0x4052db(0x4b1)]-_0x818fc7[_0x4052db(0x108)]-_0x818fc7[_0x4052db(0x16f)]},'position':{'x':_0x818fc7['left']/0x2-_0x818fc7[_0x4052db(0x24a)]/0x2,'y':_0x818fc7[_0x4052db(0x108)]/0x2-_0x818fc7['back']/0x2,'z':0x0}};}function ur(_0x3860e3,_0x26391b){const _0x358daf=a0_0x443e9c;return{'dimensions':{'width':_0x3860e3[_0x358daf(0x3bc)][_0x358daf(0x416)]-_0x26391b[_0x358daf(0x400)]-_0x26391b[_0x358daf(0x24a)],'height':_0x3860e3[_0x358daf(0x3bc)][_0x358daf(0x2b6)]-_0x26391b[_0x358daf(0x373)]-_0x26391b[_0x358daf(0x374)],'depth':_0x3860e3[_0x358daf(0x3bc)][_0x358daf(0x4b1)]-_0x26391b['front']-_0x26391b[_0x358daf(0x16f)]},'position':{'x':_0x26391b[_0x358daf(0x400)]/0x2-_0x26391b['right']/0x2,'y':_0x26391b[_0x358daf(0x108)]/0x2-_0x26391b['back']/0x2,'z':_0x26391b[_0x358daf(0x374)]/0x2-_0x26391b['top']/0x2}};}function hr(_0x3f00a6,_0x1fb67c,_0x236f84,_0x2b14ff){const _0x365404=a0_0x443e9c;return _0x1fb67c[_0x365404(0x1c3)]?nr({'divisionType':_0x1fb67c[_0x365404(0x1c3)],'parentDimensions':_0x3f00a6,'lengthList':_0x1fb67c[_0x365404(0x1ad)],'childTREEIDs':_0x2b14ff,'dividerThk':Number(_0x236f84)||0x0}):{'childPositions':[],'dividerType':'height'};}function fr(_0x326334,_0x506b0d,_0x3f40c3,_0x52c67f){const _0x5202ce=a0_0x443e9c;if(!_0x3f40c3)return{'childPositions':[],'dividerType':_0x5202ce(0x2b6)};const _0x242e00=sr(_0x3f40c3,_0x326334[_0x5202ce(0x3bc)],_0x506b0d);return _0x52c67f=_0x242e00['isReversed']?_0x52c67f[_0x5202ce(0x225)]():_0x52c67f,hr(_0x326334[_0x5202ce(0x3bc)],_0x242e00,_0x506b0d,_0x52c67f);}function ht(_0xa4d7c2,_0x14c909,_0x249dda=0x0,_0x365e08=0x0){const _0x28e1fd=_0xa4d7c2/0x2,_0x22ce14=_0x14c909/0x2,_0x151d81=[{'x':_0x28e1fd,'y':-_0x22ce14},{'x':-_0x28e1fd,'y':-_0x22ce14},{'x':-_0x28e1fd+_0x249dda,'y':_0x22ce14},{'x':_0x28e1fd-_0x365e08,'y':_0x22ce14}];return{'points':_0x151d81,get 'svgPath'(){const _0x4c1162=a0_0x3dd9;return'M\x20'+_0x151d81[_0x4c1162(0x1a9)](_0x925d12=>_0x925d12['x']+','+_0x925d12['y'])['join'](_0x4c1162(0x45d))+'\x20Z';},get 'shape'(){const _0x21a99a=a0_0x3dd9,_0x3c03a0=new ce[(_0x21a99a(0x4b5))]();return _0x151d81[_0x21a99a(0x313)]((_0x3049f6,_0x252ec3)=>_0x252ec3===0x0?_0x3c03a0[_0x21a99a(0x347)](_0x3049f6['x'],_0x3049f6['y']):_0x3c03a0['lineTo'](_0x3049f6['x'],_0x3049f6['y'])),_0x3c03a0;}};}var fe=function(){const _0x4137fa=a0_0x443e9c;return fe=Object[_0x4137fa(0x2d0)]||function(_0x523c57){const _0x3d7c8c=_0x4137fa;for(var _0x523145,_0x3b4f13=0x1,_0x475c75=arguments[_0x3d7c8c(0x107)];_0x3b4f13<_0x475c75;_0x3b4f13++){_0x523145=arguments[_0x3b4f13];for(var _0x416227 in _0x523145)Object[_0x3d7c8c(0x309)]['hasOwnProperty'][_0x3d7c8c(0x179)](_0x523145,_0x416227)&&(_0x523c57[_0x416227]=_0x523145[_0x416227]);}return _0x523c57;},fe[_0x4137fa(0x31c)](this,arguments);};function dr(){const _0x43314f=a0_0x443e9c;var _0x50f5a6=m[_0x43314f(0x253)](!0x1),_0x1e0b54=m[_0x43314f(0x49a)](function(){const _0x4a4634=_0x43314f;return _0x50f5a6[_0x4a4634(0x2ed)];},[]);return m[_0x43314f(0x3dc)](function(){const _0x185618=_0x43314f;return _0x50f5a6[_0x185618(0x2ed)]=!0x0,function(){const _0x5673c5=_0x185618;_0x50f5a6[_0x5673c5(0x2ed)]=!0x1;};},[]),_0x1e0b54;}function pr(_0x41ba3c,_0x599bb2,_0x5d0104){const _0x12c8aa=a0_0x443e9c;_0x599bb2===void 0x0&&(_0x599bb2=[]),_0x5d0104===void 0x0&&(_0x5d0104={'loading':!0x1});var _0x11c681=m[_0x12c8aa(0x253)](0x0),_0xe1cb32=dr(),_0x1b9389=m[_0x12c8aa(0x32f)](_0x5d0104),_0x3ea133=_0x1b9389[0x0],_0x39781e=_0x1b9389[0x1],_0x4d3449=m[_0x12c8aa(0x49a)](function(){const _0x162039=_0x12c8aa;for(var _0x4207e1=[],_0x305e9d=0x0;_0x305e9d<arguments[_0x162039(0x107)];_0x305e9d++)_0x4207e1[_0x305e9d]=arguments[_0x305e9d];var _0x48fd62=++_0x11c681[_0x162039(0x2ed)];return _0x3ea133[_0x162039(0x4d1)]||_0x39781e(function(_0x44f371){return fe(fe({},_0x44f371),{'loading':!0x0});}),_0x41ba3c[_0x162039(0x31c)](void 0x0,_0x4207e1)['then'](function(_0x156928){const _0x501a6a=_0x162039;return _0xe1cb32()&&_0x48fd62===_0x11c681[_0x501a6a(0x2ed)]&&_0x39781e({'value':_0x156928,'loading':!0x1}),_0x156928;},function(_0x122f79){const _0x431ab7=_0x162039;return _0xe1cb32()&&_0x48fd62===_0x11c681[_0x431ab7(0x2ed)]&&_0x39781e({'error':_0x122f79,'loading':!0x1}),_0x122f79;});},_0x599bb2);return[_0x3ea133,_0x4d3449];}function mr(_0x531619,_0x230942){const _0x3cde45=a0_0x443e9c;_0x230942===void 0x0&&(_0x230942=[]);var _0x26090a=pr(_0x531619,_0x230942,{'loading':!0x0}),_0x55b0b9=_0x26090a[0x0],_0x389c83=_0x26090a[0x1];return m[_0x3cde45(0x3dc)](function(){_0x389c83();},[_0x389c83]),_0x55b0b9;}const ft={'RAL_1000':{'ral':a0_0x443e9c(0x169),'hex':a0_0x443e9c(0x2ee),'description':a0_0x443e9c(0x10e)},'RAL_1001':{'ral':a0_0x443e9c(0x469),'hex':a0_0x443e9c(0x15e),'description':a0_0x443e9c(0x520)},'RAL_1002':{'ral':a0_0x443e9c(0x49e),'hex':a0_0x443e9c(0x407),'description':a0_0x443e9c(0x2e5)},'RAL_1003':{'ral':a0_0x443e9c(0x30e),'hex':a0_0x443e9c(0x32a),'description':a0_0x443e9c(0x121)},'RAL_1004':{'ral':a0_0x443e9c(0x20a),'hex':a0_0x443e9c(0x272),'description':'Golden\x20yellow'},'RAL_1005':{'ral':a0_0x443e9c(0x16b),'hex':a0_0x443e9c(0x2fd),'description':a0_0x443e9c(0x34f)},'RAL_1006':{'ral':a0_0x443e9c(0x498),'hex':'#E19000','description':'Maize\x20yellow'},'RAL_1007':{'ral':'RAL_1007','hex':a0_0x443e9c(0x4a2),'description':a0_0x443e9c(0x1ff)},'RAL_1011':{'ral':a0_0x443e9c(0x35f),'hex':a0_0x443e9c(0x270),'description':'Brown\x20beige'},'RAL_1012':{'ral':'RAL_1012','hex':a0_0x443e9c(0x532),'description':'Lemon\x20yellow'},'RAL_1013':{'ral':a0_0x443e9c(0x312),'hex':'#E3D9C7','description':a0_0x443e9c(0x2dc)},'RAL_1014':{'ral':a0_0x443e9c(0x2ec),'hex':a0_0x443e9c(0x49d),'description':a0_0x443e9c(0x126)},'RAL_1015':{'ral':a0_0x443e9c(0x202),'hex':a0_0x443e9c(0x4ab),'description':a0_0x443e9c(0x321)},'RAL_1016':{'ral':'RAL_1016','hex':a0_0x443e9c(0x20f),'description':a0_0x443e9c(0x49c)},'RAL_1017':{'ral':a0_0x443e9c(0x3b8),'hex':a0_0x443e9c(0x1e9),'description':a0_0x443e9c(0x240)},'RAL_1018':{'ral':a0_0x443e9c(0x46a),'hex':a0_0x443e9c(0x120),'description':a0_0x443e9c(0x1dd)},'RAL_1019':{'ral':a0_0x443e9c(0x10f),'hex':a0_0x443e9c(0x111),'description':a0_0x443e9c(0x36d)},'RAL_1020':{'ral':'RAL_1020','hex':a0_0x443e9c(0x32c),'description':a0_0x443e9c(0x264)},'RAL_1021':{'ral':a0_0x443e9c(0x3c1),'hex':a0_0x443e9c(0x36c),'description':a0_0x443e9c(0x1cc)},'RAL_1023':{'ral':'RAL_1023','hex':a0_0x443e9c(0x2b2),'description':a0_0x443e9c(0x52e)},'RAL_1024':{'ral':a0_0x443e9c(0x1eb),'hex':a0_0x443e9c(0x37f),'description':a0_0x443e9c(0x3c0)},'RAL_1026':{'ral':a0_0x443e9c(0x339),'hex':a0_0x443e9c(0x221),'description':a0_0x443e9c(0x1fe)},'RAL_1027':{'ral':a0_0x443e9c(0x2c4),'hex':a0_0x443e9c(0x433),'description':a0_0x443e9c(0x38b)},'RAL_1028':{'ral':'RAL_1028','hex':a0_0x443e9c(0x1f3),'description':'Melon\x20yellow'},'RAL_1032':{'ral':a0_0x443e9c(0x435),'hex':a0_0x443e9c(0x13e),'description':a0_0x443e9c(0x531)},'RAL_1033':{'ral':a0_0x443e9c(0x26d),'hex':a0_0x443e9c(0x2d4),'description':'Dahlia\x20yellow'},'RAL_1034':{'ral':a0_0x443e9c(0x2a0),'hex':a0_0x443e9c(0x4b7),'description':a0_0x443e9c(0x390)},'RAL_1035':{'ral':a0_0x443e9c(0x16a),'hex':a0_0x443e9c(0x1a4),'description':a0_0x443e9c(0x172)},'RAL_1036':{'ral':'RAL_1036','hex':a0_0x443e9c(0x523),'description':a0_0x443e9c(0x391)},'RAL_1037':{'ral':a0_0x443e9c(0x300),'hex':a0_0x443e9c(0x3b6),'description':'Sun\x20yellow'},'RAL_2000':{'ral':a0_0x443e9c(0x319),'hex':a0_0x443e9c(0x2a9),'description':a0_0x443e9c(0x35e)},'RAL_2001':{'ral':a0_0x443e9c(0x25a),'hex':'#BA481C','description':'Red\x20orange'},'RAL_2002':{'ral':a0_0x443e9c(0x388),'hex':'#BF3922','description':a0_0x443e9c(0x3cb)},'RAL_2003':{'ral':a0_0x443e9c(0x25c),'hex':'#F67829','description':a0_0x443e9c(0x345)},'RAL_2004':{'ral':a0_0x443e9c(0x2fb),'hex':'#E25304','description':'Pure\x20orange'},'RAL_2005':{'ral':a0_0x443e9c(0x238),'hex':a0_0x443e9c(0x242),'description':'Luminous\x20orange'},'RAL_2007':{'ral':a0_0x443e9c(0x4f5),'hex':a0_0x443e9c(0x4e2),'description':'Luminous\x20bright\x20orange'},'RAL_2008':{'ral':a0_0x443e9c(0x3ec),'hex':a0_0x443e9c(0x144),'description':a0_0x443e9c(0x14a)},'RAL_2009':{'ral':a0_0x443e9c(0x29f),'hex':'#DE5308','description':'Traffic\x20orange'},'RAL_2010':{'ral':'RAL_2010','hex':'#D05D29','description':a0_0x443e9c(0x1e0)},'RAL_2011':{'ral':'RAL_2011','hex':a0_0x443e9c(0x4de),'description':a0_0x443e9c(0x229)},'RAL_2012':{'ral':a0_0x443e9c(0x3c8),'hex':a0_0x443e9c(0x214),'description':'Salmon\x20orange'},'RAL_2013':{'ral':'RAL_2013','hex':a0_0x443e9c(0x1a0),'description':'Pearl\x20orange'},'RAL_2017':{'ral':a0_0x443e9c(0x188),'hex':a0_0x443e9c(0x489),'description':a0_0x443e9c(0x445)},'RAL_3000':{'ral':a0_0x443e9c(0x1c4),'hex':'#A72920','description':a0_0x443e9c(0x4c5)},'RAL_3001':{'ral':a0_0x443e9c(0x1d9),'hex':'#9B2423','description':a0_0x443e9c(0x384)},'RAL_3002':{'ral':a0_0x443e9c(0x1ce),'hex':a0_0x443e9c(0x2ac),'description':a0_0x443e9c(0x2f6)},'RAL_3003':{'ral':a0_0x443e9c(0x237),'hex':'#861A22','description':a0_0x443e9c(0x4d8)},'RAL_3004':{'ral':a0_0x443e9c(0x458),'hex':'#6B1C23','description':a0_0x443e9c(0x4cb)},'RAL_3005':{'ral':a0_0x443e9c(0x22b),'hex':a0_0x443e9c(0x50d),'description':a0_0x443e9c(0x262)},'RAL_3007':{'ral':a0_0x443e9c(0x2ae),'hex':a0_0x443e9c(0x298),'description':'Black\x20red'},'RAL_3009':{'ral':'RAL_3009','hex':a0_0x443e9c(0x4c1),'description':'Oxide\x20red'},'RAL_3011':{'ral':a0_0x443e9c(0x52a),'hex':'#782423','description':a0_0x443e9c(0x3b3)},'RAL_3012':{'ral':a0_0x443e9c(0x2f9),'hex':a0_0x443e9c(0x1cb),'description':a0_0x443e9c(0x2d6)},'RAL_3013':{'ral':'RAL_3013','hex':a0_0x443e9c(0x2d5),'description':a0_0x443e9c(0x205)},'RAL_3014':{'ral':a0_0x443e9c(0x41a),'hex':'#CB7375','description':a0_0x443e9c(0x39b)},'RAL_3015':{'ral':a0_0x443e9c(0x14f),'hex':a0_0x443e9c(0x1cd),'description':a0_0x443e9c(0x246)},'RAL_3016':{'ral':'RAL_3016','hex':a0_0x443e9c(0x193),'description':'Coral\x20red'},'RAL_3017':{'ral':a0_0x443e9c(0x1d3),'hex':a0_0x443e9c(0x263),'description':'Rose'},'RAL_3018':{'ral':a0_0x443e9c(0x41e),'hex':a0_0x443e9c(0x43c),'description':a0_0x443e9c(0x3cf)},'RAL_3020':{'ral':a0_0x443e9c(0x115),'hex':'#BB1F11','description':a0_0x443e9c(0x2c7)},'RAL_3022':{'ral':'RAL_3022','hex':a0_0x443e9c(0x2ba),'description':a0_0x443e9c(0x4d2)},'RAL_3024':{'ral':a0_0x443e9c(0x2b9),'hex':a0_0x443e9c(0x382),'description':a0_0x443e9c(0x2a8)},'RAL_3026':{'ral':a0_0x443e9c(0x29d),'hex':a0_0x443e9c(0x3e0),'description':a0_0x443e9c(0x26a)},'RAL_3027':{'ral':a0_0x443e9c(0x442),'hex':a0_0x443e9c(0x22d),'description':a0_0x443e9c(0x334)},'RAL_3028':{'ral':a0_0x443e9c(0x364),'hex':a0_0x443e9c(0x26c),'description':a0_0x443e9c(0x3fe)},'RAL_3031':{'ral':'RAL_3031','hex':a0_0x443e9c(0x16e),'description':'Orient\x20red'},'RAL_3032':{'ral':a0_0x443e9c(0x352),'hex':a0_0x443e9c(0x4e8),'description':a0_0x443e9c(0x48e)},'RAL_3033':{'ral':'RAL_3033','hex':a0_0x443e9c(0x170),'description':a0_0x443e9c(0x23d)},'RAL_4001':{'ral':a0_0x443e9c(0x39e),'hex':a0_0x443e9c(0x17d),'description':a0_0x443e9c(0x3e5)},'RAL_4002':{'ral':a0_0x443e9c(0x3e9),'hex':a0_0x443e9c(0x513),'description':a0_0x443e9c(0x2bd)},'RAL_4003':{'ral':a0_0x443e9c(0x16c),'hex':a0_0x443e9c(0x47c),'description':a0_0x443e9c(0x255)},'RAL_4004':{'ral':a0_0x443e9c(0x477),'hex':a0_0x443e9c(0x2f5),'description':'Claret\x20violet'},'RAL_4005':{'ral':a0_0x443e9c(0x3ac),'hex':'#76689A','description':a0_0x443e9c(0x325)},'RAL_4006':{'ral':a0_0x443e9c(0x222),'hex':a0_0x443e9c(0x376),'description':'Traffic\x20purple'},'RAL_4007':{'ral':'RAL_4007','hex':'#47243C','description':a0_0x443e9c(0x135)},'RAL_4008':{'ral':a0_0x443e9c(0x4e9),'hex':a0_0x443e9c(0x4d9),'description':a0_0x443e9c(0x12f)},'RAL_4009':{'ral':a0_0x443e9c(0x45f),'hex':a0_0x443e9c(0x4c3),'description':a0_0x443e9c(0x233)},'RAL_4010':{'ral':'RAL_4010','hex':a0_0x443e9c(0x3a0),'description':a0_0x443e9c(0x175)},'RAL_4011':{'ral':'RAL_4011','hex':a0_0x443e9c(0x402),'description':a0_0x443e9c(0x274)},'RAL_4012':{'ral':a0_0x443e9c(0x398),'hex':'#6A6B7F','description':a0_0x443e9c(0x194)},'RAL_5000':{'ral':'RAL_5000','hex':'#304F6E','description':a0_0x443e9c(0x349)},'RAL_5001':{'ral':a0_0x443e9c(0x320),'hex':a0_0x443e9c(0x226),'description':a0_0x443e9c(0x372)},'RAL_5002':{'ral':a0_0x443e9c(0x239),'hex':a0_0x443e9c(0x4ef),'description':'Ultramarine\x20blue'},'RAL_5003':{'ral':a0_0x443e9c(0x383),'hex':a0_0x443e9c(0x1c9),'description':'Sapphire\x20blue'},'RAL_5004':{'ral':a0_0x443e9c(0x1c7),'hex':a0_0x443e9c(0x419),'description':a0_0x443e9c(0x13c)},'RAL_5005':{'ral':a0_0x443e9c(0x28d),'hex':a0_0x443e9c(0x4b6),'description':a0_0x443e9c(0x258)},'RAL_5007':{'ral':a0_0x443e9c(0x3e8),'hex':a0_0x443e9c(0x4ea),'description':a0_0x443e9c(0x1a8)},'RAL_5008':{'ral':a0_0x443e9c(0x259),'hex':a0_0x443e9c(0x3ad),'description':a0_0x443e9c(0x1b0)},'RAL_5009':{'ral':a0_0x443e9c(0x474),'hex':a0_0x443e9c(0x52c),'description':a0_0x443e9c(0x367)},'RAL_5010':{'ral':a0_0x443e9c(0x4be),'hex':a0_0x443e9c(0x1f9),'description':'Gentian\x20blue'},'RAL_5011':{'ral':a0_0x443e9c(0x4dc),'hex':a0_0x443e9c(0x443),'description':a0_0x443e9c(0x4f7)},'RAL_5012':{'ral':'RAL_5012','hex':a0_0x443e9c(0x2fa),'description':'Light\x20blue'},'RAL_5013':{'ral':a0_0x443e9c(0x4ac),'hex':a0_0x443e9c(0x35b),'description':'Cobalt\x20blue'},'RAL_5014':{'ral':a0_0x443e9c(0x3d5),'hex':'#637D96','description':a0_0x443e9c(0x1b6)},'RAL_5015':{'ral':'RAL_5015','hex':a0_0x443e9c(0x2bb),'description':'Sky\x20blue'},'RAL_5017':{'ral':a0_0x443e9c(0x4d0),'hex':'#005B8C','description':a0_0x443e9c(0x17f)},'RAL_5018':{'ral':a0_0x443e9c(0x18d),'hex':'#048B8C','description':'Turquoise\x20blue'},'RAL_5019':{'ral':'RAL_5019','hex':a0_0x443e9c(0x379),'description':a0_0x443e9c(0x37d)},'RAL_5020':{'ral':a0_0x443e9c(0x2b1),'hex':a0_0x443e9c(0x4a9),'description':a0_0x443e9c(0x39f)},'RAL_5021':{'ral':a0_0x443e9c(0x4ca),'hex':a0_0x443e9c(0x36f),'description':'Water\x20blue'},'RAL_5022':{'ral':'RAL_5022','hex':'#222D5A','description':a0_0x443e9c(0x28c)},'RAL_5023':{'ral':'RAL_5023','hex':a0_0x443e9c(0x14c),'description':a0_0x443e9c(0x509)},'RAL_5024':{'ral':a0_0x443e9c(0x1df),'hex':a0_0x443e9c(0x4cc),'description':a0_0x443e9c(0x27f)},'RAL_5025':{'ral':'RAL_5025','hex':'#20697C','description':a0_0x443e9c(0x185)},'RAL_5026':{'ral':'RAL_5026','hex':a0_0x443e9c(0x187),'description':'Pearl\x20night\x20blue'},'RAL_6000':{'ral':a0_0x443e9c(0x4fd),'hex':a0_0x443e9c(0x3c6),'description':a0_0x443e9c(0x2be)},'RAL_6001':{'ral':a0_0x443e9c(0x29a),'hex':'#366735','description':'Emerald\x20green'},'RAL_6002':{'ral':a0_0x443e9c(0x3f4),'hex':a0_0x443e9c(0x2bf),'description':a0_0x443e9c(0x47f)},'RAL_6003':{'ral':a0_0x443e9c(0x46d),'hex':a0_0x443e9c(0x2c8),'description':a0_0x443e9c(0x30b)},'RAL_6004':{'ral':a0_0x443e9c(0x15f),'hex':a0_0x443e9c(0x2a7),'description':'Blue\x20green'},'RAL_6005':{'ral':a0_0x443e9c(0x215),'hex':a0_0x443e9c(0x394),'description':a0_0x443e9c(0x243)},'RAL_6006':{'ral':'RAL_6006','hex':a0_0x443e9c(0x2f4),'description':a0_0x443e9c(0x3c3)},'RAL_6007':{'ral':'RAL_6007','hex':a0_0x443e9c(0x125),'description':'Bottle\x20green'},'RAL_6008':{'ral':'RAL_6008','hex':a0_0x443e9c(0x1ec),'description':a0_0x443e9c(0x2bc)},'RAL_6009':{'ral':a0_0x443e9c(0x1a3),'hex':'#27352A','description':'Fir\x20green'},'RAL_6010':{'ral':a0_0x443e9c(0x1e5),'hex':'#4D6F39','description':a0_0x443e9c(0x1af)},'RAL_6011':{'ral':'RAL_6011','hex':'#6B7C59','description':a0_0x443e9c(0x2d9)},'RAL_6012':{'ral':a0_0x443e9c(0x4f1),'hex':'#2F3D3A','description':a0_0x443e9c(0x377)},'RAL_6013':{'ral':a0_0x443e9c(0x157),'hex':a0_0x443e9c(0x2b7),'description':a0_0x443e9c(0x20c)},'RAL_6014':{'ral':a0_0x443e9c(0x1b1),'hex':a0_0x443e9c(0x3f7),'description':a0_0x443e9c(0x3d3)},'RAL_6015':{'ral':a0_0x443e9c(0x189),'hex':'#3D3D36','description':a0_0x443e9c(0x4d5)},'RAL_6016':{'ral':a0_0x443e9c(0x326),'hex':a0_0x443e9c(0x335),'description':'Turquoise\x20green'},'RAL_6017':{'ral':a0_0x443e9c(0x266),'hex':a0_0x443e9c(0x44d),'description':'May\x20green'},'RAL_6018':{'ral':a0_0x443e9c(0x3b0),'hex':a0_0x443e9c(0x346),'description':a0_0x443e9c(0x3e7)},'RAL_6019':{'ral':a0_0x443e9c(0x3a2),'hex':'#B9CEAC','description':a0_0x443e9c(0x1c2)},'RAL_6020':{'ral':a0_0x443e9c(0x3b5),'hex':a0_0x443e9c(0x228),'description':'Chrome\x20green'},'RAL_6021':{'ral':a0_0x443e9c(0x1a5),'hex':a0_0x443e9c(0x51e),'description':a0_0x443e9c(0x413)},'RAL_6022':{'ral':a0_0x443e9c(0x15a),'hex':a0_0x443e9c(0x200),'description':'Olive\x20drab'},'RAL_6024':{'ral':a0_0x443e9c(0x3a6),'hex':a0_0x443e9c(0x1d2),'description':a0_0x443e9c(0x412)},'RAL_6025':{'ral':a0_0x443e9c(0x460),'hex':a0_0x443e9c(0x199),'description':a0_0x443e9c(0x2f8)},'RAL_6026':{'ral':'RAL_6026','hex':a0_0x443e9c(0x2a5),'description':'Opal\x20green'},'RAL_6027':{'ral':a0_0x443e9c(0x4c4),'hex':a0_0x443e9c(0x34e),'description':a0_0x443e9c(0x249)},'RAL_6028':{'ral':a0_0x443e9c(0x399),'hex':a0_0x443e9c(0x4a7),'description':'Pine\x20green'},'RAL_6029':{'ral':a0_0x443e9c(0x3cd),'hex':a0_0x443e9c(0x3b7),'description':a0_0x443e9c(0x1b5)},'RAL_6032':{'ral':a0_0x443e9c(0x19a),'hex':'#237F52','description':a0_0x443e9c(0x261)},'RAL_6033':{'ral':a0_0x443e9c(0x171),'hex':a0_0x443e9c(0x4c8),'description':'Mint\x20turquoise'},'RAL_6034':{'ral':'RAL_6034','hex':'#7AADAC','description':'Pastel\x20turquoise'},'RAL_6035':{'ral':a0_0x443e9c(0x1bf),'hex':a0_0x443e9c(0x37a),'description':a0_0x443e9c(0x47a)},'RAL_6036':{'ral':a0_0x443e9c(0x42e),'hex':a0_0x443e9c(0x2e0),'description':a0_0x443e9c(0x4fc)},'RAL_6037':{'ral':'RAL_6037','hex':a0_0x443e9c(0x43d),'description':'Pure\x20green'},'RAL_6038':{'ral':'RAL_6038','hex':a0_0x443e9c(0x167),'description':a0_0x443e9c(0x26b)},'RAL_6039':{'ral':a0_0x443e9c(0x425),'hex':a0_0x443e9c(0x3b2),'description':'Fibrous\x20green'},'RAL_7000':{'ral':'RAL_7000','hex':a0_0x443e9c(0x18b),'description':a0_0x443e9c(0x340)},'RAL_7001':{'ral':a0_0x443e9c(0x140),'hex':a0_0x443e9c(0x176),'description':'Silver\x20grey'},'RAL_7002':{'ral':a0_0x443e9c(0x13a),'hex':'#817863','description':a0_0x443e9c(0x51b)},'RAL_7003':{'ral':a0_0x443e9c(0x1de),'hex':a0_0x443e9c(0x404),'description':a0_0x443e9c(0x512)},'RAL_7004':{'ral':a0_0x443e9c(0x2a2),'hex':a0_0x443e9c(0x18e),'description':a0_0x443e9c(0x31d)},'RAL_7005':{'ral':a0_0x443e9c(0x332),'hex':a0_0x443e9c(0x411),'description':a0_0x443e9c(0x3ab)},'RAL_7006':{'ral':a0_0x443e9c(0x4e3),'hex':a0_0x443e9c(0x4b4),'description':a0_0x443e9c(0x464)},'RAL_7008':{'ral':a0_0x443e9c(0x30a),'hex':a0_0x443e9c(0x439),'description':a0_0x443e9c(0x1be)},'RAL_7009':{'ral':'RAL_7009','hex':a0_0x443e9c(0x348),'description':a0_0x443e9c(0x12a)},'RAL_7010':{'ral':a0_0x443e9c(0x2da),'hex':a0_0x443e9c(0x1e2),'description':'Tarpaulin\x20grey'},'RAL_7011':{'ral':a0_0x443e9c(0x52b),'hex':'#52595D','description':a0_0x443e9c(0x362)},'RAL_7012':{'ral':a0_0x443e9c(0x294),'hex':'#575D5E','description':a0_0x443e9c(0x4e1)},'RAL_7013':{'ral':'RAL_7013','hex':'#575044','description':a0_0x443e9c(0x354)},'RAL_7015':{'ral':a0_0x443e9c(0x109),'hex':a0_0x443e9c(0x441),'description':'Slate\x20grey'},'RAL_7016':{'ral':'RAL_7016','hex':'#383E42','description':a0_0x443e9c(0x485)},'RAL_7021':{'ral':a0_0x443e9c(0x230),'hex':'#2F3234','description':a0_0x443e9c(0x328)},'RAL_7022':{'ral':a0_0x443e9c(0x1cf),'hex':a0_0x443e9c(0x3fb),'description':a0_0x443e9c(0x3f1)},'RAL_7023':{'ral':'RAL_7023','hex':a0_0x443e9c(0x525),'description':a0_0x443e9c(0x2d2)},'RAL_7024':{'ral':a0_0x443e9c(0x297),'hex':a0_0x443e9c(0x2fc),'description':a0_0x443e9c(0x13d)},'RAL_7026':{'ral':'RAL_7026','hex':'#374345','description':a0_0x443e9c(0x4f8)},'RAL_7030':{'ral':a0_0x443e9c(0x1c0),'hex':a0_0x443e9c(0x25d),'description':'Stone\x20grey'},'RAL_7031':{'ral':a0_0x443e9c(0x41c),'hex':a0_0x443e9c(0x1d0),'description':'Blue\x20grey'},'RAL_7032':{'ral':a0_0x443e9c(0x476),'hex':a0_0x443e9c(0x497),'description':a0_0x443e9c(0x397)},'RAL_7033':{'ral':'RAL_7033','hex':a0_0x443e9c(0x45e),'description':a0_0x443e9c(0x257)},'RAL_7034':{'ral':a0_0x443e9c(0x3a5),'hex':a0_0x443e9c(0x127),'description':a0_0x443e9c(0x50a)},'RAL_7035':{'ral':a0_0x443e9c(0x47b),'hex':a0_0x443e9c(0x315),'description':a0_0x443e9c(0x164)},'RAL_7036':{'ral':a0_0x443e9c(0x1fa),'hex':a0_0x443e9c(0x430),'description':a0_0x443e9c(0x12c)},'RAL_7037':{'ral':'RAL_7037','hex':a0_0x443e9c(0x1d8),'description':a0_0x443e9c(0x3d7)},'RAL_7038':{'ral':a0_0x443e9c(0x3b1),'hex':a0_0x443e9c(0x26e),'description':a0_0x443e9c(0x318)},'RAL_7039':{'ral':'RAL_7039','hex':a0_0x443e9c(0x4c6),'description':'Quartz\x20grey'},'RAL_7040':{'ral':a0_0x443e9c(0x2b4),'hex':a0_0x443e9c(0x1f4),'description':a0_0x443e9c(0x370)},'RAL_7042':{'ral':a0_0x443e9c(0x208),'hex':a0_0x443e9c(0x356),'description':a0_0x443e9c(0x285)},'RAL_7043':{'ral':a0_0x443e9c(0x41b),'hex':'#4F5250','description':a0_0x443e9c(0x3d4)},'RAL_7044':{'ral':a0_0x443e9c(0x3ca),'hex':'#B7B3A8','description':a0_0x443e9c(0x217)},'RAL_7045':{'ral':a0_0x443e9c(0x206),'hex':a0_0x443e9c(0x51d),'description':a0_0x443e9c(0x3c4)},'RAL_7046':{'ral':'RAL_7046','hex':a0_0x443e9c(0x116),'description':a0_0x443e9c(0x355)},'RAL_7047':{'ral':'RAL_7047','hex':a0_0x443e9c(0x3df),'description':a0_0x443e9c(0x491)},'RAL_7048':{'ral':a0_0x443e9c(0x278),'hex':a0_0x443e9c(0x2e7),'description':a0_0x443e9c(0x2e3)},'RAL_8000':{'ral':a0_0x443e9c(0x4bc),'hex':a0_0x443e9c(0x1e6),'description':a0_0x443e9c(0x40c)},'RAL_8001':{'ral':'RAL_8001','hex':a0_0x443e9c(0x496),'description':a0_0x443e9c(0x47d)},'RAL_8002':{'ral':a0_0x443e9c(0x311),'hex':a0_0x443e9c(0x30c),'description':a0_0x443e9c(0x2e2)},'RAL_8003':{'ral':a0_0x443e9c(0x183),'hex':a0_0x443e9c(0x37e),'description':'Clay\x20brown'},'RAL_8004':{'ral':'RAL_8004','hex':a0_0x443e9c(0x51c),'description':a0_0x443e9c(0x1ab)},'RAL_8007':{'ral':'RAL_8007','hex':a0_0x443e9c(0x4fa),'description':'Fawn\x20brown'},'RAL_8008':{'ral':a0_0x443e9c(0x4df),'hex':a0_0x443e9c(0x40b),'description':'Olive\x20brown'},'RAL_8011':{'ral':a0_0x443e9c(0x232),'hex':a0_0x443e9c(0x415),'description':a0_0x443e9c(0x434)},'RAL_8012':{'ral':a0_0x443e9c(0x52d),'hex':a0_0x443e9c(0x3ce),'description':a0_0x443e9c(0x283)},'RAL_8014':{'ral':'RAL_8014','hex':a0_0x443e9c(0x3ba),'description':a0_0x443e9c(0x46f)},'RAL_8015':{'ral':a0_0x443e9c(0x492),'hex':a0_0x443e9c(0x203),'description':'Chestnut\x20brown'},'RAL_8016':{'ral':a0_0x443e9c(0x2d8),'hex':a0_0x443e9c(0x403),'description':a0_0x443e9c(0x3de)},'RAL_8017':{'ral':a0_0x443e9c(0x408),'hex':'#442F29','description':a0_0x443e9c(0x152)},'RAL_8019':{'ral':a0_0x443e9c(0x4e7),'hex':a0_0x443e9c(0x479),'description':a0_0x443e9c(0x466)},'RAL_8022':{'ral':a0_0x443e9c(0x1d5),'hex':a0_0x443e9c(0x301),'description':a0_0x443e9c(0x20b)},'RAL_8023':{'ral':'RAL_8023','hex':'#A45729','description':a0_0x443e9c(0x244)},'RAL_8024':{'ral':a0_0x443e9c(0x154),'hex':a0_0x443e9c(0x142),'description':a0_0x443e9c(0x4e5)},'RAL_8025':{'ral':a0_0x443e9c(0x4f6),'hex':a0_0x443e9c(0x393),'description':a0_0x443e9c(0x401)},'RAL_8028':{'ral':a0_0x443e9c(0x137),'hex':a0_0x443e9c(0x4f9),'description':'Terra\x20brown'},'RAL_8029':{'ral':'RAL_8029','hex':a0_0x443e9c(0x2ca),'description':a0_0x443e9c(0x2cf)},'RAL_9001':{'ral':'RAL_9001','hex':a0_0x443e9c(0x20d),'description':a0_0x443e9c(0x40a)},'RAL_9002':{'ral':a0_0x443e9c(0x3cc),'hex':a0_0x443e9c(0x29b),'description':a0_0x443e9c(0x118)},'RAL_9003':{'ral':a0_0x443e9c(0x518),'hex':'#ECECE7','description':a0_0x443e9c(0x1c8)},'RAL_9004':{'ral':a0_0x443e9c(0x21b),'hex':a0_0x443e9c(0x503),'description':a0_0x443e9c(0x385)},'RAL_9005':{'ral':a0_0x443e9c(0x4b9),'hex':a0_0x443e9c(0x448),'description':a0_0x443e9c(0x128)},'RAL_9006':{'ral':'RAL_9006','hex':'#A1A1A0','description':a0_0x443e9c(0x29e)},'RAL_9007':{'ral':a0_0x443e9c(0x336),'hex':a0_0x443e9c(0x2a3),'description':a0_0x443e9c(0x453)},'RAL_9010':{'ral':a0_0x443e9c(0x168),'hex':a0_0x443e9c(0x42a),'description':a0_0x443e9c(0x304)},'RAL_9011':{'ral':a0_0x443e9c(0x2e1),'hex':a0_0x443e9c(0x49f),'description':a0_0x443e9c(0x4f2)},'RAL_9012':{'ral':'RAL_9012','hex':a0_0x443e9c(0x12d),'description':'Cleanroom\x20white'},'RAL_9016':{'ral':a0_0x443e9c(0x451),'hex':a0_0x443e9c(0x190),'description':a0_0x443e9c(0x45b)},'RAL_9017':{'ral':a0_0x443e9c(0x2eb),'hex':a0_0x443e9c(0x1d6),'description':'Traffic\x20black'},'RAL_9018':{'ral':'RAL_9018','hex':a0_0x443e9c(0x1bc),'description':a0_0x443e9c(0x4fe)},'RAL_9022':{'ral':'RAL_9022','hex':a0_0x443e9c(0x3d8),'description':a0_0x443e9c(0x22f)},'RAL_9023':{'ral':'RAL_9023','hex':'#787B7A','description':a0_0x443e9c(0x269)}};function Ar(_0x39faec){return ft[_0x39faec]?.['hex'];}function xr(_0x3c6a70){return _0x3c6a70?_0x3c6a70 in ft:!0x1;}const oe=new Map();function a0_0x3dd9(_0x562b14,_0xf43c8a){_0x562b14=_0x562b14-0x107;const _0x75eee=a0_0x75ee();let _0x3dd9ef=_0x75eee[_0x562b14];return _0x3dd9ef;}async function _r(_0x474635){const _0x4f5d97=a0_0x443e9c;if(oe[_0x4f5d97(0x341)](_0x474635))return oe['get'](_0x474635);try{if((await fetch(_0x474635,{'method':_0x4f5d97(0x234)}))['ok'])return oe['set'](_0x474635,!0x0),!0x0;const _0xa9cdd9=new AbortController(),_0x6e1581=await fetch(_0x474635,{'method':'GET','signal':_0xa9cdd9[_0x4f5d97(0x224)]});_0xa9cdd9['abort']();const _0x5d2140=_0x6e1581['ok'];return oe[_0x4f5d97(0x2c6)](_0x474635,_0x5d2140),_0x5d2140;}catch{return!0x1;}}const Ce={'textureBaseUrl':'https://imagedelivery.net/aYYmWUcv7lRhpLdU4ojPsA','textureFolder':'copy_2','textureExtension':'.jpg','textureSuffix':'/public'},Ne=m[a0_0x443e9c(0x39c)](Ce);function gr({children:_0x31a79a,config:_0x4950e2={}}){const _0x224d47=a0_0x443e9c,_0x5e436f={...Ce,..._0x4950e2};return h[_0x224d47(0x275)](Ne[_0x224d47(0x41f)],{'value':_0x5e436f,'children':_0x31a79a});}function Rr(){const _0x5bdf9e=m['useContext'](Ne);return _0x5bdf9e||Ce;}function ze(_0x842fbe,_0x2f5588){const {textureBaseUrl:_0x55fc8b,textureFolder:_0x12a18a,textureExtension:_0x437bb6,textureSuffix:_0x333305}=_0x2f5588,_0x25a1f6=_0x12a18a?'/'+_0x12a18a:'';return''+_0x55fc8b+_0x25a1f6+'/'+_0x842fbe+(_0x437bb6||'.jpg')+(_0x333305||'');}const Lr='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==';function Er(_0x29f6c1){const _0x3281e7=a0_0x443e9c,_0x3f2b03=Rr(),_0x49be5f=m[_0x3281e7(0x4ec)](()=>_0x29f6c1?.[_0x3281e7(0x4a1)]()[_0x3281e7(0x480)](_0x3281e7(0x4d6))??!0x1,[_0x29f6c1]),_0x278499=m[_0x3281e7(0x4ec)](()=>_0x29f6c1&&xr(_0x29f6c1)?Ar(_0x29f6c1):null,[_0x29f6c1]),{value:_0x36ac1f,loading:_0x13ed0b}=mr(async()=>{if(!_0x29f6c1||_0x278499||_0x49be5f)return!0x1;const _0x507c94=ze(_0x29f6c1,_0x3f2b03);return await _r(_0x507c94);},[_0x29f6c1,_0x278499,_0x49be5f,_0x3f2b03]),_0x5a7b51=m[_0x3281e7(0x4ec)](()=>_0x278499||!_0x29f6c1||_0x13ed0b||!_0x36ac1f||_0x49be5f?Lr:ze(_0x29f6c1,_0x3f2b03),[_0x278499,_0x29f6c1,_0x36ac1f,_0x13ed0b,_0x49be5f,_0x3f2b03]),_0x33d4ef=Lt[_0x3281e7(0x51f)](ce['TextureLoader'],_0x5a7b51);return _0x49be5f?{'texture':null,'color':_0x3281e7(0x1c6),'type':_0x3281e7(0x4d6),'isLoading':!0x1,'opacity':0.1}:_0x278499?{'texture':null,'color':_0x278499,'type':_0x3281e7(0x331),'isLoading':!0x1}:!_0x29f6c1||_0x13ed0b||_0x36ac1f===void 0x0?{'texture':null,'color':Fe,'type':_0x3281e7(0x306),'isLoading':_0x13ed0b||_0x36ac1f===void 0x0}:_0x36ac1f?{'texture':_0x33d4ef,'color':null,'type':_0x3281e7(0x2b3),'isLoading':!0x1}:{'texture':null,'color':Fe,'type':'fallback','isLoading':!0x1};}const K=m[a0_0x443e9c(0x48c)](function({length:_0x945726,width:_0x3d27b7,thk:_0x417d95,material:_0x104b14=a0_0x443e9c(0x124),opacity:_0x4b3dbe=0x1,isSelected:_0x5c173a=!0x1,isHovered:_0x1e0cb5=!0x1,onClick:_0x48125e,onPointerEnter:_0x5e3082,onPointerLeave:_0x356ce0,startPanelThk:_0x37c873=0x0,endPanelThk:_0x4b2a70=0x0,render_mat:_0x5cff3f}){const _0x3c7ef0=a0_0x443e9c,{texture:_0xa4caaa,color:_0x1ac9a5,opacity:_0x4d6306}=Er(_0x5cff3f);let _0x38fd69=m[_0x3c7ef0(0x4ec)](()=>_0x5c173a?_0x3c7ef0(0x4c7):_0x1e0cb5?'#0066ff':_0xa4caaa?_0x3c7ef0(0x2b0):_0x1ac9a5||_0x104b14,[_0x5c173a,_0x1e0cb5,_0xa4caaa,_0x1ac9a5,_0x104b14]),_0x174891=_0x5c173a||_0x1e0cb5?0x1:_0x4d6306??_0x4b3dbe;const _0x1ec265=m['useMemo'](()=>{const _0x9cae26=_0x3c7ef0;if(_0x37c873!==0x0||_0x4b2a70!==0x0){const {shape:_0x3d19ea}=ht(_0x3d27b7,_0x417d95,_0x37c873,_0x4b2a70),_0x51561e=new ce['ExtrudeGeometry'](_0x3d19ea,{'depth':_0x945726,'bevelEnabled':!0x1,'steps':0x1});return _0x51561e['center'](),_0x51561e[_0x9cae26(0x133)](-Math['PI']/0x2),_0x51561e['rotateY'](Math['PI']/0x2),_0x51561e;}else return new ce['BoxGeometry'](_0x945726,_0x3d27b7,_0x417d95);},[_0x945726,_0x3d27b7,_0x417d95,_0x37c873,_0x4b2a70]);return h[_0x3c7ef0(0x275)](_0x3c7ef0(0x472),{'rotation':[0x0,0x0,0x0],'children':h[_0x3c7ef0(0x36b)]('mesh',{'geometry':_0x1ec265,'onClick':_0x48125e,'onPointerEnter':_0x5e3082,'onPointerLeave':_0x356ce0,'children':[h['jsx'](_0x3c7ef0(0x40f),{'map':_0xa4caaa,'color':_0x38fd69,'opacity':_0x174891,'transparent':_0x174891<0x1}),h['jsx'](Se['Edges'],{'color':_0x5c173a?'#ff6b00':_0x1e0cb5?'#0066ff':'#484947','opacity':0.1,'transparent':!0x0})]})});}),Le={'cpNames':['*'],'showHorizontal':!0x1,'showVertical':!0x1,'position':{'horizontal':a0_0x443e9c(0x374),'vertical':a0_0x443e9c(0x400)},'offset':0x64,'lineStyle':{'color':a0_0x443e9c(0x17b),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xc},'showLabel':!0x0,'labelSuffix':''},Sr=[{'cpNames':[a0_0x443e9c(0x4bb),a0_0x443e9c(0x138)],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':a0_0x443e9c(0x374),'vertical':a0_0x443e9c(0x400)},'offset':0x0,'lineStyle':{'color':a0_0x443e9c(0x39d),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa},'showLabel':!0x0,'labelSuffix':''},{'cpNames':[a0_0x443e9c(0x2b8)],'showHorizontal':!0x0,'showVertical':!0x1,'position':{'horizontal':a0_0x443e9c(0x374),'vertical':a0_0x443e9c(0x400)},'offset':0x0,'lineStyle':{'color':a0_0x443e9c(0x1f8),'strokeWidth':0x1,'arrowSize':0x6,'fontSize':0xa}}];function yr(_0x43ae1a){const _0x531634=a0_0x443e9c;if(!_0x43ae1a)return null;for(const _0x1bfa80 of Sr)for(const _0x5e14e0 of _0x1bfa80[_0x531634(0x3c5)])if(br(_0x43ae1a,_0x5e14e0))return{...Le,..._0x1bfa80,'position':{...Le[_0x531634(0x475)],..._0x1bfa80[_0x531634(0x475)]},'lineStyle':{...Le[_0x531634(0x324)],..._0x1bfa80[_0x531634(0x324)]}};return null;}function br(_0x52129b,_0x451117){const _0x5dcedf=a0_0x443e9c;if(_0x451117==='*'||_0x451117===_0x52129b)return!0x0;const _0x3e4d77=_0x451117[_0x5dcedf(0x508)](/\*/g,'.*')[_0x5dcedf(0x508)](/\?/g,'.');return new RegExp('^'+_0x3e4d77+'$')[_0x5dcedf(0x34d)](_0x52129b);}function vr({width:_0x4ef48e,height:_0x206b8c,rules:_0x469086}){const _0x2c1d52=a0_0x443e9c;if(!_0x469086['showHorizontal']&&!_0x469086['showVertical'])return null;const _0x50b14f=_0x469086[_0x2c1d52(0x50c)]||0x1e,_0x30716f=_0x469086[_0x2c1d52(0x324)]||{},_0x1c1ec6=_0x30716f[_0x2c1d52(0x524)]||_0x2c1d52(0x17b),_0x16d0a2=_0x30716f[_0x2c1d52(0x421)]||0x1,_0x27d867=_0x30716f[_0x2c1d52(0x3f2)]||0xc,_0x27dcb3=_0x30716f['arrowSize']||0x6,_0x233983=[];if(_0x469086[_0x2c1d52(0x493)]){const _0x41c1c9=[];_0x469086[_0x2c1d52(0x475)]?.[_0x2c1d52(0x3ee)]==='both'?_0x41c1c9[_0x2c1d52(0x27c)](_0x2c1d52(0x373),_0x2c1d52(0x374)):_0x469086[_0x2c1d52(0x475)]?.['horizontal']===_0x2c1d52(0x373)?_0x41c1c9['push'](_0x2c1d52(0x373)):_0x469086[_0x2c1d52(0x475)]?.[_0x2c1d52(0x3ee)]==='bottom'&&_0x41c1c9[_0x2c1d52(0x27c)](_0x2c1d52(0x374)),_0x41c1c9[_0x2c1d52(0x313)]((_0x4540dd,_0x455bc2)=>{const _0x5795b9=_0x2c1d52,_0x541b2a=_0x4540dd===_0x5795b9(0x374)?-_0x206b8c/0x2-_0x50b14f:_0x206b8c/0x2+_0x50b14f,_0x20689=_0x469086['showLabel']?''+_0x4ef48e[_0x5795b9(0x31e)](0x0)+(_0x469086[_0x5795b9(0x3f9)]||''):'';_0x233983[_0x5795b9(0x27c)](h['jsxs']('g',{'children':[h[_0x5795b9(0x275)](_0x5795b9(0x4fb),{'x1':-_0x4ef48e/0x2,'y1':_0x541b2a,'x2':_0x4ef48e/0x2,'y2':_0x541b2a,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2}),h[_0x5795b9(0x275)]('polygon',{'points':-_0x4ef48e/0x2+','+_0x541b2a+'\x20'+(-_0x4ef48e/0x2+_0x27dcb3)+','+(_0x541b2a-_0x27dcb3/0x2)+'\x20'+(-_0x4ef48e/0x2+_0x27dcb3)+','+(_0x541b2a+_0x27dcb3/0x2),'fill':_0x1c1ec6}),h['jsx'](_0x5795b9(0x2c1),{'points':_0x4ef48e/0x2+','+_0x541b2a+'\x20'+(_0x4ef48e/0x2-_0x27dcb3)+','+(_0x541b2a-_0x27dcb3/0x2)+'\x20'+(_0x4ef48e/0x2-_0x27dcb3)+','+(_0x541b2a+_0x27dcb3/0x2),'fill':_0x1c1ec6}),h['jsx'](_0x5795b9(0x4fb),{'x1':-_0x4ef48e/0x2,'y1':-_0x206b8c/0x2,'x2':-_0x4ef48e/0x2,'y2':_0x541b2a,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2*0.5,'strokeDasharray':_0x5795b9(0x1b8)}),h[_0x5795b9(0x275)]('line',{'x1':_0x4ef48e/0x2,'y1':-_0x206b8c/0x2,'x2':_0x4ef48e/0x2,'y2':_0x541b2a,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2*0.5,'strokeDasharray':'2,2'}),_0x20689&&h[_0x5795b9(0x275)]('g',{'transform':_0x5795b9(0x26f)+(_0x541b2a-_0x27d867)+')','children':h[_0x5795b9(0x275)]('text',{'textAnchor':'middle','fontSize':_0x27d867,'fill':_0x1c1ec6,'transform':_0x5795b9(0x46b),'children':_0x20689})})]},'h-'+_0x4540dd+'-'+_0x455bc2));});}if(_0x469086[_0x2c1d52(0x2d7)]){const _0x176054=[];_0x469086[_0x2c1d52(0x475)]?.[_0x2c1d52(0x438)]===_0x2c1d52(0x174)?_0x176054['push'](_0x2c1d52(0x400),'right'):_0x469086[_0x2c1d52(0x475)]?.[_0x2c1d52(0x438)]===_0x2c1d52(0x400)?_0x176054[_0x2c1d52(0x27c)](_0x2c1d52(0x400)):_0x469086[_0x2c1d52(0x475)]?.[_0x2c1d52(0x438)]==='right'&&_0x176054[_0x2c1d52(0x27c)](_0x2c1d52(0x24a)),_0x176054[_0x2c1d52(0x313)]((_0x971c1f,_0x506bba)=>{const _0x422c95=_0x2c1d52,_0x4c04db=_0x971c1f===_0x422c95(0x400)?-_0x4ef48e/0x2-_0x50b14f:_0x4ef48e/0x2+_0x50b14f,_0x6cfcb9=_0x469086[_0x422c95(0x429)]?''+_0x206b8c[_0x422c95(0x31e)](0x0)+(_0x469086[_0x422c95(0x3f9)]||''):'';_0x233983[_0x422c95(0x27c)](h[_0x422c95(0x36b)]('g',{'children':[h[_0x422c95(0x275)](_0x422c95(0x4fb),{'x1':_0x4c04db,'y1':-_0x206b8c/0x2,'x2':_0x4c04db,'y2':_0x206b8c/0x2,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2}),h[_0x422c95(0x275)](_0x422c95(0x2c1),{'points':_0x4c04db+','+-_0x206b8c/0x2+'\x20'+(_0x4c04db-_0x27dcb3/0x2)+','+(-_0x206b8c/0x2+_0x27dcb3)+'\x20'+(_0x4c04db+_0x27dcb3/0x2)+','+(-_0x206b8c/0x2+_0x27dcb3),'fill':_0x1c1ec6}),h[_0x422c95(0x275)](_0x422c95(0x2c1),{'points':_0x4c04db+','+_0x206b8c/0x2+'\x20'+(_0x4c04db-_0x27dcb3/0x2)+','+(_0x206b8c/0x2-_0x27dcb3)+'\x20'+(_0x4c04db+_0x27dcb3/0x2)+','+(_0x206b8c/0x2-_0x27dcb3),'fill':_0x1c1ec6}),h[_0x422c95(0x275)](_0x422c95(0x4fb),{'x1':-_0x4ef48e/0x2,'y1':-_0x206b8c/0x2,'x2':_0x4c04db,'y2':-_0x206b8c/0x2,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2*0.5,'strokeDasharray':_0x422c95(0x1b8)}),h['jsx'](_0x422c95(0x4fb),{'x1':-_0x4ef48e/0x2,'y1':_0x206b8c/0x2,'x2':_0x4c04db,'y2':_0x206b8c/0x2,'stroke':_0x1c1ec6,'strokeWidth':_0x16d0a2*0.5,'strokeDasharray':'2,2'}),_0x6cfcb9&&h[_0x422c95(0x275)]('text',{'x':_0x4c04db+(_0x971c1f===_0x422c95(0x400)?-_0x27d867:_0x27d867),'y':0x0,'textAnchor':_0x422c95(0x219),'fontSize':_0x27d867,'fill':_0x1c1ec6,'transform':_0x422c95(0x3d1)+(_0x4c04db+(_0x971c1f===_0x422c95(0x400)?-_0x27d867:_0x27d867))+'\x200)','children':_0x6cfcb9})]},'v-'+_0x971c1f+'-'+_0x506bba));});}return h[_0x2c1d52(0x275)]('g',{'className':_0x2c1d52(0x533),'children':_0x233983});}function Z({dim_x:_0x1ee478,dim_y:_0x170368,text:_0x391ef3='',stroke_width:_0x366b54=0x2,rotate:_0x26e5d5=0x0,isSelected:_0x37d44f=!0x1,isHovered:_0x1f1ae8=!0x1,onClick:_0x4579a6,onMouseEnter:_0xe0cde,onMouseLeave:_0x516c96,startPanelThk:_0x4e6de7=0x0,endPanelThk:_0x46d392=0x0,cpName:_0x493d08,render_mat:_0xe7930e}){const _0x35ac32=a0_0x443e9c,{svgPath:_0x21c5f3}=ht(_0x1ee478,_0x170368,_0x4e6de7,_0x46d392),_0x13ffbd=_0x37d44f?_0x35ac32(0x4c7):_0x1f1ae8?_0x35ac32(0x35a):'black',_0x25778f=_0x37d44f?_0x366b54*0x2:_0x1f1ae8?_0x366b54*1.5:_0x366b54,_0x564246=_0x37d44f?0.8:_0x1f1ae8?0.7:0.5,_0x4500be=_0xe7930e?.[_0x35ac32(0x4a1)]()['includes'](_0x35ac32(0x4d6))?_0x35ac32(0x1c6):_0x35ac32(0x50e),_0x8d5399=_0x493d08?yr(_0x493d08):null;return h['jsxs']('g',{'transform':_0x35ac32(0x160)+_0x26e5d5+')','children':[h[_0x35ac32(0x275)](_0x35ac32(0x23f),{'d':_0x21c5f3,'stroke':_0x13ffbd,'strokeWidth':_0x25778f,'fill':_0x4500be,'strokeLinejoin':_0x35ac32(0x49b),'strokeMiterlimit':'1','opacity':_0x564246,'onClick':_0x4579a6,'onMouseEnter':_0xe0cde,'onMouseLeave':_0x516c96,'style':{'cursor':_0x4579a6?_0x35ac32(0x3a3):_0x35ac32(0x3f3)}}),h[_0x35ac32(0x275)](_0x35ac32(0x178),{'transform':_0x35ac32(0x46b),'x':0x0,'y':0x0,'textAnchor':_0x35ac32(0x219),'dominantBaseline':_0x35ac32(0x216),'fontSize':0xa,'children':_0x391ef3}),_0x8d5399&&h[_0x35ac32(0x275)](vr,{'width':_0x1ee478,'height':_0x170368*1.05,'rules':_0x8d5399})]});}function Tr({TREEID:_0x3447e9,dimension:_0x5b2b78,view:_0x234bc3,helper:_0x2e6a00}){const _0x4aad99=a0_0x443e9c,_0xe0b21f=_0x2e6a00[_0x4aad99(0x108)],_0x2da084=_0xe0b21f?.['constPrinciple'];let _0x4c570e;if(!_0xe0b21f||!_0x2da084||_0x2da084[_0x4aad99(0x1b3)][_0x4aad99(0x480)](_0x4aad99(0x462)))return;me(_0x2da084)&&(_0x4c570e=_0x2da084[_0x4aad99(0x527)][_0x4aad99(0x3ef)]?.[_0x4aad99(0x180)]?.[_0x4aad99(0x42c)][_0x4aad99(0x45c)]);const {elmTrimThk:_0x513f64}=_0xe0b21f,_0x55a74c=_0x2e6a00['left']?.[_0x4aad99(0x12e)],_0xdea1a3=_0x2e6a00[_0x4aad99(0x24a)]?.['thk'],_0x109c9d=(_0xe0b21f[_0x4aad99(0x192)][_0x4aad99(0x186)]==='S'?_0x55a74c:0x0)??0x0,_0x1478d9=(_0xe0b21f['trim'][_0x4aad99(0x514)]==='S'?_0xdea1a3:0x0)??0x0,_0x474392=(_0xe0b21f[_0x4aad99(0x192)][_0x4aad99(0x186)]==='M'?_0x55a74c:0x0)??0x0,_0x578d9e=(_0xe0b21f['trim'][_0x4aad99(0x514)]==='M'?_0xdea1a3:0x0)??0x0,_0x21a99e=_0x5b2b78[_0x4aad99(0x2b6)]-_0x513f64[_0x4aad99(0x373)]-_0x513f64[_0x4aad99(0x374)]+_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x373)]+_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x374)],_0x4dcf2d=_0x5b2b78['width']-_0x109c9d-_0x1478d9+_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x186)]+_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x514)],_0x5b9403=_0xe0b21f[_0x4aad99(0x12e)],_0x353e8f=-(_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x186)]/0x2-_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x514)]/0x2-_0x109c9d/0x2+_0x1478d9/0x2),_0xc1fabb=-(_0x5b2b78[_0x4aad99(0x4b1)]/0x2-_0x5b9403/0x2),_0x426abc=-_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x374)]/0x2+_0xe0b21f[_0x4aad99(0x1e1)][_0x4aad99(0x373)]/0x2+_0x513f64[_0x4aad99(0x374)]/0x2-_0x513f64[_0x4aad99(0x373)]/0x2;return _0x234bc3===b[_0x4aad99(0x4b2)]?h['jsx'](_0x4aad99(0x472),{'position':[_0x353e8f/L,_0xc1fabb/L,_0x426abc/L],'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'children':h[_0x4aad99(0x275)](K,{'length':_0x21a99e/L,'width':_0x4dcf2d/L,'thk':_0x5b9403/L,'treeId':_0x3447e9,'startPanelThk':_0x474392/L,'endPanelThk':_0x578d9e/L,'render_mat':_0x4c570e})}):h[_0x4aad99(0x275)]('g',{'transform':_0x4aad99(0x343)+_0x353e8f+','+(_0x234bc3===b[_0x4aad99(0x1f6)]?_0xc1fabb:_0x426abc)+')\x20rotate(0)','children':h[_0x4aad99(0x275)](Z,{'dim_x':_0x4dcf2d,'dim_y':_0x234bc3===b['_2D_TOP']?_0x5b9403:_0x21a99e,'text':_0x21a99e+_0x4aad99(0x3ed)+_0x4dcf2d+_0x4aad99(0x3ed)+_0x5b9403,'treeId':_0x3447e9,'startPanelThk':_0x234bc3===b[_0x4aad99(0x1f6)]?_0x474392:0x0,'endPanelThk':_0x234bc3===b[_0x4aad99(0x1f6)]?_0x578d9e:0x0,'cpName':_0x2da084[_0x4aad99(0x1b3)],'render_mat':_0x4c570e})});}const H=({view:_0x517c8f=b[a0_0x443e9c(0x4b2)],position:_0x3dac2e=[0x0,0x0,0x0],rotation:_0x2f2a90=[0x0,0x0,0x0],children:_0x110d38,onClick:_0x411191})=>{const _0x2d4007=a0_0x443e9c;if(_0x517c8f===b[_0x2d4007(0x4b2)])return h[_0x2d4007(0x275)](_0x2d4007(0x472),{'position':[_0x3dac2e[0x0],_0x3dac2e[0x1],_0x3dac2e[0x2]],'rotation':_0x2f2a90,'onClick':_0x411191,'onPointerOver':_0x44fc82=>{const _0x503c4e=_0x2d4007;_0x411191&&(_0x44fc82[_0x503c4e(0x488)](),document[_0x503c4e(0x1f5)]['style']['cursor']='pointer');},'onPointerOut':()=>{const _0x3c03c0=_0x2d4007;_0x411191&&(document[_0x3c03c0(0x1f5)][_0x3c03c0(0x22a)][_0x3c03c0(0x110)]=_0x3c03c0(0x3f3));},'children':_0x110d38});const _0x35b9e0=_0x3dac2e[0x0]*L,_0x3926af=_0x517c8f===b[_0x2d4007(0x1f6)]?_0x3dac2e[0x1]*L:_0x3dac2e[0x2]*L,_0x522692=_0x2f2a90[0x2]*(0xb4/Math['PI']);return h[_0x2d4007(0x275)]('g',{'transform':_0x2d4007(0x343)+_0x35b9e0+','+_0x3926af+_0x2d4007(0x375)+_0x522692+')','onClick':_0x411191,'style':_0x411191?{'cursor':_0x2d4007(0x3a3)}:void 0x0,'children':_0x110d38});};function Mr({TREEID:_0x40f52a,dimension:_0xbc0850,view:_0x385308,helper:_0x38fe8a}){const _0x10d6b2=a0_0x443e9c,_0x95f22f=_0x38fe8a[_0x10d6b2(0x400)],_0x394ba7=_0x95f22f?.['constPrinciple'];let _0x4e7a71;if(!_0x95f22f||!_0x394ba7||_0x394ba7['name'][_0x10d6b2(0x480)](_0x10d6b2(0x462)))return;me(_0x394ba7)&&(_0x4e7a71=_0x394ba7['props'][_0x10d6b2(0x3ef)]?.['material']?.[_0x10d6b2(0x42c)]['textureId']);const {elmTrimThk:_0x203954}=_0x95f22f,_0x3878cb=_0x38fe8a[_0x10d6b2(0x16f)]?.[_0x10d6b2(0x12e)],_0x45cbd0=_0x38fe8a[_0x10d6b2(0x108)]?.[_0x10d6b2(0x12e)],_0x56d5a2=(_0x95f22f[_0x10d6b2(0x192)][_0x10d6b2(0x186)]==='S'?_0x3878cb:0x0)??0x0,_0x47fdf1=(_0x95f22f[_0x10d6b2(0x192)][_0x10d6b2(0x514)]==='S'?_0x45cbd0:0x0)??0x0,_0x154389=(_0x95f22f[_0x10d6b2(0x192)][_0x10d6b2(0x186)]==='M'?_0x3878cb:0x0)??0x0,_0x3050c3=(_0x95f22f[_0x10d6b2(0x192)]['end']==='M'?_0x45cbd0:0x0)??0x0,_0xed54ad=_0xbc0850[_0x10d6b2(0x2b6)]-_0x203954[_0x10d6b2(0x373)]-_0x203954[_0x10d6b2(0x374)]+_0x95f22f['oversize'][_0x10d6b2(0x373)]+_0x95f22f['oversize'][_0x10d6b2(0x374)],_0x206ec3=_0xbc0850[_0x10d6b2(0x4b1)]-_0x56d5a2-_0x47fdf1+_0x95f22f[_0x10d6b2(0x1e1)][_0x10d6b2(0x186)]+_0x95f22f[_0x10d6b2(0x1e1)][_0x10d6b2(0x514)],_0x43c2b4=_0x95f22f[_0x10d6b2(0x12e)],_0x40ffbd=-(_0xbc0850[_0x10d6b2(0x416)]/0x2-_0x43c2b4/0x2),_0x16c13e=_0x95f22f[_0x10d6b2(0x1e1)]['start']/0x2-_0x95f22f[_0x10d6b2(0x1e1)][_0x10d6b2(0x514)]/0x2-_0x56d5a2/0x2+_0x47fdf1/0x2,_0x346ba2=-_0x95f22f['oversize'][_0x10d6b2(0x374)]/0x2+_0x95f22f[_0x10d6b2(0x1e1)][_0x10d6b2(0x373)]/0x2+_0x203954[_0x10d6b2(0x374)]/0x2-_0x203954[_0x10d6b2(0x373)]/0x2;return _0x385308===b[_0x10d6b2(0x4b2)]?h[_0x10d6b2(0x275)](_0x10d6b2(0x472),{'position':[_0x40ffbd/L,_0x16c13e/L,_0x346ba2/L],'rotation':[0x0,-Math['PI']/0x2,0x0],'children':h[_0x10d6b2(0x275)](K,{'length':_0xed54ad/L,'width':_0x206ec3/L,'thk':_0x43c2b4/L,'treeId':_0x40f52a,'startPanelThk':_0x154389/L,'endPanelThk':_0x3050c3/L,'render_mat':_0x4e7a71})}):h[_0x10d6b2(0x275)]('g',{'transform':_0x10d6b2(0x343)+_0x40ffbd+','+(_0x385308===b[_0x10d6b2(0x1f6)]?_0x16c13e:_0x346ba2)+_0x10d6b2(0x10b),'children':h[_0x10d6b2(0x275)](Z,{'dim_x':_0x385308===b[_0x10d6b2(0x1f6)]?_0x206ec3:_0xed54ad,'dim_y':_0x43c2b4,'text':_0xed54ad+_0x10d6b2(0x3ed)+_0x206ec3+_0x10d6b2(0x3ed)+_0x43c2b4,'treeId':_0x40f52a,'rotate':0xb4,'startPanelThk':_0x385308===b['_2D_TOP']?_0x154389:0x0,'endPanelThk':_0x385308===b['_2D_TOP']?_0x3050c3:0x0,'render_mat':_0x4e7a71,'cpName':_0x394ba7[_0x10d6b2(0x1b3)]})});}function Dr({TREEID:_0x10138e,dimension:_0xd3e7b0,view:_0x13f559,helper:_0x27d3da}){const _0x5891ae=a0_0x443e9c,_0x392a0d=_0x27d3da['back'],_0x4a42c3=_0x392a0d?.['constPrinciple'];let _0x509492;if(!_0x392a0d||!_0x4a42c3||_0x4a42c3[_0x5891ae(0x1b3)][_0x5891ae(0x480)](_0x5891ae(0x462)))return;me(_0x4a42c3)&&(_0x509492=_0x4a42c3[_0x5891ae(0x527)][_0x5891ae(0x3ef)]?.['material']?.['renderInfo']['textureId']);const {elmTrimThk:_0xfb26f}=_0x392a0d,_0x13d12f=_0x27d3da[_0x5891ae(0x24a)]?.[_0x5891ae(0x12e)],_0x57e164=_0x27d3da['left']?.[_0x5891ae(0x12e)],_0xf88ca3=(_0x392a0d[_0x5891ae(0x192)]['start']==='S'?_0x13d12f:0x0)??0x0,_0x32d8a0=(_0x392a0d['trim'][_0x5891ae(0x514)]==='S'?_0x57e164:0x0)??0x0,_0x1e8af7=(_0x392a0d['trim'][_0x5891ae(0x186)]==='M'?_0x13d12f:0x0)??0x0,_0x5b32be=(_0x392a0d[_0x5891ae(0x192)][_0x5891ae(0x514)]==='M'?_0x57e164:0x0)??0x0,_0x3fc540=_0xd3e7b0[_0x5891ae(0x2b6)]-_0xfb26f[_0x5891ae(0x373)]-_0xfb26f[_0x5891ae(0x374)]+_0x392a0d[_0x5891ae(0x1e1)][_0x5891ae(0x373)]+_0x392a0d['oversize'][_0x5891ae(0x374)],_0x5d0d09=_0xd3e7b0[_0x5891ae(0x416)]-_0xf88ca3-_0x32d8a0+_0x392a0d[_0x5891ae(0x1e1)][_0x5891ae(0x186)]+_0x392a0d[_0x5891ae(0x1e1)][_0x5891ae(0x514)],_0x24e4d2=_0x392a0d[_0x5891ae(0x12e)],_0x593034=_0x392a0d['oversize'][_0x5891ae(0x186)]/0x2-_0x392a0d[_0x5891ae(0x1e1)]['end']/0x2-_0xf88ca3/0x2+_0x32d8a0/0x2,_0x5a0733=_0xd3e7b0[_0x5891ae(0x4b1)]/0x2-_0x24e4d2/0x2,_0x1ff97e=-_0x392a0d[_0x5891ae(0x1e1)][_0x5891ae(0x374)]/0x2+_0x392a0d[_0x5891ae(0x1e1)][_0x5891ae(0x373)]/0x2+_0xfb26f['bottom']/0x2-_0xfb26f[_0x5891ae(0x373)]/0x2;return _0x13f559===b['_3D']?h[_0x5891ae(0x275)]('group',{'position':[_0x593034/L,_0x5a0733/L,_0x1ff97e/L],'rotation':[Math['PI']/0x2,Math['PI'],Math['PI']/0x2],'children':h[_0x5891ae(0x275)](K,{'length':_0x3fc540/L,'width':_0x5d0d09/L,'thk':_0x24e4d2/L,'treeId':_0x10138e,'startPanelThk':_0x1e8af7/L,'endPanelThk':_0x5b32be/L,'render_mat':_0x509492})}):h['jsx']('g',{'transform':_0x5891ae(0x343)+_0x593034+','+(_0x13f559===b[_0x5891ae(0x1f6)]?_0x5a0733:_0x1ff97e)+_0x5891ae(0x260),'children':h[_0x5891ae(0x275)](Z,{'dim_x':_0x5d0d09,'dim_y':_0x13f559===b['_2D_TOP']?_0x24e4d2:_0x3fc540,'text':_0x3fc540+_0x5891ae(0x3ed)+_0x5d0d09+_0x5891ae(0x3ed)+_0x24e4d2,'treeId':_0x10138e,'rotate':0xb4,'startPanelThk':_0x13f559===b['_2D_TOP']?_0x1e8af7:0x0,'endPanelThk':_0x13f559===b[_0x5891ae(0x1f6)]?_0x5b32be:0x0,'cpName':_0x4a42c3['name'],'render_mat':_0x509492})});}function wr({TREEID:_0x571526,dimension:_0x44038c,view:_0x193fc3,helper:_0x4f6d28}){const _0x4176ae=a0_0x443e9c,_0x32b2f2=_0x4f6d28[_0x4176ae(0x24a)],_0x1c29d7=_0x32b2f2?.['constPrinciple'];let _0x49c4eb;if(!_0x32b2f2||!_0x1c29d7||_0x1c29d7[_0x4176ae(0x1b3)][_0x4176ae(0x480)]('EMPTY'))return;me(_0x1c29d7)&&(_0x49c4eb=_0x1c29d7['props'][_0x4176ae(0x3ef)]?.[_0x4176ae(0x180)]?.[_0x4176ae(0x42c)][_0x4176ae(0x45c)]);const {elmTrimThk:_0x41b3e3}=_0x32b2f2,_0x46e308=_0x4f6d28['front']?.[_0x4176ae(0x12e)],_0x47d9e8=_0x4f6d28[_0x4176ae(0x16f)]?.['thk'],_0x44bd29=(_0x32b2f2[_0x4176ae(0x192)][_0x4176ae(0x186)]==='S'?_0x46e308:0x0)??0x0,_0x4983da=(_0x32b2f2[_0x4176ae(0x192)]['end']==='S'?_0x47d9e8:0x0)??0x0,_0x592419=(_0x32b2f2[_0x4176ae(0x192)][_0x4176ae(0x186)]==='M'?_0x46e308:0x0)??0x0,_0x47e51e=(_0x32b2f2['trim'][_0x4176ae(0x514)]==='M'?_0x47d9e8:0x0)??0x0,_0x388e8d=_0x44038c['height']-_0x41b3e3[_0x4176ae(0x373)]-_0x41b3e3[_0x4176ae(0x374)]+_0x32b2f2[_0x4176ae(0x1e1)][_0x4176ae(0x373)]+_0x32b2f2['oversize'][_0x4176ae(0x374)],_0x4d18ba=_0x44038c[_0x4176ae(0x4b1)]-_0x44bd29-_0x4983da+_0x32b2f2[_0x4176ae(0x1e1)][_0x4176ae(0x186)]+_0x32b2f2['oversize'][_0x4176ae(0x514)],_0x7883c4=_0x32b2f2['thk'],_0x5d0e2c=_0x44038c[_0x4176ae(0x416)]/0x2-_0x7883c4/0x2,_0x48947a=-(_0x32b2f2[_0x4176ae(0x1e1)][_0x4176ae(0x186)]/0x2-_0x32b2f2[_0x4176ae(0x1e1)][_0x4176ae(0x514)]/0x2-_0x44bd29/0x2+_0x4983da/0x2),_0x71f452=-_0x32b2f2['oversize'][_0x4176ae(0x374)]/0x2+_0x32b2f2[_0x4176ae(0x1e1)][_0x4176ae(0x373)]/0x2+_0x41b3e3[_0x4176ae(0x374)]/0x2-_0x41b3e3['top']/0x2;return _0x193fc3===b['_3D']?h[_0x4176ae(0x275)](_0x4176ae(0x472),{'position':[_0x5d0e2c/L,_0x48947a/L,_0x71f452/L],'rotation':[0x0,Math['PI']/0x2,Math['PI']],'children':h[_0x4176ae(0x275)](K,{'length':_0x388e8d/L,'width':_0x4d18ba/L,'thk':_0x7883c4/L,'treeId':_0x571526,'startPanelThk':_0x592419/L,'endPanelThk':_0x47e51e/L,'render_mat':_0x49c4eb})}):h['jsx']('g',{'transform':_0x4176ae(0x343)+_0x5d0e2c+','+(_0x193fc3===b[_0x4176ae(0x1f6)]?_0x48947a:_0x71f452)+_0x4176ae(0x10b),'children':h[_0x4176ae(0x275)](Z,{'dim_x':_0x193fc3===b[_0x4176ae(0x1f6)]?_0x4d18ba:_0x388e8d,'dim_y':_0x7883c4,'text':_0x388e8d+_0x4176ae(0x3ed)+_0x4d18ba+_0x4176ae(0x3ed)+_0x7883c4,'treeId':_0x571526,'startPanelThk':_0x193fc3===b[_0x4176ae(0x1f6)]?_0x592419:0x0,'endPanelThk':_0x193fc3===b[_0x4176ae(0x1f6)]?_0x47e51e:0x0,'render_mat':_0x49c4eb,'cpName':_0x1c29d7['name']})});}function dt(_0x4988f9,_0x32bb48,_0x2067c0,_0x10cfe4={},_0x499b44){const _0x578e79=a0_0x443e9c,{throwOnError:_0x49c4d3=!0x1}=_0x10cfe4;_0x32bb48=_0x32bb48?.[_0x578e79(0x508)]('#','');const _0x1acfa9=_0x32bb48?_0x4988f9[_0x578e79(0x44a)](_0x32bb48):!0x1;return m['useMemo'](()=>{const _0x1c5abf=_0x578e79;if(!_0x1acfa9||!_0x32bb48)return{'result':null,'error':null,'success':!0x1};try{return{'result':_0x4988f9['evaluate'](_0x32bb48,_0x2067c0,_0x499b44),'error':null,'success':!0x0};}catch(_0x9df55b){const _0x3e912c=_0x9df55b instanceof Error?_0x9df55b[_0x1c5abf(0x1e8)]:_0x1c5abf(0x4e0);if(_0x49c4d3)throw _0x9df55b;return{'result':null,'error':_0x3e912c,'success':!0x1};}},[_0x4988f9,_0x32bb48,_0x2067c0,_0x49c4d3,_0x499b44,_0x1acfa9]);}function kr(_0xce9a3b,_0x48313c,_0x10eaeb,_0x2d8c40){return m['useMemo'](()=>{const _0x4e4133=a0_0x3dd9;try{const _0x1a4334=_0xce9a3b[_0x4e4133(0x1db)](_0x48313c,_0x10eaeb,_0x2d8c40);return{'matches':_0x1a4334,'error':null,'count':_0x1a4334[_0x4e4133(0x107)]};}catch(_0x301a67){const _0x3d79da=_0x301a67 instanceof Error?_0x301a67[_0x4e4133(0x1e8)]:_0x4e4133(0x4e0);return{'matches':[],'error':_0x3d79da,'count':0x0};}},[_0xce9a3b,_0x48313c,_0x10eaeb,_0x2d8c40]);}const B={'LINEAR_DIVISION':'linear-division','ARTICLE':a0_0x443e9c(0x47e)},U={'STRING':a0_0x443e9c(0x207),'DESCRIPTOR':a0_0x443e9c(0x147)},Ge={'linearDivision':_0x1edc75=>_0x1edc75[a0_0x443e9c(0x32e)]===B[a0_0x443e9c(0x2df)],'article':_0xe858b5=>_0xe858b5[a0_0x443e9c(0x32e)]===B[a0_0x443e9c(0x13f)]},Ue={'string':_0x4b35af=>_0x4b35af[a0_0x443e9c(0x32e)]===B[a0_0x443e9c(0x2df)]&&_0x4b35af[a0_0x443e9c(0x2a4)]===U[a0_0x443e9c(0x3a4)],'descriptor':_0x490a1d=>_0x490a1d[a0_0x443e9c(0x32e)]===B[a0_0x443e9c(0x2df)]&&_0x490a1d['valueSource']===U[a0_0x443e9c(0x2dd)]},He={'string':_0x3e0331=>_0x3e0331['type']===B['ARTICLE']&&_0x3e0331['valueSource']===U['STRING'],'descriptor':_0x48f3ad=>_0x48f3ad['type']===B['ARTICLE']&&_0x48f3ad[a0_0x443e9c(0x2a4)]===U[a0_0x443e9c(0x2dd)]},te={'linearDivisionString'(_0x5da1c5,_0x3ba8ec,_0x69928a,_0x5af4ac,_0x37635e,_0x2c4a86,_0xbdde61,_0x207fe3,_0x33c1a2){const _0x1e3d7d=a0_0x443e9c;return{'NAME':_0x5da1c5,'TREEID':_0x3ba8ec,'type':B['LINEAR_DIVISION'],'valueSource':U[_0x1e3d7d(0x3a4)],'DIVDIR':_0x69928a,'DIVTYPE':_0x5af4ac,'HORDEFTYPE':_0x37635e,'LINDIV1':_0x2c4a86,'DIVELEM1':_0xbdde61,'DIVIDER':_0x207fe3,'thickness':_0x33c1a2};},'linearDivisionDescriptor'(_0x1349fd,_0x3c82c7,_0x565214,_0x67c52f,_0x1cb2cb,_0x113e76,_0x510a55,_0x379630,_0x16f452){const _0x2cd39c=a0_0x443e9c;return{'NAME':_0x1349fd,'TREEID':_0x3c82c7,'type':B[_0x2cd39c(0x2df)],'valueSource':U[_0x2cd39c(0x2dd)],'DIVDIR':_0x565214,'DIVTYPE':_0x67c52f,'HORDEFTYPE':_0x1cb2cb,'LINDIV1':_0x113e76,'DIVELEM1':_0x510a55,'DIVIDER':_0x379630,'thickness':_0x16f452};},'articleString'(_0x36914a,_0x5f2b9a,_0x5564e0,_0x515d64,_0x11e3aa,_0x4ddd2a,_0x4631a8,_0x1dac3a){const _0x221ad4=a0_0x443e9c;return{'NAME':_0x36914a,'TREEID':_0x5f2b9a,'type':B[_0x221ad4(0x13f)],'valueSource':U[_0x221ad4(0x3a4)],'DIVDIR':_0x5564e0,'DIVTYPE':_0x515d64,'HORDEFTYPE':_0x11e3aa,'LINDIV1':_0x4ddd2a,'DIVIDER':_0x4631a8,'DIVELEM1':_0x1dac3a};},'articleDescriptor'(_0x2d3963,_0x57a29f,_0x285863,_0x3f70d7,_0x35728e,_0x71d023,_0x2fe24c,_0x225b65){const _0x379922=a0_0x443e9c;return{'NAME':_0x2d3963,'TREEID':_0x57a29f,'DIVDIR':_0x285863,'DIVTYPE':_0x3f70d7,'HORDEFTYPE':_0x35728e,'LINDIV1':_0x71d023,'DIVIDER':_0x2fe24c,'DIVELEM1':_0x225b65,'type':B['ARTICLE'],'valueSource':U[_0x379922(0x2dd)]};},'fromZoneData'(_0x18ce3e,_0x3b0721){const _0x5cbee0=a0_0x443e9c,_0x513887=_0x277319=>_0x277319['trim']()[_0x5cbee0(0x117)]('#');return _0x18ce3e['DIVDIR']==='A'?_0x513887(_0x18ce3e[_0x5cbee0(0x181)])?te[_0x5cbee0(0x1dc)](_0x18ce3e[_0x5cbee0(0x2fe)],_0x18ce3e[_0x5cbee0(0x437)],_0x18ce3e[_0x5cbee0(0x499)],_0x18ce3e[_0x5cbee0(0x271)],_0x18ce3e[_0x5cbee0(0x446)],_0x18ce3e[_0x5cbee0(0x36e)],_0x18ce3e[_0x5cbee0(0x181)],_0x18ce3e[_0x5cbee0(0x11c)]):te[_0x5cbee0(0x1a1)](_0x18ce3e['NAME'],_0x18ce3e['TREEID'],_0x18ce3e['DIVDIR'],_0x18ce3e[_0x5cbee0(0x271)],_0x18ce3e[_0x5cbee0(0x446)],_0x18ce3e['LINDIV1'],_0x18ce3e[_0x5cbee0(0x181)],_0x18ce3e[_0x5cbee0(0x11c)]):_0x513887(_0x18ce3e[_0x5cbee0(0x36e)])?te['linearDivisionDescriptor'](_0x18ce3e[_0x5cbee0(0x2fe)],_0x18ce3e[_0x5cbee0(0x437)],_0x18ce3e[_0x5cbee0(0x499)],_0x18ce3e[_0x5cbee0(0x271)],_0x18ce3e[_0x5cbee0(0x446)],_0x18ce3e['LINDIV1'],_0x18ce3e[_0x5cbee0(0x11c)],_0x18ce3e[_0x5cbee0(0x181)],_0x3b0721):te['linearDivisionString'](_0x18ce3e[_0x5cbee0(0x2fe)],_0x18ce3e[_0x5cbee0(0x437)],_0x18ce3e[_0x5cbee0(0x499)],_0x18ce3e[_0x5cbee0(0x271)],_0x18ce3e[_0x5cbee0(0x446)],_0x18ce3e[_0x5cbee0(0x36e)],_0x18ce3e[_0x5cbee0(0x11c)],_0x18ce3e[_0x5cbee0(0x181)],_0x3b0721);}};function Ir(_0x5aada5){const _0x50ad17=a0_0x443e9c;if(!_0x5aada5)return _0x50ad17(0x416);const _0x357d13={0x0:'width',0x1:_0x50ad17(0x4b1),0x2:_0x50ad17(0x416),0x3:'depth'};return _0x5aada5[_0x50ad17(0x499)]==='V'?_0x50ad17(0x2b6):_0x5aada5[_0x50ad17(0x446)]==='W'?_0x50ad17(0x416):_0x5aada5[_0x50ad17(0x446)]==='D'?_0x50ad17(0x4b1):_0x5aada5[_0x50ad17(0x446)]==='P'?_0x357d13[_0x5aada5[_0x50ad17(0x11c)]]??'width':_0x50ad17(0x416);}function Cr(_0x35b351,_0x2dc487){return _0x2dc487?_0x2dc487[_0x35b351]:0x0;}function Nr(_0x1df4eb,_0x2a5f33){const _0x5d5fdf=a0_0x443e9c,_0x33d10b=_0x1df4eb[_0x5d5fdf(0x27b)](':')[_0x5d5fdf(0x1a9)](_0x5bf0b8=>{const _0x1c3450=_0x5d5fdf,_0x43e8b8=_0x5bf0b8[_0x1c3450(0x192)](),_0x3724f6=_0x43e8b8[_0x1c3450(0x117)]('n*'),_0x4eb3ec=_0x3724f6?_0x43e8b8[_0x1c3450(0x1f7)](0x2)[_0x1c3450(0x192)]():_0x43e8b8;return{'hasNStar':_0x3724f6,'cleaned':_0x4eb3ec};});return _0x33d10b['map'](({cleaned:_0x4fc67f})=>{const _0xb30bc7=_0x5d5fdf,_0x5a77ef=Te(_0x4fc67f,{'variableTree':_0x2a5f33,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0});return _0x4fc67f['includes']('mm')?_0x5a77ef[_0xb30bc7(0x11d)]+'mm':_0x4fc67f['includes']('cm')?_0x5a77ef[_0xb30bc7(0x11d)]+'cm':String(_0x5a77ef['value']);})['map']((_0x34f3ff,_0x2c54d6)=>_0x33d10b[_0x2c54d6][_0x5d5fdf(0x473)]?'n*'+_0x34f3ff:_0x34f3ff)[_0x5d5fdf(0x37c)](':');}function Fr(_0x3647c5,_0x619318){const _0x300674=a0_0x443e9c,_0x3c665c=_0x3647c5;if($r(_0x3647c5))return{'value':_0x3647c5[_0x300674(0x117)]('#')?_0x3647c5['slice'](0x1):_0x3647c5,'original':_0x3c665c,'isReference':!0x0};if(/^\d+:\d+$/['test'](_0x3647c5))return{'value':_0x3647c5,'original':_0x3c665c,'isReference':!0x1};if(_0x3647c5['includes']('n*'))return{'value':Nr(_0x3647c5,_0x619318),'original':_0x3c665c,'isReference':!0x1};const {format:_0x76f062,expression:_0x250b98,suffix:_0x3372db}=Or(_0x3647c5);let _0x3be327=_0x250b98;_0x3be327=_0x3be327[_0x300674(0x508)](/^\((.+)\)$/,'$1');const _0x4c60e9=Te(_0x3be327,{'variableTree':_0x619318,'allowFunctions':!0x0,'dataType':'FL','silent':!0x0})[_0x300674(0x11d)]??_0x250b98;let _0x451809;switch(_0x76f062){case _0x300674(0x507):_0x451809=''+_0x4c60e9+_0x3372db;break;case _0x300674(0x1f1):_0x451809=''+_0x3372db+_0x4c60e9;break;case _0x300674(0x2b5):_0x451809=''+_0x4c60e9+_0x3372db;break;case'simple':_0x451809=String(_0x4c60e9);break;}return{'value':_0x451809,'original':_0x3c665c,'isReference':!0x1};}function Pr(_0x5b887b,_0x28c10f){return Fr(_0x5b887b,_0x28c10f)['value'];}function Or(_0x288f66){const _0x570dca=a0_0x443e9c,_0x50845d=_0x288f66[_0x570dca(0x192)]()[_0x570dca(0x508)](/^\((.+)\)$/,'$1'),_0x47797b=_0x50845d['match'](/^(\d+|n):(.+?)(mm|cm)?$/);if(_0x47797b){const [,_0x3aa9fd,_0x41c226,_0x5a0676]=_0x47797b;return{'format':'ratio:expr','expression':_0x41c226[_0x570dca(0x192)](),'suffix':_0x5a0676?_0x3aa9fd+':'+_0x5a0676:_0x3aa9fd+':'};}const _0x38ff34=_0x50845d[_0x570dca(0x447)](/^(.+?)(mm|cm)?:(\d+)$/);if(_0x38ff34){const [,_0x53fe29,_0x3e4b90,_0x2195d1]=_0x38ff34;return{'format':_0x570dca(0x507),'expression':_0x53fe29[_0x570dca(0x192)](),'suffix':_0x3e4b90?_0x3e4b90+':'+_0x2195d1:':'+_0x2195d1};}const _0x26cb53=_0x50845d[_0x570dca(0x447)](/^(.+?)(\*)?{(\d+)}$/);if(_0x26cb53){const [,_0xe1c1b2,_0x9dfd3f,_0x37d43b]=_0x26cb53;return{'format':_0x570dca(0x2b5),'expression':_0xe1c1b2['trim'](),'suffix':_0x9dfd3f?'*{'+_0x37d43b+'}':'{'+_0x37d43b+'}'};}return{'format':_0x570dca(0x48a),'expression':_0x50845d,'suffix':''};}function $r(_0x50e097){const _0xadfae6=a0_0x443e9c;return _0x50e097[_0xadfae6(0x117)]('#')?!0x0:_0x50e097['includes']('(')||/[+\-*/]/[_0xadfae6(0x34d)](_0x50e097)?!0x1:/^[A-Za-z0-9_-]+$/[_0xadfae6(0x34d)](_0x50e097)?!0x0:!/^\d+:\d+$/[_0xadfae6(0x34d)](_0x50e097);}function pt({divider:_0x9a5e3d,inputData:_0x113663,descriptorManager:_0x2e02bf,variableTree:_0x5ed284,resolveVarRecursive:_0x571a30}){const _0x408947=a0_0x443e9c;let _0x60142e;_0x9a5e3d&&(_0x60142e=Ue[_0x408947(0x147)](_0x9a5e3d)?_0x9a5e3d[_0x408947(0x36e)]:He['descriptor'](_0x9a5e3d)?_0x9a5e3d[_0x408947(0x181)]:void 0x0);const {result:_0x4b9fe0,error:_0x5bba33}=dt(_0x2e02bf,_0x60142e,_0x113663,{'throwOnError':!0x1},_0x5ed284);_0x5bba33&&console[_0x408947(0x132)](_0x408947(0x1ba),_0x5bba33);function _0x38f53e(_0x5ebd9c){let _0x25a63e=_0x571a30(_0x5ebd9c);const _0x561dba=_0x113663['X'];return _0x561dba&&(_0x25a63e=_0x25a63e['replace'](/\bX\b/g,String(_0x561dba))),Pr(_0x25a63e);}return{'updatedDivider':m[_0x408947(0x4ec)](()=>Ue['descriptor'](_0x9a5e3d)?{..._0x9a5e3d,'LINDIV1':_0x38f53e(_0x4b9fe0?.[_0x408947(0x457)]||'')}:He[_0x408947(0x147)](_0x9a5e3d)?{..._0x9a5e3d,'DIVIDER':_0x4b9fe0?.[_0x408947(0x457)]||''}:{..._0x9a5e3d,'LINDIV1':_0x38f53e(_0x9a5e3d['LINDIV1'])},[_0x9a5e3d])};}const Br={'width':{'rotation':[0x0,Math['PI']/0x2,0x0],'get3D':(_0x3891dd,_0x356a69)=>({'length':_0x3891dd[a0_0x443e9c(0x2b6)],'width':_0x3891dd[a0_0x443e9c(0x4b1)],'thk':_0x356a69}),'get2DTop':(_0x3c02f5,_0x1c9d7a)=>({'dim_x':_0x3c02f5[a0_0x443e9c(0x4b1)],'dim_y':_0x1c9d7a}),'get2DFront':(_0x169f3e,_0x4f81b9)=>({'dim_x':_0x169f3e[a0_0x443e9c(0x2b6)],'dim_y':_0x4f81b9})},'height':{'rotation':[0x0,0x0,0x0],'get3D':(_0x3cc565,_0x2a3f2e)=>({'length':_0x3cc565['width'],'width':_0x3cc565['depth'],'thk':_0x2a3f2e}),'get2DTop':_0x12e5cd=>({'dim_x':_0x12e5cd[a0_0x443e9c(0x416)],'dim_y':_0x12e5cd[a0_0x443e9c(0x4b1)]}),'get2DFront':(_0x538e53,_0x26b6ae)=>({'dim_x':_0x538e53[a0_0x443e9c(0x416)],'dim_y':_0x26b6ae})},'depth':{'rotation':[Math['PI']/0x2,0x0,Math['PI']/0x2],'get3D':(_0x13de13,_0x33fd9c)=>({'length':_0x13de13[a0_0x443e9c(0x2b6)],'width':_0x13de13[a0_0x443e9c(0x416)],'thk':_0x33fd9c}),'get2DTop':(_0xbabad,_0x5d4e93)=>({'dim_x':_0xbabad[a0_0x443e9c(0x416)],'dim_y':_0x5d4e93}),'get2DFront':_0x1948a8=>({'dim_x':_0x1948a8[a0_0x443e9c(0x416)],'dim_y':_0x1948a8[a0_0x443e9c(0x2b6)]})},'article':{'rotation':[0x0,0x0,0x0],'get3D':(_0xcdd67f,_0x3a23fd)=>({'length':_0xcdd67f['width'],'width':_0xcdd67f[a0_0x443e9c(0x4b1)],'thk':_0x3a23fd}),'get2DTop':_0x44d64b=>({'dim_x':_0x44d64b[a0_0x443e9c(0x416)],'dim_y':_0x44d64b[a0_0x443e9c(0x4b1)]}),'get2DFront':(_0x12d946,_0x7bd293)=>({'dim_x':_0x12d946[a0_0x443e9c(0x416)],'dim_y':_0x7bd293})},'independent':{'rotation':[0x0,0x0,0x0],'get3D':(_0x5a65c1,_0x10d7a8)=>({'length':_0x5a65c1[a0_0x443e9c(0x416)],'width':_0x5a65c1[a0_0x443e9c(0x4b1)],'thk':_0x10d7a8}),'get2DTop':_0x581960=>({'dim_x':_0x581960[a0_0x443e9c(0x416)],'dim_y':_0x581960[a0_0x443e9c(0x4b1)]}),'get2DFront':(_0x4528cd,_0x5dcea2)=>({'dim_x':_0x4528cd[a0_0x443e9c(0x416)],'dim_y':_0x5dcea2})}},Vr=(_0x1aca36,_0x4478d7,_0x1bf34e)=>({'x':_0x1aca36==='width'?_0x1bf34e[a0_0x443e9c(0x416)]/0x2+_0x4478d7/0x2:0x0,'y':_0x1aca36===a0_0x443e9c(0x4b1)?_0x1bf34e[a0_0x443e9c(0x4b1)]/0x2+_0x4478d7/0x2:0x0,'z':_0x1aca36===a0_0x443e9c(0x2b6)?_0x1bf34e[a0_0x443e9c(0x2b6)]/0x2+_0x4478d7/0x2:0x0});function jr({articleName:_0xfbb538,divider:_0x319547,view:_0x424c4e,childrenPositon:_0x34c088,dividerThk:_0x1acb64}){const _0x5c8dec=a0_0x443e9c,_0xbb1b45=se(_0x319547['NAME'],_0x319547[_0x5c8dec(0x437)])?.[_0x5c8dec(0x436)];let _0x25e20e;_0xbb1b45&&Ie(_0xbb1b45)&&(_0x25e20e=_0xbb1b45['props'][_0x5c8dec(0x3ef)]?.[_0x5c8dec(0x180)]?.[_0x5c8dec(0x42c)]['textureId']);const _0x536bb1=_0x34c088[_0x5c8dec(0x4e4)],_0x15d0f0=_0x34c088[_0x5c8dec(0x2de)],_0x184cb3=Br[_0x536bb1];return _0x15d0f0['map']((_0x1d4cbe,_0x3abc82)=>{const _0x53b69c=_0x5c8dec,_0x2035d6=!(_0x3abc82===_0x15d0f0['length']-0x1)&&_0x1acb64!==0x0,_0x4399b8=Vr(_0x536bb1,_0x1acb64,_0x1d4cbe[_0x53b69c(0x359)]),_0x41010b=_0x184cb3['get3D'](_0x1d4cbe['zone_dims'],_0x1acb64),_0x1dc733=_0x424c4e===b[_0x53b69c(0x1f6)]?_0x184cb3[_0x53b69c(0x1fc)](_0x1d4cbe[_0x53b69c(0x359)],_0x1acb64):_0x184cb3['get2DFront'](_0x1d4cbe[_0x53b69c(0x359)],_0x1acb64),_0x13d268=_0x319547[_0x53b69c(0x437)]+_0x53b69c(0x4c9);return h[_0x53b69c(0x275)](m[_0x53b69c(0x1aa)],{'children':h[_0x53b69c(0x36b)](H,{'view':_0x424c4e,'position':[_0x1d4cbe['x']/L,_0x1d4cbe['y']/L,_0x1d4cbe['z']/L],'children':[h[_0x53b69c(0x275)](H,{'view':_0x424c4e,'position':[_0x4399b8['x']/L,_0x4399b8['y']/L,_0x4399b8['z']/L],'rotation':_0x184cb3[_0x53b69c(0x4a3)],'children':_0x2035d6&&h[_0x53b69c(0x275)](h[_0x53b69c(0x1aa)],{'children':_0x424c4e===b['_3D']?h[_0x53b69c(0x275)](K,{'length':_0x41010b[_0x53b69c(0x107)]/L,'width':_0x41010b[_0x53b69c(0x416)]/L,'thk':_0x41010b[_0x53b69c(0x12e)]/L,'opacity':0x1,'treeId':_0x13d268,'render_mat':_0x25e20e}):h[_0x53b69c(0x275)](Z,{..._0x1dc733,'text':_0x13d268,'treeId':_0x13d268,'cpName':_0xbb1b45?.[_0x53b69c(0x1b3)]})})}),h[_0x53b69c(0x275)](Ae,{'articleName':_0xfbb538,'TREEID':_0x1d4cbe[_0x53b69c(0x437)],'dimension':_0x1d4cbe[_0x53b69c(0x359)],'view':_0x424c4e},_0xfbb538+'-'+_0x1d4cbe['TREEID'])]})},_0x3abc82);});}function zr({view:_0x4c8d74,remainingZone:_0x290269,articleName:_0x35276a}){const _0x18fd15=a0_0x443e9c;return console[_0x18fd15(0x424)](_0x18fd15(0x280),_0x35276a,'\x20<======='),h['jsx'](H,{'view':_0x4c8d74,'position':[_0x290269[_0x18fd15(0x475)]['x'],_0x290269[_0x18fd15(0x475)]['y'],_0x290269[_0x18fd15(0x475)]['z']],'children':h['jsx'](Ae,{'articleName':_0x35276a,'TREEID':'0','dimension':_0x290269[_0x18fd15(0x3bc)],'view':_0x4c8d74},_0x35276a)});}function Gr({articleName:_0x3b7c10,childrenPositon:_0x139b79,dividerThk:_0x3773db,divider:_0x15b93a,view:_0x3bbf20,remainingZone:_0x4aa4e3}){const _0xadb60f=a0_0x443e9c;return Ge['linearDivision'](_0x15b93a)?_0x139b79?h['jsx'](jr,{'articleName':_0x3b7c10,'view':_0x3bbf20,'childrenPositon':_0x139b79,'dividerThk':_0x3773db,'divider':_0x15b93a,'remainingZone':_0x4aa4e3}):null:Ge[_0xadb60f(0x47e)](_0x15b93a)&&_0x4aa4e3?h[_0xadb60f(0x275)](zr,{'view':_0x3bbf20,'articleName':_0x15b93a[_0xadb60f(0x181)],'remainingZone':_0x4aa4e3}):null;}function mt(_0x5895e0,_0x483154){const _0x2afabc=a0_0x443e9c,{getArticleData:_0x1162db}=Q(),{resolveVarRecursive:_0x57157b}=$(),{anglPrims:_0x2c0f1d}=_0x1162db(_0x5895e0);if(_0x2c0f1d[_0x2afabc(0x107)]===0x0){console[_0x2afabc(0x405)](_0x2afabc(0x38e)+_0x5895e0);return;}const _0x45da73=_0x2c0f1d[0x0];function _0x3afe0a(_0x4f2ed1,_0x5b8b53,_0x4abff1){const _0x53b8db=_0x2afabc;if(_0x4f2ed1==='')return _0x4abff1??_0x5b8b53;const _0x35e399=he(_0x57157b(_0x4f2ed1));return typeof _0x35e399=='number'?_0x35e399||0x0:typeof _0x35e399==_0x53b8db(0x207)&&parseFloat(_0x35e399)||0x0;}const _0x2fd78e={'width':_0x3afe0a(_0x45da73[_0x2afabc(0x254)],_0x45da73[_0x2afabc(0x392)],_0x483154?.['width']),'height':_0x3afe0a(_0x45da73['DIMCALCFZ'],_0x45da73[_0x2afabc(0x2cc)],_0x483154?.['height']),'depth':_0x3afe0a(_0x45da73[_0x2afabc(0x380)],_0x45da73[_0x2afabc(0x431)],_0x483154?.[_0x2afabc(0x4b1)])};return{'articleName':_0x5895e0,'current_prim':_0x45da73,'prim_dims':_0x2fd78e};}function At(){const _0x8d6346=a0_0x443e9c,_0x19ae92=m[_0x8d6346(0x11b)](ve);if(!_0x19ae92)throw new Error(_0x8d6346(0x1d7));return _0x19ae92;}function Ur({articleName:_0x5ca5a7,TREEID:_0x2a2b9c,dimension:_0xcdf90f,view:_0x249e21,helper:_0x558f23}){const _0x20ae1d=a0_0x443e9c,_0x51efa0=se(_0x5ca5a7,_0x2a2b9c),_0x461840=_0x51efa0?.[_0x20ae1d(0x43e)];let _0x1aa69d;if(!_0x51efa0||!_0x461840||_0x461840[_0x20ae1d(0x1b3)][_0x20ae1d(0x480)](_0x20ae1d(0x462)))return;Ie(_0x461840)&&(_0x1aa69d=_0x461840[_0x20ae1d(0x527)][_0x20ae1d(0x3ef)]?.[_0x20ae1d(0x180)]?.[_0x20ae1d(0x42c)][_0x20ae1d(0x45c)]);const _0x3aeebd=(_0x558f23[_0x20ae1d(0x108)]?.['trim'][_0x20ae1d(0x373)]!=='S'?_0x558f23[_0x20ae1d(0x108)]?.[_0x20ae1d(0x12e)]:0x0)??0x0,_0x24a2ca=(_0x558f23[_0x20ae1d(0x16f)]?.['trim'][_0x20ae1d(0x373)]!=='S'?_0x558f23[_0x20ae1d(0x16f)]?.['thk']:0x0)??0x0,_0x1e5f58=(_0x558f23['left']?.[_0x20ae1d(0x192)][_0x20ae1d(0x373)]!=='S'?_0x558f23['left']?.[_0x20ae1d(0x12e)]:0x0)??0x0,_0x1e4f0b=(_0x558f23[_0x20ae1d(0x24a)]?.['trim'][_0x20ae1d(0x373)]!=='S'?_0x558f23[_0x20ae1d(0x24a)]?.['thk']:0x0)??0x0,_0x453719=_0xcdf90f[_0x20ae1d(0x416)]-_0x1e5f58-_0x1e4f0b,_0x37a7d9=_0xcdf90f[_0x20ae1d(0x4b1)]-_0x24a2ca-_0x3aeebd,_0x559b4a=_0x51efa0['topShelfThk'],_0x56bbbf=_0x1e5f58/0x2-_0x1e4f0b/0x2,_0x131b11=-(_0x24a2ca/0x2-_0x3aeebd/0x2),_0x431eb5=_0xcdf90f['height']/0x2-_0x559b4a/0x2;return _0x249e21===b['_3D']?h[_0x20ae1d(0x275)]('group',{'position':[_0x56bbbf/L,_0x131b11/L,_0x431eb5/L],'rotation':[0x0,0x0,0x0],'children':h[_0x20ae1d(0x275)](K,{'length':_0x453719/L,'width':_0x37a7d9/L,'thk':_0x559b4a/L,'treeId':_0x2a2b9c,'render_mat':_0x1aa69d})}):h[_0x20ae1d(0x275)]('g',{'transform':_0x20ae1d(0x343)+_0x56bbbf+','+(_0x249e21===b[_0x20ae1d(0x1f6)]?_0x131b11:_0x431eb5)+')','children':h[_0x20ae1d(0x275)](Z,{'dim_x':_0x453719,'dim_y':_0x249e21===b['_2D_TOP']?_0x37a7d9:_0x559b4a,'text':_0x453719+_0x20ae1d(0x3ed)+_0x37a7d9+_0x20ae1d(0x3ed)+_0x559b4a,'treeId':_0x2a2b9c,'render_mat':_0x1aa69d,'cpName':_0x461840[_0x20ae1d(0x1b3)]})});}function Hr({articleName:_0x5cd4a4,TREEID:_0x10e298,dimension:_0x308cbe,view:_0x384f3b,helper:_0x44d1d8}){const _0x22eb3b=a0_0x443e9c,_0xeace1c=se(_0x5cd4a4,_0x10e298),_0x49a5ac=_0xeace1c?.[_0x22eb3b(0x2e4)];let _0x15eb5b;if(!_0xeace1c||!_0x49a5ac||_0x49a5ac[_0x22eb3b(0x1b3)][_0x22eb3b(0x480)](_0x22eb3b(0x462)))return;Ie(_0x49a5ac)&&(_0x15eb5b=_0x49a5ac[_0x22eb3b(0x527)][_0x22eb3b(0x3ef)]?.[_0x22eb3b(0x180)]?.[_0x22eb3b(0x42c)][_0x22eb3b(0x45c)]);const _0x30d89a=(_0x44d1d8[_0x22eb3b(0x108)]?.['trim']['bottom']!=='S'?_0x44d1d8[_0x22eb3b(0x108)]?.[_0x22eb3b(0x12e)]:0x0)??0x0,_0x22d040=(_0x44d1d8[_0x22eb3b(0x16f)]?.[_0x22eb3b(0x192)][_0x22eb3b(0x374)]!=='S'?_0x44d1d8[_0x22eb3b(0x16f)]?.['thk']:0x0)??0x0,_0x298d59=(_0x44d1d8[_0x22eb3b(0x400)]?.[_0x22eb3b(0x192)][_0x22eb3b(0x374)]!=='S'?_0x44d1d8[_0x22eb3b(0x400)]?.[_0x22eb3b(0x12e)]:0x0)??0x0,_0x475372=(_0x44d1d8['right']?.['trim'][_0x22eb3b(0x374)]!=='S'?_0x44d1d8[_0x22eb3b(0x24a)]?.[_0x22eb3b(0x12e)]:0x0)??0x0,_0x3a2346=_0x308cbe[_0x22eb3b(0x416)]-_0x298d59-_0x475372,_0x590985=_0x308cbe[_0x22eb3b(0x4b1)]-_0x22d040-_0x30d89a,_0x62c4d0=_0xeace1c[_0x22eb3b(0x136)],_0x17c03d=_0x298d59/0x2-_0x475372/0x2,_0x280a07=-(_0x22d040/0x2-_0x30d89a/0x2),_0x14731b=-(_0x308cbe[_0x22eb3b(0x2b6)]/0x2-_0x62c4d0/0x2);return _0x384f3b===b[_0x22eb3b(0x4b2)]?h[_0x22eb3b(0x275)]('group',{'position':[_0x17c03d/L,_0x280a07/L,_0x14731b/L],'rotation':[0x0,0x0,0x0],'children':h[_0x22eb3b(0x275)](K,{'length':_0x3a2346/L,'width':_0x590985/L,'thk':_0x62c4d0/L,'treeId':_0x10e298,'render_mat':_0x15eb5b})}):h[_0x22eb3b(0x275)]('g',{'transform':_0x22eb3b(0x343)+_0x17c03d+','+(_0x384f3b===b[_0x22eb3b(0x1f6)]?_0x280a07:_0x14731b)+')','children':h[_0x22eb3b(0x275)](Z,{'dim_x':_0x3a2346,'dim_y':_0x384f3b===b[_0x22eb3b(0x1f6)]?_0x590985:_0x62c4d0,'text':_0x3a2346+_0x22eb3b(0x3ed)+_0x590985+'\x20x\x20'+_0x62c4d0,'treeId':_0x10e298,'render_mat':_0x15eb5b,'cpName':_0x49a5ac[_0x22eb3b(0x1b3)]})});}function Ae({articleName:_0x2b4a3a,TREEID:_0x6037d7,dimension:_0x137974,view:_0x497aba=b[a0_0x443e9c(0x4b2)]}){const _0x40fd87=a0_0x443e9c,_0x1408e9=At(),{resolveVarRecursive:_0x187952,tree:_0x545f9f}=$(),_0x3afc5d=se(_0x2b4a3a,_0x6037d7),_0x34536c=_0x3afc5d?.['zoneInfo'](),_0x395c7b=_0x3afc5d?.[_0x40fd87(0x2ff)]||0x0,_0x3056c0=mt(_0x2b4a3a),_0x419313=or(_0x2b4a3a,_0x6037d7),_0x5cc900=ar(_0x419313,_0x3afc5d?.['topShelfThk']||0x0,_0x3afc5d?.[_0x40fd87(0x136)]||0x0),_0x487a96=lr(_0x419313),_0x548f4a=cr(_0x137974,_0x487a96),_0x5f0bcb=ur(_0x548f4a,_0x5cc900);if(!_0x3afc5d)return;const _0x53ef75=te['fromZoneData'](_0x3afc5d['currentZone'],_0x395c7b),_0x40326b=_0x34536c?Object[_0x40fd87(0x44f)](_0x34536c):{},_0xe2d961=Ir(_0x53ef75),_0x75ce7b=Cr(_0xe2d961,_0x5f0bcb[_0x40fd87(0x3bc)]);_0x40326b[_0x40fd87(0x18f)]=_0x3056c0?.[_0x40fd87(0x1f0)][_0x40fd87(0x416)]['toString']()??'',_0x40326b[_0x40fd87(0x3aa)]=_0x3056c0?.[_0x40fd87(0x1f0)][_0x40fd87(0x2b6)][_0x40fd87(0x500)]()??'',_0x40326b['AD\x20article\x20depth']=_0x3056c0?.[_0x40fd87(0x1f0)][_0x40fd87(0x4b1)][_0x40fd87(0x500)]()??'',_0x40326b[0x0]='0',_0x40326b['X']=_0x75ce7b[_0x40fd87(0x500)]();const {updatedDivider:_0x1f691e}=pt({'divider':_0x53ef75,'inputData':_0x40326b,'descriptorManager':_0x1408e9,'resolveVarRecursive':_0x187952,'variableTree':_0x545f9f}),_0x12bf4f=fr(_0x5f0bcb,_0x395c7b,_0x1f691e,_0x3afc5d?.['children']['map'](_0x4ac463=>_0x4ac463[_0x40fd87(0x437)])||[]);return h[_0x40fd87(0x275)](h[_0x40fd87(0x1aa)],{'children':h['jsxs'](H,{'view':_0x497aba,'position':[_0x548f4a[_0x40fd87(0x475)]['x']/L,_0x548f4a['position']['y']/L,_0x548f4a[_0x40fd87(0x475)]['z']/L],'children':[_0x419313[_0x40fd87(0x108)]&&h[_0x40fd87(0x275)](Tr,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':Ke(_0x6037d7),'dimension':_0x548f4a[_0x40fd87(0x3bc)],'helper':_0x419313}),_0x419313[_0x40fd87(0x400)]&&h[_0x40fd87(0x275)](Mr,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':Ye(_0x6037d7),'dimension':_0x548f4a[_0x40fd87(0x3bc)],'helper':_0x419313}),_0x419313[_0x40fd87(0x16f)]&&h['jsx'](Dr,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':We(_0x6037d7),'dimension':_0x548f4a['dimensions'],'helper':_0x419313}),_0x419313[_0x40fd87(0x24a)]&&h['jsx'](wr,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':Ze(_0x6037d7),'dimension':_0x548f4a[_0x40fd87(0x3bc)],'helper':_0x419313}),_0x3afc5d?.['topShelfCP']&&h[_0x40fd87(0x275)](Ur,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':_0x6037d7,'dimension':_0x548f4a[_0x40fd87(0x3bc)],'helper':_0x419313}),_0x3afc5d?.[_0x40fd87(0x2e4)]&&h['jsx'](Hr,{'articleName':_0x2b4a3a,'view':_0x497aba,'TREEID':_0x6037d7,'dimension':_0x548f4a[_0x40fd87(0x3bc)],'helper':_0x419313}),h[_0x40fd87(0x275)](H,{'view':_0x497aba,'position':[_0x5f0bcb[_0x40fd87(0x475)]['x']/L,_0x5f0bcb['position']['y']/L,_0x5f0bcb[_0x40fd87(0x475)]['z']/L],'children':_0x1f691e&&h[_0x40fd87(0x275)](Gr,{'articleName':_0x2b4a3a,'remainingZone':_0x5f0bcb,'divider':_0x1f691e,'view':_0x497aba,'childrenPositon':_0x12bf4f,'dividerThk':_0x395c7b})})]})});}function Kr({view:_0x111a9b,isSelected:_0x4c28a6,dimensions:_0x1219c1}){const _0x5dce03=a0_0x443e9c,_0x2327df=_0x1219c1['width']/L,_0x428849=_0x1219c1[_0x5dce03(0x4b1)]/L,_0x158a21=_0x1219c1['height']/L;return h[_0x5dce03(0x36b)](h[_0x5dce03(0x1aa)],{'children':[_0x111a9b===b['_3D']&&_0x4c28a6&&h[_0x5dce03(0x36b)](_0x5dce03(0x131),{'children':[h['jsx'](_0x5dce03(0x293),{'args':[_0x2327df+0.002,_0x428849+0.002,_0x158a21+0.002]}),h[_0x5dce03(0x275)](_0x5dce03(0x381),{'color':_0x5dce03(0x124),'transparent':!0x0,'opacity':0.3})]}),_0x111a9b===b[_0x5dce03(0x1f6)]&&_0x4c28a6&&h['jsx']('g',{'transform':_0x5dce03(0x343)+-_0x1219c1[_0x5dce03(0x416)]/0x2+',\x20'+-_0x1219c1['depth']/0x2+')','children':h['jsx'](_0x5dce03(0x494),{'width':_0x1219c1[_0x5dce03(0x416)],'height':_0x1219c1[_0x5dce03(0x4b1)],'fill':_0x5dce03(0x4aa),'stroke':_0x5dce03(0x3d2),'strokeWidth':'2','opacity':0.2})})]});}const Zr='scale(1,-1)';function xt({articleName:_0x378a3e,view:_0x19f85d=b[a0_0x443e9c(0x4b2)],isSelected:_0x14e7fa,position:_0x277b6d}){const _0x216bc9=a0_0x443e9c,_0x1ae02c=ke()['dimensions'],_0x272a0a=mt(_0x378a3e,_0x1ae02c)?.[_0x216bc9(0x1f0)],{tree:_0x480874}=$(),_0x4c4dfb=m[_0x216bc9(0x4ec)](()=>_0x272a0a?h['jsx'](Ae,{'articleName':_0x378a3e,'TREEID':'0','view':_0x19f85d,'dimension':_0x272a0a},_0x378a3e+'-0'):null,[_0x378a3e,_0x19f85d,_0x272a0a,_0x480874]);if(!_0x4c4dfb||!_0x272a0a)return;const _0x1ebc91=_0x19f85d===b['_3D'];return h[_0x216bc9(0x275)](h['Fragment'],{'children':h[_0x216bc9(0x36b)](H,{'view':_0x19f85d,'position':[_0x277b6d[0x0],_0x277b6d[0x1],_0x272a0a[_0x216bc9(0x2b6)]/L/0x2],'children':[_0x1ebc91?_0x4c4dfb:h['jsx']('g',{'transform':Zr,'children':_0x4c4dfb}),h['jsx'](Kr,{'view':_0x19f85d,'isSelected':_0x14e7fa,'dimensions':_0x272a0a})]})});}function _t({children:_0x2304ba,initialDimensions:_0x33f3aa}){const _0x4d2260=a0_0x443e9c,[_0x260203,_0x5a137d]=m[_0x4d2260(0x32f)](_0x33f3aa??{'width':0x0,'height':0x0,'depth':0x0}),_0x3bde8d=m[_0x4d2260(0x49a)]((_0x19d9bd,_0x29b8a8)=>{_0x5a137d(_0x3126f6=>({..._0x3126f6,[_0x19d9bd]:_0x29b8a8}));},[]);return h[_0x4d2260(0x275)](we[_0x4d2260(0x41f)],{'value':{'dimensions':_0x260203,'setDimension':_0x3bde8d},'children':_0x2304ba});}const gt=m['memo'](function({article:_0xe8094f,articleId:_0x24a2d3,position:_0x189450,isSelected:_0x159d17,onSelect:_0x5afdd8,view:_0xa5daa4,debugMode:_0x806895}){const _0x593ae2=a0_0x443e9c;return h[_0x593ae2(0x275)](at,{'overrides':_0xe8094f[_0x593ae2(0x2f3)],'children':h['jsxs'](_t,{'initialDimensions':_0xe8094f[_0x593ae2(0x3bc)],'children':[_0x806895&&_0x159d17&&h[_0x593ae2(0x275)](Pt,{'articleName':_0xe8094f[_0x593ae2(0x1b3)],'articleId':_0x24a2d3}),h[_0x593ae2(0x275)](H,{'view':_0xa5daa4,'onClick':_0x5afdd8,'children':h[_0x593ae2(0x275)](xt,{'articleName':_0xe8094f[_0x593ae2(0x1b3)],'view':_0xa5daa4,'isSelected':_0x159d17,'position':_0x189450})})]})});});function Wr({articleList:_0x1575ee,onVisibilityChange:_0x1789da}){const _0x46a3e7=a0_0x443e9c,_0x3b94df=m[_0x46a3e7(0x253)](!0x1),_0x1e073a=m[_0x46a3e7(0x4ec)](()=>{const _0x24b1ba=_0x46a3e7,_0x4f0000={},_0x5632a9={};return _0x1575ee[_0x24b1ba(0x313)](_0x80a0b9=>{const _0x7b093=_0x24b1ba,_0xdd55df=_0x80a0b9[_0x7b093(0x31a)]!==!0x1;_0x5632a9[_0x80a0b9[_0x7b093(0x1b3)]]={'value':_0xdd55df,'label':_0x80a0b9[_0x7b093(0x1b3)]};}),_0x4f0000[_0x24b1ba(0x148)]=O['folder'](_0x5632a9,{'collapsed':!0x1}),_0x4f0000;},[_0x1575ee]),_0x27f89e=O[_0x46a3e7(0x344)](_0x46a3e7(0x247),_0x1e073a);return m[_0x46a3e7(0x3dc)](()=>{const _0x10ff10=_0x46a3e7;if(_0x3b94df[_0x10ff10(0x2ed)]){_0x3b94df[_0x10ff10(0x2ed)]=!0x1;return;}let _0x36e9f1=!0x1;Object[_0x10ff10(0x19e)](_0x27f89e)[_0x10ff10(0x313)](([_0x3f2a03,_0x38f94c])=>{const _0x53f229=_0x10ff10,_0xeb490c=_0x1575ee[_0x53f229(0x4f4)](_0x2920d7=>_0x2920d7[_0x53f229(0x1b3)]===_0x3f2a03);if(!_0xeb490c)return;_0xeb490c[_0x53f229(0x31a)]!==!0x1!==_0x38f94c&&(_0x1789da(_0x3f2a03,_0x38f94c),_0x36e9f1=!0x0);}),_0x36e9f1&&(_0x3b94df[_0x10ff10(0x2ed)]=!0x0);},[_0x27f89e,_0x1575ee,_0x1789da]),null;}function Rt({articleList:_0x585161,validNames:_0x396cff,view:_0x15318e,debugMode:_0x3fd509,isZCentered:_0x456ff5}){const _0x449d28=a0_0x443e9c,[_0x3bffc5,_0x513c70]=m[_0x449d28(0x32f)](),[_0x4cf1c9,_0x1dd389]=m[_0x449d28(0x32f)](_0x585161),_0x58a9cd=m[_0x449d28(0x49a)]((_0x34399d,_0xf6d28d)=>{_0x1dd389(_0x323884=>_0x323884['map'](_0x1e4f20=>_0x1e4f20['name']===_0x34399d?{..._0x1e4f20,'visibility':_0xf6d28d}:_0x1e4f20));},[]),_0x5f008c=m['useMemo'](()=>Math['max'](..._0x4cf1c9['map'](_0x243377=>_0x243377['dimensions']['height'])),[_0x4cf1c9]),_0x420db9=m['useMemo'](()=>Math['max'](..._0x4cf1c9[_0x449d28(0x1a9)](_0x5d9403=>_0x5d9403[_0x449d28(0x3bc)]['depth'])),[_0x4cf1c9]),_0x4925f6=m[_0x449d28(0x4ec)](()=>_0x4cf1c9[_0x449d28(0x220)]((_0x4d7b4e,_0x3cecce)=>_0x4d7b4e+_0x3cecce['dimensions']['width']/L,0x0),[_0x4cf1c9]),_0x42ef38=_0x456ff5?_0x5f008c/0x2:0x0,_0x2725b7=_0x420db9/0x2,_0x1d6d76=_0x4925f6/0x2,_0x10ee32=m[_0x449d28(0x4ec)](()=>{const _0x36202a=_0x449d28;let _0x242588=0x0;return _0x4cf1c9[_0x36202a(0x1a9)]((_0x2db370,_0x5433d0)=>{const _0x5f335d=_0x36202a,_0x24ebb4=_0x2db370[_0x5f335d(0x3bc)][_0x5f335d(0x416)]/L,_0x327ceb=_0x2db370['dimensions']['height']/L,_0x3adbf3=_0x2db370['dimensions'][_0x5f335d(0x4b1)]/L,_0xf5c491=_0x242588+_0x24ebb4/0x2-_0x1d6d76;return _0x242588+=_0x24ebb4,{'articleId':_0x2db370[_0x5f335d(0x1b3)]+'-'+_0x5433d0,'position':[_0xf5c491,_0x3adbf3/0x2,_0x327ceb/0x2],'article':_0x2db370,'index':_0x5433d0};});},[_0x4cf1c9,_0x1d6d76]);return h[_0x449d28(0x36b)](h[_0x449d28(0x1aa)],{'children':[_0x3fd509&&h[_0x449d28(0x275)](Wr,{'articleList':_0x4cf1c9,'onVisibilityChange':_0x58a9cd}),_0x10ee32[_0x449d28(0x1a9)](({articleId:_0x1b50cf,position:_0x2c6146,article:_0xbe3fc7})=>{const _0x49d118=_0x449d28;if(!_0x396cff?.['has'](_0xbe3fc7['name'])||_0xbe3fc7[_0x49d118(0x31a)]===!0x1)return null;const _0x32e161=_0x3bffc5===_0x1b50cf;return h[_0x49d118(0x275)](H,{'view':_0x15318e,'position':[0x0,-_0x2725b7/L,-_0x42ef38/L],'children':h[_0x49d118(0x275)](gt,{'article':_0xbe3fc7,'articleId':_0x1b50cf,'position':_0x2c6146,'isSelected':_0x32e161,'onSelect':()=>_0x513c70(_0x1b50cf),'view':_0x15318e,'debugMode':_0x3fd509})},_0x1b50cf);})]});}function Yr({view:_0x54ce82,data:_0x2abfae,articleList:_0x1c36d2,debugMode:_0x43075c=!0x1,isZCentered:_0x90fc3d=!0x1}){const _0x2c5b66=a0_0x443e9c,_0x6dd9be=m[_0x2c5b66(0x4ec)](()=>_0x1c36d2?.['map'](_0x3f0f87=>_0x3f0f87[_0x2c5b66(0x1b3)])??[],[_0x1c36d2]),_0x85155f=m[_0x2c5b66(0x4ec)](()=>_0x6dd9be[_0x2c5b66(0x37c)](','),[_0x6dd9be]),_0x4fbbc9=m[_0x2c5b66(0x49a)](async()=>{const _0x36a98d=_0x2c5b66,_0xb9fd6d=await Ee[_0x36a98d(0x20e)]()[_0x36a98d(0x468)](_0x6dd9be);if(!_0xb9fd6d)throw new Error(_0x36a98d(0x184));return _0xb9fd6d;},[_0x85155f]),_0x440b6c=!_0x2abfae&&_0x6dd9be[_0x2c5b66(0x107)]>0x0,{data:_0x5e42ac,loading:_0x539559,error:_0x3df62e}=Et(_0x4fbbc9,[_0x85155f],!_0x440b6c),_0x100039=_0x2abfae??_0x5e42ac;console[_0x2c5b66(0x424)](_0x2c5b66(0x24c),_0x100039);const _0x2a8886=m[_0x2c5b66(0x4ec)](()=>_0x100039?new Set(_0x100039[_0x2c5b66(0x50b)][_0x2c5b66(0x1a9)](_0x1eae8f=>_0x1eae8f['NAME'])):new Set(),[_0x100039]),_0x33c562=m[_0x2c5b66(0x4ec)](()=>_0x100039?.[_0x2c5b66(0x4ed)]??[],[_0x100039]),_0x226ac6=m['useMemo'](()=>_0x100039?.[_0x2c5b66(0x3bb)]??[],[_0x100039]);return _0x1c36d2?.['length']?!_0x2abfae&&_0x539559?h['jsx'](Ft,{'message':_0x2c5b66(0x23e),'view':_0x54ce82}):!_0x2abfae&&_0x3df62e?h[_0x2c5b66(0x275)](Re,{'error':_0x3df62e[_0x2c5b66(0x500)](),'insideCanvas':!0x0}):_0x100039?h[_0x2c5b66(0x275)](Xe,{'names':_0x6dd9be,'data':_0x100039,'children':h['jsx'](ot,{'initialMaterials':_0x33c562,'initialSurfaces':_0x226ac6,'children':h[_0x2c5b66(0x275)](et,{'imosVariables':_0x100039[_0x2c5b66(0x2f3)],'children':h[_0x2c5b66(0x275)](it,{'descriptorData':_0x100039[_0x2c5b66(0x48f)],'children':h['jsx'](Rt,{'articleList':_0x1c36d2,'validNames':_0x2a8886,'view':_0x54ce82,'debugMode':_0x43075c,'isZCentered':_0x90fc3d})})})})}):h[_0x2c5b66(0x275)](Re,{'error':_0x2c5b66(0x29c),'insideCanvas':!0x0}):h[_0x2c5b66(0x275)](Re,{'error':_0x2c5b66(0x417),'insideCanvas':!0x0});}const qr=a0_0x443e9c(0x34b);exports['ArticleDesigner']=gt,exports[a0_0x443e9c(0x40d)]=Yr,exports['ArticleGroupLayout']=Rt,exports['ArticleRelatedVariableProvider']=at,exports[a0_0x443e9c(0x292)]=ye,exports[a0_0x443e9c(0x19d)]=Xe,exports[a0_0x443e9c(0x210)]=ve,exports[a0_0x443e9c(0x3f5)]=it,exports[a0_0x443e9c(0x427)]=xt,exports['DimensionContext']=we,exports[a0_0x443e9c(0x25b)]=_t,exports[a0_0x443e9c(0x519)]=ot,exports[a0_0x443e9c(0x350)]=Ne,exports['TextureConfigProvider']=gr,exports[a0_0x443e9c(0x33a)]=qr,exports[a0_0x443e9c(0x37b)]=b,exports['VariableContext']=de,exports[a0_0x443e9c(0x162)]=et,exports[a0_0x443e9c(0x4ad)]=Mt,exports['Zone']=Ae,exports['ZoneDivider']=pt,exports['useData']=Q,exports['useDescriptorEvaluation']=dt,exports['useDescriptorManager']=At,exports['useDescriptorMatches']=kr,exports['useDimensions']=ke,exports['useVariables']=$;