@mlightcad/data-model 1.8.4 → 1.9.0

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 (107) hide show
  1. package/README.md +38 -20
  2. package/dist/data-model.cjs +7 -7
  3. package/lib/converter/index.d.ts +0 -1
  4. package/lib/converter/index.d.ts.map +1 -1
  5. package/lib/converter/index.js +0 -1
  6. package/lib/converter/index.js.map +1 -1
  7. package/lib/database/AcDbDatabaseConverter.d.ts +8 -8
  8. package/lib/database/AcDbDatabaseConverter.d.ts.map +1 -1
  9. package/lib/database/AcDbDatabaseConverter.js +13 -1
  10. package/lib/database/AcDbDatabaseConverter.js.map +1 -1
  11. package/lib/database/AcDbDatabaseConverterManager.d.ts +0 -2
  12. package/lib/database/AcDbDatabaseConverterManager.d.ts.map +1 -1
  13. package/lib/database/AcDbDatabaseConverterManager.js +0 -4
  14. package/lib/database/AcDbDatabaseConverterManager.js.map +1 -1
  15. package/lib/entity/AcDb2dPolyline.d.ts +2 -0
  16. package/lib/entity/AcDb2dPolyline.d.ts.map +1 -1
  17. package/lib/entity/AcDb2dPolyline.js +8 -0
  18. package/lib/entity/AcDb2dPolyline.js.map +1 -1
  19. package/lib/entity/AcDb3dPolyline.d.ts +2 -0
  20. package/lib/entity/AcDb3dPolyline.d.ts.map +1 -1
  21. package/lib/entity/AcDb3dPolyline.js +8 -0
  22. package/lib/entity/AcDb3dPolyline.js.map +1 -1
  23. package/lib/entity/AcDbArc.d.ts +2 -0
  24. package/lib/entity/AcDbArc.d.ts.map +1 -1
  25. package/lib/entity/AcDbArc.js +9 -1
  26. package/lib/entity/AcDbArc.js.map +1 -1
  27. package/lib/entity/AcDbCircle.d.ts +2 -0
  28. package/lib/entity/AcDbCircle.d.ts.map +1 -1
  29. package/lib/entity/AcDbCircle.js +9 -1
  30. package/lib/entity/AcDbCircle.js.map +1 -1
  31. package/lib/entity/AcDbCurve.d.ts +5 -0
  32. package/lib/entity/AcDbCurve.d.ts.map +1 -1
  33. package/lib/entity/AcDbCurve.js.map +1 -1
  34. package/lib/entity/AcDbEllipse.d.ts +2 -0
  35. package/lib/entity/AcDbEllipse.d.ts.map +1 -1
  36. package/lib/entity/AcDbEllipse.js +9 -1
  37. package/lib/entity/AcDbEllipse.js.map +1 -1
  38. package/lib/entity/AcDbFace.d.ts +4 -0
  39. package/lib/entity/AcDbFace.d.ts.map +1 -1
  40. package/lib/entity/AcDbFace.js +22 -1
  41. package/lib/entity/AcDbFace.js.map +1 -1
  42. package/lib/entity/AcDbHatch.d.ts +4 -0
  43. package/lib/entity/AcDbHatch.d.ts.map +1 -1
  44. package/lib/entity/AcDbHatch.js +11 -1
  45. package/lib/entity/AcDbHatch.js.map +1 -1
  46. package/lib/entity/AcDbLeader.d.ts +2 -0
  47. package/lib/entity/AcDbLeader.d.ts.map +1 -1
  48. package/lib/entity/AcDbLeader.js +8 -0
  49. package/lib/entity/AcDbLeader.js.map +1 -1
  50. package/lib/entity/AcDbLine.d.ts +2 -0
  51. package/lib/entity/AcDbLine.d.ts.map +1 -1
  52. package/lib/entity/AcDbLine.js +8 -0
  53. package/lib/entity/AcDbLine.js.map +1 -1
  54. package/lib/entity/AcDbPolyFaceMesh.d.ts +2 -0
  55. package/lib/entity/AcDbPolyFaceMesh.d.ts.map +1 -1
  56. package/lib/entity/AcDbPolyFaceMesh.js +8 -0
  57. package/lib/entity/AcDbPolyFaceMesh.js.map +1 -1
  58. package/lib/entity/AcDbPolygonMesh.d.ts +2 -0
  59. package/lib/entity/AcDbPolygonMesh.d.ts.map +1 -1
  60. package/lib/entity/AcDbPolygonMesh.js +8 -0
  61. package/lib/entity/AcDbPolygonMesh.js.map +1 -1
  62. package/lib/entity/AcDbPolyline.d.ts +2 -0
  63. package/lib/entity/AcDbPolyline.d.ts.map +1 -1
  64. package/lib/entity/AcDbPolyline.js +8 -0
  65. package/lib/entity/AcDbPolyline.js.map +1 -1
  66. package/lib/entity/AcDbRay.d.ts +2 -0
  67. package/lib/entity/AcDbRay.d.ts.map +1 -1
  68. package/lib/entity/AcDbRay.js +8 -0
  69. package/lib/entity/AcDbRay.js.map +1 -1
  70. package/lib/entity/AcDbSpline.d.ts +2 -0
  71. package/lib/entity/AcDbSpline.d.ts.map +1 -1
  72. package/lib/entity/AcDbSpline.js +8 -0
  73. package/lib/entity/AcDbSpline.js.map +1 -1
  74. package/lib/entity/AcDbTrace.d.ts +2 -0
  75. package/lib/entity/AcDbTrace.d.ts.map +1 -1
  76. package/lib/entity/AcDbTrace.js +9 -0
  77. package/lib/entity/AcDbTrace.js.map +1 -1
  78. package/lib/entity/AcDbXline.d.ts +2 -0
  79. package/lib/entity/AcDbXline.d.ts.map +1 -1
  80. package/lib/entity/AcDbXline.js +8 -0
  81. package/lib/entity/AcDbXline.js.map +1 -1
  82. package/lib/index.d.ts +1 -1
  83. package/lib/index.d.ts.map +1 -1
  84. package/lib/index.js +1 -1
  85. package/lib/index.js.map +1 -1
  86. package/package.json +6 -9
  87. package/dist/dxf-parser-worker.js +0 -1794
  88. package/lib/converter/AcDbDxfConverter.d.ts +0 -277
  89. package/lib/converter/AcDbDxfConverter.d.ts.map +0 -1
  90. package/lib/converter/AcDbDxfConverter.js +0 -1076
  91. package/lib/converter/AcDbDxfConverter.js.map +0 -1
  92. package/lib/converter/AcDbDxfParser.d.ts +0 -23
  93. package/lib/converter/AcDbDxfParser.d.ts.map +0 -1
  94. package/lib/converter/AcDbDxfParser.js +0 -85
  95. package/lib/converter/AcDbDxfParser.js.map +0 -1
  96. package/lib/converter/AcDbEntitiyConverter.d.ts +0 -156
  97. package/lib/converter/AcDbEntitiyConverter.d.ts.map +0 -1
  98. package/lib/converter/AcDbEntitiyConverter.js +0 -1426
  99. package/lib/converter/AcDbEntitiyConverter.js.map +0 -1
  100. package/lib/converter/AcDbObjectConverter.d.ts +0 -68
  101. package/lib/converter/AcDbObjectConverter.d.ts.map +0 -1
  102. package/lib/converter/AcDbObjectConverter.js +0 -376
  103. package/lib/converter/AcDbObjectConverter.js.map +0 -1
  104. package/lib/converter/worker/AcDbDxfParserWorker.d.ts +0 -11
  105. package/lib/converter/worker/AcDbDxfParserWorker.d.ts.map +0 -1
  106. package/lib/converter/worker/AcDbDxfParserWorker.js +0 -75
  107. package/lib/converter/worker/AcDbDxfParserWorker.js.map +0 -1
@@ -1,9 +1,9 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var Os=(n=>(n[n.Invalid=-9999]="Invalid",n[n.Start=0]="Start",n[n.Text=1]="Text",n[n.AttributeTag=2]="AttributeTag",n[n.BlockName=2]="BlockName",n[n.ShapeName=2]="ShapeName",n[n.SymbolTableName=2]="SymbolTableName",n[n.SymbolTableRecordName=2]="SymbolTableRecordName",n[n.MlineStyleName=2]="MlineStyleName",n[n.AttributePrompt=3]="AttributePrompt",n[n.Description=3]="Description",n[n.DimPostString=3]="DimPostString",n[n.DimStyleName=3]="DimStyleName",n[n.LinetypeProse=3]="LinetypeProse",n[n.TextFontFile=3]="TextFontFile",n[n.CLShapeName=4]="CLShapeName",n[n.DimensionAlternativePrefixSuffix=4]="DimensionAlternativePrefixSuffix",n[n.SymbolTableRecordComments=4]="SymbolTableRecordComments",n[n.TextBigFontFile=4]="TextBigFontFile",n[n.Handle=5]="Handle",n[n.DimensionBlock=5]="DimensionBlock",n[n.LinetypeName=6]="LinetypeName",n[n.DimBlk1=6]="DimBlk1",n[n.TextStyleName=7]="TextStyleName",n[n.DimBlk2=7]="DimBlk2",n[n.LayerName=8]="LayerName",n[n.CLShapeText=9]="CLShapeText",n[n.XCoordinate=10]="XCoordinate",n[n.YCoordinate=20]="YCoordinate",n[n.ZCoordinate=30]="ZCoordinate",n[n.Real=40]="Real",n[n.TxtSize=40]="TxtSize",n[n.ViewportHeight=40]="ViewportHeight",n[n.Angle=50]="Angle",n[n.ViewportSnapAngle=50]="ViewportSnapAngle",n[n.Visibility=60]="Visibility",n[n.Int16=70]="Int16",n[n.Int32=90]="Int32",n[n.Int64=160]="Int64",n[n.Int8=280]="Int8",n[n.Thickness=39]="Thickness",n[n.Elevation=38]="Elevation",n[n.LinetypeScale=48]="LinetypeScale",n[n.DashLength=49]="DashLength",n[n.MlineOffset=49]="MlineOffset",n[n.LinetypeElement=49]="LinetypeElement",n[n.NormalX=210]="NormalX",n[n.NormalY=220]="NormalY",n[n.NormalZ=230]="NormalZ",n[n.UcsOrg=110]="UcsOrg",n[n.UcsOrientationX=111]="UcsOrientationX",n[n.UcsOrientationY=112]="UcsOrientationY",n[n.ViewHeight=45]="ViewHeight",n[n.ViewWidth=41]="ViewWidth",n[n.ViewLensLength=42]="ViewLensLength",n[n.ViewFrontClip=43]="ViewFrontClip",n[n.ViewBackClip=44]="ViewBackClip",n[n.ViewBrightness=141]="ViewBrightness",n[n.ViewContrast=142]="ViewContrast",n[n.ViewMode=71]="ViewMode",n[n.ViewportActive=68]="ViewportActive",n[n.ViewportAspect=41]="ViewportAspect",n[n.ViewportGrid=76]="ViewportGrid",n[n.ViewportIcon=74]="ViewportIcon",n[n.ViewportNumber=69]="ViewportNumber",n[n.ViewportSnap=75]="ViewportSnap",n[n.ViewportSnapPair=78]="ViewportSnapPair",n[n.ViewportSnapStyle=77]="ViewportSnapStyle",n[n.ViewportTwist=51]="ViewportTwist",n[n.ViewportVisibility=67]="ViewportVisibility",n[n.ViewportZoom=73]="ViewportZoom",n[n.Color=62]="Color",n[n.ColorRgb=420]="ColorRgb",n[n.ColorName=430]="ColorName",n[n.LineWeight=370]="LineWeight",n[n.PlotStyleNameType=380]="PlotStyleNameType",n[n.PlotStyleNameId=390]="PlotStyleNameId",n[n.GradientObjType=450]="GradientObjType",n[n.GradientAngle=460]="GradientAngle",n[n.GradientName=470]="GradientName",n[n.GradientColCount=453]="GradientColCount",n[n.GradientPatType=451]="GradientPatType",n[n.GradientTintType=452]="GradientTintType",n[n.GradientShift=461]="GradientShift",n[n.GradientColVal=463]="GradientColVal",n[n.GradientTintVal=462]="GradientTintVal",n[n.SoftPointerId=330]="SoftPointerId",n[n.HardPointerId=340]="HardPointerId",n[n.SoftOwnershipId=350]="SoftOwnershipId",n[n.HardOwnershipId=360]="HardOwnershipId",n[n.ArbitraryHandle=320]="ArbitraryHandle",n[n.ExtendedDataAsciiString=1e3]="ExtendedDataAsciiString",n[n.ExtendedDataRegAppName=1001]="ExtendedDataRegAppName",n[n.ExtendedDataControlString=1002]="ExtendedDataControlString",n[n.ExtendedDataLayerName=1003]="ExtendedDataLayerName",n[n.ExtendedDataBinaryChunk=1004]="ExtendedDataBinaryChunk",n[n.ExtendedDataHandle=1005]="ExtendedDataHandle",n[n.ExtendedDataXCoordinate=1010]="ExtendedDataXCoordinate",n[n.ExtendedDataWorldXCoordinate=1011]="ExtendedDataWorldXCoordinate",n[n.ExtendedDataWorldXDisp=1012]="ExtendedDataWorldXDisp",n[n.ExtendedDataWorldXDir=1013]="ExtendedDataWorldXDir",n[n.ExtendedDataYCoordinate=1020]="ExtendedDataYCoordinate",n[n.ExtendedDataWorldYCoordinate=1021]="ExtendedDataWorldYCoordinate",n[n.ExtendedDataWorldYDisp=1022]="ExtendedDataWorldYDisp",n[n.ExtendedDataWorldYDir=1023]="ExtendedDataWorldYDir",n[n.ExtendedDataZCoordinate=1030]="ExtendedDataZCoordinate",n[n.ExtendedDataWorldZCoordinate=1031]="ExtendedDataWorldZCoordinate",n[n.ExtendedDataWorldZDisp=1032]="ExtendedDataWorldZDisp",n[n.ExtendedDataWorldZDir=1033]="ExtendedDataWorldZDir",n[n.ExtendedDataReal=1040]="ExtendedDataReal",n[n.ExtendedDataDist=1041]="ExtendedDataDist",n[n.ExtendedDataScale=1042]="ExtendedDataScale",n[n.ExtendedDataInteger16=1070]="ExtendedDataInteger16",n[n.ExtendedDataInteger32=1071]="ExtendedDataInteger32",n[n.XTextString=300]="XTextString",n[n.XReal=140]="XReal",n[n.XInt16=170]="XInt16",n[n.XXInt16=270]="XXInt16",n[n.Subclass=100]="Subclass",n[n.ControlString=102]="ControlString",n[n.EmbeddedObjectStart=101]="EmbeddedObjectStart",n[n.End=-1]="End",n[n.FirstEntityId=-2]="FirstEntityId",n[n.HeaderId=-2]="HeaderId",n[n.XDataStart=-3]="XDataStart",n[n.Operator=-4]="Operator",n[n.PReactors=-5]="PReactors",n[n.XDictionary=-6]="XDictionary",n))(Os||{});exports.AcCmColorMethod=void 0;(function(n){n[n.ByColor=1]="ByColor",n[n.ByACI=2]="ByACI",n[n.ByLayer=3]="ByLayer",n[n.ByBlock=4]="ByBlock",n[n.None=0]="None"})(exports.AcCmColorMethod||(exports.AcCmColorMethod={}));var $h=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},qh=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},zo={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074},Vi=[0,16711680,16776960,65280,65535,255,16711935,16777215,8421504,12632256,16711680,16744319,13369344,13395558,10027008,10046540,8323072,8339263,4980736,4990502,16727808,16752511,13382400,13401958,10036736,10051404,8331008,8343359,4985600,4992806,16744192,16760703,13395456,13408614,10046464,10056268,8339200,8347455,4990464,4995366,16760576,16768895,13408512,13415014,10056192,10061132,8347392,8351551,4995328,4997670,16776960,16777087,13421568,13421670,10000384,10000460,8355584,8355647,5000192,5000230,12582656,14679935,10079232,11717734,7510016,8755276,6258432,7307071,3755008,4344870,8388352,12582783,6736896,10079334,5019648,7510092,4161280,6258495,2509824,3755046,4194048,10485631,3394560,8375398,2529280,6264908,2064128,5209919,1264640,3099686,65280,8388479,52224,6736998,38912,5019724,32512,4161343,19456,2509862,65343,8388511,52275,6737023,38950,5019743,32543,4161359,19475,2509871,65407,8388543,52326,6737049,38988,5019762,32575,4161375,19494,2509881,65471,8388575,52377,6737074,39026,5019781,32607,4161391,19513,2509890,65535,8388607,52428,6737100,39064,5019800,32639,4161407,19532,2509900,49151,8380415,39372,6730444,29336,5014936,24447,4157311,14668,2507340,32767,8372223,26316,6724044,19608,5010072,16255,4153215,9804,2505036,16383,8364031,13260,6717388,9880,5005208,8063,4149119,4940,2502476,255,8355839,204,6710988,152,5000344,127,4145023,76,2500172,4129023,10452991,3342540,8349388,2490520,6245528,2031743,5193599,1245260,3089996,8323327,12550143,6684876,10053324,4980888,7490712,4128895,6242175,2490444,3745356,12517631,14647295,10027212,11691724,7471256,8735896,6226047,7290751,3735628,4335180,16711935,16744447,13369548,13395660,9961624,9981080,8323199,8339327,4980812,4990540,16711871,16744415,13369497,13395634,9961586,9981061,8323167,8339311,4980793,4990530,16711807,16744383,13369446,13395609,9961548,9981042,8323135,8339295,4980774,4990521,16711743,16744351,13369395,13395583,9961510,9981023,8323103,8339279,4980755,4990511,3355443,5987163,8684676,11382189,14079702,16777215,0],It=function(){function n(){}return n.getColorByIndex=function(e){return Vi[e]},n.getIndexByColor=function(e){for(var t=Vi.length-1,r=1;r<t;++r)if(Vi[r]===e)return r},n.getColorByName=function(e){return zo[e.toLowerCase()]},n.getNameByColor=function(e){var t,r;try{for(var i=$h(Object.entries(zo)),s=i.next();!s.done;s=i.next()){var o=qh(s.value,2),a=o[0],l=o[1];if(l===e)return a}}catch(c){t={error:c}}finally{try{s&&!s.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}},n.getNameByIndex=function(e){var t=this.getColorByIndex(e);return this.getNameByColor(t)},n}(),Kh=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},R=function(){function n(e,t){e===void 0&&(e=exports.AcCmColorMethod.ByLayer),this._colorMethod=e,this._colorMethod==exports.AcCmColorMethod.ByColor&&t==null?this._value=16777215:this._colorMethod==exports.AcCmColorMethod.ByACI?t==null?this._value=8:t===0?this._colorMethod=exports.AcCmColorMethod.ByBlock:t===256?this._colorMethod=exports.AcCmColorMethod.ByLayer:this._value=Math.max(0,Math.min(t,256)):this._value=t}return Object.defineProperty(n.prototype,"colorMethod",{get:function(){return this._colorMethod},set:function(e){this._colorMethod=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"red",{get:function(){var e=this.RGB;return e!=null?e>>16&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"green",{get:function(){var e=this.RGB;return e!=null?e>>8&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"blue",{get:function(){var e=this.RGB;return e!=null?e&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"RGB",{get:function(){switch(this._colorMethod){case exports.AcCmColorMethod.ByColor:case exports.AcCmColorMethod.ByBlock:case exports.AcCmColorMethod.ByLayer:return this._value;case exports.AcCmColorMethod.ByACI:return this._value?It.getColorByIndex(this._value):this._value;default:return}},enumerable:!1,configurable:!0}),n.prototype.setRGB=function(e,t,r){var i=Math.max(0,Math.min(255,Math.round(e))),s=Math.max(0,Math.min(255,Math.round(t))),o=Math.max(0,Math.min(255,Math.round(r)));return this._value=i<<16|s<<8|o,this._colorMethod=exports.AcCmColorMethod.ByColor,this},n.prototype.setRGBValue=function(e){return e==null||!Number.isFinite(e)?this:(this._value=e&16777215,this._colorMethod=exports.AcCmColorMethod.ByColor,this)},n.prototype.setRGBFromCss=function(e){if(!e)return this;var t=e.trim().toLowerCase();if(t.startsWith("#")){var r=0,i=0,s=0;if(t.length===7)r=parseInt(t.substr(1,2),16),i=parseInt(t.substr(3,2),16),s=parseInt(t.substr(5,2),16);else if(t.length===4)r=parseInt(t[1]+t[1],16),i=parseInt(t[2]+t[2],16),s=parseInt(t[3]+t[3],16);else return this;return this.setRGB(r,i,s)}var o=t.match(/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/);if(o){var r=parseInt(o[1],10),i=parseInt(o[2],10),s=parseInt(o[3],10);return this.setRGB(r,i,s)}var a=It.getColorByName(e);return a!==void 0?this.setRGBValue(a):this},n.prototype.setScalar=function(e){return this.setRGB(e,e,e)},Object.defineProperty(n.prototype,"hexColor",{get:function(){var e=this.RGB;if(e!=null){var t=e.toString(16).padStart(6,"0").toUpperCase();return"0x"+t}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"cssColor",{get:function(){var e=this.RGB;if(e!=null)return"rgb(".concat(e>>16&255,",").concat(e>>8&255,",").concat(e&255,")")},enumerable:!1,configurable:!0}),n.prototype.cssColorAlpha=function(e){var t=this.RGB;if(t!=null)return"rgba(".concat(t>>16&255,",").concat(t>>8&255,",").concat(t&255,",").concat(e,")")},Object.defineProperty(n.prototype,"colorIndex",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI?this._value:this._colorMethod===exports.AcCmColorMethod.ByLayer?256:this._colorMethod===exports.AcCmColorMethod.ByBlock?0:void 0},set:function(e){if(e!=null){var t=Math.max(0,Math.min(256,Math.round(e)));t===0?(this._colorMethod=exports.AcCmColorMethod.ByBlock,this._value=void 0):t===256?(this._colorMethod=exports.AcCmColorMethod.ByLayer,this._value=void 0):(this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=t)}},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isByColor",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByColor},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isByACI",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isForeground",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI&&this._value===7},enumerable:!1,configurable:!0}),n.prototype.setForeground=function(){return this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=7,this},Object.defineProperty(n.prototype,"isByLayer",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByLayer},enumerable:!1,configurable:!0}),n.prototype.setByLayer=function(e){return this._colorMethod=exports.AcCmColorMethod.ByLayer,e==null?this._value=256:this._value=e,this},Object.defineProperty(n.prototype,"isByBlock",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByBlock},enumerable:!1,configurable:!0}),n.prototype.setByBlock=function(e){return this._colorMethod=exports.AcCmColorMethod.ByBlock,e==null?this._value=0:this._value=e,this},Object.defineProperty(n.prototype,"colorName",{get:function(){switch(this._colorMethod){case exports.AcCmColorMethod.ByLayer:return"ByLayer";case exports.AcCmColorMethod.ByBlock:return"ByBlock";case exports.AcCmColorMethod.ByColor:return this._value?It.getNameByColor(this._value):"";case exports.AcCmColorMethod.ByACI:return this._value?It.getNameByIndex(this._value):"";default:return}},set:function(e){if(e){var t=It.getColorByName(e);t!==void 0&&(this._value=t,this._colorMethod=exports.AcCmColorMethod.ByColor)}},enumerable:!1,configurable:!0}),n.prototype.clone=function(){var e=new n;return e._colorMethod=this._colorMethod,e._value=this._value,e},n.prototype.copy=function(e){return this._colorMethod=e._colorMethod,this._value=e._value,this},n.prototype.equals=function(e){return this._colorMethod===e._colorMethod&&this._value===e._value},n.prototype.toString=function(){switch(this._colorMethod){case exports.AcCmColorMethod.None:return"None";case exports.AcCmColorMethod.ByLayer:return"ByLayer";case exports.AcCmColorMethod.ByBlock:return"ByBlock";case exports.AcCmColorMethod.ByACI:return this._value!==void 0?String(this._value):"";case exports.AcCmColorMethod.ByColor:return this._value?"RGB:".concat(this.red,",").concat(this.green,",").concat(this.blue):"";default:return""}},n.fromString=function(e){if(e){var t=e.trim();if(/^none$/i.test(t))return new n(exports.AcCmColorMethod.None);if(/^bylayer$/i.test(t))return new n(exports.AcCmColorMethod.ByLayer);if(/^byblock$/i.test(t))return new n(exports.AcCmColorMethod.ByBlock);var r=t.match(/^rgb\s*:\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})$/i);if(r){var i=Number(r[1]),s=Number(r[2]),o=Number(r[3]),a=new n(exports.AcCmColorMethod.ByColor);return a.setRGB(i,s,o),a}if(/^\d{1,3},\d{1,3},\d{1,3}$/.test(t)){var l=Kh(t.split(",").map(Number),3),i=l[0],s=l[1],o=l[2],a=new n(exports.AcCmColorMethod.ByColor);return a.setRGB(i,s,o),a}if(/^\d+$/.test(t)){var c=parseInt(t,10);return new n(exports.AcCmColorMethod.ByACI,c)}if(/^book\$/i.test(t)){var h=t.substring(t.indexOf("$")+1),d=It.getColorByName(h);return d!=null?new n(exports.AcCmColorMethod.ByColor,d):void 0}var p=It.getColorByName(t);if(p!=null)return new n(exports.AcCmColorMethod.ByColor,p)}},n}(),Zh=function(){function n(e,t){e===void 0&&(e=exports.AcCmColorMethod.ByColor),t===void 0&&(t=0),this._colorMethod=e,this._value=t}return Object.defineProperty(n.prototype,"colorMethd",{get:function(){return this._colorMethod},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"red",{get:function(){return this._value>>16&255},set:function(e){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&65535|(e&255)<<16},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"green",{get:function(){return this._value>>8&255},set:function(e){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&16711935|(e&255)<<8},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"blue",{get:function(){return this._value&255},set:function(e){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&16776960|e&255},enumerable:!1,configurable:!0}),n.prototype.setRGB=function(e,t,r){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=(e&255)<<16|(t&255)<<8|r&255},Object.defineProperty(n.prototype,"colorIndex",{get:function(){return this._value},set:function(e){this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"layerIndex",{get:function(){return this._value},set:function(e){this._colorMethod=exports.AcCmColorMethod.ByLayer,this._value=e},enumerable:!1,configurable:!0}),n.prototype.isByColor=function(){return this._colorMethod===exports.AcCmColorMethod.ByColor},n.prototype.isByLayer=function(){return this._colorMethod===exports.AcCmColorMethod.ByLayer},n.prototype.isByBlock=function(){return this._colorMethod===exports.AcCmColorMethod.ByBlock},n.prototype.isByACI=function(){return this._colorMethod===exports.AcCmColorMethod.ByACI},n.prototype.isNone=function(){return this._colorMethod===exports.AcCmColorMethod.None},Object.defineProperty(n.prototype,"rawValue",{get:function(){return this._value},set:function(e){this._value=e},enumerable:!1,configurable:!0}),n}(),Pe={get ILLEGAL_PARAMETERS(){return new ReferenceError("Illegal Parameters")},get ZERO_DIVISION(){return new Error("Zero division")},get UNRESOLVED_BOUNDARY_CONFLICT(){return new Error("Unresolved boundary conflict in boolean operation")},get INFINITE_LOOP(){return new Error("Infinite loop")},get CANNOT_INVOKE_ABSTRACT_METHOD(){return new Error("Abstract method cannot be invoked")},get OPERATION_IS_NOT_SUPPORTED(){return new Error("Operation is not supported")},get NOT_IMPLEMENTED(){return new Error("Not implemented yet")}},Qh=function(){function n(){this._listeners={}}return n.prototype.addEventListener=function(e,t){this._listeners===void 0&&(this._listeners={});var r=this._listeners;r[e]===void 0&&(r[e]=[]),r[e].indexOf(t)===-1&&r[e].push(t)},n.prototype.hasEventListener=function(e,t){if(this._listeners===void 0)return!1;var r=this._listeners;return r[e]!==void 0&&r[e].indexOf(t)!==-1},n.prototype.removeEventListener=function(e,t){if(this._listeners!==void 0){var r=this._listeners,i=r[e];if(i!==void 0){var s=i.indexOf(t);s!==-1&&i.splice(s,1)}}},n.prototype.dispatchEvent=function(e){if(this._listeners!==void 0){var t=this._listeners,r=t[e.type];if(r!==void 0){e.target=this;for(var i=r.slice(0),s=0,o=i.length;s<o;s++)i[s].call(this,e)}}},n}(),Jh=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},ed=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},td=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))},ie=function(){function n(){this.listeners=[]}return n.prototype.addEventListener=function(e){this.listeners.push(e)},n.prototype.removeEventListener=function(e){this.listeners=this.listeners.filter(function(t){return t!==e})},n.prototype.replaceEventListener=function(e){this.removeEventListener(e),this.addEventListener(e)},n.prototype.dispatch=function(e){for(var t,r,i=[],s=1;s<arguments.length;s++)i[s-1]=arguments[s];try{for(var o=Jh(this.listeners),a=o.next();!a.done;a=o.next()){var l=a.value,c=l;c.call.apply(c,td([null,e],ed(i),!1))}}catch(h){t={error:h}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}},n}(),cs=function(){return cs=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n},cs.apply(this,arguments)},nd=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},rd=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))},xa=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")};function qn(n){return n===null||typeof n!="object"?n:Array.isArray(n)?rd([],nd(n),!1):cs({},n)}function hs(n){if(n===null||typeof n!="object")return n;if(n instanceof Date)return new Date(n.getTime());if(n instanceof RegExp)return new RegExp(n.source,n.flags);if(Array.isArray(n))return n.map(hs);var e={};for(var t in n)Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=hs(n[t]));return e}function fr(n){for(var e,t,r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];try{for(var s=xa(r),o=s.next();!o.done;o=s.next()){var a=o.value;if(a)for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&n[l]===void 0&&(n[l]=a[l])}}catch(c){e={error:c}}finally{try{o&&!o.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}return n}function wa(n,e){return n!=null&&Object.prototype.hasOwnProperty.call(n,e)}function va(n){return n==null?!0:Array.isArray(n)||typeof n=="string"?n.length===0:n instanceof Map||n instanceof Set?n.size===0:typeof n=="object"?Object.keys(n).length===0:!1}function wn(n,e){var t,r;if(n===e)return!0;if(n==null||e==null)return n===e;if(typeof n!=typeof e)return!1;if(typeof n!="object")return n===e;if(Array.isArray(n)!==Array.isArray(e))return!1;if(Array.isArray(n)){if(n.length!==e.length)return!1;for(var i=0;i<n.length;i++)if(!wn(n[i],e[i]))return!1;return!0}var s=Object.keys(n),o=Object.keys(e);if(s.length!==o.length)return!1;try{for(var a=xa(s),l=a.next();!l.done;l=a.next()){var c=l.value;if(!Object.prototype.hasOwnProperty.call(e,c)||!wn(n[c],e[c]))return!1}}catch(h){t={error:h}}finally{try{l&&!l.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}return!0}var id=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function sd(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var Pa={exports:{}};(function(n){(function(e,t){n.exports?n.exports=t():e.log=t()})(id,function(){var e=function(){},t="undefined",r=typeof window!==t&&typeof window.navigator!==t&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"],s={},o=null;function a(m,y){var _=m[y];if(typeof _.bind=="function")return _.bind(m);try{return Function.prototype.bind.call(_,m)}catch{return function(){return Function.prototype.apply.apply(_,[m,arguments])}}}function l(){console.log&&(console.log.apply||Function.prototype.apply.apply(console.log,[console,arguments]))}function c(m){return m==="debug"&&(m="log"),typeof console===t?!1:m==="trace"&&r?l:console[m]!==void 0?a(console,m):console.log!==void 0?a(console,"log"):e}function h(){for(var m=this.getLevel(),y=0;y<i.length;y++){var _=i[y];this[_]=y<m?e:this.methodFactory(_,m,this.name)}if(this.log=this.debug,typeof console===t&&m<this.levels.SILENT)return"No console available for logging"}function d(m){return function(){typeof console!==t&&(h.call(this),this[m].apply(this,arguments))}}function p(m,y,_){return c(m)||d.apply(this,arguments)}function g(m,y){var _=this,P,L,S,A="loglevel";typeof m=="string"?A+=":"+m:typeof m=="symbol"&&(A=void 0);function N(F){var H=(i[F]||"silent").toUpperCase();if(!(typeof window===t||!A)){try{window.localStorage[A]=H;return}catch{}try{window.document.cookie=encodeURIComponent(A)+"="+H+";"}catch{}}}function C(){var F;if(!(typeof window===t||!A)){try{F=window.localStorage[A]}catch{}if(typeof F===t)try{var H=window.document.cookie,ne=encodeURIComponent(A),me=H.indexOf(ne+"=");me!==-1&&(F=/^([^;]+)/.exec(H.slice(me+ne.length+1))[1])}catch{}return _.levels[F]===void 0&&(F=void 0),F}}function z(){if(!(typeof window===t||!A)){try{window.localStorage.removeItem(A)}catch{}try{window.document.cookie=encodeURIComponent(A)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch{}}}function M(F){var H=F;if(typeof H=="string"&&_.levels[H.toUpperCase()]!==void 0&&(H=_.levels[H.toUpperCase()]),typeof H=="number"&&H>=0&&H<=_.levels.SILENT)return H;throw new TypeError("log.setLevel() called with invalid level: "+F)}_.name=m,_.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},_.methodFactory=y||p,_.getLevel=function(){return S??L??P},_.setLevel=function(F,H){return S=M(F),H!==!1&&N(S),h.call(_)},_.setDefaultLevel=function(F){L=M(F),C()||_.setLevel(F,!1)},_.resetLevel=function(){S=null,z(),h.call(_)},_.enableAll=function(F){_.setLevel(_.levels.TRACE,F)},_.disableAll=function(F){_.setLevel(_.levels.SILENT,F)},_.rebuild=function(){if(o!==_&&(P=M(o.getLevel())),h.call(_),o===_)for(var F in s)s[F].rebuild()},P=M(o?o.getLevel():"WARN");var U=C();U!=null&&(S=M(U)),h.call(_)}o=new g,o.getLogger=function(y){if(typeof y!="symbol"&&typeof y!="string"||y==="")throw new TypeError("You must supply a name when creating a logger.");var _=s[y];return _||(_=s[y]=new g(y,o.methodFactory)),_};var f=typeof window!==t?window.log:void 0;return o.noConflict=function(){return typeof window!==t&&window.log===o&&(window.log=f),o},o.getLoggers=function(){return s},o.default=o,o})})(Pa);var od=Pa.exports;const ad=sd(od);var ld=!0,Kn=ad;Kn.setLevel("debug");var cd=function(n){try{Kn.setLevel(n)}catch(e){Kn.setLevel("error"),Kn.error(e)}},Aa=function(){function n(e,t){this.events={attrChanged:new ie,modelChanged:new ie},this._changing=!1,this._previousAttributes={},this._pending=!1;var r=e||{};t&&fr(r,t),this.attributes=r,this.changed={}}return n.prototype.get=function(e){return this.attributes[e]},n.prototype.set=function(e,t,r){if(e==null)return this;var i;typeof e=="object"?(i=e,r=t):(i={},i[e]=t),r||(r={});var s=r.unset,o=r.silent,a=[],l=this._changing;this._changing=!0,l||(this._previousAttributes=qn(this.attributes),this.changed={});var c=this.attributes,h=this.changed,d=this._previousAttributes;for(var p in i)t=i[p],wn(c[p],t)||a.push(p),wn(d[p],t)?delete h[p]:h[p]=t,s?delete c[p]:c[p]=t;if(!o){a.length&&(this._pending=r);for(var g=0;g<a.length;g++)this.events.attrChanged.dispatch({object:this,attrName:a[g],attrValue:c[a[g]],options:r})}if(l)return this;if(!o)for(;this._pending;)r=this._pending,this._pending=!1,this.events.modelChanged.dispatch({object:this,options:r});return this._pending=!1,this._changing=!1,this},n.prototype.has=function(e){return this.get(e)!=null},n.prototype.hasChanged=function(e){return e==null?!va(this.changed):wa(this.changed,e)},n.prototype.changedAttributes=function(e){if(!e)return this.hasChanged()?qn(this.changed):{};var t=this._changing?this._previousAttributes:this.attributes,r={};for(var i in e){var s=e[i];wn(t[i],s)||(r[i]=s)}return r},n.prototype.previous=function(e){return e==null||!this._previousAttributes?null:this._previousAttributes[e]},n.prototype.previousAttributes=function(){return qn(this._previousAttributes)},n.prototype.clone=function(){var e=qn(this.attributes);return new n(e)},n}(),hd=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},dd=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},ks=function(){function n(){this.entries=new Map}return n.getInstance=function(){return n.instance||(n.instance=new n),n.instance},n.prototype.collect=function(e){this.entries.set(e.name,e)},n.prototype.printAll=function(){var e,t;try{for(var r=hd(this.entries),i=r.next();!i.done;i=r.next())var s=dd(i.value,2),o=s[0],a=s[1]}catch(l){e={error:l}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}},n.prototype.clear=function(){this.entries.clear()},n.prototype.getAll=function(){return Array.from(this.entries.values())},n.prototype.getEntry=function(e){return this.entries.get(e)},n.prototype.remove=function(e){return this.entries.delete(e)},n}(),ud=function(){function n(){}return n.formatBytes=function(e,t){if(t===void 0&&(t=2),e===0)return"0 B";var r=1024,i=Math.max(0,t),s=["B","KB","MB","GB","TB"],o=Math.floor(Math.log(e)/Math.log(r)),a=e/Math.pow(r,o);return"".concat(parseFloat(a.toFixed(i))," ").concat(s[o])},n}();exports.AcCmTransparencyMethod=void 0;(function(n){n[n.ByLayer=0]="ByLayer",n[n.ByBlock=1]="ByBlock",n[n.ByAlpha=2]="ByAlpha",n[n.ErrorValue=3]="ErrorValue"})(exports.AcCmTransparencyMethod||(exports.AcCmTransparencyMethod={}));var te=function(){function n(e){e!==void 0?(this._method=exports.AcCmTransparencyMethod.ByAlpha,this._alpha=n.clampAlpha(e)):(this._method=exports.AcCmTransparencyMethod.ByLayer,this._alpha=255)}return Object.defineProperty(n.prototype,"method",{get:function(){return this._method},set:function(e){this._method=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"alpha",{get:function(){return this._alpha},set:function(e){this._alpha=n.clampAlpha(e),this._method=exports.AcCmTransparencyMethod.ByAlpha},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"percentage",{get:function(){if(this._method===exports.AcCmTransparencyMethod.ByAlpha)return Math.round((1-this._alpha/255)*100)},set:function(e){var t=Math.max(0,Math.min(100,e)),r=Math.round(255*(1-t/100));this.alpha=r},enumerable:!1,configurable:!0}),n.clampAlpha=function(e){return Math.max(0,Math.min(255,Math.floor(e)))},Object.defineProperty(n.prototype,"isByAlpha",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByAlpha},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isByBlock",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByBlock},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isByLayer",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByLayer},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isClear",{get:function(){return this.isByAlpha&&this._alpha===0},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isSolid",{get:function(){return this.isByAlpha&&this._alpha===255},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"isInvalid",{get:function(){return this._method===exports.AcCmTransparencyMethod.ErrorValue},enumerable:!1,configurable:!0}),n.prototype.serialize=function(){var e=this._method;return e<<24|this._alpha},n.prototype.clone=function(){var e=new n;return e._method=this._method,e._alpha=this._alpha,e},n.prototype.equals=function(e){return this._method===e._method&&this._alpha===e._alpha},n.prototype.toString=function(){return this.isByLayer?"ByLayer":this.isByBlock?"ByBlock":this._alpha.toString()},n.fromString=function(e){var t=e.trim(),r=t.toLowerCase();if(r===""||r==="."||r==="use current"||r==="bylayer"){var i=new n;return i._method=exports.AcCmTransparencyMethod.ByLayer,i}if(r==="byblock"){var s=new n;return s._method=exports.AcCmTransparencyMethod.ByBlock,s}var o=Number(t);if(Number.isInteger(o)&&o>=0&&o<=255){var a=new n;return o<=90?a.percentage=o:a.alpha=o,a}var l=new n;return l._method=exports.AcCmTransparencyMethod.ErrorValue,l},n.deserialize=function(e){var t=e>>>24&255,r=e&255,i=t>=exports.AcCmTransparencyMethod.ByLayer&&t<=exports.AcCmTransparencyMethod.ErrorValue?t:exports.AcCmTransparencyMethod.ErrorValue,s=new n;return s._method=i,s._alpha=n.clampAlpha(r),s},n}(),Vo=function(n,e,t,r){function i(s){return s instanceof t?s:new t(function(o){o(s)})}return new(t||(t=Promise))(function(s,o){function a(h){try{c(r.next(h))}catch(d){o(d)}}function l(h){try{c(r.throw(h))}catch(d){o(d)}}function c(h){h.done?s(h.value):i(h.value).then(a,l)}c((r=r.apply(n,e||[])).next())})},ji=function(n,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(h){return l([c,h])}}function l(c){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(r=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(h){c=[6,h],i=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Sa=function(){function n(e){this.name=e}return n.prototype.run=function(e){throw new Error("run() must be implemented by subclass")},n}(),La=function(){function n(){this.tasks=[],this.onProgress=function(){},this.onComplete=function(){},this.onError=function(){return!1}}return n.prototype.scheduleTask=function(e){return new Promise(function(t,r){var i=function(){Promise.resolve(e()).then(t).catch(r)};typeof window<"u"&&typeof window.requestAnimationFrame=="function"?window.requestAnimationFrame(i):setTimeout(i,0)})},n.prototype.addTask=function(e){this.tasks.push(e)},n.prototype.setProgressCallback=function(e){this.onProgress=e},n.prototype.setCompleteCallback=function(e){this.onComplete=e},n.prototype.setErrorCallback=function(e){this.onError=e},n.prototype.run=function(e){return Vo(this,void 0,void 0,function(){var t,r,i,s,o,a,l=this;return ji(this,function(c){switch(c.label){case 0:t=this.tasks.length,r=e,i=function(h){var d,p,g;return ji(this,function(f){switch(f.label){case 0:d=s.tasks[h],f.label=1;case 1:return f.trys.push([1,3,,4]),[4,s.scheduleTask(function(){return Vo(l,void 0,void 0,function(){var m;return ji(this,function(y){switch(y.label){case 0:return[4,d.run(r)];case 1:return m=y.sent(),this.onProgress((h+1)/t,d),[2,m]}})})})];case 2:return r=f.sent(),[3,4];case 3:return p=f.sent(),g=s.onError({error:p,taskIndex:h,task:d}),g?[2,{value:Promise.reject(p)}]:[3,4];case 4:return[2]}})},s=this,o=0,c.label=1;case 1:return o<t?[5,i(o)]:[3,4];case 2:if(a=c.sent(),typeof a=="object")return[2,a.value];c.label=3;case 3:return o++,[3,1];case 4:return this.onComplete(r),[2]}})})},n}(),Ia=function(){function n(e,t,r){this.isLoading=!1,this.itemsLoaded=0,this.itemsTotal=0,this.urlModifier=void 0,this.handlers=[],this.onStart=void 0,this.onLoad=e,this.onProgress=t,this.onError=r}return n.prototype.itemStart=function(e){this.itemsTotal++,this.isLoading===!1&&this.onStart!==void 0&&this.onStart(e,this.itemsLoaded,this.itemsTotal),this.isLoading=!0},n.prototype.itemEnd=function(e){this.itemsLoaded++,this.onProgress!==void 0&&this.onProgress(e,this.itemsLoaded,this.itemsTotal),this.itemsLoaded===this.itemsTotal&&(this.isLoading=!1,this.onLoad!==void 0&&this.onLoad())},n.prototype.itemError=function(e){this.onError!==void 0&&this.onError(e)},n.prototype.resolveURL=function(e){return this.urlModifier?this.urlModifier(e):e},n.prototype.setURLModifier=function(e){return this.urlModifier=e,this},n.prototype.addHandler=function(e,t){return this.handlers.push(e,t),this},n.prototype.removeHandler=function(e){var t=this.handlers.indexOf(e);return t!==-1&&this.handlers.splice(t,2),this},n.prototype.getHandler=function(e){for(var t=0,r=this.handlers.length;t<r;t+=2){var i=this.handlers[t],s=this.handlers[t+1];if(i.global&&(i.lastIndex=0),i.test(e))return s}return null},n}(),Ea=new Ia,gd=function(){function n(e){this.manager=e!==void 0?e:Ea,this.crossOrigin="anonymous",this.withCredentials=!1,this.path="",this.resourcePath="",this.requestHeader={}}return n.prototype.loadAsync=function(e,t){var r=this;return new Promise(function(i,s){r.load(e,i,t,s)})},n.prototype.parse=function(e){},n.prototype.setCrossOrigin=function(e){return this.crossOrigin=e,this},n.prototype.setWithCredentials=function(e){return this.withCredentials=e,this},n.prototype.setPath=function(e){return this.path=e,this},n.prototype.setResourcePath=function(e){return this.resourcePath=e,this},n.prototype.setRequestHeader=function(e){return this.requestHeader=e,this},n}();const jo=[{name:"AC1.2",value:1},{name:"AC1.40",value:2},{name:"AC1.50",value:3},{name:"AC2.20",value:4},{name:"AC2.10",value:5},{name:"AC2.21",value:6},{name:"AC2.22",value:7},{name:"AC1001",value:8},{name:"AC1002",value:9},{name:"AC1003",value:10},{name:"AC1004",value:11},{name:"AC1005",value:12},{name:"AC1006",value:13},{name:"AC1007",value:14},{name:"AC1008",value:15},{name:"AC1009",value:16},{name:"AC1010",value:17},{name:"AC1011",value:18},{name:"AC1012",value:19},{name:"AC1013",value:20},{name:"AC1014",value:21},{name:"AC1500",value:22},{name:"AC1015",value:23},{name:"AC1800a",value:24},{name:"AC1018",value:25},{name:"AC2100a",value:26},{name:"AC1021",value:27},{name:"AC2400a",value:28},{name:"AC1024",value:29},{name:"AC1027",value:31},{name:"AC3200a",value:32},{name:"AC1032",value:33}];class Ye{constructor(e){if(typeof e=="string"){const t=jo.find(r=>r.name===e);if(!t)throw new Error(`Unknown DWG version name: ${e}`);this.name=t.name,this.value=t.value;return}if(typeof e=="number"){const t=jo.find(r=>r.value===e);if(!t)throw new Error(`Unknown DWG version value: ${e}`);this.name=t.name,this.value=t.value;return}throw new Error("Invalid constructor argument for AcDbDwgVersion")}}class Ta{constructor(e={}){this._database=e.database,this._precision=Math.max(0,Math.min(16,e.precision??16)),this._version=e.version instanceof Ye?e.version:e.version!=null?new Ye(e.version):void 0,this._lines=[],this._handleMap=new Map,this._nextHandle=1}get database(){return this._database}set database(e){this._database=e}get precision(){return this._precision}setPrecision(e){return this._precision=Math.max(0,Math.min(16,e)),this}get version(){return this._version}get nextHandle(){return this._nextHandle}setVersion(e){return this._version=e instanceof Ye?e:new Ye(e),this}toString(){return this._lines.join(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var vn=(i=>(i[i.Invalid=-9999]="Invalid",i[i.Start=0]="Start",i[i.Text=1]="Text",i[i.AttributeTag=2]="AttributeTag",i[i.BlockName=2]="BlockName",i[i.ShapeName=2]="ShapeName",i[i.SymbolTableName=2]="SymbolTableName",i[i.SymbolTableRecordName=2]="SymbolTableRecordName",i[i.MlineStyleName=2]="MlineStyleName",i[i.AttributePrompt=3]="AttributePrompt",i[i.Description=3]="Description",i[i.DimPostString=3]="DimPostString",i[i.DimStyleName=3]="DimStyleName",i[i.LinetypeProse=3]="LinetypeProse",i[i.TextFontFile=3]="TextFontFile",i[i.CLShapeName=4]="CLShapeName",i[i.DimensionAlternativePrefixSuffix=4]="DimensionAlternativePrefixSuffix",i[i.SymbolTableRecordComments=4]="SymbolTableRecordComments",i[i.TextBigFontFile=4]="TextBigFontFile",i[i.Handle=5]="Handle",i[i.DimensionBlock=5]="DimensionBlock",i[i.LinetypeName=6]="LinetypeName",i[i.DimBlk1=6]="DimBlk1",i[i.TextStyleName=7]="TextStyleName",i[i.DimBlk2=7]="DimBlk2",i[i.LayerName=8]="LayerName",i[i.CLShapeText=9]="CLShapeText",i[i.XCoordinate=10]="XCoordinate",i[i.YCoordinate=20]="YCoordinate",i[i.ZCoordinate=30]="ZCoordinate",i[i.Real=40]="Real",i[i.TxtSize=40]="TxtSize",i[i.ViewportHeight=40]="ViewportHeight",i[i.Angle=50]="Angle",i[i.ViewportSnapAngle=50]="ViewportSnapAngle",i[i.Visibility=60]="Visibility",i[i.Int16=70]="Int16",i[i.Int32=90]="Int32",i[i.Int64=160]="Int64",i[i.Int8=280]="Int8",i[i.Thickness=39]="Thickness",i[i.Elevation=38]="Elevation",i[i.LinetypeScale=48]="LinetypeScale",i[i.DashLength=49]="DashLength",i[i.MlineOffset=49]="MlineOffset",i[i.LinetypeElement=49]="LinetypeElement",i[i.NormalX=210]="NormalX",i[i.NormalY=220]="NormalY",i[i.NormalZ=230]="NormalZ",i[i.UcsOrg=110]="UcsOrg",i[i.UcsOrientationX=111]="UcsOrientationX",i[i.UcsOrientationY=112]="UcsOrientationY",i[i.ViewHeight=45]="ViewHeight",i[i.ViewWidth=41]="ViewWidth",i[i.ViewLensLength=42]="ViewLensLength",i[i.ViewFrontClip=43]="ViewFrontClip",i[i.ViewBackClip=44]="ViewBackClip",i[i.ViewBrightness=141]="ViewBrightness",i[i.ViewContrast=142]="ViewContrast",i[i.ViewMode=71]="ViewMode",i[i.ViewportActive=68]="ViewportActive",i[i.ViewportAspect=41]="ViewportAspect",i[i.ViewportGrid=76]="ViewportGrid",i[i.ViewportIcon=74]="ViewportIcon",i[i.ViewportNumber=69]="ViewportNumber",i[i.ViewportSnap=75]="ViewportSnap",i[i.ViewportSnapPair=78]="ViewportSnapPair",i[i.ViewportSnapStyle=77]="ViewportSnapStyle",i[i.ViewportTwist=51]="ViewportTwist",i[i.ViewportVisibility=67]="ViewportVisibility",i[i.ViewportZoom=73]="ViewportZoom",i[i.Color=62]="Color",i[i.ColorRgb=420]="ColorRgb",i[i.ColorName=430]="ColorName",i[i.LineWeight=370]="LineWeight",i[i.PlotStyleNameType=380]="PlotStyleNameType",i[i.PlotStyleNameId=390]="PlotStyleNameId",i[i.GradientObjType=450]="GradientObjType",i[i.GradientAngle=460]="GradientAngle",i[i.GradientName=470]="GradientName",i[i.GradientColCount=453]="GradientColCount",i[i.GradientPatType=451]="GradientPatType",i[i.GradientTintType=452]="GradientTintType",i[i.GradientShift=461]="GradientShift",i[i.GradientColVal=463]="GradientColVal",i[i.GradientTintVal=462]="GradientTintVal",i[i.SoftPointerId=330]="SoftPointerId",i[i.HardPointerId=340]="HardPointerId",i[i.SoftOwnershipId=350]="SoftOwnershipId",i[i.HardOwnershipId=360]="HardOwnershipId",i[i.ArbitraryHandle=320]="ArbitraryHandle",i[i.ExtendedDataAsciiString=1e3]="ExtendedDataAsciiString",i[i.ExtendedDataRegAppName=1001]="ExtendedDataRegAppName",i[i.ExtendedDataControlString=1002]="ExtendedDataControlString",i[i.ExtendedDataLayerName=1003]="ExtendedDataLayerName",i[i.ExtendedDataBinaryChunk=1004]="ExtendedDataBinaryChunk",i[i.ExtendedDataHandle=1005]="ExtendedDataHandle",i[i.ExtendedDataXCoordinate=1010]="ExtendedDataXCoordinate",i[i.ExtendedDataWorldXCoordinate=1011]="ExtendedDataWorldXCoordinate",i[i.ExtendedDataWorldXDisp=1012]="ExtendedDataWorldXDisp",i[i.ExtendedDataWorldXDir=1013]="ExtendedDataWorldXDir",i[i.ExtendedDataYCoordinate=1020]="ExtendedDataYCoordinate",i[i.ExtendedDataWorldYCoordinate=1021]="ExtendedDataWorldYCoordinate",i[i.ExtendedDataWorldYDisp=1022]="ExtendedDataWorldYDisp",i[i.ExtendedDataWorldYDir=1023]="ExtendedDataWorldYDir",i[i.ExtendedDataZCoordinate=1030]="ExtendedDataZCoordinate",i[i.ExtendedDataWorldZCoordinate=1031]="ExtendedDataWorldZCoordinate",i[i.ExtendedDataWorldZDisp=1032]="ExtendedDataWorldZDisp",i[i.ExtendedDataWorldZDir=1033]="ExtendedDataWorldZDir",i[i.ExtendedDataReal=1040]="ExtendedDataReal",i[i.ExtendedDataDist=1041]="ExtendedDataDist",i[i.ExtendedDataScale=1042]="ExtendedDataScale",i[i.ExtendedDataInteger16=1070]="ExtendedDataInteger16",i[i.ExtendedDataInteger32=1071]="ExtendedDataInteger32",i[i.XTextString=300]="XTextString",i[i.XReal=140]="XReal",i[i.XInt16=170]="XInt16",i[i.XXInt16=270]="XXInt16",i[i.Subclass=100]="Subclass",i[i.ControlString=102]="ControlString",i[i.EmbeddedObjectStart=101]="EmbeddedObjectStart",i[i.End=-1]="End",i[i.FirstEntityId=-2]="FirstEntityId",i[i.HeaderId=-2]="HeaderId",i[i.XDataStart=-3]="XDataStart",i[i.Operator=-4]="Operator",i[i.PReactors=-5]="PReactors",i[i.XDictionary=-6]="XDictionary",i))(vn||{});exports.AcCmColorMethod=void 0;(function(i){i[i.ByColor=1]="ByColor",i[i.ByACI=2]="ByACI",i[i.ByLayer=3]="ByLayer",i[i.ByBlock=4]="ByBlock",i[i.None=0]="None"})(exports.AcCmColorMethod||(exports.AcCmColorMethod={}));var fa=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},ya=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Lr={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074},yi=[0,16711680,16776960,65280,65535,255,16711935,16777215,8421504,12632256,16711680,16744319,13369344,13395558,10027008,10046540,8323072,8339263,4980736,4990502,16727808,16752511,13382400,13401958,10036736,10051404,8331008,8343359,4985600,4992806,16744192,16760703,13395456,13408614,10046464,10056268,8339200,8347455,4990464,4995366,16760576,16768895,13408512,13415014,10056192,10061132,8347392,8351551,4995328,4997670,16776960,16777087,13421568,13421670,10000384,10000460,8355584,8355647,5000192,5000230,12582656,14679935,10079232,11717734,7510016,8755276,6258432,7307071,3755008,4344870,8388352,12582783,6736896,10079334,5019648,7510092,4161280,6258495,2509824,3755046,4194048,10485631,3394560,8375398,2529280,6264908,2064128,5209919,1264640,3099686,65280,8388479,52224,6736998,38912,5019724,32512,4161343,19456,2509862,65343,8388511,52275,6737023,38950,5019743,32543,4161359,19475,2509871,65407,8388543,52326,6737049,38988,5019762,32575,4161375,19494,2509881,65471,8388575,52377,6737074,39026,5019781,32607,4161391,19513,2509890,65535,8388607,52428,6737100,39064,5019800,32639,4161407,19532,2509900,49151,8380415,39372,6730444,29336,5014936,24447,4157311,14668,2507340,32767,8372223,26316,6724044,19608,5010072,16255,4153215,9804,2505036,16383,8364031,13260,6717388,9880,5005208,8063,4149119,4940,2502476,255,8355839,204,6710988,152,5000344,127,4145023,76,2500172,4129023,10452991,3342540,8349388,2490520,6245528,2031743,5193599,1245260,3089996,8323327,12550143,6684876,10053324,4980888,7490712,4128895,6242175,2490444,3745356,12517631,14647295,10027212,11691724,7471256,8735896,6226047,7290751,3735628,4335180,16711935,16744447,13369548,13395660,9961624,9981080,8323199,8339327,4980812,4990540,16711871,16744415,13369497,13395634,9961586,9981061,8323167,8339311,4980793,4990530,16711807,16744383,13369446,13395609,9961548,9981042,8323135,8339295,4980774,4990521,16711743,16744351,13369395,13395583,9961510,9981023,8323103,8339279,4980755,4990511,3355443,5987163,8684676,11382189,14079702,16777215,0],Et=function(){function i(){}return i.getColorByIndex=function(t){return yi[t]},i.getIndexByColor=function(t){for(var e=yi.length-1,n=1;n<e;++n)if(yi[n]===t)return n},i.getColorByName=function(t){return Lr[t.toLowerCase()]},i.getNameByColor=function(t){var e,n;try{for(var r=fa(Object.entries(Lr)),s=r.next();!s.done;s=r.next()){var o=ya(s.value,2),a=o[0],h=o[1];if(h===t)return a}}catch(l){e={error:l}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},i.getNameByIndex=function(t){var e=this.getColorByIndex(t);return this.getNameByColor(e)},i}(),ma=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},k=function(){function i(t,e){t===void 0&&(t=exports.AcCmColorMethod.ByLayer),this._colorMethod=t,this._colorMethod==exports.AcCmColorMethod.ByColor&&e==null?this._value=16777215:this._colorMethod==exports.AcCmColorMethod.ByACI?e==null?this._value=8:e===0?this._colorMethod=exports.AcCmColorMethod.ByBlock:e===256?this._colorMethod=exports.AcCmColorMethod.ByLayer:this._value=Math.max(0,Math.min(e,256)):this._value=e}return Object.defineProperty(i.prototype,"colorMethod",{get:function(){return this._colorMethod},set:function(t){this._colorMethod=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"red",{get:function(){var t=this.RGB;return t!=null?t>>16&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"green",{get:function(){var t=this.RGB;return t!=null?t>>8&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"blue",{get:function(){var t=this.RGB;return t!=null?t&255:void 0},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"RGB",{get:function(){switch(this._colorMethod){case exports.AcCmColorMethod.ByColor:case exports.AcCmColorMethod.ByBlock:case exports.AcCmColorMethod.ByLayer:return this._value;case exports.AcCmColorMethod.ByACI:return this._value?Et.getColorByIndex(this._value):this._value;default:return}},enumerable:!1,configurable:!0}),i.prototype.setRGB=function(t,e,n){var r=Math.max(0,Math.min(255,Math.round(t))),s=Math.max(0,Math.min(255,Math.round(e))),o=Math.max(0,Math.min(255,Math.round(n)));return this._value=r<<16|s<<8|o,this._colorMethod=exports.AcCmColorMethod.ByColor,this},i.prototype.setRGBValue=function(t){return t==null||!Number.isFinite(t)?this:(this._value=t&16777215,this._colorMethod=exports.AcCmColorMethod.ByColor,this)},i.prototype.setRGBFromCss=function(t){if(!t)return this;var e=t.trim().toLowerCase();if(e.startsWith("#")){var n=0,r=0,s=0;if(e.length===7)n=parseInt(e.substr(1,2),16),r=parseInt(e.substr(3,2),16),s=parseInt(e.substr(5,2),16);else if(e.length===4)n=parseInt(e[1]+e[1],16),r=parseInt(e[2]+e[2],16),s=parseInt(e[3]+e[3],16);else return this;return this.setRGB(n,r,s)}var o=e.match(/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/);if(o){var n=parseInt(o[1],10),r=parseInt(o[2],10),s=parseInt(o[3],10);return this.setRGB(n,r,s)}var a=Et.getColorByName(t);return a!==void 0?this.setRGBValue(a):this},i.prototype.setScalar=function(t){return this.setRGB(t,t,t)},Object.defineProperty(i.prototype,"hexColor",{get:function(){var t=this.RGB;if(t!=null){var e=t.toString(16).padStart(6,"0").toUpperCase();return"0x"+e}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"cssColor",{get:function(){var t=this.RGB;if(t!=null)return"rgb(".concat(t>>16&255,",").concat(t>>8&255,",").concat(t&255,")")},enumerable:!1,configurable:!0}),i.prototype.cssColorAlpha=function(t){var e=this.RGB;if(e!=null)return"rgba(".concat(e>>16&255,",").concat(e>>8&255,",").concat(e&255,",").concat(t,")")},Object.defineProperty(i.prototype,"colorIndex",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI?this._value:this._colorMethod===exports.AcCmColorMethod.ByLayer?256:this._colorMethod===exports.AcCmColorMethod.ByBlock?0:void 0},set:function(t){if(t!=null){var e=Math.max(0,Math.min(256,Math.round(t)));e===0?(this._colorMethod=exports.AcCmColorMethod.ByBlock,this._value=void 0):e===256?(this._colorMethod=exports.AcCmColorMethod.ByLayer,this._value=void 0):(this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=e)}},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isByColor",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByColor},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isByACI",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isForeground",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByACI&&this._value===7},enumerable:!1,configurable:!0}),i.prototype.setForeground=function(){return this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=7,this},Object.defineProperty(i.prototype,"isByLayer",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByLayer},enumerable:!1,configurable:!0}),i.prototype.setByLayer=function(t){return this._colorMethod=exports.AcCmColorMethod.ByLayer,t==null?this._value=256:this._value=t,this},Object.defineProperty(i.prototype,"isByBlock",{get:function(){return this._colorMethod===exports.AcCmColorMethod.ByBlock},enumerable:!1,configurable:!0}),i.prototype.setByBlock=function(t){return this._colorMethod=exports.AcCmColorMethod.ByBlock,t==null?this._value=0:this._value=t,this},Object.defineProperty(i.prototype,"colorName",{get:function(){switch(this._colorMethod){case exports.AcCmColorMethod.ByLayer:return"ByLayer";case exports.AcCmColorMethod.ByBlock:return"ByBlock";case exports.AcCmColorMethod.ByColor:return this._value?Et.getNameByColor(this._value):"";case exports.AcCmColorMethod.ByACI:return this._value?Et.getNameByIndex(this._value):"";default:return}},set:function(t){if(t){var e=Et.getColorByName(t);e!==void 0&&(this._value=e,this._colorMethod=exports.AcCmColorMethod.ByColor)}},enumerable:!1,configurable:!0}),i.prototype.clone=function(){var t=new i;return t._colorMethod=this._colorMethod,t._value=this._value,t},i.prototype.copy=function(t){return this._colorMethod=t._colorMethod,this._value=t._value,this},i.prototype.equals=function(t){return this._colorMethod===t._colorMethod&&this._value===t._value},i.prototype.toString=function(){switch(this._colorMethod){case exports.AcCmColorMethod.None:return"None";case exports.AcCmColorMethod.ByLayer:return"ByLayer";case exports.AcCmColorMethod.ByBlock:return"ByBlock";case exports.AcCmColorMethod.ByACI:return this._value!==void 0?String(this._value):"";case exports.AcCmColorMethod.ByColor:return this._value?"RGB:".concat(this.red,",").concat(this.green,",").concat(this.blue):"";default:return""}},i.fromString=function(t){if(t){var e=t.trim();if(/^none$/i.test(e))return new i(exports.AcCmColorMethod.None);if(/^bylayer$/i.test(e))return new i(exports.AcCmColorMethod.ByLayer);if(/^byblock$/i.test(e))return new i(exports.AcCmColorMethod.ByBlock);var n=e.match(/^rgb\s*:\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})$/i);if(n){var r=Number(n[1]),s=Number(n[2]),o=Number(n[3]),a=new i(exports.AcCmColorMethod.ByColor);return a.setRGB(r,s,o),a}if(/^\d{1,3},\d{1,3},\d{1,3}$/.test(e)){var h=ma(e.split(",").map(Number),3),r=h[0],s=h[1],o=h[2],a=new i(exports.AcCmColorMethod.ByColor);return a.setRGB(r,s,o),a}if(/^\d+$/.test(e)){var l=parseInt(e,10);return new i(exports.AcCmColorMethod.ByACI,l)}if(/^book\$/i.test(e)){var c=e.substring(e.indexOf("$")+1),u=Et.getColorByName(c);return u!=null?new i(exports.AcCmColorMethod.ByColor,u):void 0}var g=Et.getColorByName(e);if(g!=null)return new i(exports.AcCmColorMethod.ByColor,g)}},i}(),_a=function(){function i(t,e){t===void 0&&(t=exports.AcCmColorMethod.ByColor),e===void 0&&(e=0),this._colorMethod=t,this._value=e}return Object.defineProperty(i.prototype,"colorMethd",{get:function(){return this._colorMethod},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"red",{get:function(){return this._value>>16&255},set:function(t){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&65535|(t&255)<<16},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"green",{get:function(){return this._value>>8&255},set:function(t){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&16711935|(t&255)<<8},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"blue",{get:function(){return this._value&255},set:function(t){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=this._value&16776960|t&255},enumerable:!1,configurable:!0}),i.prototype.setRGB=function(t,e,n){this._colorMethod=exports.AcCmColorMethod.ByColor,this._value=(t&255)<<16|(e&255)<<8|n&255},Object.defineProperty(i.prototype,"colorIndex",{get:function(){return this._value},set:function(t){this._colorMethod=exports.AcCmColorMethod.ByACI,this._value=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"layerIndex",{get:function(){return this._value},set:function(t){this._colorMethod=exports.AcCmColorMethod.ByLayer,this._value=t},enumerable:!1,configurable:!0}),i.prototype.isByColor=function(){return this._colorMethod===exports.AcCmColorMethod.ByColor},i.prototype.isByLayer=function(){return this._colorMethod===exports.AcCmColorMethod.ByLayer},i.prototype.isByBlock=function(){return this._colorMethod===exports.AcCmColorMethod.ByBlock},i.prototype.isByACI=function(){return this._colorMethod===exports.AcCmColorMethod.ByACI},i.prototype.isNone=function(){return this._colorMethod===exports.AcCmColorMethod.None},Object.defineProperty(i.prototype,"rawValue",{get:function(){return this._value},set:function(t){this._value=t},enumerable:!1,configurable:!0}),i}(),st={get ILLEGAL_PARAMETERS(){return new ReferenceError("Illegal Parameters")},get ZERO_DIVISION(){return new Error("Zero division")},get UNRESOLVED_BOUNDARY_CONFLICT(){return new Error("Unresolved boundary conflict in boolean operation")},get INFINITE_LOOP(){return new Error("Infinite loop")},get CANNOT_INVOKE_ABSTRACT_METHOD(){return new Error("Abstract method cannot be invoked")},get OPERATION_IS_NOT_SUPPORTED(){return new Error("Operation is not supported")},get NOT_IMPLEMENTED(){return new Error("Not implemented yet")}},wa=function(){function i(){this._listeners={}}return i.prototype.addEventListener=function(t,e){this._listeners===void 0&&(this._listeners={});var n=this._listeners;n[t]===void 0&&(n[t]=[]),n[t].indexOf(e)===-1&&n[t].push(e)},i.prototype.hasEventListener=function(t,e){if(this._listeners===void 0)return!1;var n=this._listeners;return n[t]!==void 0&&n[t].indexOf(e)!==-1},i.prototype.removeEventListener=function(t,e){if(this._listeners!==void 0){var n=this._listeners,r=n[t];if(r!==void 0){var s=r.indexOf(e);s!==-1&&r.splice(s,1)}}},i.prototype.dispatchEvent=function(t){if(this._listeners!==void 0){var e=this._listeners,n=e[t.type];if(n!==void 0){t.target=this;for(var r=n.slice(0),s=0,o=r.length;s<o;s++)r[s].call(this,t)}}},i}(),ba=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},xa=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},va=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))},D=function(){function i(){this.listeners=[]}return i.prototype.addEventListener=function(t){this.listeners.push(t)},i.prototype.removeEventListener=function(t){this.listeners=this.listeners.filter(function(e){return e!==t})},i.prototype.replaceEventListener=function(t){this.removeEventListener(t),this.addEventListener(t)},i.prototype.dispatch=function(t){for(var e,n,r=[],s=1;s<arguments.length;s++)r[s-1]=arguments[s];try{for(var o=ba(this.listeners),a=o.next();!a.done;a=o.next()){var h=a.value,l=h;l.call.apply(l,va([null,t],xa(r),!1))}}catch(c){e={error:c}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}},i}(),Ii=function(){return Ii=Object.assign||function(i){for(var t,e=1,n=arguments.length;e<n;e++){t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i[r]=t[r])}return i},Ii.apply(this,arguments)},Pa=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Aa=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))},Qr=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};function pe(i){return i===null||typeof i!="object"?i:Array.isArray(i)?Aa([],Pa(i),!1):Ii({},i)}function Ti(i){if(i===null||typeof i!="object")return i;if(i instanceof Date)return new Date(i.getTime());if(i instanceof RegExp)return new RegExp(i.source,i.flags);if(Array.isArray(i))return i.map(Ti);var t={};for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=Ti(i[e]));return t}function Le(i){for(var t,e,n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];try{for(var s=Qr(n),o=s.next();!o.done;o=s.next()){var a=o.value;if(a)for(var h in a)Object.prototype.hasOwnProperty.call(a,h)&&i[h]===void 0&&(i[h]=a[h])}}catch(l){t={error:l}}finally{try{o&&!o.done&&(e=s.return)&&e.call(s)}finally{if(t)throw t.error}}return i}function Jr(i,t){return i!=null&&Object.prototype.hasOwnProperty.call(i,t)}function ts(i){return i==null?!0:Array.isArray(i)||typeof i=="string"?i.length===0:i instanceof Map||i instanceof Set?i.size===0:typeof i=="object"?Object.keys(i).length===0:!1}function re(i,t){var e,n;if(i===t)return!0;if(i==null||t==null)return i===t;if(typeof i!=typeof t)return!1;if(typeof i!="object")return i===t;if(Array.isArray(i)!==Array.isArray(t))return!1;if(Array.isArray(i)){if(i.length!==t.length)return!1;for(var r=0;r<i.length;r++)if(!re(i[r],t[r]))return!1;return!0}var s=Object.keys(i),o=Object.keys(t);if(s.length!==o.length)return!1;try{for(var a=Qr(s),h=a.next();!h.done;h=a.next()){var l=h.value;if(!Object.prototype.hasOwnProperty.call(t,l)||!re(i[l],t[l]))return!1}}catch(c){e={error:c}}finally{try{h&&!h.done&&(n=a.return)&&n.call(a)}finally{if(e)throw e.error}}return!0}var Sa=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function La(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}var es={exports:{}};(function(i){(function(t,e){i.exports?i.exports=e():t.log=e()})(Sa,function(){var t=function(){},e="undefined",n=typeof window!==e&&typeof window.navigator!==e&&/Trident\/|MSIE /.test(window.navigator.userAgent),r=["trace","debug","info","warn","error"],s={},o=null;function a(f,y){var m=f[y];if(typeof m.bind=="function")return m.bind(f);try{return Function.prototype.bind.call(m,f)}catch{return function(){return Function.prototype.apply.apply(m,[f,arguments])}}}function h(){console.log&&(console.log.apply||Function.prototype.apply.apply(console.log,[console,arguments]))}function l(f){return f==="debug"&&(f="log"),typeof console===e?!1:f==="trace"&&n?h:console[f]!==void 0?a(console,f):console.log!==void 0?a(console,"log"):t}function c(){for(var f=this.getLevel(),y=0;y<r.length;y++){var m=r[y];this[m]=y<f?t:this.methodFactory(m,f,this.name)}if(this.log=this.debug,typeof console===e&&f<this.levels.SILENT)return"No console available for logging"}function u(f){return function(){typeof console!==e&&(c.call(this),this[f].apply(this,arguments))}}function g(f,y,m){return l(f)||u.apply(this,arguments)}function d(f,y){var m=this,x,S,A,L="loglevel";typeof f=="string"?L+=":"+f:typeof f=="symbol"&&(L=void 0);function T(O){var R=(r[O]||"silent").toUpperCase();if(!(typeof window===e||!L)){try{window.localStorage[L]=R;return}catch{}try{window.document.cookie=encodeURIComponent(L)+"="+R+";"}catch{}}}function M(){var O;if(!(typeof window===e||!L)){try{O=window.localStorage[L]}catch{}if(typeof O===e)try{var R=window.document.cookie,W=encodeURIComponent(L),J=R.indexOf(W+"=");J!==-1&&(O=/^([^;]+)/.exec(R.slice(J+W.length+1))[1])}catch{}return m.levels[O]===void 0&&(O=void 0),O}}function X(){if(!(typeof window===e||!L)){try{window.localStorage.removeItem(L)}catch{}try{window.document.cookie=encodeURIComponent(L)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch{}}}function I(O){var R=O;if(typeof R=="string"&&m.levels[R.toUpperCase()]!==void 0&&(R=m.levels[R.toUpperCase()]),typeof R=="number"&&R>=0&&R<=m.levels.SILENT)return R;throw new TypeError("log.setLevel() called with invalid level: "+O)}m.name=f,m.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},m.methodFactory=y||g,m.getLevel=function(){return A??S??x},m.setLevel=function(O,R){return A=I(O),R!==!1&&T(A),c.call(m)},m.setDefaultLevel=function(O){S=I(O),M()||m.setLevel(O,!1)},m.resetLevel=function(){A=null,X(),c.call(m)},m.enableAll=function(O){m.setLevel(m.levels.TRACE,O)},m.disableAll=function(O){m.setLevel(m.levels.SILENT,O)},m.rebuild=function(){if(o!==m&&(x=I(o.getLevel())),c.call(m),o===m)for(var O in s)s[O].rebuild()},x=I(o?o.getLevel():"WARN");var z=M();z!=null&&(A=I(z)),c.call(m)}o=new d,o.getLogger=function(y){if(typeof y!="symbol"&&typeof y!="string"||y==="")throw new TypeError("You must supply a name when creating a logger.");var m=s[y];return m||(m=s[y]=new d(y,o.methodFactory)),m};var p=typeof window!==e?window.log:void 0;return o.noConflict=function(){return typeof window!==e&&window.log===o&&(window.log=p),o},o.getLoggers=function(){return s},o.default=o,o})})(es);var Ea=es.exports;const Ma=La(Ea);var Ia=!0,fe=Ma;fe.setLevel("debug");var Ta=function(i){try{fe.setLevel(i)}catch(t){fe.setLevel("error"),fe.error(t)}},is=function(){function i(t,e){this.events={attrChanged:new D,modelChanged:new D},this._changing=!1,this._previousAttributes={},this._pending=!1;var n=t||{};e&&Le(n,e),this.attributes=n,this.changed={}}return i.prototype.get=function(t){return this.attributes[t]},i.prototype.set=function(t,e,n){if(t==null)return this;var r;typeof t=="object"?(r=t,n=e):(r={},r[t]=e),n||(n={});var s=n.unset,o=n.silent,a=[],h=this._changing;this._changing=!0,h||(this._previousAttributes=pe(this.attributes),this.changed={});var l=this.attributes,c=this.changed,u=this._previousAttributes;for(var g in r)e=r[g],re(l[g],e)||a.push(g),re(u[g],e)?delete c[g]:c[g]=e,s?delete l[g]:l[g]=e;if(!o){a.length&&(this._pending=n);for(var d=0;d<a.length;d++)this.events.attrChanged.dispatch({object:this,attrName:a[d],attrValue:l[a[d]],options:n})}if(h)return this;if(!o)for(;this._pending;)n=this._pending,this._pending=!1,this.events.modelChanged.dispatch({object:this,options:n});return this._pending=!1,this._changing=!1,this},i.prototype.has=function(t){return this.get(t)!=null},i.prototype.hasChanged=function(t){return t==null?!ts(this.changed):Jr(this.changed,t)},i.prototype.changedAttributes=function(t){if(!t)return this.hasChanged()?pe(this.changed):{};var e=this._changing?this._previousAttributes:this.attributes,n={};for(var r in t){var s=t[r];re(e[r],s)||(n[r]=s)}return n},i.prototype.previous=function(t){return t==null||!this._previousAttributes?null:this._previousAttributes[t]},i.prototype.previousAttributes=function(){return pe(this._previousAttributes)},i.prototype.clone=function(){var t=pe(this.attributes);return new i(t)},i}(),Ca=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},Oa=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Pn=function(){function i(){this.entries=new Map}return i.getInstance=function(){return i.instance||(i.instance=new i),i.instance},i.prototype.collect=function(t){this.entries.set(t.name,t)},i.prototype.printAll=function(){var t,e;try{for(var n=Ca(this.entries),r=n.next();!r.done;r=n.next())var s=Oa(r.value,2),o=s[0],a=s[1]}catch(h){t={error:h}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(t)throw t.error}}},i.prototype.clear=function(){this.entries.clear()},i.prototype.getAll=function(){return Array.from(this.entries.values())},i.prototype.getEntry=function(t){return this.entries.get(t)},i.prototype.remove=function(t){return this.entries.delete(t)},i}(),ka=function(){function i(){}return i.formatBytes=function(t,e){if(e===void 0&&(e=2),t===0)return"0 B";var n=1024,r=Math.max(0,e),s=["B","KB","MB","GB","TB"],o=Math.floor(Math.log(t)/Math.log(n)),a=t/Math.pow(n,o);return"".concat(parseFloat(a.toFixed(r))," ").concat(s[o])},i}();exports.AcCmTransparencyMethod=void 0;(function(i){i[i.ByLayer=0]="ByLayer",i[i.ByBlock=1]="ByBlock",i[i.ByAlpha=2]="ByAlpha",i[i.ErrorValue=3]="ErrorValue"})(exports.AcCmTransparencyMethod||(exports.AcCmTransparencyMethod={}));var U=function(){function i(t){t!==void 0?(this._method=exports.AcCmTransparencyMethod.ByAlpha,this._alpha=i.clampAlpha(t)):(this._method=exports.AcCmTransparencyMethod.ByLayer,this._alpha=255)}return Object.defineProperty(i.prototype,"method",{get:function(){return this._method},set:function(t){this._method=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"alpha",{get:function(){return this._alpha},set:function(t){this._alpha=i.clampAlpha(t),this._method=exports.AcCmTransparencyMethod.ByAlpha},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"percentage",{get:function(){if(this._method===exports.AcCmTransparencyMethod.ByAlpha)return Math.round((1-this._alpha/255)*100)},set:function(t){var e=Math.max(0,Math.min(100,t)),n=Math.round(255*(1-e/100));this.alpha=n},enumerable:!1,configurable:!0}),i.clampAlpha=function(t){return Math.max(0,Math.min(255,Math.floor(t)))},Object.defineProperty(i.prototype,"isByAlpha",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByAlpha},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isByBlock",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByBlock},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isByLayer",{get:function(){return this._method===exports.AcCmTransparencyMethod.ByLayer},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isClear",{get:function(){return this.isByAlpha&&this._alpha===0},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isSolid",{get:function(){return this.isByAlpha&&this._alpha===255},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isInvalid",{get:function(){return this._method===exports.AcCmTransparencyMethod.ErrorValue},enumerable:!1,configurable:!0}),i.prototype.serialize=function(){var t=this._method;return t<<24|this._alpha},i.prototype.clone=function(){var t=new i;return t._method=this._method,t._alpha=this._alpha,t},i.prototype.equals=function(t){return this._method===t._method&&this._alpha===t._alpha},i.prototype.toString=function(){return this.isByLayer?"ByLayer":this.isByBlock?"ByBlock":this._alpha.toString()},i.fromString=function(t){var e=t.trim(),n=e.toLowerCase();if(n===""||n==="."||n==="use current"||n==="bylayer"){var r=new i;return r._method=exports.AcCmTransparencyMethod.ByLayer,r}if(n==="byblock"){var s=new i;return s._method=exports.AcCmTransparencyMethod.ByBlock,s}var o=Number(e);if(Number.isInteger(o)&&o>=0&&o<=255){var a=new i;return o<=90?a.percentage=o:a.alpha=o,a}var h=new i;return h._method=exports.AcCmTransparencyMethod.ErrorValue,h},i.deserialize=function(t){var e=t>>>24&255,n=t&255,r=e>=exports.AcCmTransparencyMethod.ByLayer&&e<=exports.AcCmTransparencyMethod.ErrorValue?e:exports.AcCmTransparencyMethod.ErrorValue,s=new i;return s._method=r,s._alpha=i.clampAlpha(n),s},i}(),Er=function(i,t,e,n){function r(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(c){try{l(n.next(c))}catch(u){o(u)}}function h(c){try{l(n.throw(c))}catch(u){o(u)}}function l(c){c.done?s(c.value):r(c.value).then(a,h)}l((n=n.apply(i,t||[])).next())})},mi=function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return h([l,c])}}function h(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(e=0)),e;)try{if(n=1,r&&(s=l[0]&2?r.return:l[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,l[1])).done)return s;switch(r=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,r=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){e.label=l[1];break}if(l[0]===6&&e.label<s[1]){e.label=s[1],s=l;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(l);break}s[2]&&e.ops.pop(),e.trys.pop();continue}l=t.call(i,e)}catch(c){l=[6,c],r=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},ns=function(){function i(t){this.name=t}return i.prototype.run=function(t){throw new Error("run() must be implemented by subclass")},i}(),rs=function(){function i(){this.tasks=[],this.onProgress=function(){},this.onComplete=function(){},this.onError=function(){return!1}}return i.prototype.scheduleTask=function(t){return new Promise(function(e,n){var r=function(){Promise.resolve(t()).then(e).catch(n)};typeof window<"u"&&typeof window.requestAnimationFrame=="function"?window.requestAnimationFrame(r):setTimeout(r,0)})},i.prototype.addTask=function(t){this.tasks.push(t)},i.prototype.setProgressCallback=function(t){this.onProgress=t},i.prototype.setCompleteCallback=function(t){this.onComplete=t},i.prototype.setErrorCallback=function(t){this.onError=t},i.prototype.run=function(t){return Er(this,void 0,void 0,function(){var e,n,r,s,o,a,h=this;return mi(this,function(l){switch(l.label){case 0:e=this.tasks.length,n=t,r=function(c){var u,g,d;return mi(this,function(p){switch(p.label){case 0:u=s.tasks[c],p.label=1;case 1:return p.trys.push([1,3,,4]),[4,s.scheduleTask(function(){return Er(h,void 0,void 0,function(){var f;return mi(this,function(y){switch(y.label){case 0:return[4,u.run(n)];case 1:return f=y.sent(),this.onProgress((c+1)/e,u),[2,f]}})})})];case 2:return n=p.sent(),[3,4];case 3:return g=p.sent(),d=s.onError({error:g,taskIndex:c,task:u}),d?[2,{value:Promise.reject(g)}]:[3,4];case 4:return[2]}})},s=this,o=0,l.label=1;case 1:return o<e?[5,r(o)]:[3,4];case 2:if(a=l.sent(),typeof a=="object")return[2,a.value];l.label=3;case 3:return o++,[3,1];case 4:return this.onComplete(n),[2]}})})},i}(),ss=function(){function i(t,e,n){this.isLoading=!1,this.itemsLoaded=0,this.itemsTotal=0,this.urlModifier=void 0,this.handlers=[],this.onStart=void 0,this.onLoad=t,this.onProgress=e,this.onError=n}return i.prototype.itemStart=function(t){this.itemsTotal++,this.isLoading===!1&&this.onStart!==void 0&&this.onStart(t,this.itemsLoaded,this.itemsTotal),this.isLoading=!0},i.prototype.itemEnd=function(t){this.itemsLoaded++,this.onProgress!==void 0&&this.onProgress(t,this.itemsLoaded,this.itemsTotal),this.itemsLoaded===this.itemsTotal&&(this.isLoading=!1,this.onLoad!==void 0&&this.onLoad())},i.prototype.itemError=function(t){this.onError!==void 0&&this.onError(t)},i.prototype.resolveURL=function(t){return this.urlModifier?this.urlModifier(t):t},i.prototype.setURLModifier=function(t){return this.urlModifier=t,this},i.prototype.addHandler=function(t,e){return this.handlers.push(t,e),this},i.prototype.removeHandler=function(t){var e=this.handlers.indexOf(t);return e!==-1&&this.handlers.splice(e,2),this},i.prototype.getHandler=function(t){for(var e=0,n=this.handlers.length;e<n;e+=2){var r=this.handlers[e],s=this.handlers[e+1];if(r.global&&(r.lastIndex=0),r.test(t))return s}return null},i}(),os=new ss,Ya=function(){function i(t){this.manager=t!==void 0?t:os,this.crossOrigin="anonymous",this.withCredentials=!1,this.path="",this.resourcePath="",this.requestHeader={}}return i.prototype.loadAsync=function(t,e){var n=this;return new Promise(function(r,s){n.load(t,r,e,s)})},i.prototype.parse=function(t){},i.prototype.setCrossOrigin=function(t){return this.crossOrigin=t,this},i.prototype.setWithCredentials=function(t){return this.withCredentials=t,this},i.prototype.setPath=function(t){return this.path=t,this},i.prototype.setResourcePath=function(t){return this.resourcePath=t,this},i.prototype.setRequestHeader=function(t){return this.requestHeader=t,this},i}();const Mr=[{name:"AC1.2",value:1},{name:"AC1.40",value:2},{name:"AC1.50",value:3},{name:"AC2.20",value:4},{name:"AC2.10",value:5},{name:"AC2.21",value:6},{name:"AC2.22",value:7},{name:"AC1001",value:8},{name:"AC1002",value:9},{name:"AC1003",value:10},{name:"AC1004",value:11},{name:"AC1005",value:12},{name:"AC1006",value:13},{name:"AC1007",value:14},{name:"AC1008",value:15},{name:"AC1009",value:16},{name:"AC1010",value:17},{name:"AC1011",value:18},{name:"AC1012",value:19},{name:"AC1013",value:20},{name:"AC1014",value:21},{name:"AC1500",value:22},{name:"AC1015",value:23},{name:"AC1800a",value:24},{name:"AC1018",value:25},{name:"AC2100a",value:26},{name:"AC1021",value:27},{name:"AC2400a",value:28},{name:"AC1024",value:29},{name:"AC1027",value:31},{name:"AC3200a",value:32},{name:"AC1032",value:33}];class dt{constructor(t){if(typeof t=="string"){const e=Mr.find(n=>n.name===t);if(!e)throw new Error(`Unknown DWG version name: ${t}`);this.name=e.name,this.value=e.value;return}if(typeof t=="number"){const e=Mr.find(n=>n.value===t);if(!e)throw new Error(`Unknown DWG version value: ${t}`);this.name=e.name,this.value=e.value;return}throw new Error("Invalid constructor argument for AcDbDwgVersion")}}class as{constructor(t={}){this._database=t.database,this._precision=Math.max(0,Math.min(16,t.precision??16)),this._version=t.version instanceof dt?t.version:t.version!=null?new dt(t.version):void 0,this._lines=[],this._handleMap=new Map,this._nextHandle=1}get database(){return this._database}set database(t){this._database=t}get precision(){return this._precision}setPrecision(t){return this._precision=Math.max(0,Math.min(16,t)),this}get version(){return this._version}get nextHandle(){return this._nextHandle}setVersion(t){return this._version=t instanceof dt?t:new dt(t),this}toString(){return this._lines.join(`
2
2
  `)+`
3
- `}registerHandle(e){return this._handleMap.has(e)||(/^[0-9A-F]+$/i.test(e)?this._handleMap.set(e,e.toUpperCase()):(this._handleMap.set(e,this._nextHandle.toString(16).toUpperCase()),this._nextHandle+=1)),this._handleMap.get(e)}resolveHandle(e){if(e)return this.registerHandle(e)}writeGroup(e,t){if(t==null)return this;this._lines.push(String(Math.trunc(e)));const r=this.formatValue(t);return this._lines.push(r===""?"0":r),this}writeStart(e){return this.writeString(0,e)}writeSubclassMarker(e){return this.writeString(100,e)}writeString(e,t){return!t&&t!==""?this:this.writeGroup(e,t)}writeInt8(e,t){return t==null?this:this.writeGroup(e,Math.trunc(t))}writeInt16(e,t){return t==null?this:this.writeGroup(e,Math.trunc(t))}writeInt32(e,t){return t==null?this:this.writeGroup(e,Math.trunc(t))}writeInt64(e,t){return t==null?this:this.writeGroup(e,Math.trunc(t))}writeUInt16(e,t){return t==null?this:this.writeGroup(e,Math.max(0,t))}writeUInt32(e,t){return t==null?this:this.writeGroup(e,Math.max(0,t))}writeBoolean(e,t){return t==null?this:this.writeGroup(e,t?1:0)}writeBool(e,t){return this.writeBoolean(e,t)}writeDouble(e,t){return t==null||!Number.isFinite(t)?this:this.writeGroup(e,t)}writeAngle(e,t){return t==null||!Number.isFinite(t)?this:this.writeDouble(e,t*180/Math.PI)}writeHandle(e,t){const r=this.resolveHandle(t);return r?this.writeString(e,r):this}writeObjectId(e,t){return this.writeHandle(e,t)}writePoint2d(e,t){return t?(this.writeDouble(e,t.x),this.writeDouble(e+10,t.y),this):this}writePoint3d(e,t){return t?(this.writeDouble(e,t.x),this.writeDouble(e+10,t.y),this.writeDouble(e+20,t.z??0),this):this}writeVector3d(e,t){return t?(this.writeDouble(e,t.x),this.writeDouble(e+10,t.y),this.writeDouble(e+20,t.z??0),this):this}writeCmColor(e,t=62,r=420){if(!e)return this;const i=e.colorIndex;i!=null&&this.writeInt16(t,i);const s=e.RGB;return s!=null&&e.colorIndex==null&&this.writeInt32(r,s),this}writeTransparency(e,t=440){return!e||e.method===exports.AcCmTransparencyMethod.ErrorValue?this:this.writeInt32(t,e.serialize())}writeResultBuffer(e){if(!e)return this;for(const t of e)this.writeGroup(t.code,t.value);return this}startSection(e){return this.writeStart("SECTION"),this.writeString(2,e),this}endSection(){return this.writeStart("ENDSEC"),this}startTable(e){return this.writeStart("TABLE"),this.writeString(2,e),this}endTable(){return this.writeStart("ENDTAB"),this}formatValue(e){if(typeof e=="string")return this.sanitizeStringForDxfLine(e);if(typeof e=="boolean")return e?"1":"0";if(typeof e=="number"){if(!Number.isFinite(e))return"0";if(Number.isInteger(e))return String(e);const r=e.toFixed(this._precision).replace(/\.?0+$/,"");return r===""||r==="-"?"0":r}return String(e)}sanitizeStringForDxfLine(e){return e.replace(/\r\n|\r|\n/g," ").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,"")}}var pe=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],Go=1234567,Ns=Math.PI/180,Ys=180/Math.PI;function Ca(){var n=Math.random()*4294967295|0,e=Math.random()*4294967295|0,t=Math.random()*4294967295|0,r=Math.random()*4294967295|0,i=pe[n&255]+pe[n>>8&255]+pe[n>>16&255]+pe[n>>24&255]+"-"+pe[e&255]+pe[e>>8&255]+"-"+pe[e>>16&15|64]+pe[e>>24&255]+"-"+pe[t&63|128]+pe[t>>8&255]+"-"+pe[t>>16&255]+pe[t>>24&255]+pe[r&255]+pe[r>>8&255]+pe[r>>16&255]+pe[r>>24&255];return i.toLowerCase()}function pt(n,e,t){return Math.max(e,Math.min(t,n))}function Xs(n,e){return(n%e+e)%e}function Ma(n,e,t,r,i){return r+(n-e)*(i-r)/(t-e)}function Oa(n,e,t){return n!==e?(t-n)/(e-n):0}function Rs(n,e,t){return(1-t)*n+t*e}function ka(n,e,t,r){return Rs(n,e,1-Math.exp(-t*r))}function Na(n,e){return e===void 0&&(e=1),e-Math.abs(Xs(n,e*2)-e)}function Ya(n,e,t){return n<=e?0:n>=t?1:(n=(n-e)/(t-e),n*n*(3-2*n))}function Xa(n,e,t){return n<=e?0:n>=t?1:(n=(n-e)/(t-e),n*n*n*(n*(n*6-15)+10))}function Ra(n,e){return n+Math.floor(Math.random()*(e-n+1))}function Ba(n,e){return n+Math.random()*(e-n)}function Fa(n){return n*(.5-Math.random())}function Da(n){n!==void 0&&(Go=n);var e=Go+=1831565813;return e=Math.imul(e^e>>>15,e|1),e^=e+Math.imul(e^e>>>7,e|61),((e^e>>>14)>>>0)/4294967296}function za(n){return n*Ns}function Va(n){return n*Ys}function ja(n){return(n&n-1)===0&&n!==0}function Ga(n){return Math.pow(2,Math.ceil(Math.log(n)/Math.LN2))}function Ha(n){return Math.pow(2,Math.floor(Math.log(n)/Math.LN2))}function Zn(n){var e=Math.PI*2;return(n%e+e)%e}function Wa(n,e,t){return n>e&&n<t||n>t&&n<e}function Ua(n,e,t,r){return r===void 0&&(r=!1),n=Zn(n),e=Zn(e),t=Zn(t),r?e>t?n<=e&&n>=t:n<=e||n>=t:e<t?n>=e&&n<=t:n>=e||n<=t}function Bs(n){return n=Math.abs(n),n<1?0:Math.ceil(Math.log10(Math.abs(n)+1))}function $a(n,e){e===void 0&&(e=1e-7);var t=Bs(n);return Math.max(Math.pow(10,t)*e,e)}var T={DEG2RAD:Ns,RAD2DEG:Ys,generateUUID:Ca,clamp:pt,euclideanModulo:Xs,mapLinear:Ma,inverseLerp:Oa,lerp:Rs,damp:ka,pingpong:Na,smoothstep:Ya,smootherstep:Xa,randInt:Ra,randFloat:Ba,randFloatSpread:Fa,seededRandom:Da,degToRad:za,radToDeg:Va,isPowerOfTwo:ja,ceilPowerOfTwo:Ga,floorPowerOfTwo:Ha,normalizeAngle:Zn,isBetween:Wa,isBetweenAngle:Ua,intPartLength:Bs,relativeEps:$a},pd=function(n,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(h){return l([c,h])}}function l(c){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(r=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(h){c=[6,h],i=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Z=function(){function n(e,t){this.x=0,this.y=0;var r=+(e!==void 0)+ +(t!==void 0);if(r!==0){if(r===1&&e instanceof Array){this.x=e[0],this.y=e[1];return}if(r===1){var i=e,s=i.x,o=i.y;this.x=s,this.y=o;return}if(r===2){this.x=e,this.y=t;return}throw Pe.ILLEGAL_PARAMETERS}}return Object.defineProperty(n.prototype,"width",{get:function(){return this.x},set:function(e){this.x=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"height",{get:function(){return this.y},set:function(e){this.y=e},enumerable:!1,configurable:!0}),n.prototype.set=function(e,t){return this.x=e,this.y=t,this},n.prototype.setScalar=function(e){return this.x=e,this.y=e,this},n.prototype.setX=function(e){return this.x=e,this},n.prototype.setY=function(e){return this.y=e,this},n.prototype.setComponent=function(e,t){switch(e){case 0:this.x=t;break;case 1:this.y=t;break;default:throw new Error("index is out of range: "+e)}return this},n.prototype.getComponent=function(e){switch(e){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+e)}},n.prototype.clone=function(){return new n(this.x,this.y)},n.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this},n.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this},n.prototype.addScalar=function(e){return this.x+=e,this.y+=e,this},n.prototype.addVectors=function(e,t){return this.x=e.x+t.x,this.y=e.y+t.y,this},n.prototype.addScaledVector=function(e,t){return this.x+=e.x*t,this.y+=e.y*t,this},n.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this},n.prototype.subScalar=function(e){return this.x-=e,this.y-=e,this},n.prototype.subVectors=function(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this},n.prototype.multiply=function(e){return this.x*=e.x,this.y*=e.y,this},n.prototype.multiplyScalar=function(e){return this.x*=e,this.y*=e,this},n.prototype.divide=function(e){return this.x/=e.x,this.y/=e.y,this},n.prototype.divideScalar=function(e){return this.multiplyScalar(1/e)},n.prototype.applyMatrix2d=function(e){var t=this.x,r=this.y,i=e.elements;return this.x=i[0]*t+i[3]*r+i[6],this.y=i[1]*t+i[4]*r+i[7],this},n.prototype.min=function(e){return this.x=Math.min(this.x,e.x),this.y=Math.min(this.y,e.y),this},n.prototype.max=function(e){return this.x=Math.max(this.x,e.x),this.y=Math.max(this.y,e.y),this},n.prototype.clamp=function(e,t){return this.x=Math.max(e.x,Math.min(t.x,this.x)),this.y=Math.max(e.y,Math.min(t.y,this.y)),this},n.prototype.clampScalar=function(e,t){return this.x=Math.max(e,Math.min(t,this.x)),this.y=Math.max(e,Math.min(t,this.y)),this},n.prototype.clampLength=function(e,t){var r=this.length();return this.divideScalar(r||1).multiplyScalar(Math.max(e,Math.min(t,r)))},n.prototype.floor=function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},n.prototype.ceil=function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},n.prototype.round=function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},n.prototype.roundToZero=function(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this},n.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},n.prototype.dot=function(e){return this.x*e.x+this.y*e.y},n.prototype.cross=function(e){return this.x*e.y-this.y*e.x},n.prototype.lengthSq=function(){return this.x*this.x+this.y*this.y},n.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},n.prototype.manhattanLength=function(){return Math.abs(this.x)+Math.abs(this.y)},n.prototype.normalize=function(){return this.divideScalar(this.length()||1)},n.prototype.angle=function(){var e=Math.atan2(-this.y,-this.x)+Math.PI;return e},n.prototype.angleTo=function(e){var t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;var r=this.dot(e)/t;return Math.acos(Math.max(-1,Math.min(1,r)))},n.prototype.distanceTo=function(e){return Math.sqrt(this.distanceToSquared(e))},n.prototype.distanceToSquared=function(e){var t=this.x-e.x,r=this.y-e.y;return t*t+r*r},n.prototype.manhattanDistanceTo=function(e){return Math.abs(this.x-e.x)+Math.abs(this.y-e.y)},n.prototype.setLength=function(e){return this.normalize().multiplyScalar(e)},n.prototype.lerp=function(e,t){return this.x+=(e.x-this.x)*t,this.y+=(e.y-this.y)*t,this},n.prototype.lerpVectors=function(e,t,r){return this.x=e.x+(t.x-e.x)*r,this.y=e.y+(t.y-e.y)*r,this},n.prototype.equals=function(e){return e.x===this.x&&e.y===this.y},n.prototype.fromArray=function(e,t){return t===void 0&&(t=0),this.x=e[t],this.y=e[t+1],this},n.prototype.toArray=function(e,t){return e===void 0&&(e=[]),t===void 0&&(t=0),e[t]=this.x,e[t+1]=this.y,e},n.prototype.rotateAround=function(e,t){var r=Math.cos(t),i=Math.sin(t),s=this.x-e.x,o=this.y-e.y;return this.x=s*r-o*i+e.x,this.y=s*i+o*r+e.y,this},n.prototype.random=function(){return this.x=Math.random(),this.y=Math.random(),this},n.prototype.relativeEps=function(e){return e===void 0&&(e=1e-7),Math.min(T.relativeEps(this.x,e),T.relativeEps(this.y,e))},n.prototype[Symbol.iterator]=function(){return pd(this,function(e){switch(e.label){case 0:return[4,this.x];case 1:return e.sent(),[4,this.y];case 2:return e.sent(),[2]}})},n.EMPTY=Object.freeze(new n(0,0)),n}(),mr=function(){function n(e,t,r,i,s,o,a,l,c){this.elements=[1,0,0,0,1,0,0,0,1],e!=null&&t!=null&&r!=null&&i!=null&&s!=null&&o!=null&&a!=null&&l!=null&&c!=null&&this.set(e,t,r,i,s,o,a,l,c)}return n.prototype.set=function(e,t,r,i,s,o,a,l,c){var h=this.elements;return h[0]=e,h[1]=i,h[2]=a,h[3]=t,h[4]=s,h[5]=l,h[6]=r,h[7]=o,h[8]=c,this},n.prototype.identity=function(){return this.set(1,0,0,0,1,0,0,0,1),this},n.prototype.copy=function(e){var t=this.elements,r=e.elements;return t[0]=r[0],t[1]=r[1],t[2]=r[2],t[3]=r[3],t[4]=r[4],t[5]=r[5],t[6]=r[6],t[7]=r[7],t[8]=r[8],this},n.prototype.extractBasis=function(e,t,r){return e.setFromMatrix3Column(this,0),t.setFromMatrix3Column(this,1),r.setFromMatrix3Column(this,2),this},n.prototype.setFromMatrix4=function(e){var t=e.elements;return this.set(t[0],t[4],t[8],t[1],t[5],t[9],t[2],t[6],t[10]),this},n.prototype.multiply=function(e){return this.multiplyMatrices(this,e)},n.prototype.premultiply=function(e){return this.multiplyMatrices(e,this)},n.prototype.multiplyMatrices=function(e,t){var r=e.elements,i=t.elements,s=this.elements,o=r[0],a=r[3],l=r[6],c=r[1],h=r[4],d=r[7],p=r[2],g=r[5],f=r[8],m=i[0],y=i[3],_=i[6],P=i[1],L=i[4],S=i[7],A=i[2],N=i[5],C=i[8];return s[0]=o*m+a*P+l*A,s[3]=o*y+a*L+l*N,s[6]=o*_+a*S+l*C,s[1]=c*m+h*P+d*A,s[4]=c*y+h*L+d*N,s[7]=c*_+h*S+d*C,s[2]=p*m+g*P+f*A,s[5]=p*y+g*L+f*N,s[8]=p*_+g*S+f*C,this},n.prototype.multiplyScalar=function(e){var t=this.elements;return t[0]*=e,t[3]*=e,t[6]*=e,t[1]*=e,t[4]*=e,t[7]*=e,t[2]*=e,t[5]*=e,t[8]*=e,this},n.prototype.determinant=function(){var e=this.elements,t=e[0],r=e[1],i=e[2],s=e[3],o=e[4],a=e[5],l=e[6],c=e[7],h=e[8];return t*o*h-t*a*c-r*s*h+r*a*l+i*s*c-i*o*l},n.prototype.invert=function(){var e=this.elements,t=e[0],r=e[1],i=e[2],s=e[3],o=e[4],a=e[5],l=e[6],c=e[7],h=e[8],d=h*o-a*c,p=a*l-h*s,g=c*s-o*l,f=t*d+r*p+i*g;if(f===0)return this.set(0,0,0,0,0,0,0,0,0);var m=1/f;return e[0]=d*m,e[1]=(i*c-h*r)*m,e[2]=(a*r-i*o)*m,e[3]=p*m,e[4]=(h*t-i*l)*m,e[5]=(i*s-a*t)*m,e[6]=g*m,e[7]=(r*l-c*t)*m,e[8]=(o*t-r*s)*m,this},n.prototype.transpose=function(){var e,t=this.elements;return e=t[1],t[1]=t[3],t[3]=e,e=t[2],t[2]=t[6],t[6]=e,e=t[5],t[5]=t[7],t[7]=e,this},n.prototype.getNormalMatrix=function(e){return this.setFromMatrix4(e).invert().transpose()},n.prototype.transposeIntoArray=function(e){var t=this.elements;return e.elements[0]=t[0],e.elements[1]=t[3],e.elements[2]=t[6],e.elements[3]=t[1],e.elements[4]=t[4],e.elements[5]=t[7],e.elements[6]=t[2],e.elements[7]=t[5],e.elements[8]=t[8],this},n.prototype.setUvTransform=function(e,t,r,i,s,o,a){var l=Math.cos(s),c=Math.sin(s);return this.set(r*l,r*c,-r*(l*o+c*a)+o+e,-i*c,i*l,-i*(-c*o+l*a)+a+t,0,0,1),this},n.prototype.scale=function(e,t){return this.premultiply(Gi.makeScale(e,t)),this},n.prototype.rotate=function(e){return this.premultiply(Gi.makeRotation(-e)),this},n.prototype.translate=function(e,t){return this.premultiply(Gi.makeTranslation(e,t)),this},n.prototype.makeTranslation=function(e,t){return e instanceof Z?this.set(1,0,e.x,0,1,e.y,0,0,1):this.set(1,0,e,0,1,t,0,0,1),this},n.prototype.makeRotation=function(e){var t=Math.cos(e),r=Math.sin(e);return this.set(t,-r,0,r,t,0,0,0,1),this},n.prototype.makeScale=function(e,t){return this.set(e,0,0,0,t,0,0,0,1),this},n.prototype.equals=function(e){for(var t=this.elements,r=e.elements,i=0;i<9;i++)if(t[i]!==r[i])return!1;return!0},n.prototype.fromArray=function(e,t){t===void 0&&(t=0);for(var r=0;r<9;r++)this.elements[r]=e[r+t];return this},n.prototype.toArray=function(e,t){e===void 0&&(e=[]),t===void 0&&(t=0);var r=this.elements;return e[t]=r[0],e[t+1]=r[1],e[t+2]=r[2],e[t+3]=r[3],e[t+4]=r[4],e[t+5]=r[5],e[t+6]=r[6],e[t+7]=r[7],e[t+8]=r[8],e},n.prototype.clone=function(){return new n().fromArray(this.elements)},n.IDENTITY=Object.freeze(new n),n}(),Gi=new mr,gt=1e-6,G=2*Math.PI,fd={x:0,y:0},Fs={x:0,y:0,z:0},q=function(){function n(){this.equalPointTol=gt,this.equalVectorTol=gt}return n.prototype.clone=function(){var e=new n;return e.equalPointTol=this.equalPointTol,e.equalVectorTol=this.equalVectorTol,e},n.prototype.equalPoint2d=function(e,t){return new Z(e).sub(t).length()<this.equalPointTol},n.prototype.equalPoint3d=function(e,t){return new x(e).sub(t).length()<this.equalPointTol},n.equalToZero=function(e,t){return t===void 0&&(t=gt),e<t&&e>-t},n.equal=function(e,t,r){return r===void 0&&(r=gt),Math.abs(e-t)<r},n.great=function(e,t,r){return r===void 0&&(r=gt),e-t>r},n.less=function(e,t,r){return r===void 0&&(r=gt),e-t<r},n.isPositive=function(e,t){return t===void 0&&(t=gt),e>t},n.isNonPositive=function(e,t){return t===void 0&&(t=gt),e<=t},n}(),Yi=new q,md=function(n,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(h){return l([c,h])}}function l(c){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(r=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(h){c=[6,h],i=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},Sn=function(){function n(e,t,r,i){e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=0),i===void 0&&(i=1),this._x=e,this._y=t,this._z=r,this._w=i}return n.slerpFlat=function(e,t,r,i,s,o,a){var l=r[i+0],c=r[i+1],h=r[i+2],d=r[i+3],p=s[o+0],g=s[o+1],f=s[o+2],m=s[o+3];if(a===0){e[t+0]=l,e[t+1]=c,e[t+2]=h,e[t+3]=d;return}if(a===1){e[t+0]=p,e[t+1]=g,e[t+2]=f,e[t+3]=m;return}if(d!==m||l!==p||c!==g||h!==f){var y=1-a,_=l*p+c*g+h*f+d*m,P=_>=0?1:-1,L=1-_*_;if(L>Number.EPSILON){var S=Math.sqrt(L),A=Math.atan2(S,_*P);y=Math.sin(y*A)/S,a=Math.sin(a*A)/S}var N=a*P;if(l=l*y+p*N,c=c*y+g*N,h=h*y+f*N,d=d*y+m*N,y===1-a){var C=1/Math.sqrt(l*l+c*c+h*h+d*d);l*=C,c*=C,h*=C,d*=C}}e[t]=l,e[t+1]=c,e[t+2]=h,e[t+3]=d},n.multiplyQuaternionsFlat=function(e,t,r,i,s,o){var a=r[i],l=r[i+1],c=r[i+2],h=r[i+3],d=s[o],p=s[o+1],g=s[o+2],f=s[o+3];return e[t]=a*f+h*d+l*g-c*p,e[t+1]=l*f+h*p+c*d-a*g,e[t+2]=c*f+h*g+a*p-l*d,e[t+3]=h*f-a*d-l*p-c*g,e},Object.defineProperty(n.prototype,"x",{get:function(){return this._x},set:function(e){this._x=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"y",{get:function(){return this._y},set:function(e){this._y=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"z",{get:function(){return this._z},set:function(e){this._z=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"w",{get:function(){return this._w},set:function(e){this._w=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),n.prototype.set=function(e,t,r,i){return this._x=e,this._y=t,this._z=r,this._w=i,this._onChangeCallback(),this},n.prototype.clone=function(){return new n(this._x,this._y,this._z,this._w)},n.prototype.copy=function(e){return this._x=e.x,this._y=e.y,this._z=e.z,this._w=e.w,this._onChangeCallback(),this},n.prototype.setFromEuler=function(e,t){t===void 0&&(t=!0);var r=e.x,i=e.y,s=e.z,o=e.order,a=Math.cos,l=Math.sin,c=a(r/2),h=a(i/2),d=a(s/2),p=l(r/2),g=l(i/2),f=l(s/2);switch(o){case"XYZ":this._x=p*h*d+c*g*f,this._y=c*g*d-p*h*f,this._z=c*h*f+p*g*d,this._w=c*h*d-p*g*f;break;case"YXZ":this._x=p*h*d+c*g*f,this._y=c*g*d-p*h*f,this._z=c*h*f-p*g*d,this._w=c*h*d+p*g*f;break;case"ZXY":this._x=p*h*d-c*g*f,this._y=c*g*d+p*h*f,this._z=c*h*f+p*g*d,this._w=c*h*d-p*g*f;break;case"ZYX":this._x=p*h*d-c*g*f,this._y=c*g*d+p*h*f,this._z=c*h*f-p*g*d,this._w=c*h*d+p*g*f;break;case"YZX":this._x=p*h*d+c*g*f,this._y=c*g*d+p*h*f,this._z=c*h*f-p*g*d,this._w=c*h*d-p*g*f;break;case"XZY":this._x=p*h*d-c*g*f,this._y=c*g*d-p*h*f,this._z=c*h*f+p*g*d,this._w=c*h*d+p*g*f;break;default:}return t===!0&&this._onChangeCallback(),this},n.prototype.setFromAxisAngle=function(e,t){var r=t/2,i=Math.sin(r);return this._x=e.x*i,this._y=e.y*i,this._z=e.z*i,this._w=Math.cos(r),this._onChangeCallback(),this},n.prototype.setFromRotationMatrix=function(e){var t=e.elements,r=t[0],i=t[4],s=t[8],o=t[1],a=t[5],l=t[9],c=t[2],h=t[6],d=t[10],p=r+a+d;if(p>0){var g=.5/Math.sqrt(p+1);this._w=.25/g,this._x=(h-l)*g,this._y=(s-c)*g,this._z=(o-i)*g}else if(r>a&&r>d){var g=2*Math.sqrt(1+r-a-d);this._w=(h-l)/g,this._x=.25*g,this._y=(i+o)/g,this._z=(s+c)/g}else if(a>d){var g=2*Math.sqrt(1+a-r-d);this._w=(s-c)/g,this._x=(i+o)/g,this._y=.25*g,this._z=(l+h)/g}else{var g=2*Math.sqrt(1+d-r-a);this._w=(o-i)/g,this._x=(s+c)/g,this._y=(l+h)/g,this._z=.25*g}return this._onChangeCallback(),this},n.prototype.setFromUnitVectors=function(e,t){var r=e.dot(t)+1;return r<Number.EPSILON?(r=0,Math.abs(e.x)>Math.abs(e.z)?(this._x=-e.y,this._y=e.x,this._z=0,this._w=r):(this._x=0,this._y=-e.z,this._z=e.y,this._w=r)):(this._x=e.y*t.z-e.z*t.y,this._y=e.z*t.x-e.x*t.z,this._z=e.x*t.y-e.y*t.x,this._w=r),this.normalize()},n.prototype.angleTo=function(e){return 2*Math.acos(Math.abs(pt(this.dot(e),-1,1)))},n.prototype.rotateTowards=function(e,t){var r=this.angleTo(e);if(r===0)return this;var i=Math.min(1,t/r);return this.slerp(e,i),this},n.prototype.identity=function(){return this.set(0,0,0,1)},n.prototype.invert=function(){return this.conjugate()},n.prototype.conjugate=function(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this},n.prototype.dot=function(e){return this._x*e._x+this._y*e._y+this._z*e._z+this._w*e._w},n.prototype.lengthSq=function(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w},n.prototype.length=function(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)},n.prototype.normalize=function(){var e=this.length();return e===0?(this._x=0,this._y=0,this._z=0,this._w=1):(e=1/e,this._x=this._x*e,this._y=this._y*e,this._z=this._z*e,this._w=this._w*e),this._onChangeCallback(),this},n.prototype.multiply=function(e){return this.multiplyQuaternions(this,e)},n.prototype.premultiply=function(e){return this.multiplyQuaternions(e,this)},n.prototype.multiplyQuaternions=function(e,t){var r=e._x,i=e._y,s=e._z,o=e._w,a=t._x,l=t._y,c=t._z,h=t._w;return this._x=r*h+o*a+i*c-s*l,this._y=i*h+o*l+s*a-r*c,this._z=s*h+o*c+r*l-i*a,this._w=o*h-r*a-i*l-s*c,this._onChangeCallback(),this},n.prototype.slerp=function(e,t){if(t===0)return this;if(t===1)return this.copy(e);var r=this._x,i=this._y,s=this._z,o=this._w,a=o*e._w+r*e._x+i*e._y+s*e._z;if(a<0?(this._w=-e._w,this._x=-e._x,this._y=-e._y,this._z=-e._z,a=-a):this.copy(e),a>=1)return this._w=o,this._x=r,this._y=i,this._z=s,this;var l=1-a*a;if(l<=Number.EPSILON){var c=1-t;return this._w=c*o+t*this._w,this._x=c*r+t*this._x,this._y=c*i+t*this._y,this._z=c*s+t*this._z,this.normalize(),this}var h=Math.sqrt(l),d=Math.atan2(h,a),p=Math.sin((1-t)*d)/h,g=Math.sin(t*d)/h;return this._w=o*p+this._w*g,this._x=r*p+this._x*g,this._y=i*p+this._y*g,this._z=s*p+this._z*g,this._onChangeCallback(),this},n.prototype.slerpQuaternions=function(e,t,r){return this.copy(e).slerp(t,r)},n.prototype.random=function(){var e=2*Math.PI*Math.random(),t=2*Math.PI*Math.random(),r=Math.random(),i=Math.sqrt(1-r),s=Math.sqrt(r);return this.set(i*Math.sin(e),i*Math.cos(e),s*Math.sin(t),s*Math.cos(t))},n.prototype.equals=function(e){return e._x===this._x&&e._y===this._y&&e._z===this._z&&e._w===this._w},n.prototype.fromArray=function(e,t){return t===void 0&&(t=0),this._x=e[t],this._y=e[t+1],this._z=e[t+2],this._w=e[t+3],this._onChangeCallback(),this},n.prototype.toArray=function(e,t){return e===void 0&&(e=[]),t===void 0&&(t=0),e[t]=this._x,e[t+1]=this._y,e[t+2]=this._z,e[t+3]=this._w,e},n.prototype.toJSON=function(){return this.toArray()},n.prototype._onChange=function(e){return this._onChangeCallback=e,this},n.prototype._onChangeCallback=function(){},n.prototype[Symbol.iterator]=function(){return md(this,function(e){switch(e.label){case 0:return[4,this._x];case 1:return e.sent(),[4,this._y];case 2:return e.sent(),[4,this._z];case 3:return e.sent(),[4,this._w];case 4:return e.sent(),[2]}})},n}(),yd=function(n,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(h){return l([c,h])}}function l(c){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(r=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(h){c=[6,h],i=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},x=function(){function n(e,t,r){this.x=0,this.y=0,this.z=0;var i=+(e!==void 0)+ +(t!==void 0)+ +(r!==void 0);if(i!==0){if(i===1&&e instanceof Array){this.x=e[0],this.y=e[1],this.z=e[2];return}if(i===1){var s=e,o=s.x,a=s.y,l=s.z;this.x=o,this.y=a,this.z=l||0;return}if(i===3){this.x=e,this.y=t,this.z=r;return}throw Pe.ILLEGAL_PARAMETERS}}return n.prototype.set=function(e,t,r){return r===void 0&&(r=this.z),this.x=e,this.y=t,this.z=r,this},n.prototype.setScalar=function(e){return this.x=e,this.y=e,this.z=e,this},n.prototype.setX=function(e){return this.x=e,this},n.prototype.setY=function(e){return this.y=e,this},n.prototype.setZ=function(e){return this.z=e,this},n.prototype.setComponent=function(e,t){switch(e){case 0:this.x=t;break;case 1:this.y=t;break;case 2:this.z=t;break;default:throw new Error("index is out of range: "+e)}return this},n.prototype.getComponent=function(e){switch(e){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+e)}},n.prototype.clone=function(){return new n(this.x,this.y,this.z)},n.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this.z=e.z||0,this},n.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this.z+=e.z||0,this},n.prototype.addScalar=function(e){return this.x+=e,this.y+=e,this.z+=e,this},n.prototype.addVectors=function(e,t){return this.x=e.x+t.x,this.y=e.y+t.y,this.z=e.z+t.z,this},n.prototype.addScaledVector=function(e,t){return this.x+=e.x*t,this.y+=e.y*t,this.z+=e.z*t,this},n.prototype.sub=function(e){return this.x-=e.x,this.y-=e.y,this.z-=e.z,this},n.prototype.subScalar=function(e){return this.x-=e,this.y-=e,this.z-=e,this},n.prototype.subVectors=function(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this.z=e.z-t.z,this},n.prototype.multiply=function(e){return this.x*=e.x,this.y*=e.y,this.z*=e.z,this},n.prototype.multiplyScalar=function(e){return this.x*=e,this.y*=e,this.z*=e,this},n.prototype.multiplyVectors=function(e,t){return this.x=e.x*t.x,this.y=e.y*t.y,this.z=e.z*t.z,this},n.prototype.applyEuler=function(e){return this.applyQuaternion(Ho.setFromEuler(e))},n.prototype.applyAxisAngle=function(e,t){return this.applyQuaternion(Ho.setFromAxisAngle(e,t))},n.prototype.applyMatrix3=function(e){var t=this.x,r=this.y,i=this.z,s=e.elements;return this.x=s[0]*t+s[3]*r+s[6]*i,this.y=s[1]*t+s[4]*r+s[7]*i,this.z=s[2]*t+s[5]*r+s[8]*i,this},n.prototype.applyNormalMatrix=function(e){return this.applyMatrix3(e).normalize()},n.prototype.applyMatrix4=function(e){var t=this.x,r=this.y,i=this.z,s=e.elements,o=1/(s[3]*t+s[7]*r+s[11]*i+s[15]);return this.x=(s[0]*t+s[4]*r+s[8]*i+s[12])*o,this.y=(s[1]*t+s[5]*r+s[9]*i+s[13])*o,this.z=(s[2]*t+s[6]*r+s[10]*i+s[14])*o,this},n.prototype.applyQuaternion=function(e){var t=this.x,r=this.y,i=this.z,s=e.x,o=e.y,a=e.z,l=e.w,c=2*(o*i-a*r),h=2*(a*t-s*i),d=2*(s*r-o*t);return this.x=t+l*c+o*d-a*h,this.y=r+l*h+a*c-s*d,this.z=i+l*d+s*h-o*c,this},n.prototype.transformDirection=function(e){var t=this.x,r=this.y,i=this.z,s=e.elements;return this.x=s[0]*t+s[4]*r+s[8]*i,this.y=s[1]*t+s[5]*r+s[9]*i,this.z=s[2]*t+s[6]*r+s[10]*i,this.normalize()},n.prototype.divide=function(e){return this.x/=e.x,this.y/=e.y,this.z/=e.z,this},n.prototype.divideScalar=function(e){return this.multiplyScalar(1/e)},n.prototype.min=function(e){return this.x=Math.min(this.x,e.x),this.y=Math.min(this.y,e.y),this.z=Math.min(this.z,e.z),this},n.prototype.max=function(e){return this.x=Math.max(this.x,e.x),this.y=Math.max(this.y,e.y),this.z=Math.max(this.z,e.z),this},n.prototype.clamp=function(e,t){return this.x=Math.max(e.x,Math.min(t.x,this.x)),this.y=Math.max(e.y,Math.min(t.y,this.y)),this.z=Math.max(e.z,Math.min(t.z,this.z)),this},n.prototype.clampScalar=function(e,t){return this.x=Math.max(e,Math.min(t,this.x)),this.y=Math.max(e,Math.min(t,this.y)),this.z=Math.max(e,Math.min(t,this.z)),this},n.prototype.clampLength=function(e,t){var r=this.length();return this.divideScalar(r||1).multiplyScalar(Math.max(e,Math.min(t,r)))},n.prototype.floor=function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this},n.prototype.ceil=function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this},n.prototype.round=function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this},n.prototype.roundToZero=function(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this},n.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this},n.prototype.dot=function(e){return this.x*e.x+this.y*e.y+this.z*e.z},n.prototype.isParallelTo=function(e){var t=this.dot(e),r=this.length(),i=e.length();return Math.abs(t)===r*i},n.prototype.lengthSq=function(){return this.x*this.x+this.y*this.y+this.z*this.z},n.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)},n.prototype.manhattanLength=function(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)},n.prototype.normalize=function(){return this.divideScalar(this.length()||1)},n.prototype.setLength=function(e){return this.normalize().multiplyScalar(e)},n.prototype.lerp=function(e,t){return this.x+=(e.x-this.x)*t,this.y+=(e.y-this.y)*t,this.z+=(e.z-this.z)*t,this},n.prototype.lerpVectors=function(e,t,r){return this.x=e.x+(t.x-e.x)*r,this.y=e.y+(t.y-e.y)*r,this.z=e.z+(t.z-e.z)*r,this},n.prototype.cross=function(e){return this.crossVectors(this,e)},n.prototype.crossVectors=function(e,t){var r=e.x,i=e.y,s=e.z,o=t.x,a=t.y,l=t.z;return this.x=i*l-s*a,this.y=s*o-r*l,this.z=r*a-i*o,this},n.prototype.projectOnVector=function(e){var t=e.lengthSq();if(t===0)return this.set(0,0,0);var r=e.dot(this)/t;return this.copy(e).multiplyScalar(r)},n.prototype.projectOnPlane=function(e){return Hi.copy(this).projectOnVector(e),this.sub(Hi)},n.prototype.reflect=function(e){return this.sub(Hi.copy(e).multiplyScalar(2*this.dot(e)))},n.prototype.angleTo=function(e){var t=Math.sqrt(this.lengthSq()*e.lengthSq());if(t===0)return Math.PI/2;var r=this.dot(e)/t;return Math.acos(Math.max(-1,Math.min(1,r)))},n.prototype.distanceTo=function(e){return Math.sqrt(this.distanceToSquared(e))},n.prototype.distanceToSquared=function(e){var t=this.x-e.x,r=this.y-e.y,i=this.z-e.z;return t*t+r*r+i*i},n.prototype.manhattanDistanceTo=function(e){return Math.abs(this.x-e.x)+Math.abs(this.y-e.y)+Math.abs(this.z-e.z)},n.prototype.setFromMatrixPosition=function(e){var t=e.elements;return this.x=t[12],this.y=t[13],this.z=t[14],this},n.prototype.setFromMatrixScale=function(e){var t=this.setFromMatrixColumn(e,0).length(),r=this.setFromMatrixColumn(e,1).length(),i=this.setFromMatrixColumn(e,2).length();return this.x=t,this.y=r,this.z=i,this},n.prototype.setFromMatrixColumn=function(e,t){return this.fromArray(e.elements,t*4)},n.prototype.setFromMatrix3Column=function(e,t){return this.fromArray(e.elements,t*3)},n.prototype.equals=function(e){return e.x===this.x&&e.y===this.y&&e.z===this.z},n.prototype.fromArray=function(e,t){return t===void 0&&(t=0),this.x=e[t],this.y=e[t+1],this.z=e[t+2],this},n.prototype.toArray=function(e,t){return e===void 0&&(e=[]),t===void 0&&(t=0),e[t]=this.x,e[t+1]=this.y,e[t+2]=this.z,e},n.prototype.random=function(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this},n.prototype.randomDirection=function(){var e=Math.random()*Math.PI*2,t=Math.random()*2-1,r=Math.sqrt(1-t*t);return this.x=r*Math.cos(e),this.y=t,this.z=r*Math.sin(e),this},n.prototype[Symbol.iterator]=function(){return yd(this,function(e){switch(e.label){case 0:return[4,this.x];case 1:return e.sent(),[4,this.y];case 2:return e.sent(),[4,this.z];case 3:return e.sent(),[2]}})},n.ORIGIN=Object.freeze(new n(0,0,0)),n.X_AXIS=Object.freeze(new n(1,0,0)),n.NEGATIVE_X_AXIS=Object.freeze(new n(-1,0,0)),n.Y_AXIS=Object.freeze(new n(0,1,0)),n.NEGATIVE_Y_AXIS=Object.freeze(new n(0,-1,0)),n.Z_AXIS=Object.freeze(new n(0,0,1)),n.NEGATIVE_Z_AXIS=Object.freeze(new n(0,0,-1)),n}(),Hi=new x,Ho=new Sn,D=function(){function n(e,t,r,i,s,o,a,l,c,h,d,p,g,f,m,y){this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],e!=null&&t!=null&&r!=null&&i!=null&&s!=null&&o!=null&&a!=null&&l!=null&&c!=null&&h!=null&&d!=null&&p!=null&&g!=null&&f!=null&&m!=null&&y!=null&&this.set(e,t,r,i,s,o,a,l,c,h,d,p,g,f,m,y)}return n.prototype.set=function(e,t,r,i,s,o,a,l,c,h,d,p,g,f,m,y){var _=this.elements;return _[0]=e,_[4]=t,_[8]=r,_[12]=i,_[1]=s,_[5]=o,_[9]=a,_[13]=l,_[2]=c,_[6]=h,_[10]=d,_[14]=p,_[3]=g,_[7]=f,_[11]=m,_[15]=y,this},n.prototype.identity=function(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this},n.prototype.clone=function(){return new n().fromArray(this.elements)},n.prototype.copy=function(e){var t=this.elements,r=e.elements;return t[0]=r[0],t[1]=r[1],t[2]=r[2],t[3]=r[3],t[4]=r[4],t[5]=r[5],t[6]=r[6],t[7]=r[7],t[8]=r[8],t[9]=r[9],t[10]=r[10],t[11]=r[11],t[12]=r[12],t[13]=r[13],t[14]=r[14],t[15]=r[15],this},n.prototype.copyPosition=function(e){var t=this.elements,r=e.elements;return t[12]=r[12],t[13]=r[13],t[14]=r[14],this},n.prototype.setFromMatrix3=function(e){var t=e.elements;return this.set(t[0],t[3],t[6],0,t[1],t[4],t[7],0,t[2],t[5],t[8],0,0,0,0,1),this},n.prototype.setFromExtrusionDirection=function(e){if(Yi.equalPoint3d(e,x.Z_AXIS))this.identity();else{var t=new x(1,0,0);Math.abs(e.x)<1/64&&Math.abs(e.y)<1/64?t.crossVectors(x.Y_AXIS,e).normalize():t.crossVectors(x.Z_AXIS,e).normalize();var r=e.clone().cross(t).normalize();this.set(t.x,t.y,t.z,0,r.x,r.y,r.z,0,e.x,e.y,e.z,0,0,0,0,1)}return this},n.prototype.extractBasis=function(e,t,r){return e.setFromMatrixColumn(this,0),t.setFromMatrixColumn(this,1),r.setFromMatrixColumn(this,2),this},n.prototype.makeBasis=function(e,t,r){return this.set(e.x,t.x,r.x,0,e.y,t.y,r.y,0,e.z,t.z,r.z,0,0,0,0,1),this},n.prototype.extractRotation=function(e){var t=this.elements,r=e.elements,i=1/dn.setFromMatrixColumn(e,0).length(),s=1/dn.setFromMatrixColumn(e,1).length(),o=1/dn.setFromMatrixColumn(e,2).length();return t[0]=r[0]*i,t[1]=r[1]*i,t[2]=r[2]*i,t[3]=0,t[4]=r[4]*s,t[5]=r[5]*s,t[6]=r[6]*s,t[7]=0,t[8]=r[8]*o,t[9]=r[9]*o,t[10]=r[10]*o,t[11]=0,t[12]=0,t[13]=0,t[14]=0,t[15]=1,this},n.prototype.makeRotationFromQuaternion=function(e){return this.compose(_d,e,bd)},n.prototype.lookAt=function(e,t,r){var i=this.elements;return Se.subVectors(e,t),Se.lengthSq()===0&&(Se.z=1),Se.normalize(),Lt.crossVectors(r,Se),Lt.lengthSq()===0&&(Math.abs(r.z)===1?Se.x+=1e-4:Se.z+=1e-4,Se.normalize(),Lt.crossVectors(r,Se)),Lt.normalize(),wr.crossVectors(Se,Lt),i[0]=Lt.x,i[4]=wr.x,i[8]=Se.x,i[1]=Lt.y,i[5]=wr.y,i[9]=Se.y,i[2]=Lt.z,i[6]=wr.z,i[10]=Se.z,this},n.prototype.multiply=function(e){return this.multiplyMatrices(this,e)},n.prototype.premultiply=function(e){return this.multiplyMatrices(e,this)},n.prototype.multiplyMatrices=function(e,t){var r=e.elements,i=t.elements,s=this.elements,o=r[0],a=r[4],l=r[8],c=r[12],h=r[1],d=r[5],p=r[9],g=r[13],f=r[2],m=r[6],y=r[10],_=r[14],P=r[3],L=r[7],S=r[11],A=r[15],N=i[0],C=i[4],z=i[8],M=i[12],U=i[1],F=i[5],H=i[9],ne=i[13],me=i[2],He=i[6],ln=i[10],cn=i[14],Rt=i[3],hn=i[7],At=i[11],St=i[15];return s[0]=o*N+a*U+l*me+c*Rt,s[4]=o*C+a*F+l*He+c*hn,s[8]=o*z+a*H+l*ln+c*At,s[12]=o*M+a*ne+l*cn+c*St,s[1]=h*N+d*U+p*me+g*Rt,s[5]=h*C+d*F+p*He+g*hn,s[9]=h*z+d*H+p*ln+g*At,s[13]=h*M+d*ne+p*cn+g*St,s[2]=f*N+m*U+y*me+_*Rt,s[6]=f*C+m*F+y*He+_*hn,s[10]=f*z+m*H+y*ln+_*At,s[14]=f*M+m*ne+y*cn+_*St,s[3]=P*N+L*U+S*me+A*Rt,s[7]=P*C+L*F+S*He+A*hn,s[11]=P*z+L*H+S*ln+A*At,s[15]=P*M+L*ne+S*cn+A*St,this},n.prototype.multiplyScalar=function(e){var t=this.elements;return t[0]*=e,t[4]*=e,t[8]*=e,t[12]*=e,t[1]*=e,t[5]*=e,t[9]*=e,t[13]*=e,t[2]*=e,t[6]*=e,t[10]*=e,t[14]*=e,t[3]*=e,t[7]*=e,t[11]*=e,t[15]*=e,this},n.prototype.determinant=function(){var e=this.elements,t=e[0],r=e[4],i=e[8],s=e[12],o=e[1],a=e[5],l=e[9],c=e[13],h=e[2],d=e[6],p=e[10],g=e[14],f=e[3],m=e[7],y=e[11],_=e[15];return f*(+s*l*d-i*c*d-s*a*p+r*c*p+i*a*g-r*l*g)+m*(+t*l*g-t*c*p+s*o*p-i*o*g+i*c*h-s*l*h)+y*(+t*c*d-t*a*g-s*o*d+r*o*g+s*a*h-r*c*h)+_*(-i*a*h-t*l*d+t*a*p+i*o*d-r*o*p+r*l*h)},n.prototype.transpose=function(){var e=this.elements,t;return t=e[1],e[1]=e[4],e[4]=t,t=e[2],e[2]=e[8],e[8]=t,t=e[6],e[6]=e[9],e[9]=t,t=e[3],e[3]=e[12],e[12]=t,t=e[7],e[7]=e[13],e[13]=t,t=e[11],e[11]=e[14],e[14]=t,this},n.prototype.setPosition=function(e,t,r){var i=this.elements;return e instanceof x?(i[12]=e.x,i[13]=e.y,i[14]=e.z):(i[12]=e,i[13]=t,i[14]=r),this},n.prototype.invert=function(){var e=this.elements,t=e[0],r=e[1],i=e[2],s=e[3],o=e[4],a=e[5],l=e[6],c=e[7],h=e[8],d=e[9],p=e[10],g=e[11],f=e[12],m=e[13],y=e[14],_=e[15],P=d*y*c-m*p*c+m*l*g-a*y*g-d*l*_+a*p*_,L=f*p*c-h*y*c-f*l*g+o*y*g+h*l*_-o*p*_,S=h*m*c-f*d*c+f*a*g-o*m*g-h*a*_+o*d*_,A=f*d*l-h*m*l-f*a*p+o*m*p+h*a*y-o*d*y,N=t*P+r*L+i*S+s*A;if(N===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);var C=1/N;return e[0]=P*C,e[1]=(m*p*s-d*y*s-m*i*g+r*y*g+d*i*_-r*p*_)*C,e[2]=(a*y*s-m*l*s+m*i*c-r*y*c-a*i*_+r*l*_)*C,e[3]=(d*l*s-a*p*s-d*i*c+r*p*c+a*i*g-r*l*g)*C,e[4]=L*C,e[5]=(h*y*s-f*p*s+f*i*g-t*y*g-h*i*_+t*p*_)*C,e[6]=(f*l*s-o*y*s-f*i*c+t*y*c+o*i*_-t*l*_)*C,e[7]=(o*p*s-h*l*s+h*i*c-t*p*c-o*i*g+t*l*g)*C,e[8]=S*C,e[9]=(f*d*s-h*m*s-f*r*g+t*m*g+h*r*_-t*d*_)*C,e[10]=(o*m*s-f*a*s+f*r*c-t*m*c-o*r*_+t*a*_)*C,e[11]=(h*a*s-o*d*s-h*r*c+t*d*c+o*r*g-t*a*g)*C,e[12]=A*C,e[13]=(h*m*i-f*d*i+f*r*p-t*m*p-h*r*y+t*d*y)*C,e[14]=(f*a*i-o*m*i-f*r*l+t*m*l+o*r*y-t*a*y)*C,e[15]=(o*d*i-h*a*i+h*r*l-t*d*l-o*r*p+t*a*p)*C,this},n.prototype.scale=function(e){var t=this.elements,r=e.x,i=e.y,s=e.z;return t[0]*=r,t[4]*=i,t[8]*=s,t[1]*=r,t[5]*=i,t[9]*=s,t[2]*=r,t[6]*=i,t[10]*=s,t[3]*=r,t[7]*=i,t[11]*=s,this},n.prototype.getMaxScaleOnAxis=function(){var e=this.elements,t=e[0]*e[0]+e[1]*e[1]+e[2]*e[2],r=e[4]*e[4]+e[5]*e[5]+e[6]*e[6],i=e[8]*e[8]+e[9]*e[9]+e[10]*e[10];return Math.sqrt(Math.max(t,r,i))},n.prototype.makeTranslation=function(e,t,r){return e instanceof x?this.set(1,0,0,e.x,0,1,0,e.y,0,0,1,e.z,0,0,0,1):this.set(1,0,0,e,0,1,0,t,0,0,1,r,0,0,0,1),this},n.prototype.makeRotationX=function(e){var t=Math.cos(e),r=Math.sin(e);return this.set(1,0,0,0,0,t,-r,0,0,r,t,0,0,0,0,1),this},n.prototype.makeRotationY=function(e){var t=Math.cos(e),r=Math.sin(e);return this.set(t,0,r,0,0,1,0,0,-r,0,t,0,0,0,0,1),this},n.prototype.makeRotationZ=function(e){var t=Math.cos(e),r=Math.sin(e);return this.set(t,-r,0,0,r,t,0,0,0,0,1,0,0,0,0,1),this},n.prototype.makeRotationAxis=function(e,t){var r=Math.cos(t),i=Math.sin(t),s=1-r,o=e.x,a=e.y,l=e.z,c=s*o,h=s*a;return this.set(c*o+r,c*a-i*l,c*l+i*a,0,c*a+i*l,h*a+r,h*l-i*o,0,c*l-i*a,h*l+i*o,s*l*l+r,0,0,0,0,1),this},n.prototype.makeScale=function(e,t,r){return this.set(e,0,0,0,0,t,0,0,0,0,r,0,0,0,0,1),this},n.prototype.makeShear=function(e,t,r,i,s,o){return this.set(1,r,s,0,e,1,o,0,t,i,1,0,0,0,0,1),this},n.prototype.compose=function(e,t,r){var i=this.elements,s=t.x,o=t.y,a=t.z,l=t.w,c=s+s,h=o+o,d=a+a,p=s*c,g=s*h,f=s*d,m=o*h,y=o*d,_=a*d,P=l*c,L=l*h,S=l*d,A=r.x,N=r.y,C=r.z;return i[0]=(1-(m+_))*A,i[1]=(g+S)*A,i[2]=(f-L)*A,i[3]=0,i[4]=(g-S)*N,i[5]=(1-(p+_))*N,i[6]=(y+P)*N,i[7]=0,i[8]=(f+L)*C,i[9]=(y-P)*C,i[10]=(1-(p+m))*C,i[11]=0,i[12]=e.x,i[13]=e.y,i[14]=e.z,i[15]=1,this},n.prototype.decompose=function(e,t,r){var i=this.elements,s=dn.set(i[0],i[1],i[2]).length(),o=dn.set(i[4],i[5],i[6]).length(),a=dn.set(i[8],i[9],i[10]).length(),l=this.determinant();l<0&&(s=-s),e.x=i[12],e.y=i[13],e.z=i[14],Fe.copy(this);var c=1/s,h=1/o,d=1/a;return Fe.elements[0]*=c,Fe.elements[1]*=c,Fe.elements[2]*=c,Fe.elements[4]*=h,Fe.elements[5]*=h,Fe.elements[6]*=h,Fe.elements[8]*=d,Fe.elements[9]*=d,Fe.elements[10]*=d,t.setFromRotationMatrix(Fe),r.x=s,r.y=o,r.z=a,this},n.prototype.equals=function(e){for(var t=this.elements,r=e.elements,i=0;i<16;i++)if(t[i]!==r[i])return!1;return!0},n.prototype.fromArray=function(e,t){t===void 0&&(t=0);for(var r=0;r<16;r++)this.elements[r]=e[r+t];return this},n.prototype.toArray=function(e,t){e===void 0&&(e=[]),t===void 0&&(t=0);var r=this.elements;return e[t]=r[0],e[t+1]=r[1],e[t+2]=r[2],e[t+3]=r[3],e[t+4]=r[4],e[t+5]=r[5],e[t+6]=r[6],e[t+7]=r[7],e[t+8]=r[8],e[t+9]=r[9],e[t+10]=r[10],e[t+11]=r[11],e[t+12]=r[12],e[t+13]=r[13],e[t+14]=r[14],e[t+15]=r[15],e},n.IDENTITY=Object.freeze(new n),n}(),dn=new x,Fe=new D,_d=new x(0,0,0),bd=new x(1,1,1),Lt=new x,wr=new x,Se=new x,B=function(){function n(e,t){e===void 0&&(e=void 0),t===void 0&&(t=void 0),this.min=e==null?new x(1/0,1/0,1/0):new x(e.x,e.y,e.z),this.max=t==null?new x(-1/0,-1/0,-1/0):new x(t.x,t.y,t.z)}return n.prototype.set=function(e,t){return this.min.copy(e),this.max.copy(t),this},n.prototype.setFromArray=function(e){this.makeEmpty();for(var t=0,r=e.length;t<r;t+=3)this.expandByPoint(Wi.fromArray(e,t));return this},n.prototype.setFromPoints=function(e){this.makeEmpty();for(var t=0,r=e.length;t<r;t++)this.expandByPoint(e[t]);return this},n.prototype.setFromCenterAndSize=function(e,t){var r=Wi.copy(t).multiplyScalar(.5);return this.min.copy(e).sub(r),this.max.copy(e).add(r),this},n.prototype.clone=function(){return new n().copy(this)},n.prototype.copy=function(e){return this.min.copy(e.min),this.max.copy(e.max),this},n.prototype.makeEmpty=function(){return this.min.x=this.min.y=this.min.z=1/0,this.max.x=this.max.y=this.max.z=-1/0,this},n.prototype.isEmpty=function(){return this.max.x<this.min.x||this.max.y<this.min.y||this.max.z<this.min.z},n.prototype.getCenter=function(e){return this.isEmpty()?e.set(0,0,0):e.addVectors(this.min,this.max).multiplyScalar(.5)},n.prototype.getSize=function(e){return this.isEmpty()?e.set(0,0,0):e.subVectors(this.max,this.min)},Object.defineProperty(n.prototype,"center",{get:function(){return this.isEmpty()?new x(0,0,0):new x(0,0,0).addVectors(this.min,this.max).multiplyScalar(.5)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"size",{get:function(){return this.isEmpty()?new x(0,0,0):new x(0,0,0).subVectors(this.max,this.min)},enumerable:!1,configurable:!0}),n.prototype.expandByPoint=function(e){return this.min.min(e),this.max.max(e),this},n.prototype.expandByVector=function(e){return this.min.sub(e),this.max.add(e),this},n.prototype.expandByScalar=function(e){return this.min.addScalar(-e),this.max.addScalar(e),this},n.prototype.containsPoint=function(e){return!(e.x<this.min.x||e.x>this.max.x||e.y<this.min.y||e.y>this.max.y||e.z<this.min.z||e.z>this.max.z)},n.prototype.containsBox=function(e){return this.min.x<=e.min.x&&e.max.x<=this.max.x&&this.min.y<=e.min.y&&e.max.y<=this.max.y&&this.min.z<=e.min.z&&e.max.z<=this.max.z},n.prototype.getParameter=function(e,t){return t.set((e.x-this.min.x)/(this.max.x-this.min.x),(e.y-this.min.y)/(this.max.y-this.min.y),(e.z-this.min.z)/(this.max.z-this.min.z))},n.prototype.intersectsBox=function(e){return!(e.max.x<this.min.x||e.min.x>this.max.x||e.max.y<this.min.y||e.min.y>this.max.y||e.max.z<this.min.z||e.min.z>this.max.z)},n.prototype.intersectsPlane=function(e){var t,r;return e.normal.x>0?(t=e.normal.x*this.min.x,r=e.normal.x*this.max.x):(t=e.normal.x*this.max.x,r=e.normal.x*this.min.x),e.normal.y>0?(t+=e.normal.y*this.min.y,r+=e.normal.y*this.max.y):(t+=e.normal.y*this.max.y,r+=e.normal.y*this.min.y),e.normal.z>0?(t+=e.normal.z*this.min.z,r+=e.normal.z*this.max.z):(t+=e.normal.z*this.max.z,r+=e.normal.z*this.min.z),t<=-e.constant&&r>=-e.constant},n.prototype.clampPoint=function(e,t){return t.copy(e).clamp(this.min,this.max)},n.prototype.distanceToPoint=function(e){return this.clampPoint(e,Wi).distanceTo(e)},n.prototype.intersect=function(e){return this.min.max(e.min),this.max.min(e.max),this.isEmpty()&&this.makeEmpty(),this},n.prototype.union=function(e){return this.min.min(e.min),this.max.max(e.max),this},n.prototype.applyMatrix4=function(e){return this.isEmpty()?this:(Ke[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(e),Ke[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(e),Ke[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(e),Ke[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(e),Ke[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(e),Ke[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(e),Ke[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(e),Ke[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(e),this.setFromPoints(Ke),this)},n.prototype.translate=function(e){return this.min.add(e),this.max.add(e),this},n.prototype.equals=function(e){return e.min.equals(this.min)&&e.max.equals(this.max)},n}(),Ke=[new x,new x,new x,new x,new x,new x,new x,new x],Wi=new x,Wo=new Z,xe=function(){function n(e,t){e===void 0&&(e=void 0),t===void 0&&(t=void 0),this.min=e==null?new Z(1/0,1/0):new Z(e.x,e.y),this.max=t==null?new Z(-1/0,-1/0):new Z(t.x,t.y)}return n.prototype.set=function(e,t){return this.min.copy(e),this.max.copy(t),this},n.prototype.setFromPoints=function(e){this.makeEmpty();for(var t=0,r=e.length;t<r;t++)this.expandByPoint(e[t]);return this},n.prototype.setFromCenterAndSize=function(e,t){var r=Wo.copy(t).multiplyScalar(.5);return this.min.copy(e).sub(r),this.max.copy(e).add(r),this},n.prototype.clone=function(){return new n().copy(this)},n.prototype.copy=function(e){return this.min.copy(e.min),this.max.copy(e.max),this},n.prototype.makeEmpty=function(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this},n.prototype.isEmpty=function(){return this.max.x<this.min.x||this.max.y<this.min.y},n.prototype.getCenter=function(e){return this.isEmpty()?e.set(0,0):e.addVectors(this.min,this.max).multiplyScalar(.5)},n.prototype.getSize=function(e){return this.isEmpty()?e.set(0,0):e.subVectors(this.max,this.min)},Object.defineProperty(n.prototype,"center",{get:function(){return this.isEmpty()?new Z(0,0):new Z(0,0).addVectors(this.min,this.max).multiplyScalar(.5)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"size",{get:function(){return this.isEmpty()?new Z(0,0):new Z(0,0).subVectors(this.max,this.min)},enumerable:!1,configurable:!0}),n.prototype.expandByPoint=function(e){return this.min.min(e),this.max.max(e),this},n.prototype.expandByVector=function(e){return this.min.sub(e),this.max.add(e),this},n.prototype.expandByScalar=function(e){return this.min.addScalar(-e),this.max.addScalar(e),this},n.prototype.containsPoint=function(e){return!(e.x<this.min.x||e.x>this.max.x||e.y<this.min.y||e.y>this.max.y)},n.prototype.containsBox=function(e){return this.min.x<=e.min.x&&e.max.x<=this.max.x&&this.min.y<=e.min.y&&e.max.y<=this.max.y},n.prototype.getParameter=function(e,t){return t.set((e.x-this.min.x)/(this.max.x-this.min.x),(e.y-this.min.y)/(this.max.y-this.min.y))},n.prototype.intersectsBox=function(e){return!(e.max.x<this.min.x||e.min.x>this.max.x||e.max.y<this.min.y||e.min.y>this.max.y)},n.prototype.clampPoint=function(e,t){return t.copy(e).clamp(this.min,this.max)},n.prototype.distanceToPoint=function(e){return this.clampPoint(e,Wo).distanceTo(e)},n.prototype.intersect=function(e){return this.min.max(e.min),this.max.min(e.max),this.isEmpty()&&this.makeEmpty(),this},n.prototype.union=function(e){return this.min.min(e.min),this.max.max(e.max),this},n.prototype.translate=function(e){return this.min.add(e),this.max.add(e),this},n.prototype.equals=function(e){return e.min.equals(this.min)&&e.max.equals(this.max)},n}(),Uo=new x,xd=new x,wd=new mr,Ds=function(){function n(e,t){e===void 0&&(e=new x(1,0,0)),t===void 0&&(t=0),this.normal=e,this.constant=t}return n.prototype.set=function(e,t){return this.normal.copy(e),this.constant=t,this},n.prototype.setComponents=function(e,t,r,i){return this.normal.set(e,t,r),this.constant=i,this},n.prototype.setFromNormalAndCoplanarPoint=function(e,t){return this.normal.copy(e),this.constant=-t.dot(this.normal),this},n.prototype.setFromCoplanarPoints=function(e,t,r){var i=Uo.subVectors(r,t).cross(xd.subVectors(e,t)).normalize();return this.setFromNormalAndCoplanarPoint(i,e),this},n.prototype.copy=function(e){return this.normal.copy(e.normal),this.constant=e.constant,this},n.prototype.normalize=function(){var e=1/this.normal.length();return this.normal.multiplyScalar(e),this.constant*=e,this},n.prototype.negate=function(){return this.constant*=-1,this.normal.negate(),this},n.prototype.distanceToPoint=function(e){return this.normal.dot(e)+this.constant},n.prototype.projectPoint=function(e,t){return t.copy(e).addScaledVector(this.normal,-this.distanceToPoint(e))},n.prototype.intersectsBox=function(e){return e.intersectsPlane(this)},n.prototype.coplanarPoint=function(e){return e.copy(this.normal).multiplyScalar(-this.constant)},n.prototype.applyMatrix4=function(e,t){var r=t||wd.getNormalMatrix(e),i=this.coplanarPoint(Uo).applyMatrix4(e),s=this.normal.applyMatrix3(r).normalize();return this.constant=-i.dot(s),this},n.prototype.translate=function(e){return this.constant-=e.dot(this.normal),this},n.prototype.equals=function(e){return e.normal.equals(this.normal)&&e.constant===this.constant},n.prototype.clone=function(){return new n().copy(this)},n}(),vd=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),E=function(n){vd(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e.prototype.clone=function(){return new e(this.x,this.y)},e.pointArrayToNumberArray=function(t){var r=new Array(t.length*2);return t.forEach(function(i,s){i.toArray(r,s*2)}),r},e}(Z),Pd=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),b=function(n){Pd(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e.prototype.clone=function(){return new e(this.x,this.y,this.z)},e.pointArrayToNumberArray=function(t,r){r===void 0&&(r=!0);var i=r?3:2,s=new Array(t.length*i);return t.forEach(function(o,a){o.toArray(s,a*i)}),s},e}(x),Ad=function(n,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,i,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(h){return l([c,h])}}function l(c){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(t=0)),t;)try{if(r=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return t.label++,{value:c[1],done:!1};case 5:t.label++,i=c[1],c=[0];continue;case 7:c=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){t=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){t.label=c[1];break}if(c[0]===6&&t.label<s[1]){t.label=s[1],s=c;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(c);break}s[2]&&t.ops.pop(),t.trys.pop();continue}c=e.call(n,t)}catch(h){c=[6,h],i=0}finally{r=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},$o=new D,qo=new Sn,Sd=function(){function n(e,t,r,i){e===void 0&&(e=0),t===void 0&&(t=0),r===void 0&&(r=0),i===void 0&&(i=n.DEFAULT_ORDER),this._x=e,this._y=t,this._z=r,this._order=i}return Object.defineProperty(n.prototype,"x",{get:function(){return this._x},set:function(e){this._x=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"y",{get:function(){return this._y},set:function(e){this._y=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"z",{get:function(){return this._z},set:function(e){this._z=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"order",{get:function(){return this._order},set:function(e){this._order=e,this._onChangeCallback()},enumerable:!1,configurable:!0}),n.prototype.set=function(e,t,r,i){return i===void 0&&(i=this._order),this._x=e,this._y=t,this._z=r,this._order=i,this._onChangeCallback(),this},n.prototype.clone=function(){return new n(this._x,this._y,this._z,this._order)},n.prototype.copy=function(e){return this._x=e._x,this._y=e._y,this._z=e._z,this._order=e._order,this._onChangeCallback(),this},n.prototype.setFromRotationMatrix=function(e,t,r){t===void 0&&(t=this._order),r===void 0&&(r=!0);var i=e.elements,s=i[0],o=i[4],a=i[8],l=i[1],c=i[5],h=i[9],d=i[2],p=i[6],g=i[10];switch(t){case"XYZ":this._y=Math.asin(pt(a,-1,1)),Math.abs(a)<.9999999?(this._x=Math.atan2(-h,g),this._z=Math.atan2(-o,s)):(this._x=Math.atan2(p,c),this._z=0);break;case"YXZ":this._x=Math.asin(-pt(h,-1,1)),Math.abs(h)<.9999999?(this._y=Math.atan2(a,g),this._z=Math.atan2(l,c)):(this._y=Math.atan2(-d,s),this._z=0);break;case"ZXY":this._x=Math.asin(pt(p,-1,1)),Math.abs(p)<.9999999?(this._y=Math.atan2(-d,g),this._z=Math.atan2(-o,c)):(this._y=0,this._z=Math.atan2(l,s));break;case"ZYX":this._y=Math.asin(-pt(d,-1,1)),Math.abs(d)<.9999999?(this._x=Math.atan2(p,g),this._z=Math.atan2(l,s)):(this._x=0,this._z=Math.atan2(-o,c));break;case"YZX":this._z=Math.asin(pt(l,-1,1)),Math.abs(l)<.9999999?(this._x=Math.atan2(-h,c),this._y=Math.atan2(-d,s)):(this._x=0,this._y=Math.atan2(a,g));break;case"XZY":this._z=Math.asin(-pt(o,-1,1)),Math.abs(o)<.9999999?(this._x=Math.atan2(p,c),this._y=Math.atan2(a,s)):(this._x=Math.atan2(-h,g),this._y=0);break;default:}return this._order=t,r===!0&&this._onChangeCallback(),this},n.prototype.setFromQuaternion=function(e,t,r){return r===void 0&&(r=!0),$o.makeRotationFromQuaternion(e),this.setFromRotationMatrix($o,t,r)},n.prototype.setFromVector3=function(e,t){return t===void 0&&(t=this._order),this.set(e.x,e.y,e.z,t)},n.prototype.reorder=function(e){return qo.setFromEuler(this),this.setFromQuaternion(qo,e)},n.prototype.equals=function(e){return e._x===this._x&&e._y===this._y&&e._z===this._z&&e._order===this._order},n.prototype.fromArray=function(e){return this._x=e[0],this._y=e[1],this._z=e[2],e[3]!==void 0&&(this._order=e[3]),this._onChangeCallback(),this},n.prototype.toArray=function(e,t){return e===void 0&&(e=[]),t===void 0&&(t=0),e[t]=this._x,e[t+1]=this._y,e[t+2]=this._z,e[t+3]=this._order,e},n.prototype._onChange=function(e){return this._onChangeCallback=e,this},n.prototype._onChangeCallback=function(){},n.prototype[Symbol.iterator]=function(){return Ad(this,function(e){switch(e.label){case 0:return[4,this._x];case 1:return e.sent(),[4,this._y];case 2:return e.sent(),[4,this._z];case 3:return e.sent(),[4,this._order];case 4:return e.sent(),[2]}})},n.DEFAULT_ORDER="XYZ",n}();function zs(n,e,t){t===void 0&&(t=!1);for(var r=n.x,i=n.y,s=!1,o=e.length,a=0,l=o-1;a<o;l=a++){var c=e[a].x,h=e[a].y,d=e[l].x,p=e[l].y,g=h>i!=p>i;t&&(g=h>=i!=p>=i);var f=g&&r<(d-c)*(i-h)/(p-h)+c;f&&(s=!s)}return s}function qa(n,e){if(n.length===0||e.length===0)return!1;var t=new xe().setFromPoints(n),r=new xe().setFromPoints(e);if(!t.intersectsBox(r))return!1;for(var i=0;i<n.length;){if(zs(n[i],e,!0))return!0;i<n.length-1&&Yi.equalPoint2d(n[i+1],n[i])&&++i,++i}return!1}var Ka={isPointInPolygon:zs,isPolygonIntersect:qa},vr=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},Pr=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))};function Ld(n,e){for(var t=[],r=e-1,i=n,s=0;s<=i;s++)t.push(0);for(var s=1;s<=r-i;s++)t.push(s);for(var s=0;s<=i;s++)t.push(r-i+1);return t}function Id(n,e){for(var t=e.length-1,r=n,i=[0],s=0,o=1;o<=t;o++){var a=e[o][0]-e[o-1][0],l=e[o][1]-e[o-1][1],c=e[o][2]-e[o-1][2],h=Math.sqrt(a*a+l*l+c*c);s+=h,i.push(s)}for(var d=[],o=0;o<=r;o++)d.push(0);for(var o=1;o<=t-r;o++){var p=i[o]/s;d.push(p*(t-r+1))}for(var o=0;o<=r;o++)d.push(t-r+1);return d}function Za(n,e){e===void 0&&(e="Uniform");var t=n.length;if(t===0)return[];if(t===1)return[0];var r=t-1;if(e==="Uniform")return new Array(t).fill(0).map(function(p,g){return g/r});for(var i=[0],s=0,o=1;o<=r;o++){var a=n[o][0]-n[o-1][0],l=n[o][1]-n[o-1][1],c=n[o][2]-n[o-1][2],h=Math.sqrt(a*a+l*l+c*c),d=e==="SqrtChord"?Math.sqrt(h):h;s+=d,i.push(s)}return s<1e-12?new Array(t).fill(0).map(function(p,g){return g/r}):i.map(function(p){return p/s})}function Qa(n,e){for(var t=e.length-1,r=n,i=t+r+1,s=new Array(i+1).fill(0),o=e[e.length-1],a=i-r;a<=i;a++)s[a]=o;for(var l=1;l<=t-r;l++){for(var c=0,a=l;a<l+r;a++)c+=e[a];s[l+r]=c/r}return s}function Ed(n,e){for(var t=e.length-1,r=n,i=[0],s=0,o=1;o<=t;o++){var a=e[o][0]-e[o-1][0],l=e[o][1]-e[o-1][1],c=e[o][2]-e[o-1][2],h=Math.sqrt(a*a+l*l+c*c),d=Math.sqrt(h);s+=d,i.push(s)}for(var p=[],o=0;o<=r;o++)p.push(0);for(var o=1;o<=t-r;o++){var g=i[o]/s;p.push(g*(t-r+1))}for(var o=0;o<=r;o++)p.push(t-r+1);return p}function Ui(n,e){for(var t=n.length,r=n.map(function(y){return y.slice()}),i=e.slice(),s=0;s<t;s++){for(var o=s,a=Math.abs(r[s][s]),l=s+1;l<t;l++){var c=Math.abs(r[l][s]);c>a&&(a=c,o=l)}if(a<1e-12)throw new Error("Interpolation matrix is singular.");if(o!==s){var h=r[s];r[s]=r[o],r[o]=h;var d=i[s];i[s]=i[o],i[o]=d}for(var l=s+1;l<t;l++){var p=r[l][s]/r[s][s];if(!(Math.abs(p)<1e-14)){for(var g=s;g<t;g++)r[l][g]-=p*r[s][g];i[l]-=p*i[s]}}}for(var f=new Array(t).fill(0),l=t-1;l>=0;l--){for(var m=i[l],g=l+1;g<t;g++)m-=r[l][g]*f[g];f[l]=m/r[l][l]}return f}function Vs(n,e,t,r,i){var s,o,a,l,c,h;if(t===void 0&&(t="Uniform"),n.length===0)return{controlPoints:[],knots:[],weights:[]};var d=n.map(function(At){var St;return[At[0],At[1],(St=At[2])!==null&&St!==void 0?St:0]}),p=!!r,g=!!i,f=(p?1:0)+(g?1:0),m=d.length-1,y=m+f;if(y<e)throw new Error("Not enough points to interpolate a curve of this degree.");var _=Za(d,t),P=_.slice();p&&P.unshift(_[0]),g&&P.push(_[_.length-1]);var L=Qa(e,P),S=y+1,A=new Array(S),N=new Array(S),C=new Array(S),z=new Array(S),M=0;A[M]=new Array(S).fill(0),A[M][0]=1,N[M]=d[0][0],C[M]=d[0][1],z[M]=d[0][2],M++;for(var U=1;U<=m-1;U++){var F=_[U];A[M]=new Array(S).fill(0);for(var H=0;H<=y;H++)A[M][H]=kt(H,e,F,L);N[M]=d[U][0],C[M]=d[U][1],z[M]=d[U][2],M++}if(A[M]=new Array(S).fill(0),A[M][y]=1,N[M]=d[m][0],C[M]=d[m][1],z[M]=d[m][2],M++,p){var ne=L[e+1]-L[0],me=ne!==0?e/ne:0;A[M]=new Array(S).fill(0),A[M][0]=-me,A[M][1]=me,N[M]=(s=r==null?void 0:r[0])!==null&&s!==void 0?s:0,C[M]=(o=r==null?void 0:r[1])!==null&&o!==void 0?o:0,z[M]=(a=r==null?void 0:r[2])!==null&&a!==void 0?a:0,M++}if(g){var ne=L[y+e+1]-L[y],me=ne!==0?e/ne:0;A[M]=new Array(S).fill(0),A[M][y-1]=-me,A[M][y]=me,N[M]=(l=i==null?void 0:i[0])!==null&&l!==void 0?l:0,C[M]=(c=i==null?void 0:i[1])!==null&&c!==void 0?c:0,z[M]=(h=i==null?void 0:i[2])!==null&&h!==void 0?h:0,M++}for(var He=Ui(A,N),ln=Ui(A,C),cn=Ui(A,z),Rt=new Array(S),U=0;U<S;U++)Rt[U]=[He[U],ln[U],cn[U]];var hn=new Array(S).fill(1);return{controlPoints:Rt,knots:L,weights:hn}}function kt(n,e,t,r){if(e===0)return t>=r[n]&&t<r[n+1]?1:0;var i=r[n+e]-r[n],s=r[n+e+1]-r[n+1],o=i>1e-10?(t-r[n])/i:0,a=s>1e-10?(r[n+e+1]-t)/s:0;return o*kt(n,e-1,t,r)+a*kt(n+1,e-1,t,r)}function Qn(n,e,t,r,i){var s=r.length-1,o=e;if(n=Math.max(t[o],Math.min(t[s+1],n)),Math.abs(n-t[s+1])<1e-8)return Pr([],vr(r[s]),!1);if(Math.abs(n-t[o])<1e-8)return Pr([],vr(r[0]),!1);for(var a=[0,0,0],l=0,c=0;c<=s;c++){var h=kt(c,o,n,t),d=i[c]*h;a[0]+=r[c][0]*d,a[1]+=r[c][1]*d,a[2]+=r[c][2]*d,l+=d}if(Math.abs(l)<1e-10){var p=t[t.length-o-1];if(Math.abs(n-p)<1e-8)return Pr([],vr(r[s]),!1);if(Math.abs(n-t[o])<1e-8)return Pr([],vr(r[0]),!1)}return Math.abs(l)>=1e-10&&(a[0]/=l,a[1]/=l,a[2]/=l),a}function ds(n,e,t,r){if(e===0)return 0;var i=r[n+e]-r[n],s=r[n+e+1]-r[n+1],o=0;return i>1e-10&&(o+=e/i*kt(n,e-1,t,r)),s>1e-10&&(o-=e/s*kt(n+1,e-1,t,r)),o}function Td(n,e,t,r){if(e<=1)return 0;var i=r[n+e]-r[n],s=r[n+e+1]-r[n+1],o=0;return i>1e-10&&(o+=e/i*ds(n,e-1,t,r)),s>1e-10&&(o-=e/s*ds(n+1,e-1,t,r)),o}function Cd(n,e,t,r,i){var s=r.length-1,o=e,a=t[o],l=t[s+1];n=Math.max(a,Math.min(l,n));for(var c=[0,0,0],h=[0,0,0],d=[0,0,0],p=0,g=0,f=0,m=0;m<=s;m++){var y=kt(m,o,n,t),_=ds(m,o,n,t),P=Td(m,o,n,t),L=i[m],S=L*y,A=L*_,N=L*P,C=r[m];c[0]+=S*C[0],c[1]+=S*C[1],c[2]+=S*C[2],h[0]+=A*C[0],h[1]+=A*C[1],h[2]+=A*C[2],d[0]+=N*C[0],d[1]+=N*C[1],d[2]+=N*C[2],p+=S,g+=A,f+=N}if(Math.abs(p)<1e-10){var z=Qn(n,e,t,r,i);return{point:z,deriv1:[0,0,0],deriv2:[0,0,0]}}var M=p*p,U=[c[0]/p,c[1]/p,c[2]/p],F=[(h[0]*p-c[0]*g)/M,(h[1]*p-c[1]*g)/M,(h[2]*p-c[2]*g)/M],H=d[0]*p-c[0]*f,ne=d[1]*p-c[1]*f,me=d[2]*p-c[2]*f,He=[H/M-2*g*F[0]/p,ne/M-2*g*F[1]/p,me/M-2*g*F[2]/p];return{point:U,deriv1:F,deriv2:He}}function Md(n,e){var t=n[0],r=n[1],i=e[0],s=e[1],o=t*t+r*r;return o<1e-20?0:(t*s-r*i)/Math.pow(o,1.5)}function Ja(n,e,t,r){for(var i=n,s=e[i],o=e[e.length-i-1],a=0,l=1e3,c=(o-s)/l,h=Qn(s,n,e,t,r),d=1;d<=l;d++){var p=s+d*c,g=Qn(p,n,e,t,r),f=g[0]-h[0],m=g[1]-h[1],y=g[2]-h[2];a+=Math.sqrt(f*f+m*m+y*y),h=g}var _=Qn(o,n,e,t,r),P=_[0]-h[0],L=_[1]-h[1],S=_[2]-h[2];return a+=Math.sqrt(P*P+L*L+S*S),a}function Od(n,e,t,r,i){return e===void 0&&(e=3),t===void 0&&(t="Uniform"),n.length===0?[]:Vs(n,e,t,r,i).controlPoints}var Ko=new D,Zo=new x,kd=new x,Nd=new x,$i=new b;function el(n){return new D().setFromExtrusionDirection(new x(n.x,n.y,n.z))}function js(n){return Ko.setFromExtrusionDirection(new x(n.x,n.y,n.z)),Ko.extractBasis(Zo,kd,Nd),Zo.clone()}function us(n,e){var t;return new b(n.x,n.y,(t=n.z)!==null&&t!==void 0?t:0).applyMatrix4(el(e))}function sr(n,e){var t;return new b(n.x,n.y,(t=n.z)!==null&&t!==void 0?t:0).applyMatrix4(el(e).invert())}function gs(n,e,t){var r,i,s=sr(n,t),o=sr(e,t);return $i.set(o.x-s.x,o.y-s.y,((r=o.z)!==null&&r!==void 0?r:0)-((i=s.z)!==null&&i!==void 0?i:0)),T.normalizeAngle(Math.atan2($i.y,$i.x))}var tl=function(){function n(){this._boundingBoxNeedsUpdate=!1}return Object.defineProperty(n.prototype,"boundingBoxNeedUpdate",{get:function(){return this._boundingBoxNeedsUpdate},enumerable:!1,configurable:!0}),n}(),Yd=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Gs=function(n){Yd(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e.prototype.translate=function(t){return this.transform(new mr().makeTranslation(t.x,t.y))},Object.defineProperty(e.prototype,"box",{get:function(){return(this._box==null||this._boundingBoxNeedsUpdate)&&(this._box=this.calculateBoundingBox(),this._boundingBoxNeedsUpdate=!1),this._box},enumerable:!1,configurable:!0}),e}(tl),Xd=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),En=function(n){Xd(e,n);function e(){var t=n.call(this)||this;return t.arcLengthDivisions=100,t}return Object.defineProperty(e.prototype,"startPoint",{get:function(){return this.getPoint(0)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this.getPoint(1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){return this.getLength()},enumerable:!1,configurable:!0}),e.prototype.getPoint=function(t){throw new Error("AcGeCurve2d: .getPoint() not implemented.")},e.prototype.getPointAt=function(t){var r=this.getUtoTmapping(t);return this.getPoint(r)},e.prototype.getPoints=function(t){t===void 0&&(t=5);for(var r=[],i=0;i<=t;i++)r.push(this.getPoint(i/t));return r},e.prototype.getSpacedPoints=function(t){t===void 0&&(t=5);for(var r=[],i=0;i<=t;i++)r.push(this.getPointAt(i/t));return r},e.prototype.getLength=function(){var t=this.getLengths();return t[t.length-1]},e.prototype.getLengths=function(t){t===void 0&&(t=this.arcLengthDivisions);var r=[],i,s=this.getPoint(0),o=0;r.push(0);for(var a=1;a<=t;a++)i=this.getPoint(a/t),o+=i.distanceTo(s),r.push(o),s=i;return r},e.prototype.getUtoTmapping=function(t,r){var i=this.getLengths(),s=0,o=i.length,a;r?a=r:a=t*i[o-1];for(var l=0,c=o-1,h;l<=c;)if(s=Math.floor(l+(c-l)/2),h=i[s]-a,h<0)l=s+1;else if(h>0)c=s-1;else{c=s;break}if(s=c,i[s]===a)return s/(o-1);var d=i[s],p=i[s+1],g=p-d,f=(a-d)/g,m=(s+f)/(o-1);return m},e.prototype.getTangent=function(t){var r=1e-4,i=t-r,s=t+r;i<0&&(i=0),s>1&&(s=1);var o=this.getPoint(i),a=this.getPoint(s),l=new E;return l.copy(a).sub(o).normalize(),l},e.prototype.getTangentAt=function(t){var r=this.getUtoTmapping(t);return this.getTangent(r)},e}(Gs),Rd=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Ar=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Sr=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},Lr=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))},Re=function(n){Rd(e,n);function e(t,r,i,s,o){var a=n.call(this)||this,l=+(t!==void 0)+ +(r!==void 0)+ +(i!==void 0)+ +(s!==void 0)+ +(o!==void 0);if(l==3)typeof t=="object"&&typeof r=="object"&&typeof i=="object"?a.createByThreePoints(t,r,i):a.createByStartEndPointsAndBulge(t,r,i);else if(l==5){var c=t;a.center=new E(c.x,c.y),a.radius=r,a._clockwise=o,a._startAngle=a._clockwise?a._mirrorAngle(T.normalizeAngle(i)):T.normalizeAngle(i),a._endAngle=a._clockwise?a._mirrorAngle(T.normalizeAngle(s)):T.normalizeAngle(s)}else throw Pe.ILLEGAL_PARAMETERS;return a}return e.prototype.createByThreePoints=function(t,r,i){var s=function(z,M){return{x:(z.x+M.x)/2,y:(z.y+M.y)/2}},o=function(z,M){return(M.y-z.y)/(M.x-z.x)},a=function(z){return-1/z},l=s(t,r),c=s(r,i),h=o(t,r),d=o(r,i),p=a(h),g=a(d),f=function(z,M,U,F){var H=(F-M)/(z-U),ne=z*H+M;return{x:H,y:ne}},m=l.y-p*l.x,y=c.y-g*c.x,_=f(p,m,g,y),P=Math.sqrt(Math.pow(t.x-_.x,2)+Math.pow(t.y-_.y,2)),L=function(z,M){return Math.atan2(z.y-M.y,z.x-M.x)},S=L(t,_),A=L(r,_),N=L(i,_),C=N>S&&N<A||S>N&&S<A||A>N&&A<S;this.center=_,this.radius=P,this._clockwise=!C,this._startAngle=S,this._endAngle=N},e.prototype.createByStartEndPointsAndBulge=function(t,r,i){var s,o,a;i<0?(s=Math.atan(-i)*4,o=new Z(t),a=new Z(r)):(s=Math.atan(i)*4,o=new Z(r),a=new Z(t));var l=new Z().subVectors(a,o),c=l.length(),h=new Z().addVectors(o,l.multiplyScalar(.5)),d=Math.abs(c/2/Math.tan(s/2)),p=l.normalize(),g=i<0?-Math.PI/2:Math.PI/2,f=new Z(p.x*Math.cos(g)-p.y*Math.sin(g),p.y*Math.cos(g)+p.x*Math.sin(g)),m;s<Math.PI?i<0?m=h.add(f.multiplyScalar(d)):m=h.add(f.multiplyScalar(-d)):i<0?m=h.add(f.multiplyScalar(-d)):m=h.add(f.multiplyScalar(d)),i<0?(this._startAngle=Math.atan2(o.y-m.y,o.x-m.x),this._endAngle=Math.atan2(a.y-m.y,a.x-m.x)):(this._startAngle=Math.atan2(a.y-m.y,a.x-m.x),this._endAngle=Math.atan2(o.y-m.y,o.x-m.x)),this._clockwise=i<0,this.center=m,this.radius=a.sub(m).length()},Object.defineProperty(e.prototype,"center",{get:function(){return this._center},set:function(t){this._center=new E(t.x,t.y),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"radius",{get:function(){return this._radius},set:function(t){this._radius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startAngle",{get:function(){return this._clockwise?this._mirrorAngle(this._startAngle):this._startAngle},set:function(t){this._startAngle=this._clockwise?this._mirrorAngle(T.normalizeAngle(t)):T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endAngle",{get:function(){return this._clockwise?this._mirrorAngle(this._endAngle):this._endAngle},set:function(t){var r=this.startAngle==0&&t==G?t:T.normalizeAngle(t);this._endAngle=this._clockwise?this._mirrorAngle(r):r,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),e.prototype._mirrorAngle=function(t){var r=t*180/Math.PI,i=(360-r)%360;return i*Math.PI/180},e.prototype._getInternalAngle=function(t){return this._clockwise?this._mirrorAngle(t):t},Object.defineProperty(e.prototype,"deltaAngle",{get:function(){var t=this._getInternalAngle(this.startAngle),r=this._getInternalAngle(this.endAngle);return this.clockwise?T.normalizeAngle(t-r):T.normalizeAngle(r-t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"clockwise",{get:function(){return this._clockwise},set:function(t){this._clockwise=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this.endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"midPoint",{get:function(){var t=this._getInternalAngle(this.startAngle),r=this._clockwise?T.normalizeAngle(t-this.deltaAngle/2):T.normalizeAngle(t+this.deltaAngle/2),i=this._clockwise?this._mirrorAngle(r):r;return this.getPointAtAngle(i)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"closed",{get:function(){var t=this._getInternalAngle(this.startAngle),r=this._getInternalAngle(this.endAngle);return Math.abs(r-t)/Math.PI%2==0},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){var t,r,i=[this.startPoint,this.endPoint],s=[0,Math.PI/2,Math.PI,3*Math.PI/2];try{for(var o=Ar(s),a=o.next();!a.done;a=o.next()){var l=a.value,c=this._getInternalAngle(l);T.isBetweenAngle(c,this._getInternalAngle(this.startAngle),this._getInternalAngle(this.endAngle),this.clockwise)&&i.push(this.getPointAtAngle(l))}}catch(p){t={error:p}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}var h=i.map(function(p){return p.x}),d=i.map(function(p){return p.y});return new xe(new E(Math.min.apply(Math,Lr([],Sr(h),!1)),Math.min.apply(Math,Lr([],Sr(d),!1))),new E(Math.max.apply(Math,Lr([],Sr(h),!1)),Math.max.apply(Math,Lr([],Sr(d),!1))))},Object.defineProperty(e.prototype,"length",{get:function(){return Math.abs(this.deltaAngle*this.radius)},enumerable:!1,configurable:!0}),e.prototype.transform=function(t){var r=this,i=t,s=this.center.clone().applyMatrix2d(i),o=this.startPoint.clone().applyMatrix2d(i);if(this.closed)return this.center=s,this.radius=s.distanceTo(o),this._startAngle=Math.atan2(o.y-s.y,o.x-s.x),this._endAngle=this._startAngle,this._clockwise=i.determinant()<0?!this._clockwise:this._clockwise,this._boundingBoxNeedsUpdate=!0,this;var a=this.midPoint.clone().applyMatrix2d(i),l=this.endPoint.clone().applyMatrix2d(i),c=new e(o,a,l),h=i.determinant()<0?!this.clockwise:this.clockwise,d=function(p){var g=T.normalizeAngle(p);return h?r._mirrorAngle(g):g};return this.center=c.center,this.radius=c.radius,this.clockwise=h,this.startAngle=d(Math.atan2(o.y-c.center.y,o.x-c.center.x)),this.endAngle=d(Math.atan2(l.y-c.center.y,l.x-c.center.x)),this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this.center.clone(),this.radius,this._startAngle,this._endAngle,this.clockwise)},e.prototype.getPointAtAngle=function(t){var r=this._getInternalAngle(t),i=this.center.x+this.radius*Math.cos(r),s=this.center.y+this.radius*Math.sin(r);return new E(i,s)},e.prototype.getQuadrantPoints=function(){var t,r,i=[],s=this._getInternalAngle(this.startAngle),o=this._getInternalAngle(this.endAngle),a=[0,Math.PI/2,Math.PI,3*Math.PI/2];try{for(var l=Ar(a),c=l.next();!c.done;c=l.next()){var h=c.value,d=this._getInternalAngle(h);T.isBetweenAngle(d,s,o,this.clockwise)&&i.push(this.getPointAtAngle(h))}}catch(p){t={error:p}}finally{try{c&&!c.done&&(r=l.return)&&r.call(l)}finally{if(t)throw t.error}}return i},e.prototype.nearestPoint=function(t){var r=new E(t.x,t.y),i=r.x-this.center.x,s=r.y-this.center.y,o=Math.hypot(i,s);if(o<1e-12)return this.startPoint.clone();var a=Math.atan2(s,i),l=this.clockwise?this._mirrorAngle(T.normalizeAngle(a)):T.normalizeAngle(a),c=this._getInternalAngle(l),h=this._getInternalAngle(this.startAngle),d=this._getInternalAngle(this.endAngle);if(T.isBetweenAngle(c,h,d,this.clockwise))return this.getPointAtAngle(l);var p=r.distanceToSquared(this.startPoint),g=r.distanceToSquared(this.endPoint);return p<=g?this.startPoint.clone():this.endPoint.clone()},e.prototype.perpendicularPoints=function(t){var r,i,s=new E(t.x,t.y),o=s.x-this.center.x,a=s.y-this.center.y,l=Math.hypot(o,a);if(l<1e-12)return[];var c=o/l,h=a/l,d=[new E(this.center.x+c*this.radius,this.center.y+h*this.radius),new E(this.center.x-c*this.radius,this.center.y-h*this.radius)],p=[],g=this._getInternalAngle(this.startAngle),f=this._getInternalAngle(this.endAngle);try{for(var m=Ar(d),y=m.next();!y.done;y=m.next()){var _=y.value,P=Math.atan2(_.y-this.center.y,_.x-this.center.x),L=this.clockwise?this._mirrorAngle(T.normalizeAngle(P)):T.normalizeAngle(P),S=this._getInternalAngle(L);(this.closed||T.isBetweenAngle(S,g,f,this.clockwise))&&p.push(_)}}catch(A){r={error:A}}finally{try{y&&!y.done&&(i=m.return)&&i.call(m)}finally{if(r)throw r.error}}return p},e.prototype.tangentPoints=function(t){var r,i,s=[],o=t.x-this.center.x,a=t.y-this.center.y,l=Math.hypot(o,a),c=this.radius;if(l<c)return s;var h=Math.acos(c/l),d=Math.atan2(a,o),p=[d+h,d-h],g=this._getInternalAngle(this.startAngle),f=this._getInternalAngle(this.endAngle);try{for(var m=Ar(p),y=m.next();!y.done;y=m.next()){var _=y.value,P=this.clockwise?this._mirrorAngle(T.normalizeAngle(_)):T.normalizeAngle(_),L=this._getInternalAngle(P);(this.closed||T.isBetweenAngle(L,g,f,this.clockwise))&&s.push(this.getPointAtAngle(P))}}catch(S){r={error:S}}finally{try{y&&!y.done&&(i=m.return)&&i.call(m)}finally{if(r)throw r.error}}return s},e.prototype.getPoints=function(t){t===void 0&&(t=100);var r=[],i=this.deltaAngle,s=this._getInternalAngle(this.startAngle);if(this.closed&&(i=G,s=0),this.clockwise)for(var o=0;o<=t;o++){var a=s-i*(o/t),l=this._clockwise?this._mirrorAngle(a):a,c=this.getPointAtAngle(l);r.push(new E(c.x,c.y))}else for(var o=0;o<=t;o++){var a=s+i*(o/t),l=this._clockwise?this._mirrorAngle(a):a,c=this.getPointAtAngle(l);r.push(new E(c.x,c.y))}return r},e}(En),ps=function(){return ps=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n},ps.apply(this,arguments)},Bd=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Ir=1e-6;function nl(n,e){if(ou(n)){var t=Dd(n,e);return t?[t]:[]}var r=ol(n),i=r.numberOfVertices;if(i<2)return[];var s=lu(r,e);return s?[s]:[]}function Fd(n){return ol(n)}function Dd(n,e){var t,r,i=zd(n);if(i.length===0)return null;var s=[];try{for(var o=Bd(i),a=o.next();!a.done;a=o.next()){var l=a.value,c=jd(l,e);if(!c)return null;s.push(c)}}catch(g){t={error:g}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}var h=Vd(n),d=Ud(s,h,n.closed,e);if(d.length<2)return null;var p=new ee;return d.forEach(function(g,f){p.addVertexAt(f,{x:g.x,y:g.y})}),p.closed=n.closed,p}function zd(n){for(var e,t=[],r=n.numberOfVertices,i=n.closed?r:r-1,s=0;s<i;s++){var o=n.vertices[s],a=n.vertices[(s+1)%r];q.isPositive(Math.abs((e=o.bulge)!==null&&e!==void 0?e:0))?t.push({kind:"arc",arc:new Re(o,a,o.bulge)}):t.push({kind:"line",start:new E(o.x,o.y),end:new E(a.x,a.y)})}return t}function Vd(n){for(var e=[],t=0;t<n.numberOfVertices;t++)e.push(n.getPointAt(t));return e}function jd(n,e){if(n.kind==="line"){var t=Wd(n.start,n.end,e);return t?ps({kind:"line"},t):null}var r=Gd(n.arc,n.arc.startPoint,n.arc.endPoint,e);return r?{kind:"arc",arc:r}:null}function Gd(n,e,t,r){var i=Hd(n,e,t,r),s=n.radius+i;return q.isNonPositive(s)?null:new Re(n.center,s,n.startAngle,n.endAngle,n.clockwise)}function Hd(n,e,t,r){var i=t.x-e.x,s=t.y-e.y,o=Math.hypot(i,s);if(q.isNonPositive(o))return n.clockwise?-r:r;var a=-s/o,l=i/o,c=n.center.x-(e.x+t.x)/2,h=n.center.y-(e.y+t.y)/2,d=c*a+h*l>0;return d?-r:r}function Wd(n,e,t){var r=e.x-n.x,i=e.y-n.y,s=Math.hypot(r,i);if(q.isNonPositive(s))return null;var o=-i/s*t,a=r/s*t;return{start:new E(n.x+o,n.y+a),end:new E(e.x+o,e.y+a),dx:r,dy:i}}function Ud(n,e,t,r){var i,s,o,a=n.length;if(a===0)return[];for(var l=$d(n,e,t,r),c=[(s=(i=l[0].nextSegmentStart)===null||i===void 0?void 0:i.clone())!==null&&s!==void 0?s:l[0].point.clone()],h=0;h<a;h++){var d=n[h],p=h===a-1&&!t?{point:Jd(d)}:l[(h+1)%a];if(h>0&&l[h].filletPoints&&l[h].filletPoints.forEach(function(_){return c.push(_.clone())}),d.kind==="arc")for(var g=(o=l[h].nextSegmentStart)!==null&&o!==void 0?o:l[h].point,f=p.point,m=qd(d.arc,g,f,Math.max(16,32)),y=1;y<m.length;y++)c.push(m[y]);else c.push(p.point.clone())}return al(c)}function $d(n,e,t,r){for(var i=n.length,s=[],o=0;o<i;o++)o===0?s.push(t?Qo(n[i-1],n[0],e[0],r):{point:Qd(n[0])}):s.push(Qo(n[o-1],n[o],e[o],r));return s}function qd(n,e,t,r){for(var i=n.nearestPoint(e),s=n.nearestPoint(t),o=fs(n,i),a=fs(n,s),l=Zd(n,o,a),c=[],h=0;h<=r;h++){var d=h/r,p=n.clockwise?o-l*d:o+l*d;c.push(n.getPointAtAngle(Kd(n,p)))}return c}function fs(n,e){return Math.atan2(e.y-n.center.y,e.x-n.center.x)}function Kd(n,e){var t=T.normalizeAngle(e);return n.clockwise?ms(t):t}function ms(n){var e=n*180/Math.PI;return(360-e)%360*(Math.PI/180)}function Zd(n,e,t){if(n.clockwise){var r=e-t;return q.isNonPositive(r)&&(r+=G),r}var i=t-e;return q.isNonPositive(i)&&(i+=G),i}function Qd(n){return n.kind==="line"?n.start.clone():n.arc.startPoint.clone()}function Jd(n){return n.kind==="line"?n.end.clone():n.arc.endPoint.clone()}function Qo(n,e,t,r){return n.kind==="line"&&e.kind==="line"?{point:ys({start:n.start,end:n.end,dx:n.dx,dy:n.dy},{start:e.start,end:e.end,dx:e.dx,dy:e.dy})}:n.kind==="line"&&e.kind==="arc"?Jo(n,e.arc,t,r,!0):n.kind==="arc"&&e.kind==="line"?Jo(e,n.arc,t,r,!1):n.kind==="arc"&&e.kind==="arc"?eu(n.arc,e.arc,t,r):{point:t.clone()}}function eu(n,e,t,r){var i=sl(n.endPoint,e.startPoint),s=su(n,e),o=s.filter(function(h){return Hr(n,h)&&Hr(e,h)});if(o.length>0)return{point:il(o,i)};var a=n.endPoint.clone(),l=e.startPoint.clone(),c=rl(t,Math.abs(r),a,l);return{point:a,filletPoints:c,nextSegmentStart:l}}function Jo(n,e,t,r,i){var s=sl(i?n.end:n.start,i?e.startPoint:e.endPoint),o=iu(n,e,s);if(nu(n,o)&&Hr(e,o))return{point:o};var a=tu(n,t,r),l=i?e.startPoint.clone():e.endPoint.clone(),c=rl(t,Math.abs(r),i?a:l,i?l:a);return i?{point:a,filletPoints:c,nextSegmentStart:l}:{point:l,filletPoints:c,nextSegmentStart:a}}function tu(n,e,t){var r=Math.hypot(n.dx,n.dy),i=-n.dy/r*t,s=n.dx/r*t;return new E(e.x+i,e.y+s)}function nu(n,e){var t=Math.hypot(n.dx,n.dy);if(q.isNonPositive(t))return!1;var r=n.dx/t,i=n.dy/t,s=e.x-n.start.x,o=e.y-n.start.y,a=Math.abs(s*i-o*r);return q.equalToZero(a)}function rl(n,e,t,r){var i=Math.atan2(t.y-n.y,t.x-n.x),s=Math.atan2(r.y-n.y,r.x-n.x),o=ru(i,s);if(q.equalToZero(Math.abs(o)))return[];for(var a=[],l=Math.max(2,Math.ceil(Math.abs(o)/Math.PI*16)),c=1;c<l;c++){var h=c/l,d=i+o*h;a.push(new E(n.x+e*Math.cos(d),n.y+e*Math.sin(d)))}return a}function ru(n,e){for(var t=e-n;t>Math.PI;)t-=G;for(;t<=-Math.PI;)t+=G;return t}function iu(n,e,t){var r=Math.hypot(n.dx,n.dy);if(q.isNonPositive(r))return t.clone();var i=n.dx/r,s=n.dy/r,o=n.start.x-e.center.x,a=n.start.y-e.center.y,l=2*(o*i+a*s),c=o*o+a*a-e.radius*e.radius,h=l*l-4*c;if(h<0)return t.clone();var d=Math.sqrt(h),p=[(-l-d)/2,(-l+d)/2].map(function(f){return new E(n.start.x+i*f,n.start.y+s*f)}),g=p.filter(function(f){return Hr(e,f)});return il(g.length>0?g:p,t)}function Hr(n,e){var t=Math.abs(Math.hypot(e.x-n.center.x,e.y-n.center.y)-n.radius);if(q.isPositive(t))return!1;var r=fs(n,e),i=n.clockwise?ms(T.normalizeAngle(n.startAngle)):T.normalizeAngle(n.startAngle),s=n.clockwise?ms(T.normalizeAngle(n.endAngle)):T.normalizeAngle(n.endAngle);return T.isBetweenAngle(r,i,s,n.clockwise)}function su(n,e){var t=e.center.x-n.center.x,r=e.center.y-n.center.y,i=Math.hypot(t,r);if(q.isNonPositive(i))return[];var s=n.radius+e.radius,o=Math.abs(n.radius-e.radius);if(i>s+Ir)return[];if(i<o-Ir)return[];var a=(n.radius*n.radius-e.radius*e.radius+i*i)/(2*i),l=n.radius*n.radius-a*a;if(l<-Ir)return[];var c=n.center.x+a*t/i,h=n.center.y+a*r/i;if(l<=Ir)return[new E(c,h)];var d=Math.sqrt(l),p=-r*d/i,g=t*d/i;return[new E(c+p,h+g),new E(c-p,h-g)]}function il(n,e){for(var t=n[0],r=t.distanceToSquared(e),i=1;i<n.length;i++){var s=n[i].distanceToSquared(e);s<r&&(t=n[i],r=s)}return t.clone()}function sl(n,e){return new E((n.x+e.x)/2,(n.y+e.y)/2)}function ou(n){for(var e,t=n.numberOfVertices,r=n.closed?t:t-1,i=0;i<r;i++){var s=n.vertices[i];if(q.isPositive(Math.abs((e=s.bulge)!==null&&e!==void 0?e:0)))return!0}return!1}function ol(n){var e=au(n.vertices.map(function(t){return new E(t.x,t.y)}),n.closed);return e.length===n.numberOfVertices?n:new ee(e.map(function(t){return{x:t.x,y:t.y}}),n.closed)}function au(n,e){var t=al(n);if(!e||t.length<2)return t;var r=t[0],i=t[t.length-1];return q.isNonPositive(Math.hypot(r.x-i.x,r.y-i.y))&&t.pop(),t}function al(n){var e=[];return n.forEach(function(t){var r=e[e.length-1];(!r||q.isPositive(Math.hypot(r.x-t.x,r.y-t.y)))&&e.push(new E(t.x,t.y))}),e}function lu(n,e){for(var t=[],r=0;r<n.numberOfVertices;r++)t.push(n.getPointAt(r));var i=cu(t,n.closed,e);if(i.length===0)return null;var s=[];if(n.closed){if(i.length<2)return null;for(var o=i.length,r=0;r<o;r++){var a=i[(r-1+o)%o],l=i[r];s.push(ys(a,l))}}else{s.push(i[0].start);for(var r=1;r<i.length;r++)s.push(ys(i[r-1],i[r]));s.push(i[i.length-1].end)}var c=new ee;return s.forEach(function(h,d){c.addVertexAt(d,{x:h.x,y:h.y})}),c.closed=n.closed,c}function cu(n,e,t){for(var r=[],i=e?n.length:n.length-1,s=0;s<i;s++){var o=n[s],a=n[e?(s+1)%n.length:s+1],l=a.x-o.x,c=a.y-o.y,h=Math.hypot(l,c);if(!q.isNonPositive(h)){var d=-c/h*t,p=l/h*t;r.push({start:new E(o.x+d,o.y+p),end:new E(a.x+d,a.y+p),dx:l,dy:c})}}return r}function ys(n,e){var t=n.dx*e.dy-n.dy*e.dx;if(q.equalToZero(t))return new E((n.end.x+e.start.x)/2,(n.end.y+e.start.y)/2);var r=e.start.x-n.start.x,i=e.start.y-n.start.y,s=(r*e.dy-i*e.dx)/t;return new E(n.start.x+s*n.dx,n.start.y+s*n.dy)}var hu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),_s=function(){return _s=Object.assign||function(n){for(var e,t=1,r=arguments.length;t<r;t++){e=arguments[t];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i])}return n},_s.apply(this,arguments)},ee=function(n){hu(e,n);function e(t,r){t===void 0&&(t=null),r===void 0&&(r=!1);var i=n.call(this)||this;return i._vertices=t||new Array,i._closed=r,i}return Object.defineProperty(e.prototype,"vertices",{get:function(){return this._vertices},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"numberOfVertices",{get:function(){return this._vertices.length},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"closed",{get:function(){return this._closed},set:function(t){this._closed=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){if(this.numberOfVertices>0){var t=this._vertices[0];return new E(t.x,t.y)}throw new Error("Start point does not exist in an empty polyline.")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){var t=this.numberOfVertices;if(t>0)if(this.closed){var r=this._vertices[0];return new E(r.x,r.y)}else{var r=this._vertices[t-1];return new E(r.x,r.y)}throw new Error("End point does not exist in an empty polyline.")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){for(var t=0,r=this._vertices.length,i=0;i<r;++i){var s=this._vertices[i],o=null;if(i<r-1?o=this._vertices[i+1]:i==r-1&&this.closed&&(o=this._vertices[0]),o)if(s.bulge){var a=new Re(s,o,s.bulge);t+=a.length}else t+=new E(s.x,s.y).distanceTo(o)}return t},enumerable:!1,configurable:!0}),e.prototype.addVertexAt=function(t,r){t<=0?this._vertices.unshift(r):this._vertices.splice(t,0,r),this._boundingBoxNeedsUpdate=!0},e.prototype.removeVertexAt=function(t){if(t<0||t>=this._vertices.length)throw new Error("Index ".concat(t," is out of bounds. Valid range is 0 to ").concat(this._vertices.length-1,"."));this._vertices.splice(t,1),this._boundingBoxNeedsUpdate=!0},e.prototype.reset=function(t,r){t?r!==void 0&&r>=0&&r<this._vertices.length&&(this._vertices=this._vertices.slice(0,r),this._boundingBoxNeedsUpdate=!0):(this._vertices=new Array,this._boundingBoxNeedsUpdate=!0)},e.prototype.getPointAt=function(t){var r=this._vertices[t];return new E(r.x,r.y)},e.prototype.calculateBoundingBox=function(){var t=this.getPoints(100);return new xe().setFromPoints(t)},e.prototype.transform=function(t){var r=t.determinant()<0;return this._vertices.forEach(function(i){var s=new E(i).applyMatrix2d(t);i.x=s.x,i.y=s.y,r&&i.bulge!=null&&(i.bulge=-i.bulge)}),this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this._vertices.map(function(t){return _s({},t)}),this._closed)},e.prototype.getPoints3d=function(t,r){var i=[],s=this.getPoints(t);return s.forEach(function(o){return i.push(new b().set(o.x,o.y,r))}),i},e.prototype.getPoints=function(t){for(var r=[],i=this._vertices.length,s=0;s<i;++s){var o=this._vertices[s];if(o.bulge){var a=null;if(s<i-1?a=this._vertices[s+1]:s==i-1&&this.closed&&(a=this._vertices[0]),a)for(var l=new Re(o,a,o.bulge),c=l.getPoints(t),h=c.length,d=0;d<h;++d){var p=c[d];r.push(new E(p.x,p.y))}}else r.push(new E(o.x,o.y)),s==i-1&&this.closed&&r.push(r[0])}return r},e.prototype.offset=function(t){return nl(this,t)},e}(En);function ll(n,e,t){var r=Math.hypot(e.x,e.y);if(q.isNonPositive(r))return null;var i=-e.y/r*t,s=e.x/r*t;return new b(n.x+i,n.y+s,n.z)}function du(n,e,t){var r;if(n.length<2)return null;var i=Fd(new ee(n.map(function(o){return{x:o.x,y:o.y}}),e)),s=nl(i,t);return(r=s[0])!==null&&r!==void 0?r:null}var Wr=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},vn=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))};function uu(n,e,t,r){if(n.length<2||q.equalToZero(t))return null;var i=hl(n,r),s=i.points,o=i.tangents;if(s.length<2)return null;var a=o??gu(s,e),l=pu(s,a,t),c=e?mu(l):fu(l);if(c.length<2)return null;var h=new ee;return c.forEach(function(d,p){h.addVertexAt(p,{x:d.x,y:d.y})}),h.closed=e,h}function gu(n,e){for(var t=n.length,r=new Array(t),i=0;i<t;i++){var s=0,o=0;if(e){var a=n[(i-1+t)%t],l=n[(i+1)%t];s=l.x-a.x,o=l.y-a.y}else i===0?(s=n[1].x-n[0].x,o=n[1].y-n[0].y):i===t-1?(s=n[t-1].x-n[t-2].x,o=n[t-1].y-n[t-2].y):(s=n[i+1].x-n[i-1].x,o=n[i+1].y-n[i-1].y);var c=Math.hypot(s,o);q.isNonPositive(c)?r[i]=new E(1,0):r[i]=new E(s/c,o/c)}return r}function pu(n,e,t){return n.map(function(r,i){var s=e[i],o=-s.y*t,a=s.x*t;return new E(r.x+o,r.y+a)})}function fu(n){var e=Ur(n);if(e.length<3)return e;for(;;){var t=cl(e,!1);if(!t||(e=Ur(vn(vn(vn([],Wr(e.slice(0,t.segmentA+1)),!1),[t.point],!1),Wr(e.slice(t.segmentB+1)),!1)),e.length<2))break}return e}function mu(n){var e=Ur(n);if(e.length<4)return e;for(;;){var t=cl(e,!0);if(!t||(e=Ur(vn(vn(vn([],Wr(e.slice(0,t.segmentA+1)),!1),[t.point],!1),Wr(e.slice(t.segmentB+1)),!1)),e.length<3))break}return e}function cl(n,e){var t=e?n.length:n.length-1;if(t<2)return null;for(var r=0;r<t;r++)for(var i=n[r],s=n[(r+1)%n.length],o=r+1;o<t;o++)if(!yu(r,o,t,e)){var a=n[o],l=n[(o+1)%n.length],c=_u(i,s,a,l);if(c)return{point:c,segmentA:r,segmentB:o}}return null}function yu(n,e,t,r){return!!(e===n||e===n+1||r&&n===0&&e===t-1)}function _u(n,e,t,r){var i=e.x-n.x,s=e.y-n.y,o=r.x-t.x,a=r.y-t.y,l=i*a-s*o;if(q.equalToZero(l))return null;var c=t.x-n.x,h=t.y-n.y,d=(c*a-h*o)/l,p=(c*s-h*i)/l,g=Yi.equalPointTol;return d<-g||d>1+g||p<-g||p>1+g?null:new E(n.x+d*i,n.y+d*s)}function hl(n,e){var t=[],r=[],i=e!=null&&e.length===n.length;return n.forEach(function(s,o){var a=t[t.length-1];if((!a||q.isPositive(Math.hypot(a.x-s.x,a.y-s.y)))&&(t.push(new E(s.x,s.y)),i)){var l=e[o];r.push(new E(l.x,l.y))}}),{points:t,tangents:i?r:void 0}}function Ur(n){return hl(n).points}var bu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Nt=function(n){bu(e,n);function e(){var t=n.call(this)||this;return t._loops=[],t}return e.prototype.add=function(t){this._loops.push(t),this._boundingBoxNeedsUpdate=!0},Object.defineProperty(e.prototype,"loops",{get:function(){return this._loops},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"outter",{get:function(){if(this._loops.length>0)return this._loops[0]},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){var t=this.outter;return t?t.box:new xe},e.prototype.transform=function(t){return this._loops.forEach(function(r){r.transform(t)}),this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){var t=new e;return this._loops.forEach(function(r){t.add(r.clone())}),t},e.prototype.getPoints=function(t){for(var r=[],i=0;i<this.loops.length;++i){var s=this.loops[i],o=s.getPoints(t);r.push(o)}return r},e.prototype.buildHierarchy=function(){for(var t,r=this.getPoints(100),i=this.calculateBoundaryBoxes(r),s=this.sortBoundaryBoxesByAreas(i),o=new Map,a=s.length,l=0;l<a;l++)o.set(s[l],{index:s[l],children:[]});for(var c={index:-1,children:[]},l=0;l<a;l++){for(var h=s[l],d=r[h],p=i[h],g=l+1;g<a;g++){var f=s[g],m=r[f],y=i[f];if(y.containsBox(p)&&Ka.isPointInPolygon(d[T.randInt(0,d.length-1)],m)){(t=o.get(f))===null||t===void 0||t.children.push(o.get(h));break}}g===a&&c.children.push(o.get(h))}return c},Object.defineProperty(e.prototype,"area",{get:function(){if(this._loops.length===0)return 0;for(var t=0,r=0;r<this._loops.length;r++){var i=this._loops[r],s=i.getPoints(128),o=this.polygonArea(s);r===0?t+=Math.abs(o):t-=Math.abs(o)}return t},enumerable:!1,configurable:!0}),e.prototype.polygonArea=function(t){var r=t.length;if(r<3)return 0;for(var i=0,s=0,o=r-1;s<r;o=s++){var a=t[o],l=t[s];i+=a.x*l.y-l.x*a.y}return i*.5},e.prototype.calculateBoundaryBoxes=function(t){var r=[];return t.forEach(function(i){r.push(new xe().setFromPoints(i))}),r},e.prototype.sortBoundaryBoxesByAreas=function(t){var r=[];t.forEach(function(s,o){var a=s.size,l=a.width*a.height;r.push({area:l,index:o})}),r.sort(function(s,o){return s.area-o.area});var i=[];return r.forEach(function(s){i.push(s.index)}),i},e}(Gs),xu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),wu=function(n){xu(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e.prototype.translate=function(t){return this.transform(new D().makeTranslation(t.x,t.y,t.z))},Object.defineProperty(e.prototype,"box",{get:function(){return(this._box==null||this._boundingBoxNeedsUpdate)&&(this._box=this.calculateBoundingBox(),this._boundingBoxNeedsUpdate=!1),this._box},enumerable:!1,configurable:!0}),e}(tl),vu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),yr=function(n){vu(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e}(wu),Pu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),bt=function(n){Pu(e,n);function e(t,r){var i=n.call(this)||this;return i._start=new b(t),i._end=new b(r),i}return Object.defineProperty(e.prototype,"startPoint",{get:function(){return this._start},set:function(t){this._start.copy(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this._end},set:function(t){this._end.copy(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"direction",{get:function(){return new x().subVectors(this.endPoint,this.startPoint).normalize()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"midPoint",{get:function(){return new b((this._start.x+this._end.x)/2,(this._start.y+this._end.y)/2,(this._start.z+this._end.z)/2)},enumerable:!1,configurable:!0}),e.prototype.nearestPoint=function(t){return this.project(t)},Object.defineProperty(e.prototype,"length",{get:function(){return this.startPoint.distanceTo(this.endPoint)},enumerable:!1,configurable:!0}),e.prototype.isPointOnLine=function(t){var r=this.project(t),i=1e-6;return r.distanceTo(t)<i},e.prototype.at=function(t,r){return this.delta(r).multiplyScalar(t).add(this._start)},e.prototype.atLength=function(t,r){if(r===void 0&&(r=!1),r){var i=this.delta(Bt).normalize();return new b(this._start).addScaledVector(i,t)}else{var i=this.delta(Bt).normalize();return new b(this._end).addScaledVector(i,t)}},e.prototype.extend=function(t,r){if(r===void 0&&(r=!1),r){var i=Bt.subVectors(this._start,this._end).normalize();this._start=new b(this._start).addScaledVector(i,t)}else{var i=this.delta(Bt).normalize();this._end=new b(this._end).addScaledVector(i,t)}return this._boundingBoxNeedsUpdate=!0,this},e.prototype.closestPointToPointParameter=function(t,r){ea.subVectors(t,this._start),Er.subVectors(this.endPoint,this.startPoint);var i=Er.dot(Er),s=Er.dot(ea),o=s/i;return r&&(o=T.clamp(o,0,1)),o},e.prototype.closestPointToPoint=function(t,r,i){var s=this.closestPointToPointParameter(t,r);return this.delta(i).multiplyScalar(s).add(this._start)},e.prototype.delta=function(t){return t.subVectors(this._end,this._start)},e.prototype.distanceSq=function(){return this._start.distanceToSquared(this._end)},e.prototype.distance=function(){return this._start.distanceTo(this._end)},e.prototype.project=function(t){var r=this.direction,i=Bt.subVectors(t,this.startPoint),s=i.dot(r);return new b().copy(r).multiplyScalar(s).add(this.startPoint)},e.prototype.perpPoint=function(t){var r=this.direction,i=this.startPoint,s=Bt.subVectors(t,i),o=s.dot(r),a=Bt.copy(r).multiplyScalar(o);return new b().addVectors(i,a)},e.prototype.calculateBoundingBox=function(){var t=new b(Math.min(this._start.x,this._end.x),Math.min(this._start.y,this._end.y),Math.min(this._start.z,this._end.z)),r=new b(Math.max(this._start.x,this._end.x),Math.max(this._start.y,this._end.y),Math.max(this._start.z,this._end.z));return new B(t,r)},e.prototype.transform=function(t){return this._start.applyMatrix4(t),this._end.applyMatrix4(t),this._boundingBoxNeedsUpdate=!0,this},Object.defineProperty(e.prototype,"closed",{get:function(){return!1},enumerable:!1,configurable:!0}),e.prototype.copy=function(t){return this.startPoint=t.startPoint,this.endPoint=t.endPoint,this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this._start.clone(),this._end.clone())},e.prototype.offset=function(t){var r=this.startPoint,i=this.endPoint,s=Math.hypot(i.x-r.x,i.y-r.y);if(s===0)return this.clone();var o=new x(i.x-r.x,i.y-r.y,0).normalize(),a=new x(-o.y,o.x,0);return new e(new b(r.x+a.x*t,r.y+a.y*t,r.z),new b(i.x+a.x*t,i.y+a.y*t,i.z))},e}(yr),Bt=new x,ea=new x,Er=new x,Au=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),qi=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Xi=function(n){Au(e,n);function e(t,r,i,s,o,a){a===void 0&&(a=x.X_AXIS);var l=n.call(this)||this;return l.center=t,l.radius=r,l.startAngle=i,l.endAngle=s,l.normal=o,l.refVec=a,(s-i)%G==0?(l.startAngle=0,l.endAngle=G):(l.startAngle=i,l.endAngle=s),l}return e.computeCenterPoint=function(t,r,i){var s=new x().addVectors(t,r).multiplyScalar(.5),o=new x().addVectors(t,i).multiplyScalar(.5),a=new x().subVectors(r,t),l=new x().subVectors(i,t),c=new x().crossVectors(a,l).normalize();if(c.lengthSq()===0)return null;var h=new x().crossVectors(a,c).normalize(),d=new x().crossVectors(l,c).normalize(),p=h.clone().multiplyScalar(Number.MAX_SAFE_INTEGER),g=d.clone().multiplyScalar(Number.MAX_SAFE_INTEGER),f=new bt(s,s.clone().add(p)),m=new bt(o,o.clone().add(g)),y=new x,_=f.closestPointToPoint(m.startPoint,!0,y);return _?y:null},e.createByThreePoints=function(t,r,i){var s=e.computeCenterPoint(t,r,i);if(s){var o=s.distanceTo(t),a=new x().subVectors(t,s),l=new x().subVectors(r,s),c=Math.atan2(a.y,a.x),h=Math.atan2(l.y,l.x);return new e(s,o,c,h,x.Z_AXIS)}},Object.defineProperty(e.prototype,"center",{get:function(){return this._center},set:function(t){this._center=new b(t.x,t.y,t.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"radius",{get:function(){return this._radius},set:function(t){if(t<0)throw Pe.ILLEGAL_PARAMETERS;this._radius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startAngle",{get:function(){return this._startAngle},set:function(t){this._startAngle=T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endAngle",{get:function(){return this._endAngle},set:function(t){this._endAngle=this.startAngle==0&&t==G?t:T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"deltaAngle",{get:function(){return T.normalizeAngle(this.endAngle-this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"clockwise",{get:function(){return this.deltaAngle<=0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"normal",{get:function(){return this._normal},set:function(t){this._normal=new x(t.x,t.y,t.z),this._normal.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"refVec",{get:function(){return this._refVec},set:function(t){this._refVec=new x(t.x,t.y,t.z),this._refVec.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this._startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this._endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"midPoint",{get:function(){var t=this.startAngle,r=this.deltaAngle;this.closed&&(t=0,r=G);var i=t+r*.5;return this.getPointAtAngle(i)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){return this.closed?2*Math.PI*this.radius:Math.abs(this.deltaAngle*this.radius)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"area",{get:function(){return this.closed?Math.PI*this.radius*this.radius:Math.abs(this.deltaAngle*this.radius*this.radius)},enumerable:!1,configurable:!0}),e.prototype.nearestPoint=function(t){var r=new x(t.x,t.y,t.z||0),i=this.center,s=this.normal,o=r.clone().sub(i),a=o.dot(s),l=r.clone().sub(s.clone().multiplyScalar(a)),c=l.clone().sub(i);if(c.lengthSq()===0)return this.startPoint.clone();c.normalize().multiplyScalar(this.radius);var h=i.clone().add(c),d=this.getAngle(h.clone()),p=this.startAngle,g=this.deltaAngle,f=T.normalizeAngle(d-p);f<0&&(f=0),f>g&&(f=g);var m=this.getPointAtAngle(p+f),y=m.distanceTo(r),_=this.startPoint.distanceTo(r),P=this.endPoint.distanceTo(r);return _<y&&_<=P?this.startPoint.clone():P<y&&P<_?this.endPoint.clone():m},e.prototype.tangentPoints=function(t){var r,i,s=[],o=new x(t.x,t.y,t.z||0),a=this.center,l=this.normal,c=this.radius,h=o.clone().sub(a),d=h.dot(l),p=o.clone().sub(l.clone().multiplyScalar(d)),g=a.clone(),f=p.clone().sub(g),m=f.length();if(m<c)return s;var y=Math.acos(c/m),_=this.getAngle(p.clone()),P=[_+y,_-y];try{for(var L=qi(P),S=L.next();!S.done;S=L.next()){var A=S.value,N=T.normalizeAngle(A-this.startAngle);N>=0&&N<=this.deltaAngle&&s.push(this.getPointAtAngle(this.startAngle+N))}}catch(C){r={error:C}}finally{try{S&&!S.done&&(i=L.return)&&i.call(L)}finally{if(r)throw r.error}}return s},e.prototype.perpendicularPoints=function(t){var r,i,s=[],o=new x(t.x,t.y,t.z||0),a=this.center,l=this.normal,c=this.radius,h=o.clone().sub(a),d=h.dot(l),p=o.clone().sub(l.clone().multiplyScalar(d)),g=p.clone().sub(a);if(g.lengthSq()<1e-24)return s;g.normalize();var f=[a.clone().add(g.clone().multiplyScalar(c)),a.clone().sub(g.clone().multiplyScalar(c))];try{for(var m=qi(f),y=m.next();!y.done;y=m.next()){var _=y.value,P=this.getAngle(_.clone()),L=T.normalizeAngle(P-this.startAngle);L>=0&&L<=this.deltaAngle&&s.push(new b(_.x,_.y,_.z||0))}}catch(S){r={error:S}}finally{try{y&&!y.done&&(i=m.return)&&i.call(m)}finally{if(r)throw r.error}}return s},e.prototype.nearestTangentPoint=function(t){var r=this.tangentPoints(t);if(r.length===0)return null;var i=new b(t.x,t.y,t.z||0);return r.length===1||r[0].distanceTo(i)<r[1].distanceTo(i)?r[0]:r[1]},e.prototype.calculateBoundingBox=function(){for(var t,r,i=[this.startAngle,this.endAngle],s=0;s<2*Math.PI;s+=Math.PI/2)T.isBetweenAngle(s,this.startAngle,this.endAngle)&&i.push(s);var o=1/0,a=1/0,l=1/0,c=-1/0,h=-1/0,d=-1/0;try{for(var p=qi(i),g=p.next();!g.done;g=p.next()){var f=g.value,m=this.getPointAtAngle(f);m.x<o&&(o=m.x),m.y<a&&(a=m.y),m.z<l&&(l=m.z),m.x>c&&(c=m.x),m.y>h&&(h=m.y),m.z>d&&(d=m.z)}}catch(y){t={error:y}}finally{try{g&&!g.done&&(r=p.return)&&r.call(p)}finally{if(t)throw t.error}}return new B({x:o,y:a,z:l},{x:c,y:h,z:d})},Object.defineProperty(e.prototype,"closed",{get:function(){return Math.abs(this.endAngle-this.startAngle)/Math.PI%2==0},enumerable:!1,configurable:!0}),e.prototype.getPoints=function(t){var r=[],i=this.deltaAngle,s=this.startAngle;this.closed&&(i=G,s=0);for(var o=0;o<=t;o++){var a=s+i*(o/t),l=this.getPointAtAngle(a);r.push(l)}return r},e.prototype.transform=function(t){var r=this.center.clone().applyMatrix4(t),i=this.startPoint.clone().applyMatrix4(t),s=this.endPoint.clone().applyMatrix4(t),o=this.getPointAtAngle(this.closed?Math.PI/2:this.startAngle+this.deltaAngle/2).clone().applyMatrix4(t),a=new x(i).sub(r).normalize(),l=r.distanceTo(i),c=new x().crossVectors(new x(i).sub(r),new x(o).sub(r)).normalize();c.lengthSq()===0&&(c=this.normal.clone().transformDirection(t));var h=function(d){var p=new x(d).sub(r);return Math.atan2(p.dot(ta.crossVectors(c,a)),p.dot(a))};return this.center=r,this.radius=l,this.normal=c,this.refVec=a,this.startAngle=0,this.endAngle=this.closed?G:h(s),this._boundingBoxNeedsUpdate=!0,this},e.prototype.copy=function(t){return this.center=t.center,this.radius=t.radius,this.startAngle=t.startAngle,this.endAngle=t.endAngle,this.normal=t.normal,this.refVec=t.refVec,this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this.center.clone(),this.radius,this.startAngle,this.endAngle,this.normal,this.refVec)},e.prototype.getAngle=function(t){return t.sub(this.center),Math.atan2(t.dot(ta.crossVectors(this.refVec,this.normal)),t.dot(this.refVec))},e.prototype.getPointAtAngle=function(t){var r=this.normal,i=this.refVec,s={x:r.y*i.z-r.z*i.y,y:r.z*i.x-r.x*i.z,z:r.x*i.y-r.y*i.x},o=this.center,a=this.radius;return new b(o.x+a*(i.x*Math.cos(t)+s.x*Math.sin(t)),o.y+a*(i.y*Math.cos(t)+s.y*Math.sin(t)),o.z+a*(i.z*Math.cos(t)+s.z*Math.sin(t)))},Object.defineProperty(e.prototype,"plane",{get:function(){var t=new x(this.center).distanceTo(Fs);return new Ds(this.normal,t)},enumerable:!1,configurable:!0}),e.prototype.offset=function(t){var r=this.radius+t;return r<=0?null:new e(this.center,r,this.startAngle,this.endAngle,this.normal,this.refVec)},e}(yr),ta=new x,Su=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Ln=function(n){Su(e,n);function e(t,r,i,s,o,a,l){s===void 0&&(s=0),o===void 0&&(o=G),a===void 0&&(a=!1),l===void 0&&(l=0);var c=n.call(this)||this;return c.center=t,c.majorAxisRadius=r,c.minorAxisRadius=i,(o-s)%G==0?(c.startAngle=0,c.endAngle=G):(c.startAngle=s,c.endAngle=o),c.clockwise=a,c.rotation=l,c}return Object.defineProperty(e.prototype,"center",{get:function(){return this._center},set:function(t){this._center=new b(t.x,t.y,t.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"majorAxisRadius",{get:function(){return this._majorAxisRadius},set:function(t){if(t<0)throw Pe.ILLEGAL_PARAMETERS;this._majorAxisRadius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"minorAxisRadius",{get:function(){return this._minorAxisRadius},set:function(t){if(t<0)throw Pe.ILLEGAL_PARAMETERS;this._minorAxisRadius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startAngle",{get:function(){return this._startAngle},set:function(t){this._startAngle=T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endAngle",{get:function(){return this._endAngle},set:function(t){this._endAngle=this.startAngle==0&&t==G?t:T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"clockwise",{get:function(){return this._clockwise},set:function(t){this._clockwise=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"rotation",{get:function(){return this._rotation},set:function(t){this._rotation=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"deltaAngle",{get:function(){return T.normalizeAngle(this.endAngle-this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){for(var t=100,r=1/0,i=1/0,s=-1/0,o=-1/0,a=0;a<=t;a++){var l=this.getPoint(a/t);r=Math.min(r,l.x),i=Math.min(i,l.y),s=Math.max(s,l.x),o=Math.max(o,l.y)}return new xe({x:r,y:i},{x:s,y:o})},Object.defineProperty(e.prototype,"closed",{get:function(){return this.deltaAngle==0},enumerable:!1,configurable:!0}),e.prototype.getPoint=function(t){for(var r=Math.PI*2,i=this.endAngle-this.startAngle,s=Math.abs(i)<Number.EPSILON;i<0;)i+=r;for(;i>r;)i-=r;i<Number.EPSILON&&(s?i=0:i=r),this.clockwise===!0&&!s&&(i===r?i=-r:i=i-r);var o=this.startAngle+t*i,a=this.center.x+this.majorAxisRadius*Math.cos(o),l=this.center.y+this.minorAxisRadius*Math.sin(o);if(this.rotation!==0){var c=Math.cos(this.rotation),h=Math.sin(this.rotation),d=a-this.center.x,p=l-this.center.y;a=d*c-p*h+this.center.x,l=d*h+p*c+this.center.y}return new E(a,l)},e.prototype.transform=function(t){var r=t,i=new E(this.center).applyMatrix2d(r),s=new b(i.x,i.y,this.center.z),o=this.getPointAtAngle(0).clone().applyMatrix2d(r),a=this.getPointAtAngle(Math.PI/2).clone().applyMatrix2d(r),l=new E(o).sub(i),c=new E(a).sub(i),h=l.length(),d=c.length(),p=Math.atan2(l.y,l.x),g=l.clone().normalize(),f=c.clone().normalize(),m=function(P){var L=new E(P).sub(i),S=L.dot(g),A=L.dot(f);return T.normalizeAngle(Math.atan2(A/d,S/h))},y=r.determinant()<0?!this.clockwise:this.clockwise,_=this.closed?new e(s,h,d,0,G,y,p):new e(s,h,d,m(this.startPoint.clone().applyMatrix2d(r)),m(this.endPoint.clone().applyMatrix2d(r)),y,p);return this.center=_.center,this.majorAxisRadius=_.majorAxisRadius,this.minorAxisRadius=_.minorAxisRadius,this._startAngle=_._startAngle,this._endAngle=_._endAngle,this._clockwise=_._clockwise,this.rotation=_.rotation,this._boundingBoxNeedsUpdate=!0,this},e.prototype.getPointAtAngle=function(t){return this.getPoint(this.closed?t/G:T.normalizeAngle(t-this.startAngle)/this.deltaAngle)},e.prototype.copy=function(t){return this.center=t.center,this.majorAxisRadius=t.majorAxisRadius,this.minorAxisRadius=t.minorAxisRadius,this.startAngle=t.startAngle,this.endAngle=t.endAngle,this.clockwise=t.clockwise,this.rotation=t.rotation,this},e.prototype.clone=function(){return new e(this.center,this.majorAxisRadius,this.minorAxisRadius,this.startAngle,this.endAngle,this.clockwise,this.rotation)},e.prototype.getFocusPoints=function(){var t=Math.max(this.majorAxisRadius,this.minorAxisRadius),r=Math.min(this.majorAxisRadius,this.minorAxisRadius);if(t-r<1e-9)return[];var i=Math.sqrt(t*t-r*r),s=Math.cos(this.rotation),o=Math.sin(this.rotation),a=this.majorAxisRadius>=this.minorAxisRadius,l=a?s:-o,c=a?o:s;return[new E(this.center.x-i*l,this.center.y-i*c),new E(this.center.x+i*l,this.center.y+i*c)]},e.prototype.getQuadrantPoints=function(){return this.closed?[this.getPoint(0),this.getPoint(.25),this.getPoint(.5),this.getPoint(.75)]:[]},e.prototype.nearestPoint=function(t){for(var r=new E(t.x,t.y),i=this.getPoint(0),s=r.distanceToSquared(i),o=72,a=1;a<=o;a++){var l=this.getPoint(a/o),c=r.distanceToSquared(l);c<s&&(s=c,i=l)}return i},e.prototype.tangentPoints=function(t){var r=this,i=this._projectPointToLocal(t),s=this._findSnapAngles(i,function(o,a,l,c){var h=-r.majorAxisRadius*c,d=r.minorAxisRadius*l;return(o-i.x)*d-(a-i.y)*h});return s.map(function(o){return r.getPointAtAngle(o)})},e.prototype.perpendicularPoints=function(t){var r=this,i=this._projectPointToLocal(t),s=this._findSnapAngles(i,function(o,a,l,c){var h=r.minorAxisRadius*l,d=r.majorAxisRadius*c;return(o-i.x)*d-(a-i.y)*h});return s.map(function(o){return r.getPointAtAngle(o)})},e.prototype._projectPointToLocal=function(t){var r=t.x-this.center.x,i=t.y-this.center.y,s=Math.cos(-this.rotation),o=Math.sin(-this.rotation);return{x:r*s-i*o,y:r*o+i*s}},e.prototype._findSnapAngles=function(t,r,i){i===void 0&&(i=144);for(var s=this.majorAxisRadius,o=this.minorAxisRadius,a=this.startAngle,l=this.deltaAngle,c=[],h=function(S){var A=Math.cos(S),N=Math.sin(S);return r(s*A,o*N,A,N)},d=a,p=h(d),g=1;g<=i;g++){var f=a+l*g/i,m=h(f);if(Math.abs(p)<1e-10&&c.push(d),p*m<0){for(var y=d,_=f,P=0;P<32;P++){var L=(y+_)/2;h(y)*h(L)<=0?_=L:y=L}c.push((y+_)/2)}d=f,p=m}return c},e}(En),Lu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Iu=function(n){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&n[e],r=0;if(t)return t.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&r>=n.length&&(n=void 0),{value:n&&n[r++],done:!n}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},dl=function(n){Lu(e,n);function e(t,r,i,s,o,a,l){a===void 0&&(a=0),l===void 0&&(l=G);var c=n.call(this)||this;c.center=t,c.normal=r,c.majorAxis=i,c.majorAxisRadius=s,c.minorAxisRadius=o;var h=Math.abs(l-a);return Math.abs(h-G)<1e-10||Math.abs(h-2*G)<1e-10?(c.startAngle=0,c.endAngle=G):(c.startAngle=a,c.endAngle=l),c}return Object.defineProperty(e.prototype,"center",{get:function(){return this._center},set:function(t){this._center=new b(t.x,t.y,t.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"majorAxisRadius",{get:function(){return this._majorAxisRadius},set:function(t){if(t<0)throw Pe.ILLEGAL_PARAMETERS;this._majorAxisRadius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"minorAxisRadius",{get:function(){return this._minorAxisRadius},set:function(t){if(t<0)throw Pe.ILLEGAL_PARAMETERS;this._minorAxisRadius=t,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startAngle",{get:function(){return this._startAngle},set:function(t){this._startAngle=T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endAngle",{get:function(){return this._endAngle},set:function(t){this._endAngle=this.startAngle==0&&t==G?t:T.normalizeAngle(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"deltaAngle",{get:function(){var t=this.endAngle-this.startAngle;return Math.abs(t-G)<1e-10?G:T.normalizeAngle(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"clockwise",{get:function(){return this.deltaAngle<=0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"normal",{get:function(){return this._normal},set:function(t){this._normal=new x(t.x,t.y,t.z),this._normal.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"majorAxis",{get:function(){return this._majorAxis},set:function(t){this._majorAxis=new x(t.x,t.y,t.z),this._majorAxis.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"minorAxis",{get:function(){return new x().crossVectors(this.normal,this.majorAxis).normalize()},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this._startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this._endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"midPoint",{get:function(){var t=this.startAngle,r=this.deltaAngle;(this.closed||Math.abs(r-G)<1e-10)&&(t=0,r=G);var i=t+r/2;return this.getPointAtAngle(i)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isCircular",{get:function(){return q.equal(this.majorAxisRadius,this.minorAxisRadius)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){if(this.isCircular)return this.majorAxisRadius*Math.abs(this.deltaAngle);for(var t=1e3,r=this.deltaAngle/t,i=0,s=this.getPointAtAngle(this.startAngle),o=1;o<=t;o++){var a=this.startAngle+o*r,l=this.getPointAtAngle(a),c=l.x-s.x,h=l.y-s.y,d=l.z-s.z;i+=Math.sqrt(c*c+h*h+d*d),s=l}return i},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"area",{get:function(){var t=this.majorAxisRadius,r=this.minorAxisRadius,i=this.startAngle,s=i+this.deltaAngle;if(Math.abs(this.deltaAngle-G)<1e-10)return Math.PI*t*r;var o=t*r/2*(s-i-(Math.sin(s)*Math.cos(s)-Math.sin(i)*Math.cos(i)));return Math.abs(o)},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){var t,r;if(this.majorAxis.equals(x.X_AXIS)||this.majorAxis.equals(x.Y_AXIS)||this.majorAxis.isParallelTo(x.X_AXIS)||this.majorAxis.isParallelTo(x.Y_AXIS)){for(var i=[this.startAngle,this.endAngle],s=0;s<2*Math.PI;s+=Math.PI/2)T.isBetweenAngle(s,this.startAngle,this.endAngle)&&i.push(s);var o=1/0,a=1/0,l=1/0,c=-1/0,h=-1/0,d=-1/0;try{for(var p=Iu(i),g=p.next();!g.done;g=p.next()){var f=g.value,m=this.getPointAtAngle(f);m.x<o&&(o=m.x),m.y<a&&(a=m.y),m.z<l&&(l=m.z),m.x>c&&(c=m.x),m.y>h&&(h=m.y),m.z>d&&(d=m.z)}}catch(_){t={error:_}}finally{try{g&&!g.done&&(r=p.return)&&r.call(p)}finally{if(t)throw t.error}}return new B({x:o,y:a,z:l},{x:c,y:h,z:d})}else{for(var y=100,o=1/0,a=1/0,l=1/0,c=-1/0,h=-1/0,d=-1/0,s=0;s<=y;s++){var f=this.startAngle+this.deltaAngle*(s/y),m=this.getPointAtAngle(f);o=Math.min(o,m.x),a=Math.min(a,m.y),l=Math.min(l,m.z),c=Math.max(c,m.x),h=Math.max(h,m.y),d=Math.max(d,m.z)}return new B({x:o,y:a,z:l},{x:c,y:h,z:d})}},Object.defineProperty(e.prototype,"closed",{get:function(){return this.deltaAngle==0},enumerable:!1,configurable:!0}),e.prototype.getPoints=function(t){t===void 0&&(t=100);var r=[],i=this.deltaAngle,s=this.startAngle;this.closed&&(i=G,s=0);for(var o=0;o<=t;o++){var a=s+i*(o/t),l=this.getPointAtAngle(a);r.push(l)}return r},e.prototype.getPointAtAngle=function(t){var r=Math.cos(t),i=Math.sin(t),s=this.minorAxis.clone().multiplyScalar(this.minorAxisRadius).multiplyScalar(i),o=this.majorAxis.clone().multiplyScalar(r*this.majorAxisRadius).add(s);return new b(this.center.x+o.x,this.center.y+o.y,this.center.z+o.z)},e.prototype.nearestPoint=function(t,r){r===void 0&&(r=72);for(var i=new b(t.x,t.y,t.z||0),s=this.getPointAtAngle(this.startAngle),o=i.distanceToSquared(s),a=1;a<=r;a++){var l=this.startAngle+this.deltaAngle*a/r,c=this.getPointAtAngle(l),h=i.distanceToSquared(c);h<o&&(o=h,s=c)}var d=i.distanceToSquared(this.startPoint),p=i.distanceToSquared(this.endPoint);return d<o&&d<=p?this.startPoint.clone():p<o&&p<d?this.endPoint.clone():s.clone()},e.prototype.tangentPoints=function(t){var r=this,i=this._projectPointToLocalPlane(t),s=this._findSnapParameterAngles(function(o,a,l,c){var h=-r.majorAxisRadius*c,d=r.minorAxisRadius*l;return(o-i.x)*d-(a-i.y)*h});return s.map(function(o){return r.getPointAtAngle(o)})},e.prototype.perpendicularPoints=function(t){var r=this,i=this._projectPointToLocalPlane(t),s=this._findSnapParameterAngles(function(o,a,l,c){var h=r.minorAxisRadius*l,d=r.majorAxisRadius*c;return(o-i.x)*d-(a-i.y)*h});return s.map(function(o){return r.getPointAtAngle(o)})},e.prototype._projectPointToLocalPlane=function(t){var r=new b(t.x,t.y,t.z||0),i=new x(r).sub(this.center),s=i.dot(this.normal);return i.sub(this.normal.clone().multiplyScalar(s)),{x:i.dot(this.majorAxis),y:i.dot(this.minorAxis)}},e.prototype._findSnapParameterAngles=function(t,r){r===void 0&&(r=144);for(var i=this.majorAxisRadius,s=this.minorAxisRadius,o=this.startAngle,a=this.deltaAngle,l=[],c=function(L){var S=Math.cos(L),A=Math.sin(L);return t(i*S,s*A,S,A)},h=o,d=c(h),p=1;p<=r;p++){var g=o+a*p/r,f=c(g);if(Math.abs(d)<1e-10&&l.push(h),d*f<0){for(var m=h,y=g,_=0;_<32;_++){var P=(m+y)/2;c(m)*c(P)<=0?y=P:m=P}l.push((m+y)/2)}h=g,d=f}return l},e.prototype.contains=function(t){var r=new x(t).sub(this.center),i=r.dot(this.majorAxis),s=r.dot(this.minorAxis),o=i/this.majorAxisRadius,a=s/this.minorAxisRadius;return o*o+a*a<=1},e.prototype.transform=function(t){var r=t,i=this.center.clone().applyMatrix4(r),s=this.getPointAtAngle(0).clone().applyMatrix4(r),o=this.getPointAtAngle(Math.PI/2).clone().applyMatrix4(r),a=new x(s).sub(i),l=new x(o).sub(i),c=a.length(),h=l.length(),d=a.clone().normalize(),p=new x().crossVectors(a,l).normalize(),g=new x().crossVectors(p,d).normalize();g.dot(l)<0&&(p.negate(),g=new x().crossVectors(p,d).normalize());var f=function(y){var _=new x(y).sub(i),P=_.dot(d),L=_.dot(g);return T.normalizeAngle(Math.atan2(L/h,P/c))},m=this.closed?new e(i,p,d,c,h,0,G):new e(i,p,d,c,h,f(this.startPoint.clone().applyMatrix4(r)),f(this.endPoint.clone().applyMatrix4(r)));return this.center=m.center,this.normal=m.normal,this.majorAxis=m.majorAxis,this.majorAxisRadius=m.majorAxisRadius,this.minorAxisRadius=m.minorAxisRadius,this._startAngle=m._startAngle,this._endAngle=m._endAngle,this._boundingBoxNeedsUpdate=!0,this},e.prototype.copy=function(t){return this.center=t.center,this.normal=t.normal,this.majorAxis=t.majorAxis,this.majorAxisRadius=t.majorAxisRadius,this.minorAxisRadius=t.minorAxisRadius,this.startAngle=t.startAngle,this.endAngle=t.endAngle,this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this.center,this.normal,this.majorAxis,this.majorAxisRadius,this.minorAxisRadius,this.startAngle,this.endAngle)},Object.defineProperty(e.prototype,"plane",{get:function(){var t=new x(this.center).distanceTo(Fs);return new Ds(this.normal,t)},enumerable:!1,configurable:!0}),e.prototype.offset=function(t){var r=this.majorAxisRadius+t,i=this.minorAxisRadius+t;return r<=0||i<=0?null:new e(this.center,this.normal,this.majorAxis,r,i,this.startAngle,this.endAngle)},e}(yr),Eu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),_t=function(n){Eu(e,n);function e(t,r){var i=n.call(this)||this;return i._start=new E(t),i._end=new E(r),i}return Object.defineProperty(e.prototype,"startPoint",{get:function(){return this._start},set:function(t){this._start.copy(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this._end},set:function(t){this._end.copy(t),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),e.prototype.getPoints=function(){return[this.startPoint,this.endPoint]},Object.defineProperty(e.prototype,"length",{get:function(){return this.startPoint.distanceTo(this.endPoint)},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){var t=new E(Math.min(this._start.x,this._end.x),Math.min(this._start.y,this._end.y)),r=new E(Math.max(this._start.x,this._end.x),Math.max(this._start.y,this._end.y));return new xe(t,r)},e.prototype.transform=function(t){return this._start.applyMatrix2d(t),this._end.applyMatrix2d(t),this._boundingBoxNeedsUpdate=!0,this},Object.defineProperty(e.prototype,"closed",{get:function(){return!1},enumerable:!1,configurable:!0}),e.prototype.copy=function(t){return this.startPoint=t.startPoint,this.endPoint=t.endPoint,this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this._start.clone(),this._end.clone())},e.prototype.project=function(t){var r=this._end.x-this._start.x,i=this._end.y-this._start.y,s=r*r+i*i;if(s<1e-18)return this._start.clone();var o=((t.x-this._start.x)*r+(t.y-this._start.y)*i)/s;return o=Math.max(0,Math.min(1,o)),new E(this._start.x+o*r,this._start.y+o*i)},e.prototype.nearestPoint=function(t){return this.project(t)},e}(En),Tu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Ki=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},Zi=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))},or=function(n){Tu(e,n);function e(t){t===void 0&&(t=[]);var r=n.call(this)||this;return r._curves=t,r}return Object.defineProperty(e.prototype,"curves",{get:function(){return this._curves},enumerable:!1,configurable:!0}),e.buildFromEdges=function(t,r){if(r===void 0&&(r=.001),t.length===0)return[];for(var i=Zi([],Ki(t),!1),s=[],o=r*r,a=function(f,m){var y=f.x-m.x,_=f.y-m.y;return y*y+_*_<=o};i.length>0;){var l=[],c=i.shift();l.push(c);var h=e.getEdgeStartPoint(c),d=e.getEdgeEndPoint(c);if(!a(h,d))for(;i.length>0;){var p=e.findConnectingEdge(i,d,o);if(p.index<0)break;var g=i.splice(p.index,1)[0];if(p.reverse&&(g=e.reverseEdge(g)),l.push(g),d=e.getEdgeEndPoint(g),a(d,h))break}s.push(new e(l))}return s},e.prototype.add=function(t){this._curves.push(t),this._boundingBoxNeedsUpdate=!0},Object.defineProperty(e.prototype,"numberOfEdges",{get:function(){return this._curves.length},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){if(this._curves.length>0){var t=this._curves[0].startPoint;return new E(t.x,t.y)}throw new Error("Start point does not exist in an empty loop.")},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this.startPoint},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){var t=0;return this._curves.forEach(function(r){t+=r.length}),t},enumerable:!1,configurable:!0}),e.prototype.calculateBoundingBox=function(){var t=this.getPoints(100),r=new xe;return r.setFromPoints(t),r},e.prototype.transform=function(t){var r=new D().set(t.elements[0],t.elements[3],0,t.elements[6],t.elements[1],t.elements[4],0,t.elements[7],0,0,1,0,0,0,0,1);return this._curves.forEach(function(i){i instanceof $e?i.transform(r):i.transform(t)}),this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return new e(this._curves.map(function(t){return t.clone()}))},Object.defineProperty(e.prototype,"closed",{get:function(){return!0},enumerable:!1,configurable:!0}),e.prototype.getPoints=function(t){var r=[];return this.curves.forEach(function(i){i.getPoints(t).forEach(function(s){r.push(new E(s.x,s.y))})}),r},e.findConnectingEdge=function(t,r,i){for(var s=-1,o=!1,a=Number.POSITIVE_INFINITY,l=0;l<t.length;l++){var c=t[l],h=e.getEdgeStartPoint(c),d=e.getEdgeEndPoint(c),p=r.x-h.x,g=r.y-h.y,f=p*p+g*g;f<a&&(a=f,s=l,o=!1);var m=r.x-d.x,y=r.y-d.y,_=m*m+y*y;_<a&&(a=_,s=l,o=!0)}return a>i?{index:-1,reverse:!1}:{index:s,reverse:o}},e.getEdgeStartPoint=function(t){var r=t.startPoint;return new E(r.x,r.y)},e.getEdgeEndPoint=function(t){var r=t.endPoint;return new E(r.x,r.y)},e.reverseEdge=function(t){return t instanceof _t?new _t(t.endPoint,t.startPoint):t instanceof Re?new Re(t.center,t.radius,t.endAngle,t.startAngle,!t.clockwise):t instanceof Ln?new Ln(t.center,t.majorAxisRadius,t.minorAxisRadius,t.endAngle,t.startAngle,!t.clockwise,t.rotation):t instanceof $e?e.reverseSplineEdge(t):t},e.reverseSplineEdge=function(t){var r=Zi([],Ki(t.controlPoints),!1).reverse(),i=t.knots,s=i[0],o=i[i.length-1],a=i.map(function(h){return s+o-h}).reverse(),l=t.weights,c=l.length>0?Zi([],Ki(l),!1).reverse():void 0;return new $e(r,a,c,t.degree,t.closed)},e}(En),Cu=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),Qi=function(){function n(){this.c0=0,this.c1=0,this.c2=0,this.c3=0}return n.prototype.init=function(e,t,r,i){this.c0=e,this.c1=r,this.c2=-3*e+3*t-2*r-i,this.c3=2*e-2*t+r+i},n.prototype.initCatmullRom=function(e,t,r,i,s){this.init(t,r,s*(r-e),s*(i-t))},n.prototype.initNonuniformCatmullRom=function(e,t,r,i,s,o,a){var l=(t-e)/s-(r-e)/(s+o)+(r-t)/o,c=(r-t)/o-(i-t)/(o+a)+(i-r)/a;l*=o,c*=o,this.init(t,r,l,c)},n.prototype.calc=function(e){var t=e*e,r=t*e;return this.c0+this.c1*e+this.c2*t+this.c3*r},n}(),ul=function(n){Cu(e,n);function e(t,r,i,s){t===void 0&&(t=[]),r===void 0&&(r=!1),i===void 0&&(i="centripetal"),s===void 0&&(s=.5);var o=n.call(this)||this;return o.isCatmullRomCurve3d=!0,o.type="CatmullRomCurve3d",o._tmp=new x,o._px=new Qi,o._py=new Qi,o._pz=new Qi,o._points=t.map(function(a){return new b(a)}),o._closed=r,o._curveType=i,o._tension=s,o}return Object.defineProperty(e.prototype,"points",{get:function(){return this._points},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"closed",{get:function(){return this._closed},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"curveType",{get:function(){return this._curveType},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tension",{get:function(){return this._tension},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){return this._points.length>0?this._points[0]:new b},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){return this._points.length>0?this._points[this._points.length-1]:new b},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){if(this._points.length<2)return 0;for(var t=0,r=1;r<this._points.length;r++)t+=this._points[r-1].distanceTo(this._points[r]);return this._closed&&this._points.length>2&&(t+=this._points[this._points.length-1].distanceTo(this._points[0])),t},enumerable:!1,configurable:!0}),e.prototype.getPoint=function(t,r){r===void 0&&(r=new b);var i=r,s=this._points,o=s.length;if(o===0)return i.set(0,0,0);if(o===1)return i.copy(s[0]);var a=(o-(this._closed?0:1))*t,l=Math.floor(a),c=a-l;this._closed?l+=l>0?0:(Math.floor(Math.abs(l)/o)+1)*o:c===0&&l===o-1&&(l=o-2,c=1);var h,d;this._closed||l>0?h=s[(l-1)%o]:(this._tmp.subVectors(s[0],s[1]).add(s[0]),h=new b(this._tmp.x,this._tmp.y,this._tmp.z));var p=s[l%o],g=s[(l+1)%o];if(this._closed||l+2<o?d=s[(l+2)%o]:(this._tmp.subVectors(s[o-1],s[o-2]).add(s[o-1]),d=new b(this._tmp.x,this._tmp.y,this._tmp.z)),this._curveType==="centripetal"||this._curveType==="chordal"){var f=this._curveType==="chordal"?.5:.25,m=Math.pow(h.distanceToSquared(p),f),y=Math.pow(p.distanceToSquared(g),f),_=Math.pow(g.distanceToSquared(d),f);y<1e-4&&(y=1),m<1e-4&&(m=y),_<1e-4&&(_=y),this._px.initNonuniformCatmullRom(h.x,p.x,g.x,d.x,m,y,_),this._py.initNonuniformCatmullRom(h.y,p.y,g.y,d.y,m,y,_),this._pz.initNonuniformCatmullRom(h.z,p.z,g.z,d.z,m,y,_)}else this._curveType==="catmullrom"&&(this._px.initCatmullRom(h.x,p.x,g.x,d.x,this._tension),this._py.initCatmullRom(h.y,p.y,g.y,d.y,this._tension),this._pz.initCatmullRom(h.z,p.z,g.z,d.z,this._tension));return i.set(this._px.calc(c),this._py.calc(c),this._pz.calc(c)),i},e.prototype.getPoints=function(t){for(var r=[],i=0;i<=t;i++)r.push(this.getPoint(i/t));return r},e.prototype.setPoints=function(t){this._points=t.map(function(r){return new b(r)}),this._boundingBoxNeedsUpdate=!0},e.prototype.setClosed=function(t){this._closed!==t&&(this._closed=t,this._boundingBoxNeedsUpdate=!0)},e.prototype.setCurveType=function(t){this._curveType=t},e.prototype.setTension=function(t){this._tension=t},e.prototype.clone=function(){return new e(this._points.map(function(t){return t.clone()}),this._closed,this._curveType,this._tension)},e.prototype.transform=function(t){return this._points=this._points.map(function(r){var i=new b;return i.copy(r),i.applyMatrix4(t),i}),this._boundingBoxNeedsUpdate=!0,this},e.prototype.calculateBoundingBox=function(){if(this._points.length===0)return new B;var t=new B;return this._points.forEach(function(r){t.expandByPoint(r)}),t},e}(yr),fn=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},mn=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))};function na(n,e){var t,r,i=n.x-e[0],s=n.y-e[1],o=((t=n.z)!==null&&t!==void 0?t:0)-((r=e[2])!==null&&r!==void 0?r:0);return i*i+s*s+o*o}var je=function(){function n(e,t,r,i){this._degree=e,this._knots=mn([],fn(t),!1),this._controlPoints=r.map(function(s){return{x:s.x,y:s.y,z:s.z}}),this._weights=i?mn([],fn(i),!1):new Array(r.length).fill(1)}return n.prototype.degree=function(){return this._degree},n.prototype.knots=function(){return mn([],fn(this._knots),!1)},n.prototype.controlPoints=function(){return this._controlPoints.map(function(e){return{x:e.x,y:e.y,z:e.z}})},n.prototype.weights=function(){return mn([],fn(this._weights),!1)},n.prototype.clone=function(){return new n(this._degree,this._knots,this._controlPoints,this._weights)},n.prototype.point=function(e){return this.evaluate(e).point},n.prototype.evaluate=function(e){var t=this._controlPoints.map(function(r){return[r.x,r.y,r.z]});return Cd(e,this._degree,this._knots,t,this._weights)},n.prototype.signedPlanarCurvatureAt=function(e){var t=this.evaluate(e);return Md(t.deriv1,t.deriv2)},n.prototype.getOffsetSamplePath2d=function(e,t){var r=this;t===void 0&&(t=512);for(var i=Math.abs(e),s=this.getParameterRange(),o=s.start,a=s.end,l=this.length(),c=Math.max(64,Math.ceil(l/Math.max(i*.2,1e-6))),h=Mu(o,a,Math.min(c,t)),d=0;d<8&&h.length<t;d++){for(var p=[],g=0;g<h.length-1;g++){var f=h[g],m=h[g+1],y=(f+m)/2,_=Math.max(Math.abs(this.signedPlanarCurvatureAt(f)),Math.abs(this.signedPlanarCurvatureAt(m)),Math.abs(this.signedPlanarCurvatureAt(y)));i*_>.85&&p.push(y)}if(p.length===0)break;if(h=Ou(h,p),h.length>t){h=h.slice(0,t);break}}var P=[],L=[];return h.forEach(function(S){var A=r.evaluate(S);P.push(new E(A.point[0],A.point[1]));var N=A.deriv1[0],C=A.deriv1[1],z=Math.hypot(N,C);L.push(z>1e-10?new E(N/z,C/z):new E(1,0))}),{points:P,tangents:L}},n.prototype.length=function(){var e=this._controlPoints.map(function(t){return[t.x,t.y,t.z]});return Ja(this._degree,this._knots,e,this._weights)},n.byKnotsControlPointsWeights=function(e,t,r,i){return new n(e,t,r,i)},n.byPoints=function(e,t,r,i,s){r===void 0&&(r="Uniform");var o=Vs(e,t,r,i,s),a=o.controlPoints.map(function(l){return{x:l[0],y:l[1],z:l[2]}});return new n(t,o.knots,a,o.weights)},n.prototype.getParameterRange=function(){var e=this._knots[this._degree],t=this._knots[this._knots.length-this._degree-1];return{start:e,end:t}},n.prototype.getPoints=function(e){for(var t=[],r=this.getParameterRange(),i=r.start,s=r.end,o=0;o<=e;o++){var a=i+(s-i)*(o/e);t.push(this.point(a))}return t},n.prototype.isClosed=function(e){e===void 0&&(e=1e-6);var t=this.getParameterRange(),r=t.start,i=t.end,s=this.point(r),o=this.point(i),a=s[0]-o[0],l=s[1]-o[1],c=s[2]-o[2];return Math.sqrt(a*a+l*l+c*c)<e},n.createFitPointsForClosedCurve=function(e){if(e.length<4)throw new Error("At least 4 points are required for a closed NURBS curve");var t=new ul(e,!0,"centripetal"),r=Math.max(50,e.length*2);return t.getPoints(r)},n.prototype.nearestPoint=function(e,t){var r;t===void 0&&(t=64);for(var i=this.getParameterRange(),s=i.start,o=i.end,a=this.point(s),l=na(e,a),c=0;c<=t;c++){var h=s+(o-s)*c/t,d=this.point(h),p=na(e,d);p<l&&(l=p,a=d)}return{x:a[0],y:a[1],z:(r=a[2])!==null&&r!==void 0?r:0}},n.createClosedCurve=function(e,t,r){r===void 0&&(r="Chord");var i=this.createFitPointsForClosedCurve(e),s=i.map(function(o){return[o.x,o.y,o.z]});return n.byPoints(s,t,r)},n}();function Mu(n,e,t){if(t<2)return[n,e];for(var r=[],i=0;i<t;i++)r.push(i===t-1?e:n+(e-n)*i/(t-1));return r}function Ou(n,e){var t=mn(mn([],fn(n),!1),fn(e),!1).sort(function(i,s){return i-s}),r=[];return t.forEach(function(i){var s=r[r.length-1];(s===void 0||Math.abs(s-i)>1e-10)&&r.push(i)}),r}var ku=function(){var n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(r[s]=i[s])},n(e,t)};return function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");n(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}}(),ra=function(n,e){var t=typeof Symbol=="function"&&n[Symbol.iterator];if(!t)return n;var r=t.call(n),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(o)throw o.error}}return s},ia=function(n,e,t){if(t||arguments.length===2)for(var r=0,i=e.length,s;r<i;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return n.concat(s||Array.prototype.slice.call(e))},$e=function(n){ku(e,n);function e(t,r,i,s,o,a){var l=n.call(this)||this,c=arguments.length;if(l._degree=3,l._closed=!1,Array.isArray(r)){if(c<2||c>5)throw Pe.ILLEGAL_PARAMETERS;l._controlPoints=t;var g=void 0,f=3,m=!1;if(c>=3&&(Array.isArray(i)?(g=i,c>=4&&(f=s||3),c>=5&&(m=o)):i!==void 0&&(f=i||3,c>=4&&(m=s))),i===void 0&&c>=4&&(f=s||3,c>=5&&(m=o)),l._degree=f,l._closed=m,l._controlPoints.length<l._degree+1)throw Pe.ILLEGAL_PARAMETERS;l._nurbsCurve=je.byKnotsControlPointsWeights(l._degree,r,l._controlPoints,g)}else{if(c<2||c>6)throw Pe.ILLEGAL_PARAMETERS;l._fitPoints=t,l._knotParameterization=r,c>=3&&(l._degree=i||3);var h=typeof s=="boolean";c>=4&&h&&(l._closed=s),h?(c>=5&&(l._startTangent=o),c>=6&&(l._endTangent=a)):(c>=4&&(l._startTangent=s),c>=5&&(l._endTangent=o)),l._closed&&(l._startTangent=void 0,l._endTangent=void 0);var d=(l._startTangent?1:0)+(l._endTangent?1:0);if(l._fitPoints.length+d<l._degree+1)throw Pe.ILLEGAL_PARAMETERS;if(l._closed)l._nurbsCurve=je.createClosedCurve(l._fitPoints,l._degree,l._knotParameterization);else{var p=l.toNurbsPoints(l._fitPoints);l._nurbsCurve=je.byPoints(p,l._degree,l._knotParameterization,l._startTangent?l.toNurbsPoint(l._startTangent):void 0,l._endTangent?l.toNurbsPoint(l._endTangent):void 0)}l._controlPoints=l.toGePoints(l._nurbsCurve.controlPoints().map(function(y){return[y.x,y.y,y.z||0]}))}return l}return e.prototype.buildCurve=function(){if(this._fitPoints&&this._knotParameterization){if(this._closed){var t=je.createFitPointsForClosedCurve(this._fitPoints),r=this.toNurbsPoints(t);this._nurbsCurve=je.byPoints(r,this._degree,this._knotParameterization)}else{var r=this.toNurbsPoints(this._fitPoints);this._nurbsCurve=je.byPoints(r,this._degree,this._knotParameterization,this._startTangent?this.toNurbsPoint(this._startTangent):void 0,this._endTangent?this.toNurbsPoint(this._endTangent):void 0)}this._controlPoints=this.toGePoints(this._nurbsCurve.controlPoints().map(function(o){return[o.x,o.y,o.z||0]}))}else if(this._controlPoints)if(this._closed){var t=je.createFitPointsForClosedCurve(this._controlPoints),r=this.toNurbsPoints(t);this._nurbsCurve=je.byPoints(r,this._degree,this._knotParameterization),this._controlPoints=this.toGePoints(this._nurbsCurve.controlPoints().map(function(l){return[l.x,l.y,l.z||0]}))}else{var i=this._nurbsCurve.knots(),s=this._nurbsCurve.weights();this._nurbsCurve=je.byKnotsControlPointsWeights(this._degree,i,this._controlPoints,s)}},e.prototype.setClosed=function(t){this._closed!==t&&(this._closed=t,this._boundingBoxNeedsUpdate=!0,this.buildCurve())},Object.defineProperty(e.prototype,"degree",{get:function(){return this._degree},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"knotParameterization",{get:function(){return this._knotParameterization},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"controlPoints",{get:function(){return this._controlPoints.map(function(t){return{x:t.x,y:t.y,z:t.z||0}})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"fitPoints",{get:function(){var t;return(t=this._fitPoints)===null||t===void 0?void 0:t.map(function(r){return{x:r.x,y:r.y,z:r.z||0}})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"knots",{get:function(){return ia([],ra(this._nurbsCurve.knots()),!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"weights",{get:function(){return ia([],ra(this._nurbsCurve.weights()),!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"startPoint",{get:function(){var t=this._nurbsCurve.knots(),r=this._nurbsCurve.degree(),i=t[r],s=this._nurbsCurve.point(i);return new b(s[0],s[1],s[2])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"endPoint",{get:function(){var t=this._nurbsCurve.knots(),r=this._nurbsCurve.degree(),i=t[t.length-r-1],s=this._nurbsCurve.point(i);return new b(s[0],s[1],s[2])},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"length",{get:function(){return this._nurbsCurve.length()},enumerable:!1,configurable:!0}),e.prototype.nearestPoint=function(t,r){r===void 0&&(r=64);var i=this._nurbsCurve.nearestPoint(t,r);return new b(i.x,i.y,i.z||0)},e.prototype.evaluateAt=function(t){var r=this._nurbsCurve.point(t);return new b(r[0],r[1],r[2])},e.prototype.getFitPointAt=function(t){if(!this._fitPoints)throw new Error("No fit points in this spline");var r=this._fitPoints.length,i=t<0||t>=r?r-1:t,s=this._fitPoints[i];return{x:s.x,y:s.y,z:s.z||0}},e.prototype.getControlPointAt=function(t){var r=this._controlPoints.length,i=t<0||t>=r?r-1:t;return this._controlPoints[i]},e.prototype.getOffsetSamplePath2d=function(t){return this._nurbsCurve.getOffsetSamplePath2d(t)},e.prototype.getPoints=function(t){t===void 0&&(t=100);for(var r=this._nurbsCurve,i=[],s=r.knots(),o=this._nurbsCurve.degree(),a=s[o],l=s[s.length-o-1],c=(l-a)/(t-1),h=0;h<t;h++){var d=h===t-1?l:a+h*c,p=r.point(d);i.push(new b(p[0],p[1],p[2]))}return i},e.prototype.getCurvePoints=function(t,r){for(var i=[],s=t.knots(),o=t.degree(),a=s[o],l=s[s.length-o-1],c=(l-a)/(r-1),h=0;h<r;h++){var d=a+h*c;i.push(t.point(d))}return i},e.prototype.calculateBoundingBox=function(){var t=this.getPoints(100);return new B().setFromPoints(t)},Object.defineProperty(e.prototype,"closed",{get:function(){return this._closed},set:function(t){this.setClosed(t)},enumerable:!1,configurable:!0}),e.prototype.transform=function(t){if(this._fitPoints&&this._knotParameterization)this._fitPoints=this._fitPoints.map(function(s){return new b(s).applyMatrix4(t)}),this._startTangent&&(this._startTangent=new b(this._startTangent).transformDirection(t)),this._endTangent&&(this._endTangent=new b(this._endTangent).transformDirection(t)),this.buildCurve();else{var r=this._nurbsCurve.knots(),i=this._nurbsCurve.weights();this._controlPoints=this._controlPoints.map(function(s){return new b(s).applyMatrix4(t)}),this._nurbsCurve=je.byKnotsControlPointsWeights(this._degree,r,this._controlPoints,i.length>0?i:void 0)}return this._boundingBoxNeedsUpdate=!0,this},e.prototype.clone=function(){return this._fitPoints&&this._knotParameterization?new e(this._fitPoints.map(function(t){return{x:t.x,y:t.y,z:t.z||0}}),this._knotParameterization,this._degree,this._closed,this._startTangent?{x:this._startTangent.x,y:this._startTangent.y,z:this._startTangent.z||0}:void 0,this._endTangent?{x:this._endTangent.x,y:this._endTangent.y,z:this._endTangent.z||0}:void 0):new e(this._controlPoints.map(function(t){return{x:t.x,y:t.y,z:t.z||0}}),this._nurbsCurve.knots(),this._nurbsCurve.weights(),this._degree,this._closed)},e.prototype.toNurbsPoints=function(t){var r=new Array(t.length);return t.forEach(function(i,s){r[s]=[i.x,i.y,i.z||0]}),r},e.prototype.toGePoints=function(t){var r=new Array(t.length);return t.forEach(function(i,s){r[s]={x:i[0],y:i[1],z:i[2]}}),r},e.prototype.toNurbsPoint=function(t){return[t.x,t.y,t.z||0]},e.createClosedSpline=function(t,r,i){if(r===void 0&&(r="Uniform"),i===void 0&&(i=3),t.length<i+1)throw new Error("At least ".concat(i+1," points are required for a degree ").concat(i," closed spline"));return new e(t,r,i,!0)},e}(yr);class _r{constructor(e){this.i=0,this._records=e,this._keys=Array.from(e.keys())}get count(){return this._records.size}toArray(){return Array.from(this._records.values())}[Symbol.iterator](){return this}next(){for(;this.i<this._keys.length;){const e=this._records.get(this._keys[this.i]);return this.i+=1,{value:e,done:!1}}return{value:null,done:!0}}}var nn=256,gl=[],sa=256,Tr;for(;nn--;)gl[nn]=(nn+256).toString(16).substring(1);function Nu(n){var e=0,t=11;if(!Tr||nn+t>sa*2)for(Tr="",nn=0;e<sa;e++)Tr+=gl[Math.random()*256|0];return Tr.substring(nn,nn+++t)}const Xr="TEMP_";let bs;function pl(n){bs=n}class Ge{constructor(e,t){if(e=e||{},this._attrs=new Aa(e,t),this._xDataMap=new Map,!this._attrs.get("objectId"))try{this._attrs.set("objectId",this.database.generateHandle())}catch{this._attrs.set("objectId",this.generateTemporaryHandle())}}generateTemporaryHandle(){return Xr+Nu()}get attrs(){return this._attrs}getAttr(e){const t=this._attrs.get(e);if(t===void 0)throw new Error(`[AcDbObject] Attribute name '${e}' does't exist in this object!`);return t}getAttrWithoutException(e){return this._attrs.get(e)}setAttr(e,t){this._attrs.set(e,t)}get objectId(){return this.getAttr("objectId")}set objectId(e){this._attrs.set("objectId",e),e&&!e.startsWith(Xr)&&this.database.updateMaxHandle(e)}get isTemp(){const e=this.getAttrWithoutException("objectId");return!!e&&e.startsWith(Xr)}get ownerId(){return this.getAttr("ownerId")}set ownerId(e){this._attrs.set("ownerId",e)}get extensionDictionary(){return this.getAttrWithoutException("extensionDictionary")}set extensionDictionary(e){this._attrs.set("extensionDictionary",e)}get database(){if(this._database)return this._database;if(bs)return bs().workingDatabase;throw new Error("The current working database must be set before using it!")}set database(e){this._database=e}getXData(e){return this._xDataMap.get(e)}setXData(e){for(const t of e)t.code===Os.ExtendedDataRegAppName&&this._xDataMap.set(t.value,e)}removeXData(e){this._xDataMap.delete(e)}createExtensionDictionary(){}close(){}clone(){const e=Object.create(Object.getPrototypeOf(this)),t=this,r=e;for(const i of Object.keys(t))i!=="_database"&&(r[i]=this.cloneValue(t[i]));return e.objectId=this.generateTemporaryHandle(),e}cloneValue(e){if(e==null||typeof e!="object")return e;if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e.source,e.flags);if(Array.isArray(e))return e.map(i=>this.cloneValue(i));if(e instanceof Map){const i=new Map;for(const[s,o]of e.entries())i.set(this.cloneValue(s),this.cloneValue(o));return i}if(e instanceof Set){const i=new Set;for(const s of e.values())i.add(this.cloneValue(s));return i}if(ArrayBuffer.isView(e)){if(e instanceof DataView)return new DataView(e.buffer.slice(0));const i=e.constructor;return new i(e)}if(e instanceof ArrayBuffer)return e.slice(0);if("clone"in e&&typeof e.clone=="function")return e.clone();const t=Object.create(Object.getPrototypeOf(e)),r=e;for(const i of Object.keys(r))t[i]=this.cloneValue(r[i]);return t}dxfOut(...e){const[t,r=!1]=e;if(t.writeHandle(5,this.objectId),t.writeObjectId(330,this.ownerId),t.writeObjectId(360,this.extensionDictionary),this.dxfOutFields(t),r)for(const i of this._xDataMap.values())t.writeResultBuffer(i);return this}dxfOutFields(e){return this}}class Xt extends Ge{constructor(e,t){e=e||{},fr(e,{name:""}),super(e,t)}get name(){return this.getAttr("name")}set name(e){this.setAttr("name",e)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbSymbolTableRecord"),this}}var fl=(n=>(n[n.Any=0]="Any",n[n.Uniform=1]="Uniform",n))(fl||{});const Tt=class Tt extends Xt{static isModelSapceName(e){return e.toLowerCase()==Tt.MODEL_SPACE_NAME.toLowerCase()}static isPaperSapceName(e){return e.toLowerCase().startsWith(Tt.PAPER_SPACE_NAME_PREFIX.toLowerCase())}constructor(){super(),this._origin=new b,this._layoutId="",this._entities=new Map,this._blockInsertUnits=0,this._explodability=1,this._blockScaling=1,this._bmpPreview=void 0}get isModelSapce(){return Tt.isModelSapceName(this.name)}get isPaperSapce(){return Tt.isPaperSapceName(this.name)}get origin(){return this._origin}set origin(e){this._origin.copy(e)}get layoutId(){return this._layoutId}set layoutId(e){this._layoutId=e}get blockInsertUnits(){return this._blockInsertUnits}set blockInsertUnits(e){this._blockInsertUnits=e}get explodability(){return this._explodability}set explodability(e){this._explodability=e}get blockScaling(){return this._blockScaling}set blockScaling(e){this._blockScaling=e}get bmpPreview(){return this._bmpPreview}set bmpPreview(e){this._bmpPreview=e}appendEntity(e){const t=r=>{r.database=this.database,r.ownerId=this.objectId,this.database.ensureEntityStyleDefaults(r),this.database.commitObjectHandle(r,i=>this._entities.has(i)),r.resolveEffectiveProperties(),this._entities.set(r.objectId,r)};if(Array.isArray(e))for(let r=0;r<e.length;++r)t(e[r]);else t(e);(this.isModelSapce||this.isPaperSapce)&&this.database.events.entityAppended.dispatch({database:this.database,entity:e})}removeEntity(e){const t=Array.isArray(e)?e:[e],r=[];return t.forEach(i=>{const s=this._entities.get(i);s&&r.push(s),this._entities.delete(i)}),r.length>0&&this.database.events.entityErased.dispatch({database:this.database,entity:r}),r.length>0}newIterator(){return new _r(this._entities)}getIdAt(e){return this._entities.get(e)}dxfOutBlockRecord(e){return e.writeStart("BLOCK_RECORD"),this.dxfOut(e),this}dxfOutBlockBegin(e){return e.writeStart("BLOCK"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeString(8,"0"),e.writeSubclassMarker("AcDbBlockBegin"),e.writeString(2,this.name),e.writeInt16(70,0),e.writePoint3d(10,this.origin),e.writeString(3,this.name),this}dxfOutBlockEnd(e){return e.writeStart("ENDBLK"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbBlockEnd"),this}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbBlockTableRecord"),e.writeString(2,this.name),e.writeInt16(70,this.blockInsertUnits),e.writeInt16(280,this.explodability),e.writeInt16(281,this.blockScaling),(this.isModelSapce||this.isPaperSapce)&&e.writeObjectId(340,this.layoutId),this}};Tt.MODEL_SPACE_NAME="*Model_Space",Tt.PAPER_SPACE_NAME_PREFIX="*Paper_Space";let se=Tt;var ml=(n=>(n[n.kInches=0]="kInches",n[n.kMillimeters=1]="kMillimeters",n[n.kPixels=2]="kPixels",n))(ml||{}),yl=(n=>(n[n.k0degrees=0]="k0degrees",n[n.k90degrees=1]="k90degrees",n[n.k180degrees=2]="k180degrees",n[n.k270degrees=3]="k270degrees",n))(yl||{}),_l=(n=>(n[n.kDisplay=0]="kDisplay",n[n.kExtents=1]="kExtents",n[n.kLimits=2]="kLimits",n[n.kView=3]="kView",n[n.kWindow=4]="kWindow",n[n.kLayout=5]="kLayout",n))(_l||{}),Et=(n=>(n[n.kDraft=0]="kDraft",n[n.kPreview=1]="kPreview",n[n.kNormal=2]="kNormal",n[n.kPresentation=3]="kPresentation",n[n.kMaximum=4]="kMaximum",n[n.kCustom=5]="kCustom",n))(Et||{}),yn=(n=>(n[n.kAsDisplayed=0]="kAsDisplayed",n[n.kWireframe=1]="kWireframe",n[n.kHidden=2]="kHidden",n[n.kRendered=3]="kRendered",n[n.kVisualStyle=4]="kVisualStyle",n[n.kRenderPreset=5]="kRenderPreset",n))(yn||{}),bl=(n=>(n[n.kScaleToFit=0]="kScaleToFit",n[n.k1_128in_1ft=1]="k1_128in_1ft",n[n.k1_64in_1ft=2]="k1_64in_1ft",n[n.k1_32in_1ft=3]="k1_32in_1ft",n[n.k1_16in_1ft=4]="k1_16in_1ft",n[n.k3_32in_1ft=5]="k3_32in_1ft",n[n.k1_8in_1ft=6]="k1_8in_1ft",n[n.k3_16in_1ft=7]="k3_16in_1ft",n[n.k1_4in_1ft=8]="k1_4in_1ft",n[n.k3_8in_1ft=9]="k3_8in_1ft",n[n.k1_2in_1ft=10]="k1_2in_1ft",n[n.k3_4in_1ft=11]="k3_4in_1ft",n[n.k1in_1ft=12]="k1in_1ft",n[n.k3in_1ft=13]="k3in_1ft",n[n.k6in_1ft=14]="k6in_1ft",n[n.k1ft_1ft=15]="k1ft_1ft",n[n.k1_1=16]="k1_1",n[n.k1_2=17]="k1_2",n[n.k1_4=18]="k1_4",n[n.k1_5=19]="k1_5",n[n.k1_8=20]="k1_8",n[n.k1_10=21]="k1_10",n[n.k1_16=22]="k1_16",n[n.k1_20=23]="k1_20",n[n.k1_30=24]="k1_30",n[n.k1_40=25]="k1_40",n[n.k1_50=26]="k1_50",n[n.k1_100=27]="k1_100",n[n.k2_1=28]="k2_1",n[n.k4_1=29]="k4_1",n[n.k8_1=30]="k8_1",n[n.k10_1=31]="k10_1",n[n.k100_1=32]="k100_1",n[n.k1000_1=33]="k1000_1",n[n.k1and1_2in_1ft=34]="k1and1_2in_1ft",n))(bl||{});const Yu={0:0,1:1/1536,2:1/768,3:1/384,4:1/192,5:1/128,6:1/96,7:1/64,8:1/48,9:1/32,10:1/24,11:1/16,12:1/12,13:1/4,14:1/2,15:1,16:1,17:1/2,18:1/4,19:1/5,20:1/8,21:1/10,22:1/16,23:1/20,24:1/30,25:1/40,26:1/50,27:1/100,28:2,29:4,30:8,31:10,32:100,33:1e3,34:1/8};class xl extends Ge{constructor(e=!1){super(),this._plotSettingsName="",this._plotCfgName="",this._canonicalMediaName="",this._currentStyleSheet="",this._plotOrigin=new E,this._customPrintScale={numerator:1,denominator:1},this._plotPaperSize=new E,this._plotPaperMargins={left:0,right:0,top:0,bottom:0},this._plotViewName="",this._plotWindowArea=new xe,this._modelType=e,this._plotCentered=!1,this._plotHidden=!1,this._plotPaperUnits=1,this._plotPlotStyles=!0,this._plotRotation=0,this._plotType=5,this._plotViewportBorders=!1,this._printLineweights=!0,this._scaleLineweights=!1,this._drawViewportsFirst=!1,this._showPlotStyles=!0,this._shadePlotType=0,this._shadePlotResLevel=2,this._shadePlotCustomDpi=300,this._shadePlotId=void 0,this._stdScaleType=0,this._useStandardScale=!0}get plotSettingsName(){return this._plotSettingsName}set plotSettingsName(e){this._plotSettingsName=e}getPlotSettingsName(){return this._plotSettingsName}setPlotSettingsName(e){this._plotSettingsName=e}get plotCfgName(){return this._plotCfgName}set plotCfgName(e){this._plotCfgName=e}getPlotCfgName(){return this._plotCfgName}get canonicalMediaName(){return this._canonicalMediaName}set canonicalMediaName(e){this._canonicalMediaName=e}getCanonicalMediaName(){return this._canonicalMediaName}get currentStyleSheet(){return this._currentStyleSheet}set currentStyleSheet(e){this._currentStyleSheet=e}getCurrentStyleSheet(){return this._currentStyleSheet}get plotOrigin(){return this._plotOrigin}set plotOrigin(e){this._plotOrigin=e}getPlotOrigin(){return this._plotOrigin}get customPrintScale(){return this._customPrintScale}set customPrintScale(e){this._customPrintScale=e}getCustomPrintScale(){return this._customPrintScale}get plotPaperSize(){return this._plotPaperSize}set plotPaperSize(e){this._plotPaperSize=e}getPlotPaperSize(){return this._plotPaperSize}get plotPaperMargins(){return this._plotPaperMargins}set plotPaperMargins(e){this._plotPaperMargins=e}getPlotPaperMargins(){return this._plotPaperMargins}get plotViewName(){return this._plotViewName}set plotViewName(e){this._plotViewName=e}getPlotViewName(){return this._plotViewName}get plotWindowArea(){return this._plotWindowArea}set plotWindowArea(e){this._plotWindowArea=e}getPlotWindowArea(){return this._plotWindowArea}get modelType(){return this._modelType}set modelType(e){this._modelType=e}getModelType(){return this._modelType}setModelType(e){this._modelType=e}get drawViewportsFirst(){return this._drawViewportsFirst}set drawViewportsFirst(e){this._drawViewportsFirst=e}setDrawViewportsFirst(e){this._drawViewportsFirst=e}get plotCentered(){return this._plotCentered}set plotCentered(e){this._plotCentered=e}setPlotCentered(e){this._plotCentered=e}get plotHidden(){return this._plotHidden}set plotHidden(e){this._plotHidden=e}setPlotHidden(e){this._plotHidden=e}get plotPaperUnits(){return this._plotPaperUnits}set plotPaperUnits(e){this._plotPaperUnits=e}get plotPlotStyles(){return this._plotPlotStyles}set plotPlotStyles(e){this._plotPlotStyles=e}setPlotPlotStyles(e){this._plotPlotStyles=e}get plotRotation(){return this._plotRotation}set plotRotation(e){this._plotRotation=e}get plotType(){return this._plotType}set plotType(e){this._plotType=e}get plotViewportBorders(){return this._plotViewportBorders}set plotViewportBorders(e){this._plotViewportBorders=e}setPlotViewportBorders(e){this._plotViewportBorders=e}get printLineweights(){return this._printLineweights}set printLineweights(e){this._printLineweights=e}setPrintLineweights(e){this._printLineweights=e}get scaleLineweights(){return this._scaleLineweights}set scaleLineweights(e){this._scaleLineweights=e}setScaleLineweights(e){this._scaleLineweights=e}get showPlotStyles(){return this._showPlotStyles}set showPlotStyles(e){this._showPlotStyles=e}setShowPlotStyles(e){this._showPlotStyles=e}get shadePlot(){return this._shadePlotType}set shadePlot(e){this._shadePlotType=e}setShadePlot(e){this._shadePlotType=e}get shadePlotResLevel(){return this._shadePlotResLevel}set shadePlotResLevel(e){this._shadePlotResLevel=e}setShadePlotResLevel(e){this._shadePlotResLevel=e}get shadePlotCustomDPI(){return this._shadePlotCustomDpi}set shadePlotCustomDPI(e){this._shadePlotCustomDpi=e}setShadePlotCustomDPI(e){this._shadePlotCustomDpi=e}get shadePlotId(){return this._shadePlotId}set shadePlotId(e){this._shadePlotId=e}get plotWireframe(){return this._shadePlotType===1}get plotAsRaster(){return this._shadePlotType===3||this._shadePlotType===4||this._shadePlotType===5}get stdScaleType(){return this._stdScaleType}set stdScaleType(e){this._stdScaleType=e}get stdScale(){return Yu[this._stdScaleType]??1}get useStandardScale(){return this._useStandardScale}set useStandardScale(e){this._useStandardScale=e}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbPlotSettings"),e.writeString(1,this.plotSettingsName),e.writeString(2,this.plotCfgName),e.writeString(4,this.canonicalMediaName),e.writeString(6,this.plotViewName),e.writeDouble(40,this.plotPaperMargins.left),e.writeDouble(41,this.plotPaperMargins.bottom),e.writeDouble(42,this.plotPaperMargins.right),e.writeDouble(43,this.plotPaperMargins.top),e.writeDouble(44,this.plotPaperSize.x),e.writeDouble(45,this.plotPaperSize.y),e.writeDouble(46,this.plotOrigin.x),e.writeDouble(47,this.plotOrigin.y),e.writeDouble(48,this.plotWindowArea.min.x),e.writeDouble(49,this.plotWindowArea.min.y),e.writeDouble(140,this.plotWindowArea.max.x),e.writeDouble(141,this.plotWindowArea.max.y),e.writeDouble(142,this.customPrintScale.numerator),e.writeDouble(143,this.customPrintScale.denominator);let t=0;return this.plotViewportBorders&&(t|=1),this.showPlotStyles&&(t|=2),this.plotCentered&&(t|=4),this.plotHidden&&(t|=8),this.useStandardScale&&(t|=16),this.plotPlotStyles&&(t|=32),this.scaleLineweights&&(t|=64),this.printLineweights&&(t|=128),this.drawViewportsFirst&&(t|=512),this.modelType&&(t|=1024),e.writeInt16(70,t),e.writeInt16(72,this.plotPaperUnits),e.writeInt16(73,this.plotRotation),e.writeInt16(74,this.plotType),e.writeString(7,this.currentStyleSheet),e.writeInt16(75,this.stdScaleType),e.writeInt16(76,this.shadePlot),e.writeInt16(77,this.shadePlotResLevel),e.writeInt16(78,this.shadePlotCustomDPI),e.writeDouble(147,this.stdScale),e.writeObjectId(333,this.shadePlotId),this}}class br extends xl{constructor(){super(),this._tabOrder=-1,this._tabSelected=!1,this._blockTableRecordId="",this._layoutName="",this._limits=new xe,this._extents=new B,this._viewportArray=[]}get layoutName(){return this._layoutName}set layoutName(e){this._layoutName=e.length>256?e.slice(0,256):e}get tabOrder(){return this._tabOrder}set tabOrder(e){this._tabOrder=e}get tabSelected(){return this._tabSelected}set tabSelected(e){this._tabSelected=e}get blockTableRecordId(){return this._blockTableRecordId}set blockTableRecordId(e){this._blockTableRecordId=e}get limits(){return this._limits}set limits(e){this._limits.copy(e)}get extents(){return this._extents}set extents(e){this._extents.copy(e)}get viewportArray(){return this._viewportArray}set viewportArray(e){this._viewportArray=e.slice()}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbLayout"),e.writeString(1,this.layoutName),e.writeInt16(70,this.tabSelected?1:0),e.writeInt16(71,this.tabOrder),e.writeObjectId(330,this.blockTableRecordId),e.writeObjectId(331,this._viewportArray.length>0?this._viewportArray[0]:"0"),e.writePoint2d(10,this.limits.min),e.writePoint2d(11,this.limits.max),e.writePoint3d(14,this.extents.min),e.writePoint3d(15,this.extents.max),this}}class wl{constructor(){this.events={layoutCreated:new ie,layoutRemoved:new ie,layoutRenamed:new ie,layoutSwitched:new ie}}countLayouts(e){return this.getWorkingDatabase(e).objects.layout.numEntries}findLayoutNamed(e,t){return this.getWorkingDatabase(t).objects.layout.getAt(e)}findActiveLayout(){const e=this.getActiveLayout();return e?e.layoutName:"Model"}setCurrentLayoutId(e,t){const r=this.getWorkingDatabase(t),i=r.objects.layout.getIdAt(e);return this.setCurrentLayoutInternal(i,r)}setCurrentLayoutBtrId(e,t){const r=this.getWorkingDatabase(t),i=r.objects.layout.getBtrIdAt(e);return this.setCurrentLayoutInternal(i,r)}setCurrentLayout(e,t){const r=this.getWorkingDatabase(t),i=r.objects.layout.getAt(e);return this.setCurrentLayoutInternal(i,r)}renameLayout(e,t,r){const s=this.getWorkingDatabase(r).objects.layout.getAt(e);return s?(s.layoutName=t,this.events.layoutRenamed.dispatch({layout:s,oldName:e,newName:t}),!0):!1}layoutExists(e,t){return this.getWorkingDatabase(t).objects.layout.has(e)}deleteLayout(e,t){const r=this.getWorkingDatabase(t).objects.layout,i=r.getAt(e);let s=!1;return i&&(s=r.remove(e),s&&this.events.layoutRemoved.dispatch({layout:i})),s}createLayout(e,t){const r=this.getWorkingDatabase(t),i=new br;i.layoutName=e,i.tabOrder=r.objects.layout.maxTabOrder;const s=new se;return s.name=`*Paper_Space${i.tabOrder}`,r.tables.blockTable.add(s),r.objects.layout.setAt(e,i),this.events.layoutCreated.dispatch({layout:i}),{layout:i,btr:s}}getActiveLayout(e){const t=this.getWorkingDatabase(e);return t.objects.layout.getBtrIdAt(t.currentSpaceId)}getWorkingDatabase(e){return e||Hs().workingDatabase}setCurrentLayoutInternal(e,t){return e?(this.events.layoutSwitched.dispatch({layout:e}),t.currentSpaceId=e.blockTableRecordId,!0):!1}}let Rr;function Xu(n){Rr=n}function Hs(){return $r.instance}const Si=class Si{constructor(){this._workingDatabase=null}get workingDatabase(){if(this._workingDatabase==null)throw new Error("The current working database must be set before using it!");return this._workingDatabase}set workingDatabase(e){this._workingDatabase=e}get layoutManager(){return this._layoutManager||(Rr||(Rr=()=>new wl),this._layoutManager=Rr()),this._layoutManager}};Si.instance=new Si;let $r=Si;pl(Hs);var vl=(n=>(n.kForRead="kForRead",n.kForWrite="kForWrite",n))(vl||{});class Ws{constructor(e){if(this._values=[],e)for(const t of e)this._values.push({...t})}get length(){return this._values.length}at(e){return this._values[e]}add(e){this._values.push(e)}addRange(e){for(const t of e)this._values.push(t)}clear(){this._values.length=0}toArray(){return this._values.map(e=>({...e}))}clone(){return new Ws(this._values)}[Symbol.iterator](){return this._values[Symbol.iterator]()}}class Us{constructor(e,t,r){this._chunkSize=-1,this._minimumChunkSize=50,this._count=e,this._numerOfChunk=t<1?1:t,this._minimumChunkSize=r,this.calculateChunkSize()}get count(){return this._count}get numerOfChunk(){return this._numerOfChunk}get minimumChunkSize(){return this._minimumChunkSize}set minimumChunkSize(e){this._minimumChunkSize=e,this.calculateChunkSize()}get chunkSize(){return this._chunkSize}calculateChunkSize(){let e=this._count/this._numerOfChunk;e<this._minimumChunkSize&&(e=Math.min(this._minimumChunkSize,this._count)),this._chunkSize=e<1?this._count:Math.floor(e)}scheduleTask(e){return new Promise((t,r)=>{const i=()=>{Promise.resolve(e()).then(t).catch(r)};typeof window<"u"&&typeof window.requestAnimationFrame=="function"?window.requestAnimationFrame(i):setTimeout(i,0)})}async processChunk(e,t){if(this._count<=0){await(t==null?void 0:t());return}let r=0;const i=async()=>{const s=r,o=Math.min(r+this._chunkSize,this._count);await e(s,o),r=o,r<this._count&&await this.scheduleTask(i)};await i(),await(t==null?void 0:t())}}var Jn=(n=>(n.DXF="dxf",n.DWG="dwg",n))(Jn||{});class We{constructor(){this.events={registered:new ie,unregistered:new ie},this._converters=new Map,this.register("dxf",new Wh)}static createInstance(){return We._instance==null&&(We._instance=new We),this._instance}static get instance(){return We._instance||(We._instance=new We),We._instance}get fileTypes(){return this._converters.keys()}register(e,t){this._converters.set(e,t),this.events.registered.dispatch({fileType:e,converter:t})}get(e){return this._converters.get(e)}unregister(e){const t=this._converters.get(e);t&&(this._converters.delete(e),this.events.unregistered.dispatch({fileType:e,converter:t}))}}var ve=(n=>(n[n.DecimalDegrees=0]="DecimalDegrees",n[n.DegreesMinutesSeconds=1]="DegreesMinutesSeconds",n[n.Gradians=2]="Gradians",n[n.Radians=3]="Radians",n[n.SurveyorsUnits=4]="SurveyorsUnits",n))(ve||{}),J=(n=>(n[n.Scientific=1]="Scientific",n[n.Decimal=2]="Decimal",n[n.Engineering=3]="Engineering",n[n.Architectural=4]="Architectural",n[n.Fractional=5]="Fractional",n[n.WindowsDesktop=6]="WindowsDesktop",n))(J||{}),K=(n=>(n[n.Undefined=0]="Undefined",n[n.Inches=1]="Inches",n[n.Feet=2]="Feet",n[n.Miles=3]="Miles",n[n.Millimeters=4]="Millimeters",n[n.Centimeters=5]="Centimeters",n[n.Meters=6]="Meters",n[n.Kilometers=7]="Kilometers",n[n.Microinches=8]="Microinches",n[n.Mils=9]="Mils",n[n.Yards=10]="Yards",n[n.Angstroms=11]="Angstroms",n[n.Nanometers=12]="Nanometers",n[n.Microns=13]="Microns",n[n.Decimeters=14]="Decimeters",n[n.Dekameters=15]="Dekameters",n[n.Hectometers=16]="Hectometers",n[n.Gigameters=17]="Gigameters",n[n.Astronomical=18]="Astronomical",n[n.LightYears=19]="LightYears",n[n.Parsecs=20]="Parsecs",n[n.USSurveyFeet=21]="USSurveyFeet",n[n.USSurveyInch=22]="USSurveyInch",n[n.USSurveyYard=23]="USSurveyYard",n[n.USSurveyMile=24]="USSurveyMile",n[n.Max=24]="Max",n))(K||{});function Pl(n){return n==4||n==5||n==6||n==7||n==12||n==13||n==14||n==15||n==16||n==17}function Al(n){return n==1||n==2||n==3||n==8||n==9||n==10||n==21}const xs=Math.PI/200;class Sl{constructor(e){this.database=e}formatLength(e,t){const r=this.createContext(t);return un(e,r)}formatPoint2d(e,t){const r=this.createContext(t);return`${un(e.x,r)}, ${un(e.y,r)}`}formatPoint3d(e,t){const r=this.createContext(t);return`${un(e.x,r)}, ${un(e.y,r)}, ${un(e.z,r)}`}formatAngle(e,t){const r=this.createContext(t),s=(t==null?void 0:t.applyAngbaseAngdir)??!0?Bu(e,this.database.angbase,this.database.angdir):T.normalizeAngle(e);return Ru(s,r)}createContext(e){return{lunits:this.database.lunits,luprec:ar(this.database.luprec),insunits:this.database.insunits,unitmode:this.database.unitmode,measurement:this.database.measurement,aunits:this.database.aunits,auprec:ar(this.database.auprec),showUnits:(e==null?void 0:e.showUnits)??!1,showApproximate:(e==null?void 0:e.showApproximate)??!1}}}function un(n,e){let t;switch(e.lunits){case J.Scientific:t=Ji(Uu(n,e.luprec),e);break;case J.Engineering:t=$u(n,e);break;case J.Architectural:t=qu(n,e);break;case J.Fractional:t=Ji(Ku(n,e),e);break;case J.WindowsDesktop:case J.Decimal:default:t=Ji(Cn(n,e.luprec),e)}return Ll(t,Fu(n,e),e)}function Ru(n,e){let t;switch(e.aunits){case ve.DegreesMinutesSeconds:t=Tl(n,e);break;case ve.Gradians:t=Ju(n,e);break;case ve.Radians:t=Qu(n,e);break;case ve.SurveyorsUnits:t=eg(n,e);break;case ve.DecimalDegrees:default:t=Zu(n,e)}return Ll(t,Du(n,e),e)}function Bu(n,e,t){let r=n-e;return t===1&&(r=-r),T.normalizeAngle(r)}function $s(n){const e=n.showUnits?'"':"";return n.unitmode===1?{feetInchSeparator:"",fractionSeparator:"-",inchSuffix:e}:{feetInchSeparator:"-",fractionSeparator:" ",inchSuffix:e}}function ar(n,e=0,t=8){return Number.isFinite(n)?Math.max(e,Math.min(t,Math.round(n))):e}function Tn(n){return Object.is(n,-0)?0:n}function Ll(n,e,t){return!t.showApproximate||!e?n:`~ ${n}`}function Fu(n,e){if(!Number.isFinite(n))return!1;const t=Vu(n,e);return qs(n,t)}function Du(n,e){if(!Number.isFinite(n))return!1;if(e.aunits===ve.SurveyorsUnits)return zu(n,e.auprec);const t=ju(n,e);return qs(n,t)}function zu(n,e){const r=((90-T.radToDeg(n))%360+360)%360,i=Cl(r),s=Math.min(Math.abs(r-i.base),Math.abs(i.base+90-r)),o=T.degToRad(s),a=Il(o,e);return qs(o,a)}function Vu(n,e){const t=Tn(n);switch(e.lunits){case J.Scientific:return Gu(t,e.luprec);case J.Engineering:case J.Architectural:case J.Fractional:return Hu(t,e);case J.WindowsDesktop:case J.Decimal:default:return Pn(t,e.luprec)}}function ju(n,e){const t=Tn(n);switch(e.aunits){case ve.DegreesMinutesSeconds:return Il(t,e.auprec);case ve.Gradians:return Pn(t/xs,e.auprec)*xs;case ve.Radians:return Pn(t,e.auprec);case ve.DecimalDegrees:default:return T.degToRad(Pn(T.radToDeg(t),e.auprec))}}function Pn(n,e){if(!Number.isFinite(n))return 0;const t=10**e;return Math.round(Tn(n)*t)/t}function Gu(n,e){if(!Number.isFinite(n))return 0;const t=Tn(n);if(t===0)return 0;const r=t.toExponential(e);return Number(r)}function Hu(n,e){if(!Number.isFinite(n))return 0;const t=n<0?-1:1,r=Math.abs(n),i=Math.floor(r/12),s=r-i*12;if(e.lunits===J.Architectural||e.lunits===J.Fractional){const o=1<<ar(e.luprec,0,8),a=Wu(s,o);return t*(i*12+a)}return t*(i*12+Pn(s,e.luprec))}function Wu(n,e){const t=Math.floor(n),r=n-t,i=Math.round(r*e);return i>=e?t+1:t+i/e}function Il(n,e){const t=T.radToDeg(n),r=t<0?-1:1,i=Math.abs(t),s=Math.floor(i),o=(i-s)*60,a=Math.floor(o),l=Pn((o-a)*60,e),c=s+a/60+l/3600;return T.degToRad(r*c)}function qs(n,e){if(n===e)return!1;const t=Math.max(Math.abs(n),Math.abs(e),1);return Math.abs(n-e)>t*Number.EPSILON*8}function Cn(n,e){if(!Number.isFinite(n))return"0";const t=Tn(n);if(Number.isInteger(t)&&e===0)return String(t);const i=t.toFixed(e).replace(/\.?0+$/,"");return i===""||i==="-"?"0":i}function Uu(n,e){if(!Number.isFinite(n))return"0";const t=Tn(n);if(t===0)return"0";const r=t.toExponential(e).match(/^(.+)e([+-])(\d+)$/i);if(!r)return"0";const[,i,s,o]=r,a=o.length<2?o.padStart(2,"0"):o;return`${i}E${s}${a}`.toUpperCase()}function $u(n,e){if(!Number.isFinite(n))return"0";const t=$s(e),r=n<0?"-":"",i=Math.abs(n),s=Math.floor(i/12),o=i-s*12,a=Cn(o,e.luprec);return s===0?`${r}${a}${t.inchSuffix}`:`${r}${s}'${t.feetInchSeparator}${a}${t.inchSuffix}`}function qu(n,e){if(!Number.isFinite(n))return"0";const t=$s(e),r=n<0?"-":"",i=Math.abs(n),s=Math.floor(i/12),o=i-s*12,a=1<<ar(e.luprec,0,8),l=El(o,a,t.fractionSeparator);return s===0?`${r}${l}${t.inchSuffix}`:`${r}${s}'${t.feetInchSeparator}${l}${t.inchSuffix}`}function Ku(n,e){if(!Number.isFinite(n))return"0";const t=$s(e),r=n<0?"-":"",i=Math.abs(n),s=1<<ar(e.luprec,0,8);return`${r}${El(i,s,t.fractionSeparator)}`}function El(n,e,t){const r=Math.floor(n),i=n-r;let s=Math.round(i*e);if(s>=e)return String(r+1);if(s===0)return String(r);const o=ig(s,e);s/=o;const a=e/o,l=`${s}/${a}`;return r===0?l:`${r}${t}${l}`}function Zu(n,e){const t=T.radToDeg(n);return`${Cn(t,e.auprec)}${e.showUnits?"°":""}`}function Qu(n,e){return`${Cn(n,e.auprec)}${e.showUnits?" rad":""}`}function Ju(n,e){const t=n/xs;return`${Cn(t,e.auprec)}${e.showUnits?"g":""}`}function Tl(n,e){const t=T.radToDeg(n),r=t<0?"-":"",i=Math.abs(t),s=Math.floor(i),o=(i-s)*60,a=Math.floor(o),l=(o-a)*60,c=Cn(l,e.auprec),h=e.showUnits?'"':"";return`${r}${s}d${a}'${c}${h}`}function eg(n,e){const r=((90-T.radToDeg(n))%360+360)%360,i=Cl(r),s=Math.min(Math.abs(r-i.base),Math.abs(i.base+90-r)),a=Tl(T.degToRad(s),e).replace(/^-/,"");return`${i.prefix} ${a} ${i.suffix}`.trim()}function Cl(n){return n<90?{prefix:"N",suffix:"E",base:0}:n<180?{prefix:"S",suffix:"E",base:90}:n<270?{prefix:"S",suffix:"W",base:180}:{prefix:"N",suffix:"W",base:270}}function Ji(n,e){if(!e.showUnits||e.lunits===J.Engineering||e.lunits===J.Architectural)return n;const t=tg(e.insunits,e.measurement);return t?`${n}${t}`:n}function tg(n,e){return n===K.Undefined?e===0?'"':" mm":Pl(n)?ng(n):Al(n)?rg(n):""}function ng(n){switch(n){case K.Millimeters:return" mm";case K.Centimeters:return" cm";case K.Meters:return" m";case K.Kilometers:return" km";case K.Decimeters:return" dm";case K.Microns:return" µm";case K.Nanometers:return" nm";default:return""}}function rg(n){switch(n){case K.Inches:case K.Microinches:case K.Mils:case K.USSurveyInch:return'"';case K.Feet:case K.USSurveyFeet:return"'";case K.Miles:case K.USSurveyMile:return" mi";case K.Yards:case K.USSurveyYard:return" yd";default:return""}}function ig(n,e){let t=Math.abs(n),r=Math.abs(e);for(;r!==0;){const i=r;r=t%r,t=i}return t||1}class an{static get instance(){return this._instance||(this._instance=new an),this._instance}constructor(){this._blocks=new Map}createKey(e,t){return`${e}_${t}`}set(e,t){return t=t.fastDeepClone(),this._blocks.set(e,t),t}get(e){let t=this._blocks.get(e);return t&&(t=t.fastDeepClone()),t}has(e){return this._blocks.has(e)}clear(){this._blocks.clear()}draw(e,t,r,i=[],s=!0,o,a){const l=[];if(t!=null){const c=this.createKey(t.name,r);let h;if(this.has(c))h=this.get(c);else{const d=t.newIterator();for(const p of d)p.visibility&&(p.color.isByBlock&&r?(oa.copy(p.color),p.color.setRGBValue(r),this.addEntity(p,l,e),p.color.copy(oa)):this.addEntity(p,l,e));h=e.group(l),h&&s&&se.name&&!se.name.startsWith("*U")&&this.set(c,h)}return h&&o&&(h.applyMatrix(o),a&&(a.x!=0||a.y!=0||a.z!=1)&&(o.setFromExtrusionDirection(a),h.applyMatrix(o))),h&&i&&i.length>0&&(h.bakeTransformToChildren(),i.forEach(d=>h.addChild(d))),h}else return e.group(l)}addEntity(e,t,r){if(!e.visibility)return;const i=e.worldDraw(r);i&&(this.attachEntityInfo(i,e),t.push(i))}attachEntityInfo(e,t){e.objectId=t.objectId,e.ownerId=t.ownerId,e.layerName=t.layer,e.visible=t.visibility}}const oa=new R;var Ks=(n=>(n[n.UTF8=0]="UTF8",n[n.US_ASCII=1]="US_ASCII",n[n.ISO_8859_1=2]="ISO_8859_1",n[n.ISO_8859_2=3]="ISO_8859_2",n[n.ISO_8859_3=4]="ISO_8859_3",n[n.ISO_8859_4=5]="ISO_8859_4",n[n.ISO_8859_5=6]="ISO_8859_5",n[n.ISO_8859_6=7]="ISO_8859_6",n[n.ISO_8859_7=8]="ISO_8859_7",n[n.ISO_8859_8=9]="ISO_8859_8",n[n.ISO_8859_9=10]="ISO_8859_9",n[n.CP437=11]="CP437",n[n.CP850=12]="CP850",n[n.CP852=13]="CP852",n[n.CP855=14]="CP855",n[n.CP857=15]="CP857",n[n.CP860=16]="CP860",n[n.CP861=17]="CP861",n[n.CP863=18]="CP863",n[n.CP864=19]="CP864",n[n.CP865=20]="CP865",n[n.CP869=21]="CP869",n[n.CP932=22]="CP932",n[n.MACINTOSH=23]="MACINTOSH",n[n.BIG5=24]="BIG5",n[n.CP949=25]="CP949",n[n.JOHAB=26]="JOHAB",n[n.CP866=27]="CP866",n[n.ANSI_1250=28]="ANSI_1250",n[n.ANSI_1251=29]="ANSI_1251",n[n.ANSI_1252=30]="ANSI_1252",n[n.GB2312=31]="GB2312",n[n.ANSI_1253=32]="ANSI_1253",n[n.ANSI_1254=33]="ANSI_1254",n[n.ANSI_1255=34]="ANSI_1255",n[n.ANSI_1256=35]="ANSI_1256",n[n.ANSI_1257=36]="ANSI_1257",n[n.ANSI_874=37]="ANSI_874",n[n.ANSI_932=38]="ANSI_932",n[n.ANSI_936=39]="ANSI_936",n[n.ANSI_949=40]="ANSI_949",n[n.ANSI_950=41]="ANSI_950",n[n.ANSI_1361=42]="ANSI_1361",n[n.UTF16=43]="UTF16",n[n.ANSI_1258=44]="ANSI_1258",n[n.UNDEFINED=255]="UNDEFINED",n))(Ks||{});const sg=["utf-8","utf-8","iso-8859-1","iso-8859-2","iso-8859-3","iso-8859-4","iso-8859-5","iso-8859-6","iso-8859-7","iso-8859-8","iso-8859-9","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","shift-jis","macintosh","big5","utf-8","utf-8","ibm866","windows-1250","windows-1251","windows-1252","gbk","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-874","shift-jis","gbk","euc-kr","big5","utf-8","utf-16le","windows-1258"],Ml=n=>sg[n],Mt="Continuous",ae="Standard",ft="Standard",mt="Standard",og="ANSI31",Ol="ANGLE",rn="SOLID",kl="USER",Nl="LINEAR",fe="ByLayer",Ct="ByBlock",lr="*Active",ws="mlightcad",vs="ACAD",Ps=Object.freeze({x:0,y:0}),Yl=Object.freeze({x:0,y:0}),Xl=Object.freeze({x:1,y:1}),Rl=Object.freeze({x:0,y:0,z:1}),Bl=Object.freeze({x:0,y:0,z:0});exports.AcGiArrowType=void 0;(function(n){n.ClosedFilled="",n.Dot="_DOT",n.DotSmall="_DOTSMALL",n.DotBlank="_DOTBLANK",n.Origin="_ORIGIN",n.Origin2="_ORIGIN2",n.Open="_OPEN",n.Open90="_OPEN90",n.Open30="_OPEN30",n.Closed="_CLOSED",n.Small="_SMALL",n.None="_NONE",n.Oblique="_OBLIQUE",n.BoxFilled="_BOXFILLED",n.Box="_BOXBLANK",n.ClosedBlank="_CLOSEDBLANK",n.DatumBlank="_DATUMBLANK",n.DatumFilled="_DATUMFILLED",n.Integral="_INTEGRAL",n.ArchTick="_ARCHTICK"})(exports.AcGiArrowType||(exports.AcGiArrowType={}));exports.AcGiLineWeight=void 0;(function(n){n[n.ByBlock=-2]="ByBlock",n[n.ByDIPs=-4]="ByDIPs",n[n.ByLayer=-1]="ByLayer",n[n.ByLineWeightDefault=-3]="ByLineWeightDefault",n[n.LineWeight000=0]="LineWeight000",n[n.LineWeight005=5]="LineWeight005",n[n.LineWeight009=9]="LineWeight009",n[n.LineWeight013=13]="LineWeight013",n[n.LineWeight015=15]="LineWeight015",n[n.LineWeight018=18]="LineWeight018",n[n.LineWeight020=20]="LineWeight020",n[n.LineWeight025=25]="LineWeight025",n[n.LineWeight030=30]="LineWeight030",n[n.LineWeight035=35]="LineWeight035",n[n.LineWeight040=40]="LineWeight040",n[n.LineWeight050=50]="LineWeight050",n[n.LineWeight053=53]="LineWeight053",n[n.LineWeight060=60]="LineWeight060",n[n.LineWeight070=70]="LineWeight070",n[n.LineWeight080=80]="LineWeight080",n[n.LineWeight090=90]="LineWeight090",n[n.LineWeight100=100]="LineWeight100",n[n.LineWeight106=106]="LineWeight106",n[n.LineWeight120=120]="LineWeight120",n[n.LineWeight140=140]="LineWeight140",n[n.LineWeight158=158]="LineWeight158",n[n.LineWeight200=200]="LineWeight200",n[n.LineWeight211=211]="LineWeight211"})(exports.AcGiLineWeight||(exports.AcGiLineWeight={}));exports.AcGiMTextFlowDirection=void 0;(function(n){n[n.LEFT_TO_RIGHT=1]="LEFT_TO_RIGHT",n[n.RIGHT_TO_LEFT=2]="RIGHT_TO_LEFT",n[n.TOP_TO_BOTTOM=3]="TOP_TO_BOTTOM",n[n.BOTTOM_TO_TOP=4]="BOTTOM_TO_TOP",n[n.BY_STYLE=5]="BY_STYLE"})(exports.AcGiMTextFlowDirection||(exports.AcGiMTextFlowDirection={}));exports.AcGiMTextAttachmentPoint=void 0;(function(n){n[n.TopLeft=1]="TopLeft",n[n.TopCenter=2]="TopCenter",n[n.TopRight=3]="TopRight",n[n.MiddleLeft=4]="MiddleLeft",n[n.MiddleCenter=5]="MiddleCenter",n[n.MiddleRight=6]="MiddleRight",n[n.BottomLeft=7]="BottomLeft",n[n.BottomCenter=8]="BottomCenter",n[n.BottomRight=9]="BottomRight",n[n.BaselineLeft=10]="BaselineLeft",n[n.BaselineCenter=11]="BaselineCenter",n[n.BaselineRight=12]="BaselineRight"})(exports.AcGiMTextAttachmentPoint||(exports.AcGiMTextAttachmentPoint={}));exports.AcGiRenderMode=void 0;(function(n){n[n.OPTIMIZED_2D=0]="OPTIMIZED_2D",n[n.WIREFRAME=1]="WIREFRAME",n[n.HIDDEN_LINE=2]="HIDDEN_LINE",n[n.FLAT_SHADED=3]="FLAT_SHADED",n[n.GOURAUD_SHADED=4]="GOURAUD_SHADED",n[n.FLAT_SHADED_WITH_WIREFRAME=5]="FLAT_SHADED_WITH_WIREFRAME",n[n.GOURAUD_SHADED_WITH_WIREFRAME=6]="GOURAUD_SHADED_WITH_WIREFRAME"})(exports.AcGiRenderMode||(exports.AcGiRenderMode={}));exports.AcGiOrthographicType=void 0;(function(n){n[n.NON_ORTHOGRAPHIC=0]="NON_ORTHOGRAPHIC",n[n.TOP=1]="TOP",n[n.BOTTOM=2]="BOTTOM",n[n.FRONT=3]="FRONT",n[n.BACK=4]="BACK",n[n.LEFT=5]="LEFT",n[n.RIGHT=6]="RIGHT"})(exports.AcGiOrthographicType||(exports.AcGiOrthographicType={}));exports.AcGiDefaultLightingType=void 0;(function(n){n[n.ONE_DISTANT_LIGHT=0]="ONE_DISTANT_LIGHT",n[n.TWO_DISTANT_LIGHTS=1]="TWO_DISTANT_LIGHTS"})(exports.AcGiDefaultLightingType||(exports.AcGiDefaultLightingType={}));var Fl=function(){function n(){this._number=-1,this._id="",this._groupId="",this._centerPoint=new b,this._height=0,this._width=0,this._viewCenter=new b,this._viewHeight=0}return Object.defineProperty(n.prototype,"number",{get:function(){return this._number},set:function(e){this._number=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"id",{get:function(){return this._id},set:function(e){this._id=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"groupId",{get:function(){return this._groupId},set:function(e){this._groupId=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"centerPoint",{get:function(){return this._centerPoint},set:function(e){this._centerPoint.copy(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"height",{get:function(){return this._height},set:function(e){this._height=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"width",{get:function(){return this._width},set:function(e){this._width=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"box",{get:function(){var e=new xe;return e.setFromCenterAndSize(this.centerPoint,{x:this.width,y:this.height}),e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"viewCenter",{get:function(){return this._viewCenter},set:function(e){this._viewCenter.copy(e)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"viewHeight",{get:function(){return this._viewHeight},set:function(e){this._viewHeight=e},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"viewWidth",{get:function(){return this.viewHeight*(this.width/this.height)},enumerable:!1,configurable:!0}),Object.defineProperty(n.prototype,"viewBox",{get:function(){var e=new xe;return e.setFromCenterAndSize(this.viewCenter,{x:this.viewWidth,y:this.viewHeight}),e},enumerable:!1,configurable:!0}),n.prototype.clone=function(){var e=new n;return e.id=this.id,e.groupId=this.groupId,e.number=this.number,e.centerPoint.copy(this.centerPoint),e.height=this.height,e.width=this.width,e.viewCenter.copy(this.viewCenter),e.viewHeight=this.viewHeight,e},n.prototype.copy=function(e){return this.id=e.id,this.groupId=e.groupId,this.number=e.number,this.centerPoint.copy(e.centerPoint),this.height=e.height,this.width=e.width,this.viewCenter.copy(e.viewCenter),this.viewHeight=e.viewHeight,this},n}();const co=class co extends Ge{constructor(){super(...arguments),this._visibility=!0,this._transparency=new te,this._transparencySet=!1}get type(){return this.constructor.typeName}get layer(){return this._layer==null&&(this._layer=this.database.clayer??"0"),this._layer}set layer(e){this._layer=e}get color(){return this.getEntityColor()}set color(e){this.setEntityColor(e)}get resolvedColor(){var t;let e=this.color;if(e.isByLayer){const r=this.getLayerColor();r&&r.RGB!=null&&(e=r)}else if(e.isByBlock){const r=this.database.cecolor;if(r&&(e=r,e.isByLayer)){const i=this.database.clayer||this.layer,s=this.database.tables.layerTable.getAt(i);((t=s==null?void 0:s.color)==null?void 0:t.RGB)!=null&&(e=s.color)}}return e}get rgbColor(){const t=this.resolvedColor.RGB;return t??16777215}get lineType(){var e;return this._lineType==null&&(this._lineType=((e=this.database)==null?void 0:e.celtype)??fe),this._lineType}set lineType(e){e?e.toUpperCase()==="BYLAYER"?this._lineType=fe:e.toUpperCase()==="BYBLOCK"?this._lineType=Ct:this._lineType=e:this._lineType=fe}get lineWeight(){return this._lineWeight==null&&(this._lineWeight=this.database.celweight??exports.AcGiLineWeight.ByLayer),this._lineWeight}set lineWeight(e){this._lineWeight=e}get linetypeScale(){return this._linetypeScale==null&&(this._linetypeScale=this.database.celtscale??-1),this._linetypeScale}set linetypeScale(e){this._linetypeScale=e}get visibility(){return this._visibility}set visibility(e){this._visibility=e}get transparency(){return this._transparency}set transparency(e){this._transparency=e.clone(),this._transparencySet=!0}hasExplicitLayer(){return this._layer!=null}hasExplicitColor(){return this._color!=null}getEntityColor(){return this._color==null&&(this._color=new R,this.database.cecolor&&this._color.copy(this.database.cecolor)),this._color}setEntityColor(e){this._color==null&&(this._color=new R),this._color.copy(e)}shouldResolveColorFromCecolor(){return!0}hasExplicitTransparency(){return this._transparencySet}dxfOutFields(e){e.writeSubclassMarker("AcDbEntity"),e.writeString(8,this.layer),e.writeString(6,this.lineType),e.writeDouble(48,this.linetypeScale),e.writeInt16(60,this.visibility?0:1),e.writeCmColor(this.color),e.writeInt16(370,this.lineWeight),e.writeTransparency(this.transparency);const t=this.database.tables.blockTable.getIdAt(this.ownerId);return t!=null&&t.isPaperSapce&&e.writeInt16(67,1),this}resolveEffectiveProperties(){this._layer==null&&(this._layer=this.database.clayer??"0"),this._color==null&&this.shouldResolveColorFromCecolor()&&(this._color=new R,this.database.cecolor&&this._color.copy(this.database.cecolor)),this._lineType==null&&(this._lineType=this.database.celtype??fe),this._linetypeScale==null&&(this._linetypeScale=this.database.celtscale??-1),this._lineWeight==null&&(this._lineWeight=this.database.celweight??exports.AcGiLineWeight.ByLayer)}get properties(){return{type:this.type,groups:[this.getGeneralProperties()]}}subGetGripPoints(){return new Array}subGetOsnapPoints(e,t,r,i,s,o){}transformBy(e){return this}erase(){return this.database.tables.blockTable.removeEntity(this.objectId)}worldDraw(e,t){if(!this.database.isLayerDrawable(this.layer))return;const r=e.subEntityTraits;r.color=this.resolvedColor,r.rgbColor=this.rgbColor,r.lineType=this.lineStyle,r.lineTypeScale=this.linetypeScale,r.lineWeight=this.lineWeight,r.transparency=this.transparency,r.layer=this.layer,r.drawOrder=0,"thickness"in this&&(r.thickness=this.thickness);const i=this.subWorldDraw(e,t);return this.attachEntityInfo(i),i}triggerModifiedEvent(){this.database.events.entityModified.dispatch({database:this.database,entity:this})}getGeneralProperties(){return{groupName:"general",properties:[{name:"handle",type:"int",editable:!1,accessor:{get:()=>this.objectId}},{name:"color",type:"color",editable:!0,accessor:{get:()=>this.color,set:e=>{this.color=e}}},{name:"layer",type:"string",editable:!0,accessor:{get:()=>this.layer,set:e=>{this.layer=e}}},{name:"linetype",type:"linetype",editable:!0,accessor:{get:()=>this.lineType,set:e=>{this.lineType=e}}},{name:"linetypeScale",type:"float",editable:!0,accessor:{get:()=>this.linetypeScale,set:e=>{this.linetypeScale=e}}},{name:"lineWeight",type:"lineweight",editable:!0,accessor:{get:()=>this.lineWeight,set:e=>{this.lineWeight=e}}},{name:"transparency",type:"transparency",editable:!0,accessor:{get:()=>this.transparency,set:e=>{this.transparency=e}}}]}}get lineStyle(){var i;const{type:e,name:t}=this.getLineType(),r=(i=this.database)==null?void 0:i.tables.linetypeTable.getAt(t);return r?{type:e,...r.linetype}:{type:e,name:t,standardFlag:0,description:"",totalPatternLength:0}}getLineType(){if(this.lineType==fe){const e=this.database.tables.layerTable.getAt(this.layer);if(e&&e.linetype)return{type:"ByLayer",name:e.linetype}}else return this.lineType==Ct?{type:"ByBlock",name:Mt}:{type:"UserSpecified",name:this.lineType};return{type:"UserSpecified",name:Mt}}getLayerColor(){const e=this.database.tables.layerTable.getAt(this.layer);return e!=null?e.color:null}attachEntityInfo(e){e&&(e.objectId=this.objectId,this.attrs.has("ownerId")&&(e.ownerId=this.ownerId),e.layerName=this.layer,e.visible=this.visibility)}};co.typeName="Entity";let le=co;const ho=class ho extends le{getOffsetSideAtPoint(e){return 1}};ho.typeName="Curve";let ge=ho;function aa(n,e){const t=n.x-e.x,r=n.y-e.y,i=(n.z||0)-(e.z||0);return t*t+r*r+i*i}function Be(n,e){if(e.length===0)return;let t=new b(e[0].x,e[0].y,e[0].z||0),r=aa(n,t);for(let i=1;i<e.length;i++){const s=e[i],o=new b(s.x,s.y,s.z||0),a=aa(n,o);a<r&&(t=o,r=a)}return t}function Mn(n,e,t,r,i){const s=new b(n.x,n.y,n.z||0),o=new b(e.x,e.y,e.z||0),a=new bt(s,o);switch(t){case v.EndPoint:i.push(s,o);break;case v.MidPoint:i.push(a.midPoint);break;case v.Nearest:i.push(a.nearestPoint(r));break;case v.Perpendicular:i.push(a.perpPoint(r));break}}function qr(n,e,t,r,i,s,o){if(t){const a=new Re(n,e,t);switch(i){case v.EndPoint:o.push(new b(a.startPoint.x,a.startPoint.y,r),new b(a.endPoint.x,a.endPoint.y,r));break;case v.MidPoint:o.push(new b(a.midPoint.x,a.midPoint.y,r));break;case v.Nearest:{const l=a.nearestPoint({x:s.x,y:s.y});o.push(new b(l.x,l.y,r));break}case v.Perpendicular:{a.perpendicularPoints({x:s.x,y:s.y}).forEach(c=>o.push(new b(c.x,c.y,r)));break}case v.Tangent:{a.tangentPoints({x:s.x,y:s.y}).forEach(c=>o.push(new b(c.x,c.y,r)));break}}return}Mn(new b(n.x,n.y,r),new b(e.x,e.y,r),i,s,o)}function Zs(n,e,t,r,i){if(n.length!==0)switch(t){case v.EndPoint:n.forEach(s=>i.push(new b(s.x,s.y,s.z||0)));break;case v.MidPoint:case v.Nearest:case v.Perpendicular:{const s=n.length,o=[];for(let a=0;a<s;a++){const l=[];Mn(n[a],n[(a+1)%n.length],t,r,l),o.push(...l)}if(t===v.MidPoint)i.push(...o);else{const a=Be(r,o);a&&i.push(a)}break}}}const bn=class bn extends ge{get dxfTypeName(){return"LWPOLYLINE"}constructor(){super(),this._elevation=0,this._geo=new ee}get numberOfVertices(){return this._geo.numberOfVertices}get elevation(){return this._elevation}set elevation(e){this._elevation=e}get closed(){return this._geo.closed}set closed(e){this._geo.closed=e}addVertexAt(e,t,r=0,i=-1,s=-1){const o=i<0?void 0:i,a=s<0?void 0:s,l={x:t.x,y:t.y,bulge:r,startWidth:o,endWidth:a};this._geo.addVertexAt(e,l)}removeVertexAt(e){this._geo.removeVertexAt(e)}reset(e,t){this._geo.reset(e,t)}getPoint2dAt(e){return this._geo.getPointAt(e)}getPoint3dAt(e){const t=this.getPoint2dAt(e);return new b(t.x,t.y,this._elevation)}get geometricExtents(){const e=this._geo.box;return new B({x:e.min.x,y:e.min.y,z:this._elevation},{x:e.max.x,y:e.max.y,z:this._elevation})}subGetGripPoints(){const e=new Array;for(let t=0;t<this.numberOfVertices;++t)e.push(this.getPoint3dAt(t));return e}subGetOsnapPoints(e,t,r,i){var l;const s=this._geo,o=this._elevation,a=s.numberOfVertices;if(a!==0)switch(e){case v.EndPoint:for(let c=0;c<a;c++){const h=s.getPointAt(c);i.push(new b(h.x,h.y,o))}break;case v.MidPoint:case v.Nearest:case v.Perpendicular:case v.Tangent:{const c=this.closed?a:a-1,h=[];for(let d=0;d<c;d++){const p=[];qr(s.getPointAt(d),s.getPointAt((d+1)%a),(l=s.vertices[d])==null?void 0:l.bulge,o,e,t,p),h.push(...p)}if(e===v.MidPoint)i.push(...h);else{const d=Be(t,h);d&&i.push(d)}break}}}transformBy(e){const t=e.determinant()<0;let r=this._elevation;return this._geo.vertices.forEach(i=>{const s=new b(i.x,i.y,this._elevation).applyMatrix4(e);i.x=s.x,i.y=s.y,r=s.z,t&&i.bulge!=null&&(i.bulge=-i.bulge)}),this._elevation=r,this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:e=>{this.elevation=e}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:e=>{this.closed=e}}}]}]}}subWorldDraw(e){const t=this._geo.getPoints(100),r=this.createWidthProfile();if(r!=null){const s=ag(r,this.closed);if(s!=null){const o=e.subEntityTraits;return o.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},e.area(s)}}const i=[];return t.forEach(s=>i.push(new b().set(s.x,s.y,this.elevation))),e.lines(i)}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbPolyline"),e.writeInt32(90,this.numberOfVertices),e.writeInt16(70,this.closed?1:0),e.writeDouble(38,this.elevation);for(let t=0;t<this.numberOfVertices;++t)e.writePoint2d(10,this.getPoint2dAt(t));return this}createWidthProfile(){const e=this._geo.vertices,t=e.length;if(t<2)return null;const r=this.closed?t:t-1,i=[];let s=!1;for(let o=0;o<r;o++){const a=e[o],l=e[(o+1)%t],c=Math.max(0,a.startWidth??0),h=Math.max(0,a.endWidth??0);(c>Ne||h>Ne)&&(s=!0);const d=this.sampleSegment(a,l),p=d.length-1;for(let g=0;g<=p;g++){if(g===0&&i.length>0||this.closed&&o===r-1&&g===p)continue;const f=p>0?g/p:0;i.push({x:d[g].x,y:d[g].y,width:dg(c,h,f)})}}return s&&i.length>=2?i:null}sampleSegment(e,t){if(e.bulge&&Math.abs(e.bulge)>Ne){const i=new Re(e,t,e.bulge).getPoints(32);if(i.length>1)return i.map(s=>new E(s.x,s.y))}return[new E(e.x,e.y),new E(t.x,t.y)]}static from2dPoints(e,t){const r=new bn;return e.forEach((i,s)=>r.addVertexAt(s,i)),r.closed=t,r}static fromGePolyline(e){const t=new bn;return e.vertices.forEach((r,i)=>{t.addVertexAt(i,new E(r.x,r.y),r.bulge??0)}),t.closed=e.closed,t}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.numberOfVertices;let r=1/0,i=1;const s=this.closed?t:t-1;for(let o=0;o<s;o++){const a=this.getPoint2dAt(o),l=this.getPoint2dAt((o+1)%t),c=l.x-a.x,h=l.y-a.y,d=c*c+h*h;if(d===0)continue;const p=Math.max(0,Math.min(1,((e.x-a.x)*c+(e.y-a.y)*h)/d)),g=(e.x-a.x-p*c)**2+(e.y-a.y-p*h)**2;g<r&&(r=g,i=c*(e.y-a.y)-h*(e.x-a.x)>=0?1:-1)}return i}createOffsetCurve(e){const t=this._geo.offset(e);return t.length===0?null:bn.fromGePolyline(t[0])}};bn.typeName="Polyline";let Ae=bn;function Ri(n,e,t){const r=du(n,e,t);return r?Ae.fromGePolyline(r):null}const Ne=1e-6,la=4;function ag(n,e){if(n.length<2)return null;const t=cg(n,e);if(t.length<2)return null;const{left:r,right:i}=lg(t,e);if(r.length<2||i.length<2)return null;const s=new Nt;if(e){if(!es(r)||!es(i))return null;const a=Math.abs(As(r)),l=Math.abs(As(i)),[c,h]=a>=l?[r,i]:[i,r];return s.add(new ee(c,!0)),s.add(new ee(h,!0)),s}const o=[...r,...i.reverse()];return es(o)?(s.add(new ee(o,!0)),s):null}function lg(n,e){const t=[],r=[];for(let i=0;i<n.length;i++){const s=n[i],o=Math.max(0,s.width)/2;if(o<=Ne)continue;const a=hg(n,i,e);a!=null&&(t.push({x:s.x+a.x*o,y:s.y+a.y*o}),r.push({x:s.x-a.x*o,y:s.y-a.y*o}))}return{left:t,right:r}}function cg(n,e){const t=[];if(n.forEach(r=>{const i=t[t.length-1];(!i||Math.abs(i.x-r.x)>Ne||Math.abs(i.y-r.y)>Ne||Math.abs(i.width-r.width)>Ne)&&t.push(r)}),e&&t.length>1){const r=t[0],i=t[t.length-1];Math.abs(r.x-i.x)<=Ne&&Math.abs(r.y-i.y)<=Ne&&t.pop()}return t}function hg(n,e,t){const r=n.length,i=n[e],s=n[(e-1+r)%r],o=n[(e+1)%r];let a=ca(i.x-s.x,i.y-s.y),l=ca(o.x-i.x,o.y-i.y);if(t||(e===0&&(a=l),e===r-1&&(l=a)),a==null&&l==null)return null;if(a==null)return Cr(l);if(l==null)return Cr(a);const c=Cr(a),h=Cr(l),d=c.x+h.x,p=c.y+h.y,g=Math.hypot(d,p);if(g<=Ne)return h;const f={x:d/g,y:p/g},m=Math.abs(f.x*h.x+f.y*h.y),y=m<=Ne?la:Math.min(1/m,la);return{x:f.x*y,y:f.y*y}}function ca(n,e){const t=Math.hypot(n,e);return t<=Ne?null:{x:n/t,y:e/t}}function Cr(n){return{x:-n.y,y:n.x}}function As(n){let e=0;const t=n.length;for(let r=0;r<t;r++){const i=n[r],s=n[(r+1)%t];e+=i.x*s.y-s.x*i.y}return e/2}function es(n){return n.length>=3&&Math.abs(As(n))>Ne}function dg(n,e,t){return n+(e-n)*t}var _n=(n=>(n[n.SimplePoly=0]="SimplePoly",n[n.FitCurvePoly=1]="FitCurvePoly",n[n.QuadSplinePoly=2]="QuadSplinePoly",n[n.CubicSplinePoly=3]="CubicSplinePoly",n))(_n||{});const uo=class uo extends ge{get dxfTypeName(){return"POLYLINE"}constructor(e,t,r=0,i=!1,s=0,o=0,a=null){super(),this._polyType=e,this._elevation=r;const l=a&&(a==null?void 0:a.length)===t.length,c=t.map((h,d)=>({x:h.x,y:h.y,bulge:l?a[d]:void 0}));this._geo=new ee(c,i)}get polyType(){return this._polyType}set polyType(e){this._polyType=e}get elevation(){return this._elevation}set elevation(e){this._elevation=e}get closed(){return this._geo.closed}set closed(e){this._geo.closed=e}get numberOfVertices(){return this._geo.numberOfVertices}getPointAt(e){return this._geo.getPointAt(e)}getBulgeAt(e){const t=this._geo.vertices[e];return(t==null?void 0:t.bulge)||0}get geometricExtents(){const e=this._geo.box;return new B({x:e.min.x,y:e.min.y,z:this._elevation},{x:e.max.x,y:e.max.y,z:this._elevation})}subGetGripPoints(){const e=new Array;for(let t=0;t<this._geo.numberOfVertices;++t){const r=this._geo.getPointAt(t);e.push(new b(r.x,r.y,this._elevation))}return e}subGetOsnapPoints(e,t,r,i){var l;const s=this._geo,o=this._elevation,a=s.numberOfVertices;if(a!==0)switch(e){case v.EndPoint:for(let c=0;c<a;c++){const h=s.getPointAt(c);i.push(new b(h.x,h.y,o))}break;case v.MidPoint:case v.Nearest:case v.Perpendicular:case v.Tangent:{const c=this.closed?a:a-1,h=[];for(let d=0;d<c;d++){const p=[];qr(s.getPointAt(d),s.getPointAt((d+1)%a),(l=s.vertices[d])==null?void 0:l.bulge,o,e,t,p),h.push(...p)}if(e===v.MidPoint)i.push(...h);else{const d=Be(t,h);d&&i.push(d)}break}}}transformBy(e){const t=e.determinant()<0;let r=this._elevation;return this._geo.vertices.forEach(i=>{const s=new b(i.x,i.y,this._elevation).applyMatrix4(e);i.x=s.x,i.y=s.y,r=s.z,t&&i.bulge!=null&&(i.bulge=-i.bulge)}),this._elevation=r,this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:e=>{this.elevation=e}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:e=>{this.closed=e}}}]}]}}subWorldDraw(e){const t=[];return this._geo.getPoints(100).forEach(i=>t.push(new b().set(i.x,i.y,this.elevation))),e.lines(t)}dxfOut(e,t=!1){super.dxfOut(e,t);for(let r=0;r<this.numberOfVertices;++r)e.writeStart("VERTEX"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDb2dVertex"),e.writePoint3d(10,{x:this.getPointAt(r).x,y:this.getPointAt(r).y,z:this.elevation}),e.writeDouble(42,this.getBulgeAt(r)),e.writeInt16(70,0);return e.writeStart("SEQEND"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),this}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDb2dPolyline");let t=this.closed?1:0;return this.polyType===1&&(t|=2),this.polyType===2&&(t|=4),this.polyType===3&&(t|=8),e.writeInt16(66,this.numberOfVertices>0?1:0),e.writeInt16(70,t),e.writeDouble(10,0),e.writeDouble(20,0),e.writeDouble(30,this.elevation),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectPath2d();return t.length<2?1:Ae.from2dPoints(t,this.closed).getOffsetSideAtPoint(e)}createOffsetCurve(e){const t=this._geo.offset(e);return t.length===0?null:Ae.fromGePolyline(t[0])}collectPath2d(){const e=Math.max(32,this.numberOfVertices*4);return this._geo.getPoints(e)}};uo.typeName="2dPolyline";let Kr=uo;var Dl=(n=>(n[n.Vertex=0]="Vertex",n[n.CurveFitVertex=1]="CurveFitVertex",n[n.SplineFitVertex=8]="SplineFitVertex",n[n.SplineCtlVertex=9]="SplineCtlVertex",n))(Dl||{});const go=class go extends le{get dxfTypeName(){return"VERTEX"}constructor(){super(),this._position=new b,this._bulge=0,this._startWidth=0,this._endWidth=0,this._vertexType=0}get position(){return this._position}set position(e){this._position.copy(e)}get bulge(){return this._bulge}set bulge(e){this._bulge=e}get startWidth(){return this._startWidth}set startWidth(e){this._startWidth=e}get endWidth(){return this._endWidth}set endWidth(e){this._endWidth=e}get vertexType(){return this._vertexType}set vertexType(e){this._vertexType=e}get geometricExtents(){return new B().expandByPoint(this._position)}subGetGripPoints(){const e=new Array;return e.push(this._position),e}subGetOsnapPoints(e,t,r,i){(e===v.EndPoint||e===v.Node)&&i.push(this._position)}transformBy(e){return this._position.applyMatrix4(e),this}subWorldDraw(e){}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDb2dVertex"),e.writePoint2d(10,this.position),e.writeDouble(40,this.startWidth),e.writeDouble(41,this.endWidth),e.writeDouble(42,this.bulge),e.writeInt16(70,this.vertexType),this}};go.typeName="2dVertex";let Ss=go;var er=(n=>(n[n.SimplePoly=0]="SimplePoly",n[n.QuadSplinePoly=1]="QuadSplinePoly",n[n.CubicSplinePoly=2]="CubicSplinePoly",n))(er||{});const Li=class Li extends ge{get dxfTypeName(){return"POLYLINE"}constructor(e,t,r=!1){super(),this._polyType=e,this._geo=new ee(t,r)}get polyType(){return this._polyType}set polyType(e){this._polyType=e}get closed(){return this._geo.closed}set closed(e){this._geo.closed=e}get numberOfVertices(){return this._geo.numberOfVertices}getPointAt(e){const t=this._geo.vertices[e];return new b(t.x,t.y,t.z||0)}get geometricExtents(){const e=this._geo.vertices.map(t=>new b(t.x,t.y,t.z||0));return new B().setFromPoints(e)}subGetGripPoints(){const e=new Array;for(let t=0;t<this._geo.numberOfVertices;++t)e.push(this.getPointAt(t));return e}subGetOsnapPoints(e,t,r,i){const s=Array.from({length:this._geo.numberOfVertices},(o,a)=>this.getPointAt(a));if(s.length!==0)switch(e){case v.EndPoint:i.push(...s);break;case v.MidPoint:case v.Nearest:case v.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const l=[];Mn(s[a],s[a+1],e,t,l),o.push(...l)}if(e===v.MidPoint)i.push(...o);else{const a=Be(t,o);a&&i.push(a)}break}}}transformBy(e){return this._geo.vertices.forEach(t=>{const r=new b(t.x,t.y,t.z||0).applyMatrix4(e);t.x=r.x,t.y=r.y,t.z=r.z}),this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:e=>{this.closed=e}}}]}]}}subWorldDraw(e){const t=this._geo.vertices.map(r=>new b(r.x,r.y,r.z||0));return e.lines(t)}dxfOut(e,t=!1){super.dxfOut(e,t);for(let r=0;r<this.numberOfVertices;++r){const i=this.getPointAt(r);e.writeStart("VERTEX"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDb3dPolylineVertex"),e.writePoint3d(10,{x:i.x,y:i.y,z:i.z}),e.writeInt16(70,32)}return e.writeStart("SEQEND"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),this}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDb3dPolyline");let t=this.closed?1:0;return t|=8,this.polyType===1&&(t|=16),this.polyType===2&&(t|=32),e.writeInt16(66,this.numberOfVertices>0?1:0),e.writeInt16(70,t),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectPath2d();return t.length<2?1:Ae.from2dPoints(t,this.closed).getOffsetSideAtPoint(e)}createOffsetCurve(e){const t=this._geo.offset(e);if(t.length===0)return null;const r=t[0],i=[];for(let s=0;s<r.numberOfVertices;s++){const o=r.getPointAt(s);i.push(new b(o.x,o.y,this.interpolateZ(o.x,o.y)))}return new Li(this.polyType,i,this.closed)}collectPath2d(){const e=Math.max(32,this.numberOfVertices*4);return this._geo.getPoints(e)}interpolateZ(e,t){const r=this.numberOfVertices;if(r<=0)return 0;let i=1/0,s=this.getPointAt(0).z;const o=this.closed?r:r-1;for(let a=0;a<o;a++){const l=this.getPointAt(a),c=this.getPointAt((a+1)%r),h=c.x-l.x,d=c.y-l.y,p=h*h+d*d;if(p===0)continue;const g=Math.max(0,Math.min(1,((e-l.x)*h+(t-l.y)*d)/p)),f=l.x+h*g,m=l.y+d*g,y=(e-f)**2+(t-m)**2;y<i&&(i=y,s=l.z+(c.z-l.z)*g)}return s}};Li.typeName="3dPolyline";let Zr=Li;var zl=(n=>(n[n.SimpleVertex=0]="SimpleVertex",n[n.ControlVertex=1]="ControlVertex",n[n.FitVertex=2]="FitVertex",n))(zl||{});const po=class po extends le{get dxfTypeName(){return"VERTEX"}constructor(){super(),this._position=new b,this._vertexType=0}get position(){return this._position}set position(e){this._position.copy(e)}get vertexType(){return this._vertexType}set vertexType(e){this._vertexType=e}get geometricExtents(){return new B().expandByPoint(this._position)}subGetGripPoints(){const e=new Array;return e.push(this._position),e}subGetOsnapPoints(e,t,r,i){(e===v.EndPoint||e===v.Node)&&i.push(this._position)}transformBy(e){return this._position.applyMatrix4(e),this}subWorldDraw(e){}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDb3dPolylineVertex"),e.writePoint3d(10,this.position),e.writeInt16(70,this.vertexType|32),this}};po.typeName="3dVertex";let Ls=po;const Ii=class Ii extends ge{get dxfTypeName(){return"ARC"}constructor(e,t,r,i,s=x.Z_AXIS){super();const o=js(s);this._geo=new Xi(e,t,r,i,s,o)}get center(){return this._geo.center}set center(e){this._geo.center=e}get radius(){return this._geo.radius}set radius(e){this._geo.radius=e}get startAngle(){return this._geo.startAngle}set startAngle(e){this._geo.startAngle=e}get endAngle(){return this._geo.endAngle}set endAngle(e){this._geo.endAngle=e}get normal(){return this._geo.normal}set normal(e){this._geo.normal=e}get startPoint(){return this._geo.startPoint}get endPoint(){return this._geo.endPoint}get midPoint(){return this._geo.midPoint}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:e=>{this.center.x=e}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:e=>{this.center.y=e}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:e=>{this.center.z=e}}},{name:"radius",type:"float",editable:!0,accessor:{get:()=>this.radius,set:e=>{this.radius=e}}},{name:"startAngle",type:"float",editable:!0,accessor:{get:()=>this.startAngle,set:e=>{this.startAngle=e}}},{name:"endAngle",type:"float",editable:!0,accessor:{get:()=>this.endAngle,set:e=>{this.endAngle=e}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:e=>{this.normal.x=e}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:e=>{this.normal.y=e}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:e=>{this.normal.z=e}}},{name:"arcLength",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"totalAngle",type:"float",editable:!1,accessor:{get:()=>T.radToDeg(Math.abs(this._geo.deltaAngle))}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this._geo.area}}]}]}}subGetGripPoints(){const e=new Array;return e.push(this.center),e.push(this.startPoint),e.push(this.endPoint),e}subGetOsnapPoints(e,t,r,i){const s=this.startPoint,o=this.endPoint;switch(e){case v.EndPoint:i.push(s),i.push(o);break;case v.MidPoint:i.push(this.midPoint);break;case v.Center:case v.Centroid:i.push(this._geo.center);break;case v.Quadrant:{const a=[0,Math.PI/2,Math.PI,3*Math.PI/2];for(const l of a)T.isBetweenAngle(l,this.startAngle,this.endAngle)&&i.push(this._geo.getPointAtAngle(l));break}case v.Nearest:{const a=this._geo.nearestPoint(t);i.push(a)}break;case v.Perpendicular:{const a=this._geo.perpendicularPoints(t),l=Be(t,a);l&&i.push(l);break}case v.Tangent:{const a=this._geo.tangentPoints(t);i.push(...a);break}}}transformBy(e){return this._geo.transform(e),this}subWorldDraw(e){return e.circularArc(this._geo)}dxfOutFields(e){super.dxfOutFields(e);const t=sr(this.center,this.normal);return e.writeSubclassMarker("AcDbArc"),e.writePoint3d(10,t),e.writeDouble(40,this.radius),e.writeAngle(50,gs(this.center,this.startPoint,this.normal)),e.writeAngle(51,gs(this.center,this.endPoint,this.normal)),e.writeVector3d(210,this.normal),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.center,r=this.radius;return Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2)>=r?1:-1}createOffsetCurve(e){const t=this._geo.offset(e);return t?new Ii(t.center,t.radius,t.startAngle,t.endAngle,t.normal):null}};Ii.typeName="Arc";let Qr=Ii;const ug=1;function Vl(n){return n.replace(/\\[PpNn]/g,`
4
- `).replace(/\\[A-Za-z][^;]*;/g,"").replace(/[{}]/g,"")}function jl(n,e,t=1){if(!n||e<=0)return 0;const r=Vl(n),i=Math.max(...r.split(/\r\n|\r|\n/g).map(s=>s.length),0);return i===0?0:Math.max(e,i*e*ug*t)}function gg(n){const e=Vl(n);return Math.max(e.split(/\r\n|\r|\n/g).length,1)}function pg(n,e,t){if(e<=0||n<=0)return 0;if(n===1)return e;const r=Math.max(t,0);return e+(n-1)*e*r}function fg(n,e,t){switch(t){case exports.AcGiMTextAttachmentPoint.TopCenter:return{minX:-n/2,minY:-e,maxX:n/2,maxY:0};case exports.AcGiMTextAttachmentPoint.TopRight:return{minX:-n,minY:-e,maxX:0,maxY:0};case exports.AcGiMTextAttachmentPoint.MiddleLeft:return{minX:0,minY:-e/2,maxX:n,maxY:e/2};case exports.AcGiMTextAttachmentPoint.MiddleCenter:return{minX:-n/2,minY:-e/2,maxX:n/2,maxY:e/2};case exports.AcGiMTextAttachmentPoint.MiddleRight:return{minX:-n,minY:-e/2,maxX:0,maxY:e/2};case exports.AcGiMTextAttachmentPoint.BottomLeft:case exports.AcGiMTextAttachmentPoint.BaselineLeft:return{minX:0,minY:0,maxX:n,maxY:e};case exports.AcGiMTextAttachmentPoint.BottomCenter:case exports.AcGiMTextAttachmentPoint.BaselineCenter:return{minX:-n/2,minY:0,maxX:n/2,maxY:e};case exports.AcGiMTextAttachmentPoint.BottomRight:case exports.AcGiMTextAttachmentPoint.BaselineRight:return{minX:-n,minY:0,maxX:0,maxY:e};case exports.AcGiMTextAttachmentPoint.TopLeft:default:return{minX:0,minY:-e,maxX:n,maxY:0}}}function mg(n,e){let t;e&&e.lengthSq()>0?t=e.clone().normalize():t=new x(Math.cos(n),Math.sin(n),0);const r=new x(-t.y,t.x,t.z);return r.lengthSq()===0?r.set(0,1,0):r.normalize(),{xAxis:t,yAxis:r}}function Gl(n,e,t,r,i,s=0,o){if(t<=0&&r<=0)return n.expandByPoint(e),n;const a=fg(t,r,i),{xAxis:l,yAxis:c}=mg(s,o?new x(o.x,o.y,o.z||0):void 0),h=[[a.minX,a.minY],[a.maxX,a.minY],[a.maxX,a.maxY],[a.minX,a.maxY]];for(const[d,p]of h)n.expandByPoint(new b(e.x+l.x*d+c.x*p,e.y+l.y*d+c.y*p,e.z+l.z*d+c.z*p));return n}var Hl=(n=>(n[n.LEFT=0]="LEFT",n[n.CENTER=1]="CENTER",n[n.RIGHT=2]="RIGHT",n[n.ALIGNED=3]="ALIGNED",n[n.MIDDLE=4]="MIDDLE",n[n.FIT=5]="FIT",n))(Hl||{}),Wl=(n=>(n[n.BASELINE=0]="BASELINE",n[n.BOTTOM=1]="BOTTOM",n[n.MIDDLE=2]="MIDDLE",n[n.TOP=3]="TOP",n))(Wl||{});const fo=class fo extends le{get dxfTypeName(){return"TEXT"}constructor(){super(),this._textString="",this._height=0,this._thickness=1,this._position=new b,this._alignmentPoint=new b,this._rotation=0,this._oblique=0,this._horizontalMode=0,this._verticalModel=2,this._styleName="",this._widthFactor=1}get textString(){return this._textString}set textString(e){this._textString=e}get thickness(){return this._thickness}set thickness(e){this._thickness=e}get height(){return this._height}set height(e){this._height=e}get position(){return this._position}set position(e){this._position.copy(e)}get alignmentPoint(){return this._alignmentPoint}set alignmentPoint(e){this._alignmentPoint.copy(e)}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get oblique(){return this._oblique}set oblique(e){this._oblique=e}get horizontalMode(){return this._horizontalMode}set horizontalMode(e){this._horizontalMode=e}get verticalMode(){return this._verticalModel}set verticalMode(e){this._verticalModel=e}get styleName(){return this._styleName}set styleName(e){this._styleName=e}get widthFactor(){return this._widthFactor}set widthFactor(e){this._widthFactor=e}get geometricExtents(){const e=new B,{anchor:t,attachmentPoint:r}=this.resolveTextAnchor(),i=jl(this.textString,this.height,this.widthFactor);return Gl(e,t,i,this.height,r,this.rotation)}subGetGripPoints(){return[this._position]}subGetOsnapPoints(e,t,r,i){v.Insertion===e&&i.push(this._position)}transformBy(e){const t=this._position.clone(),r=this._position.clone().add(new x(Math.cos(this._rotation),Math.sin(this._rotation),0)),i=this._position.clone().add(new x(-Math.sin(this._rotation),Math.cos(this._rotation),0)),s=this._position.clone().add(new x(0,0,1));t.applyMatrix4(e),r.applyMatrix4(e),i.applyMatrix4(e),s.applyMatrix4(e);const o=new x(r).sub(t),a=new x(i).sub(t),l=new x(s).sub(t),c=a.length(),h=o.length(),d=l.length();return this._position.copy(t),h>0&&(this._rotation=Math.atan2(o.y,o.x)),c>0&&(this._height*=c,h>0&&(this._widthFactor*=h/c)),d>0&&(this._thickness*=d),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.textString,set:e=>{this.textString=e}}},{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:e=>{this.styleName=e}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.height,set:e=>{this.height=e}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:e=>{this.rotation=e}}},{name:"widthFactor",type:"float",editable:!0,accessor:{get:()=>this.widthFactor,set:e=>{this.widthFactor=e}}},{name:"oblique",type:"float",editable:!0,accessor:{get:()=>this.oblique,set:e=>{this.oblique=e}}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:e=>{this.position.x=e}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:e=>{this.position.y=e}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:e=>{this.position.z=e}}}]}]}}getTextStyle(){const e=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!e)throw new Error("No valid text style found in text style table.");return e.textStyle}subWorldDraw(e,t){const{anchor:r,attachmentPoint:i}=this.resolveTextAnchor(),s={text:this.textString,height:this.height,width:1/0,widthFactor:this.widthFactor,position:r,rotation:this.rotation,drawingDirection:exports.AcGiMTextFlowDirection.BOTTOM_TO_TOP,attachmentPoint:i};return e.mtext(s,this.getTextStyle(),t)}resolveTextAnchor(){const e=this.resolveAttachmentPoint();if(e===exports.AcGiMTextAttachmentPoint.BaselineLeft)return{anchor:this._position,attachmentPoint:e};const t=this._alignmentPoint;return t.x===0&&t.y===0&&t.z===0||t.x===this._position.x&&t.y===this._position.y&&t.z===this._position.z?{anchor:this._position,attachmentPoint:exports.AcGiMTextAttachmentPoint.BaselineLeft}:{anchor:t,attachmentPoint:e}}resolveAttachmentPoint(){const e=this._horizontalMode,t=this._verticalModel;if(e===4)return exports.AcGiMTextAttachmentPoint.MiddleCenter;if(e===3||e===5)return exports.AcGiMTextAttachmentPoint.BaselineLeft;switch(t){case 3:return e===1?exports.AcGiMTextAttachmentPoint.TopCenter:e===2?exports.AcGiMTextAttachmentPoint.TopRight:exports.AcGiMTextAttachmentPoint.TopLeft;case 2:return e===1?exports.AcGiMTextAttachmentPoint.MiddleCenter:e===2?exports.AcGiMTextAttachmentPoint.MiddleRight:exports.AcGiMTextAttachmentPoint.MiddleLeft;case 1:return e===1?exports.AcGiMTextAttachmentPoint.BottomCenter:e===2?exports.AcGiMTextAttachmentPoint.BottomRight:exports.AcGiMTextAttachmentPoint.BottomLeft;case 0:default:return e===1?exports.AcGiMTextAttachmentPoint.BaselineCenter:e===2?exports.AcGiMTextAttachmentPoint.BaselineRight:exports.AcGiMTextAttachmentPoint.BaselineLeft}}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbText"),e.writePoint3d(10,this.position),e.writeDouble(39,this.thickness),e.writeDouble(40,this.height),e.writeString(1,this.textString),e.writeAngle(50,this.rotation),e.writeDouble(41,this.widthFactor),e.writeAngle(51,this.oblique),e.writeString(7,this.styleName),e.writeInt16(72,this.horizontalMode),e.writeInt16(73,this.verticalMode),e.writePoint3d(11,this.alignmentPoint),this}};fo.typeName="Text";let In=fo;var oe=(n=>(n[n.Invisible=1]="Invisible",n[n.Const=2]="Const",n[n.Verifiable=4]="Verifiable",n[n.Preset=8]="Preset",n))(oe||{}),Ue=(n=>(n[n.MultiLine=2]="MultiLine",n[n.ConstMultiLine=4]="ConstMultiLine",n))(Ue||{});const mo=class mo extends In{get dxfTypeName(){return"ATTDEF"}constructor(){super(),this._flags=0,this._prompt="",this._mtextFlag=0,this._tag="",this._fieldLength=0,this._lockPositionInBlock=!1,this._isReallyLocked=!1}get isInvisible(){return(this._flags&1)!==0}set isInvisible(e){e?this._flags|=1:this._flags&=-2}get prompt(){return this._prompt}set prompt(e){this._prompt=e}get isConst(){return(this._flags&2)!==0}set isConst(e){e?this._flags|=2:this._flags&=-3}get isVerifiable(){return(this._flags&4)!==0}set isVerifiable(e){e?this._flags|=4:this._flags&=-5}get isPreset(){return(this._flags&8)!==0}set isPreset(e){e?this._flags|=8:this._flags&=-9}get isMTextAttribute(){return(this._mtextFlag&2)!==0}set isMTextAttribute(e){e?this._mtextFlag|=2:this._mtextFlag&=-3}get isConstMTextAttribute(){return(this._mtextFlag&4)!==0}set isConstMTextAttribute(e){e?this._mtextFlag|=4:this._mtextFlag&=-5}get tag(){return this._tag}set tag(e){this._tag=e}get fieldLength(){return this._fieldLength}set fieldLength(e){this._fieldLength=e}get lockPositionInBlock(){return this._lockPositionInBlock}set lockPositionInBlock(e){this._lockPositionInBlock=e}get isReallyLocked(){return this._isReallyLocked}set isReallyLocked(e){this._isReallyLocked=e}get mtext(){return this._mtext}set mtext(e){this._mtext=e,this.isMTextAttribute=e!=null}subWorldDraw(e){}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbAttributeDefinition"),e.writeString(3,this.prompt),e.writeString(2,this.tag),e.writeInt16(70,this.isInvisible?1:0),e.writeInt16(73,this.fieldLength),e.writeInt16(74,this.isReallyLocked?1:0),this}};mo.typeName="AttDef";let Jr=mo;const yo=class yo extends In{get dxfTypeName(){return"ATTRIB"}constructor(){super(),this._flags=0,this._mtextFlag=0,this._tag="",this._fieldLength=0,this._lockPositionInBlock=!1,this._isReallyLocked=!1}get isInvisible(){return(this._flags&oe.Invisible)!==0}set isInvisible(e){e?this._flags|=oe.Invisible:this._flags&=~oe.Invisible}get isConst(){return(this._flags&oe.Const)!==0}set isConst(e){e?this._flags|=oe.Const:this._flags&=~oe.Const}get isVerifiable(){return(this._flags&oe.Verifiable)!==0}set isVerifiable(e){e?this._flags|=oe.Verifiable:this._flags&=~oe.Verifiable}get isPreset(){return(this._flags&oe.Preset)!==0}set isPreset(e){e?this._flags|=oe.Preset:this._flags&=~oe.Preset}get isMTextAttribute(){return(this._mtextFlag&Ue.MultiLine)!==0}set isMTextAttribute(e){e?this._mtextFlag|=Ue.MultiLine:this._mtextFlag&=~Ue.MultiLine}get isConstMTextAttribute(){return(this._mtextFlag&Ue.ConstMultiLine)!==0}set isConstMTextAttribute(e){e?this._mtextFlag|=Ue.ConstMultiLine:this._mtextFlag&=~Ue.ConstMultiLine}get tag(){return this._tag}set tag(e){this._tag=e}get fieldLength(){return this._fieldLength}set fieldLength(e){this._fieldLength=e}get lockPositionInBlock(){return this._lockPositionInBlock}set lockPositionInBlock(e){this._lockPositionInBlock=e}get isReallyLocked(){return this._isReallyLocked}set isReallyLocked(e){this._isReallyLocked=e}get mtext(){return this._mtext}set mtext(e){this._mtext=e,this.isMTextAttribute=e!=null}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbAttribute"),e.writeInt16(70,this.isInvisible?1:0),e.writeInt16(73,this.fieldLength),e.writeString(2,this.tag),e.writeInt16(74,this.isReallyLocked?1:0),this.mtext&&e.writeInt16(71,this.isMTextAttribute?1:0),this}};yo.typeName="Attrib";let ei=yo;const xn=class xn extends le{get dxfTypeName(){return"INSERT"}constructor(e){super(),this._blockName=e,this._position=new b,this._rotation=0,this._normal=new x(0,0,1),this._scaleFactors=new b(1,1,1),this._attribs=new Map}get position(){return this._position}set position(e){this._position.copy(e)}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get scaleFactors(){return this._scaleFactors}set scaleFactors(e){this._scaleFactors.copy(e)}get normal(){return this._normal}set normal(e){this._normal.copy(e).normalize()}get blockName(){return this._blockName}get blockTableRecord(){return this.database.tables.blockTable.getAt(this._blockName)}appendAttributes(e){this._attribs.set(e.objectId,e),e.ownerId=this.objectId}attributeIterator(){return new _r(this._attribs)}get blockTransform(){const e=this.blockTableRecord,t=(e==null?void 0:e.origin)??b.ORIGIN,r=new D().makeTranslation(-t.x,-t.y,-t.z),i=new D().makeScale(this._scaleFactors.x,this._scaleFactors.y,this._scaleFactors.z),s=new Sn().setFromAxisAngle(x.Z_AXIS,this._rotation),o=new D().makeRotationFromQuaternion(s),a=new D().makeTranslation(this._position.x,this._position.y,this._position.z);return new D().multiplyMatrices(a,o).multiply(i).multiply(r)}subGetGripPoints(){return[this._position]}subGetOsnapPoints(e,t,r,i,s,o){const a=o??new D;v.Insertion===e?i.push(this.getInsertionPoint(a)):s?this.subEntityGetOsnapPoints(e,t,r,i,s,a):this.collectBlockOsnapPoints(e,t,r,i,a)}transformBy(e){const t=new D().setFromExtrusionDirection(this._normal),r=new D().makeRotationZ(this._rotation),i=new D().multiplyMatrices(t,r),s=this._position.clone(),o=new b(this._scaleFactors.x,0,0).applyMatrix4(i).add(s),a=new b(0,this._scaleFactors.y,0).applyMatrix4(i).add(s),l=new b(0,0,this._scaleFactors.z).applyMatrix4(i).add(s);s.applyMatrix4(e),o.applyMatrix4(e),a.applyMatrix4(e),l.applyMatrix4(e);const c=new x(o).sub(s),h=new x(a).sub(s),d=new x(l).sub(s);let p=new x().crossVectors(c,h);p.lengthSq()===0?p=this._normal.clone().transformDirection(e):p.normalize();const f=new D().setFromExtrusionDirection(p).clone().invert(),m=c.clone().applyMatrix4(f);return this._position.copy(s),this._normal.copy(p),this._rotation=Math.atan2(m.y,m.x),this._scaleFactors.set(c.length(),h.length(),d.length()),this._attribs.forEach(y=>y.transformBy(e)),this}get properties(){const e={type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"blockName",type:"float",editable:!1,accessor:{get:()=>this._blockName}},{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:t=>{this.position.x=t}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:t=>{this.position.y=t}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:t=>{this.position.z=t}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:t=>{this.rotation=t}}},{name:"scaleFactorsX",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.x,set:t=>{this.scaleFactors.x=t}}},{name:"scaleFactorsY",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.y,set:t=>{this.scaleFactors.y=t}}},{name:"scaleFactorsZ",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.z,set:t=>{this.scaleFactors.z=t}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:t=>{this.normal.x=t}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:t=>{this.normal.y=t}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:t=>{this.normal.z=t}}}]}]};if(this._attribs.size>0){const t={groupName:"attribute",properties:[]};e.groups.push(t),this._attribs.forEach(r=>{t.properties.push({name:r.tag,type:"string",editable:!r.isConst,skipTranslation:!0,accessor:{get:()=>r.textString,set:i=>{r.textString=i}}})})}return e}get geometricExtents(){const e=new B,t=this.blockTableRecord;if(t!=null){const i=t.newIterator();for(const s of i)e.union(s.geometricExtents)}const r=this.blockTransform;return e.applyMatrix4(r),e}subWorldDraw(e){const t=this.blockTableRecord;if(t!=null){const r=this.blockTransform,i=[];return this._attribs.forEach(o=>{if(!o.isInvisible){const a=o.worldDraw(e);a&&i.push(a)}}),an.instance.draw(e,t,this.rgbColor,i,!0,r,this._normal)}else return e.group([])}dxfOut(e,t=!1){super.dxfOut(e,t);let r=!1;for(const i of this.attributeIterator())r=!0,e.writeStart("ATTRIB"),i.dxfOut(e);return r&&(e.writeStart("SEQEND"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity")),this}collectBlockOsnapPoints(e,t,r,i,s){const o=this.blockTableRecord;if(!o)return;const a=new D().multiplyMatrices(s,this.getFullInsertionTransform()),l=a.clone().invert(),c=new b(t).applyMatrix4(l),h=new b(r).applyMatrix4(l),d=[];for(const p of o.newIterator()){const g=[];if(p instanceof xn){p.subGetOsnapPoints(e,t,r,g,void 0,a),d.push(...g);continue}p.subGetOsnapPoints(e,c,h,g,void 0,a),g.forEach(f=>d.push(new b(f).applyMatrix4(a)))}if(d.length!==0)if(e===v.Nearest||e===v.Perpendicular||e===v.Tangent){const p=Be(t,d);p&&i.push(p)}else i.push(...d)}subEntityGetOsnapPoints(e,t,r,i,s,o,a=new Set){if(s===this.objectId||a.has(this.objectId))return!1;a.add(this.objectId);try{const l=this.blockTableRecord;if(l==null)return!1;const c=new D().multiplyMatrices(o,this.getFullInsertionTransform());for(const h of l.newIterator()){if(h.objectId===s){const d=new b(t).applyMatrix4(c.clone().invert()),p=new b(r).applyMatrix4(c.clone().invert()),g=[];return h.subGetOsnapPoints(e,d,p,g,s,c),h instanceof xn?g.forEach(f=>{i.push(f.clone())}):g.forEach(f=>{i.push(new b(f).applyMatrix4(c))}),!0}if(h instanceof xn&&h.subEntityGetOsnapPoints(e,t,r,i,s,c,a))return!0}return!1}finally{a.delete(this.objectId)}}getInsertionPoint(e){var i;const t=((i=this.blockTableRecord)==null?void 0:i.origin)??b.ORIGIN,r=new D().multiplyMatrices(e,this.getFullInsertionTransform());return new b(t).applyMatrix4(r)}getFullInsertionTransform(){const e=new D().setFromExtrusionDirection(this._normal);return new D().multiplyMatrices(e,this.blockTransform)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbBlockReference"),e.writePoint3d(10,this.position),e.writeString(2,this.blockName),e.writeDouble(41,this.scaleFactors.x),e.writeDouble(42,this.scaleFactors.y),e.writeDouble(43,this.scaleFactors.z),e.writeAngle(50,this.rotation),e.writeVector3d(210,this.normal),this}};xn.typeName="BlockReference";let sn=xn;const Ei=class Ei extends ge{get dxfTypeName(){return"CIRCLE"}constructor(e,t,r=x.Z_AXIS){super();const i=js(r);this._geo=new Xi(e,t,0,G,r,i)}get center(){return this._geo.center}set center(e){this._geo.center=e}get radius(){return this._geo.radius}set radius(e){this._geo.radius=e}get normal(){return this._geo.normal}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}subGetOsnapPoints(e,t,r,i){switch(e){case v.Center:case v.Centroid:i.push(this._geo.center);break;case v.Quadrant:i.push(this._geo.getPointAtAngle(0)),i.push(this._geo.getPointAtAngle(Math.PI/2)),i.push(this._geo.getPointAtAngle(Math.PI)),i.push(this._geo.getPointAtAngle(Math.PI/2*3));break;case v.Nearest:{const s=this._geo.nearestPoint(t);i.push(s)}break;case v.Tangent:{const s=this._geo.tangentPoints(t);i.push(...s);break}case v.Perpendicular:{const s=this._geo.perpendicularPoints(t),o=Be(t,s);o&&i.push(o);break}}}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:e=>{this.center.x=e}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:e=>{this.center.y=e}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:e=>{this.center.z=e}}},{name:"radius",type:"float",editable:!0,accessor:{get:()=>this.radius,set:e=>{this.radius=e}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:e=>{this.normal.x=e}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:e=>{this.normal.y=e}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:e=>{this.normal.z=e}}},{name:"diameter",type:"float",editable:!1,accessor:{get:()=>this._geo.radius*2}},{name:"perimeter",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this._geo.area}}]}]}}subGetGripPoints(){const e=new Array;return e.push(this.center),e}transformBy(e){return this._geo.transform(e),this}subWorldDraw(e){return e.circularArc(this._geo)}dxfOutFields(e){super.dxfOutFields(e);const t=sr(this.center,this.normal);return e.writeSubclassMarker("AcDbCircle"),e.writePoint3d(10,t),e.writeDouble(40,this.radius),e.writeVector3d(210,this.normal),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.center,r=this.radius;return Math.sqrt((e.x-t.x)**2+(e.y-t.y)**2)>=r?1:-1}createOffsetCurve(e){const t=this._geo.offset(e);return t?new Ei(t.center,t.radius,t.normal):null}};Ei.typeName="Circle";let ti=Ei;const Ti=class Ti extends ge{get dxfTypeName(){return"ELLIPSE"}constructor(e,t,r,i,s,o,a){super(),this._geo=new dl(e,t,r,i,s,o,a)}get center(){return this._geo.center}set center(e){this._geo.center=e}get majorAxis(){return this._geo.majorAxis}get majorAxisRadius(){return this._geo.majorAxisRadius}set majorAxisRadius(e){this._geo.majorAxisRadius=e}get minorAxisRadius(){return this._geo.minorAxisRadius}set minorAxisRadius(e){this._geo.minorAxisRadius=e}get startAngle(){return this._geo.startAngle}set startAngle(e){this._geo.startAngle=e}get endAngle(){return this._geo.endAngle}set endAngle(e){this._geo.endAngle=e}get normal(){return this._geo.normal}set normal(e){this._geo.normal=e}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}subGetGripPoints(){const e=new Array;return e.push(this._geo.center),e.push(this._geo.startPoint),e.push(this._geo.endPoint),e}subGetOsnapPoints(e,t,r,i){switch(e){case v.EndPoint:this.closed||(i.push(this._geo.startPoint),i.push(this._geo.endPoint));break;case v.MidPoint:this.closed||i.push(this._geo.midPoint);break;case v.Center:case v.Centroid:i.push(this._geo.center);break;case v.Quadrant:this.closed&&(i.push(this._geo.getPointAtAngle(0)),i.push(this._geo.getPointAtAngle(Math.PI/2)),i.push(this._geo.getPointAtAngle(Math.PI)),i.push(this._geo.getPointAtAngle(Math.PI/2*3)));break;case v.Nearest:i.push(this._geo.nearestPoint(t));break;case v.Tangent:i.push(...this._geo.tangentPoints(t));break;case v.Perpendicular:{const s=this._geo.perpendicularPoints(t),o=Be(t,s);o&&i.push(o);break}}}transformBy(e){return this._geo.transform(e),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:e=>{this.center.x=e}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:e=>{this.center.y=e}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:e=>{this.center.z=e}}},{name:"majorAxisRadius",type:"float",editable:!0,accessor:{get:()=>this.majorAxisRadius,set:e=>{this.center.x=e}}},{name:"minorAxisRadius",type:"float",editable:!0,accessor:{get:()=>this.minorAxisRadius,set:e=>{this.minorAxisRadius=e}}},{name:"startAngle",type:"float",editable:!0,accessor:{get:()=>this.startAngle,set:e=>{this.startAngle=e}}},{name:"endAngle",type:"float",editable:!0,accessor:{get:()=>this.endAngle,set:e=>{this.endAngle=e}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:e=>{this.normal.x=e}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:e=>{this.normal.y=e}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:e=>{this.normal.z=e}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this._geo.area}}]}]}}subWorldDraw(e){return e.ellipticalArc(this._geo)}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbEllipse"),e.writePoint3d(10,this.center);const t=this._geo.majorAxis,r=this.majorAxisRadius;return e.writePoint3d(11,{x:t.x*r,y:t.y*r,z:t.z*r}),e.writeVector3d(210,this.normal),e.writeDouble(40,this.minorAxisRadius/this.majorAxisRadius),e.writeDouble(41,this.startAngle),e.writeDouble(42,this.endAngle),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.center,r=e.x-t.x,i=e.y-t.y,s=this.majorAxis,o=Math.hypot(s.x,s.y)||1,a=this.minorAxisRadius/this.majorAxisRadius*o||1,l=s.x/o,c=s.y/o,h=-c,d=l,p=r*l+i*c,g=r*h+i*d;return(p/o)**2+(g/a)**2>=1?1:-1}createOffsetCurve(e){const t=this._geo.offset(e);return t?new Ti(t.center,t.normal,t.majorAxis,t.majorAxisRadius,t.minorAxisRadius,t.startAngle,t.endAngle):null}};Ti.typeName="Ellipse";let ni=Ti;const _o=class _o extends le{get dxfTypeName(){return"3DFACE"}constructor(){super(),this._vertices=[new b,new b,new b],this._edgeInvisibilities=0}getVertexAt(e){return e<0?this._vertices[0]:e>this._vertices.length?this._vertices[this._vertices.length-1]:this._vertices[e]}setVertexAt(e,t){if(e<0&&this._vertices[0].copy(t),e>=3)return this._vertices.length===3&&this._vertices.push(new b),this._vertices[3].copy(t);this._vertices[e].copy(t)}setEdgeInvisibilities(e){this._edgeInvisibilities=e}isEdgeVisibleAt(e){if(e<0||e>3)throw new Error("Index out of range");return(this._edgeInvisibilities&1<<e)===0}makeEdgeInvisibleAt(e){if(e<0||e>3)throw new Error("Index out of range");this._edgeInvisibilities=this._edgeInvisibilities|1<<e}get geometricExtents(){return new B().setFromPoints(this._vertices)}subGetGripPoints(){const e=new Array;return e.push(...this._vertices),e}subGetOsnapPoints(e,t,r,i){Zs(this._vertices,!0,e,t,i)}transformBy(e){return this._vertices.forEach(t=>t.applyMatrix4(e)),this}subWorldDraw(e){const t=this._vertices.length,r=new Float32Array(t*3),i=new Uint16Array(t*2);for(let s=0;s<t;s++)r[s*3]=this._vertices[s].x,r[s*3+1]=this._vertices[s].y,r[s*3+2]=this._vertices[s].z,this.isEdgeVisibleAt(s)&&(i[s*2]=s,i[s*2+1]=(s+1)%4);return e.lineSegments(r,3,i)}dxfOutFields(e){super.dxfOutFields(e);const t=this.getVertexAt(0),r=this.getVertexAt(1),i=this.getVertexAt(2),s=this.getVertexAt(3);e.writeSubclassMarker("AcDbFace"),e.writePoint3d(10,t),e.writePoint3d(11,r),e.writePoint3d(12,i),e.writePoint3d(13,s);let o=0;for(let a=0;a<4;++a)this.isEdgeVisibleAt(a)||(o|=1<<a);return e.writeInt16(70,o),this}};_o.typeName="Face";let ri=_o;const I={ACADVER:"ACADVER",ANGBASE:"ANGBASE",ANGDIR:"ANGDIR",AUNITS:"AUNITS",AUPREC:"AUPREC",CECOLOR:"CECOLOR",CELTSCALE:"CELTSCALE",CELTYPE:"CELTYPE",CELWEIGHT:"CELWEIGHT",CETRANSPARENCY:"CETRANSPARENCY",CLAYER:"CLAYER",CMLEADERSTYLE:"CMLEADERSTYLE",CMLSCALE:"CMLSCALE",CMLSTYLE:"CMLSTYLE",COLORTHEME:"COLORTHEME",DYNMODE:"DYNMODE",DYNPROMPT:"DYNPROMPT",EXTMAX:"EXTMAX",EXTMIN:"EXTMIN",HPANG:"HPANG",HPASSOC:"HPASSOC",HPBACKGROUNDCOLOR:"HPBACKGROUNDCOLOR",HPCOLOR:"HPCOLOR",HPDOUBLE:"HPDOUBLE",HPISLANDDETECTION:"HPISLANDDETECTION",HPLAYER:"HPLAYER",HPNAME:"HPNAME",HPSCALE:"HPSCALE",HPSEPARATE:"HPSEPARATE",HPTRANSPARENCY:"HPTRANSPARENCY",INSUNITS:"INSUNITS",LTSCALE:"LTSCALE",LUNITS:"LUNITS",LUPREC:"LUPREC",LWDISPLAY:"LWDISPLAY",MEASUREMENT:"MEASUREMENT",MEASUREMENTCOLOR:"MEASUREMENTCOLOR",MODELBKCOLOR:"MODELBKCOLOR",OSMODE:"OSMODE",ORTHOMODE:"ORTHOMODE",PAPERBKCOLOR:"PAPERBKCOLOR",PDMODE:"PDMODE",PDSIZE:"PDSIZE",PICKBOX:"PICKBOX",POLARADDANG:"POLARADDANG",POLARMODE:"POLARMODE",POLARANG:"POLARANG",SHORTCUTMENU:"SHORTCUTMENU",TEXTSTYLE:"TEXTSTYLE",UNITMODE:"UNITMODE"},yg=Object.freeze(Object.values(I)),Ci=class Ci{constructor(){this.registry=new Map,this.cache=new Map,this.events={sysVarChanged:new ie},this.registerVar({name:I.ANGBASE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:I.ANGDIR,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:I.AUNITS,type:"number",isDbVar:!0,defaultValue:ve.DecimalDegrees}),this.registerVar({name:I.AUPREC,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:I.CECOLOR,type:"color",isDbVar:!0,defaultValue:new R(exports.AcCmColorMethod.ByLayer)}),this.registerVar({name:I.CELTSCALE,type:"number",isDbVar:!0,defaultValue:-1}),this.registerVar({name:I.CELTYPE,type:"string",isDbVar:!0,defaultValue:fe}),this.registerVar({name:I.CELWEIGHT,type:"number",isDbVar:!0,defaultValue:exports.AcGiLineWeight.ByLayer}),this.registerVar({name:I.CETRANSPARENCY,type:"transparency",isDbVar:!0,defaultValue:new te}),this.registerVar({name:I.CLAYER,type:"string",isDbVar:!0,defaultValue:"0"}),this.registerVar({name:I.CMLEADERSTYLE,type:"string",isDbVar:!0,defaultValue:mt}),this.registerVar({name:I.CMLSCALE,type:"number",isDbVar:!0,defaultValue:1}),this.registerVar({name:I.CMLSTYLE,type:"string",isDbVar:!0,defaultValue:ft}),this.registerVar({name:I.COLORTHEME,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.DYNMODE,type:"number",isDbVar:!1,defaultValue:3}),this.registerVar({name:I.DYNPROMPT,type:"boolean",isDbVar:!1,defaultValue:!0}),this.registerVar({name:I.HPANG,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.HPASSOC,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:I.HPBACKGROUNDCOLOR,type:"color",isDbVar:!0,defaultValue:new R(exports.AcCmColorMethod.None)}),this.registerVar({name:I.HPCOLOR,type:"color",isDbVar:!0,defaultValue:new R(exports.AcCmColorMethod.ByLayer)}),this.registerVar({name:I.HPDOUBLE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.HPISLANDDETECTION,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:I.HPLAYER,type:"string",isDbVar:!0,defaultValue:"."}),this.registerVar({name:I.HPNAME,type:"string",isDbVar:!1,defaultValue:Ol}),this.registerVar({name:I.HPSCALE,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:I.HPSEPARATE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.HPTRANSPARENCY,type:"transparency",isDbVar:!0,defaultValue:new te}),this.registerVar({name:I.INSUNITS,type:"number",isDbVar:!0,defaultValue:K.Millimeters}),this.registerVar({name:I.LUNITS,type:"number",isDbVar:!0,defaultValue:J.Decimal}),this.registerVar({name:I.LUPREC,type:"number",isDbVar:!0,defaultValue:4}),this.registerVar({name:I.LWDISPLAY,type:"boolean",isDbVar:!0,defaultValue:!1}),this.registerVar({name:I.MEASUREMENT,type:"number",isDbVar:!0,defaultValue:1}),this.registerVar({name:I.MEASUREMENTCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const e=new R(exports.AcCmColorMethod.ByColor);return e.setRGB(96,165,250),e})()}),this.registerVar({name:I.MODELBKCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const e=new R(exports.AcCmColorMethod.ByColor);return e.setRGB(0,0,0),e})()}),this.registerVar({name:I.OSMODE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:I.ORTHOMODE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:I.PAPERBKCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const e=new R(exports.AcCmColorMethod.ByColor);return e.setRGB(255,255,255),e})()}),this.registerVar({name:I.PICKBOX,type:"number",isDbVar:!1,defaultValue:10}),this.registerVar({name:I.POLARADDANG,type:"string",isDbVar:!1,defaultValue:""}),this.registerVar({name:I.POLARMODE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.POLARANG,type:"number",isDbVar:!1,defaultValue:90}),this.registerVar({name:I.SHORTCUTMENU,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:I.TEXTSTYLE,type:"string",isDbVar:!0,defaultValue:ae}),this.registerVar({name:I.UNITMODE,type:"number",isDbVar:!0,defaultValue:0})}static instance(){return this._instance||(this._instance=new Ci),this._instance}registerVar(e){const t=this.normalizeName(e.name);this.registry.set(t,{...e,name:t}),e.isDbVar||this.cache.set(t,e.defaultValue)}registerMany(e){e.forEach(t=>this.registerVar(t))}getVar(e,t){e=this.normalizeName(e);const r=this.getDescriptor(e);if(!r)throw new Error(`System variable ${e} not found!`);if(r.isDbVar)return t[e.toLowerCase()];if(this.cache.has(e))return this.cache.get(e)}getDefaultValue(e){e=this.normalizeName(e);const t=this.getDescriptor(e);if(!t)throw new Error(`System variable ${e} not found!`);return t.defaultValue}setVar(e,t,r){e=this.normalizeName(e);const i=this.getDescriptor(e);if(i){const s=this.getVar(e,r);if(i.type==="transparency"){const o=this.parseTransparency(t);if(o==null||o.isInvalid)throw new Error("Invalid transparency value!");t=o}else if(i.type!=="string"&&(typeof t=="string"||t instanceof String)){if(i.type==="number"){const o=Number(t);if(Number.isNaN(o))throw new Error("Invalid number input!");t=o}else if(i.type==="boolean")t=this.parseBoolean(t);else if(i.type==="color"){const o=this.parseColorSysVar(e,t,r);if(o==null)throw new Error("Invalid color value!");t=o}}i.isDbVar?r[e.toLowerCase()]=t:(this.cache.set(e,t),this.hasValueChanged(s,t)&&this.events.sysVarChanged.dispatch({database:r,name:e,newVal:t,oldVal:s}))}else throw new Error(`System variable ${e} not found!`)}getDescriptor(e){return this.registry.get(this.normalizeName(e))}getAllDescriptors(){return[...this.registry.values()]}parseBoolean(e){if(e==null)return!1;const t=String(e).trim().toLowerCase(),r=new Set(["true","t","1","yes","y"]),i=new Set(["false","f","0","no","n"]);return r.has(t)?!0:(i.has(t),!1)}parseColorSysVar(e,t,r){const i=t.trim().toLowerCase();return e===I.HPCOLOR.toLowerCase()&&(i==="."||i==="use current")?r.cecolor.clone():e===I.HPBACKGROUNDCOLOR.toLowerCase()&&(i===""||i==="."||i==="none")?new R(exports.AcCmColorMethod.None):R.fromString(t)}parseTransparency(e){if(e instanceof te)return e;if(typeof e=="number")return te.deserialize(e);if(!(typeof e!="string"&&!(e instanceof String)))return te.fromString(String(e))}hasValueChanged(e,t){return e instanceof R&&t instanceof R||e instanceof te&&t instanceof te?!e.equals(t):!Object.is(e,t)}normalizeName(e){return e.toLowerCase()}};Ci._instance=null;let Xe=Ci;const _g={patterns:[{name:"SOLID",description:"",lines:[]},{name:"ANGLE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.275,dashes:[.2,-.075],sourceLine:23},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.275,dashes:[.2,-.075],sourceLine:24}]},{name:"ANSI31",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:26}]},{name:"ANSI32",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:28},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:29}]},{name:"ANSI33",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:31},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.25,dashes:[.125,-.0625],sourceLine:32}]},{name:"ANSI34",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:34},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:35},{angle:45,originX:.353553391,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:36},{angle:45,originX:.530330086,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:37}]},{name:"ANSI35",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:39},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.25,dashes:[.3125,-.0625,0,-.0625],sourceLine:40}]},{name:"ANSI36",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:.21875,deltaY:.125,dashes:[.3125,-.0625,0,-.0625],sourceLine:42}]},{name:"ANSI37",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:44},{angle:135,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:45}]},{name:"ANSI38",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:47},{angle:135,originX:0,originY:0,deltaX:.25,deltaY:.125,dashes:[.3125,-.1875],sourceLine:48}]},{name:"AR-B816",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[],sourceLine:54},{angle:90,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[8,-8],sourceLine:55}]},{name:"AR-B816C",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[15.625,-.375],sourceLine:57},{angle:0,originX:-8,originY:.375,deltaX:8,deltaY:8,dashes:[15.625,-.375],sourceLine:58},{angle:90,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[-8.375,7.625],sourceLine:59},{angle:90,originX:-.375,originY:0,deltaX:8,deltaY:8,dashes:[-8.375,7.625],sourceLine:60}]},{name:"AR-B88",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[],sourceLine:62},{angle:90,originX:0,originY:0,deltaX:8,deltaY:4,dashes:[8,-8],sourceLine:63}]},{name:"AR-BRELM",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.334,dashes:[7.625,-.375],sourceLine:65},{angle:0,originX:0,originY:2.25,deltaX:0,deltaY:5.334,dashes:[7.625,-.375],sourceLine:66},{angle:0,originX:2,originY:2.667,deltaX:0,deltaY:5.334,dashes:[3.625,-.375],sourceLine:67},{angle:0,originX:2,originY:4.917,deltaX:0,deltaY:5.334,dashes:[3.625,-.375],sourceLine:68},{angle:90,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[2.25,-3.084],sourceLine:69},{angle:90,originX:-.375,originY:0,deltaX:0,deltaY:8,dashes:[2.25,-3.084],sourceLine:70},{angle:90,originX:2,originY:2.667,deltaX:0,deltaY:4,dashes:[2.25,-3.084],sourceLine:71},{angle:90,originX:1.625,originY:2.667,deltaX:0,deltaY:4,dashes:[2.25,-3.084],sourceLine:72}]},{name:"AR-BRSTD",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:2.667,dashes:[],sourceLine:74},{angle:90,originX:0,originY:0,deltaX:2.667,deltaY:4,dashes:[2.667,-2.667],sourceLine:75}]},{name:"AR-CONC",description:"",lines:[{angle:50,originX:0,originY:0,deltaX:4.12975034,deltaY:-5.89789472,dashes:[.75,-8.25],sourceLine:77},{angle:355,originX:0,originY:0,deltaX:-2.03781207,deltaY:7.3723684,dashes:[.6,-6.6],sourceLine:78},{angle:100.45144446,originX:.59771681,originY:-.05229344,deltaX:5.7305871,deltaY:-6.9397673,dashes:[.63740192,-7.01142112],sourceLine:79},{angle:46.1842,originX:0,originY:2,deltaX:6.19462554,deltaY:-8.84684596,dashes:[1.125,-12.375],sourceLine:80},{angle:96.63563549,originX:.88936745,originY:1.86206693,deltaX:8.59588239,deltaY:-10.40964966,dashes:[.95610342,-10.5171376],sourceLine:81},{angle:351.18416399,originX:0,originY:2,deltaX:7.74327494,deltaY:11.05855746,dashes:[.9,-9.90000001],sourceLine:82},{angle:21,originX:1,originY:1.5,deltaX:4.12975034,deltaY:-5.89789472,dashes:[.75,-8.25],sourceLine:83},{angle:326,originX:1,originY:1.5,deltaX:-2.03781207,deltaY:7.3723684,dashes:[.6,-6.6],sourceLine:84},{angle:71.45144474,originX:1.49742254,originY:1.16448426,deltaX:5.7305871,deltaY:-6.9397673,dashes:[.6374019,-7.01142112],sourceLine:85},{angle:37.5,originX:0,originY:0,deltaX:2.123,deltaY:2.567,dashes:[0,-6.52,0,-6.7,0,-6.625],sourceLine:86},{angle:7.5,originX:0,originY:0,deltaX:3.123,deltaY:3.567,dashes:[0,-3.82,0,-6.37,0,-2.525],sourceLine:87},{angle:-32.5,originX:-2.23,originY:0,deltaX:4.6234,deltaY:2.678,dashes:[0,-2.5,0,-7.8,0,-10.35],sourceLine:88},{angle:-42.5,originX:-3.23,originY:0,deltaX:3.6234,deltaY:4.678,dashes:[0,-3.25,0,-5.18,0,-7.35],sourceLine:89}]},{name:"AR-HBONE",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:4,deltaY:4,dashes:[12,-4],sourceLine:91},{angle:135,originX:2.828427125,originY:2.828427125,deltaX:4,deltaY:-4,dashes:[12,-4],sourceLine:92}]},{name:"AR-PARQ1",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:94},{angle:90,originX:2,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:95},{angle:90,originX:4,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:96},{angle:90,originX:6,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:97},{angle:90,originX:8,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:98},{angle:90,originX:10,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:99},{angle:90,originX:12,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:100},{angle:0,originX:0,originY:12,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:101},{angle:0,originX:0,originY:14,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:102},{angle:0,originX:0,originY:16,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:103},{angle:0,originX:0,originY:18,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:104},{angle:0,originX:0,originY:20,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:105},{angle:0,originX:0,originY:22,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:106},{angle:0,originX:0,originY:24,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:107}]},{name:"AR-RROOF",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:2.2,deltaY:1,dashes:[15,-2,5,-1],sourceLine:109},{angle:0,originX:1.33,originY:.5,deltaX:-1,deltaY:1.33,dashes:[3,-.33,6,-.75],sourceLine:110},{angle:0,originX:.5,originY:.85,deltaX:5.2,deltaY:.67,dashes:[8,-1.4,4,-1],sourceLine:111}]},{name:"AR-RSHKE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:25.5,deltaY:12,dashes:[6,-5,7,-3,9,-4],sourceLine:113},{angle:0,originX:6,originY:.5,deltaX:25.5,deltaY:12,dashes:[5,-19,4,-6],sourceLine:114},{angle:0,originX:18,originY:-.75,deltaX:25.5,deltaY:12,dashes:[3,-31],sourceLine:115},{angle:90,originX:0,originY:0,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:116},{angle:90,originX:6,originY:0,deltaX:12,deltaY:8.5,dashes:[11.25,-36.75],sourceLine:117},{angle:90,originX:11,originY:0,deltaX:12,deltaY:8.5,dashes:[10.5,-37.5],sourceLine:118},{angle:90,originX:18,originY:-.75,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:119},{angle:90,originX:21,originY:-.75,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:120},{angle:90,originX:30,originY:0,deltaX:12,deltaY:8.5,dashes:[11,-37],sourceLine:121}]},{name:"AR-SAND",description:"",lines:[{angle:37.5,originX:0,originY:0,deltaX:1.123,deltaY:1.567,dashes:[0,-1.52,0,-1.7,0,-1.625],sourceLine:123},{angle:7.5,originX:0,originY:0,deltaX:2.123,deltaY:2.567,dashes:[0,-.82,0,-1.37,0,-.525],sourceLine:124},{angle:-32.5,originX:-1.23,originY:0,deltaX:2.6234,deltaY:1.678,dashes:[0,-.5,0,-1.8,0,-2.35],sourceLine:125},{angle:-42.5,originX:-1.23,originY:0,deltaX:1.6234,deltaY:2.678,dashes:[0,-.25,0,-1.18,0,-1.35],sourceLine:126}]},{name:"BOX",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:128},{angle:90,originX:.25,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:129},{angle:0,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[-.25,.25],sourceLine:130},{angle:0,originX:0,originY:.25,deltaX:0,deltaY:1,dashes:[-.25,.25],sourceLine:131},{angle:0,originX:0,originY:.5,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:132},{angle:0,originX:0,originY:.75,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:133},{angle:90,originX:.5,originY:0,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:134},{angle:90,originX:.75,originY:0,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:135}]},{name:"BRASS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:137},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.25,dashes:[.125,-.0625],sourceLine:138}]},{name:"BRICK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:140},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.5,dashes:[.25,-.25],sourceLine:141},{angle:90,originX:.25,originY:0,deltaX:0,deltaY:.5,dashes:[-.25,.25],sourceLine:142}]},{name:"BRSTONE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.33,dashes:[],sourceLine:144},{angle:90,originX:.9,originY:0,deltaX:.33,deltaY:.5,dashes:[.33,-.33],sourceLine:145},{angle:90,originX:.8,originY:0,deltaX:.33,deltaY:.5,dashes:[.33,-.33],sourceLine:146},{angle:0,originX:.9,originY:.055,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:147},{angle:0,originX:.9,originY:.11,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:148},{angle:0,originX:.9,originY:.165,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:149},{angle:0,originX:.9,originY:.22,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:150},{angle:0,originX:.9,originY:.275,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:151}]},{name:"CLAY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.1875,dashes:[],sourceLine:153},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.1875,dashes:[],sourceLine:154},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.1875,dashes:[],sourceLine:155},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.1875,dashes:[.1875,-.125],sourceLine:156}]},{name:"CORK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:158},{angle:135,originX:.0625,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:159},{angle:135,originX:.09375,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:160},{angle:135,originX:.125,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:161}]},{name:"CROSS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.25,dashes:[.125,-.375],sourceLine:163},{angle:90,originX:.0625,originY:-.0625,deltaX:.25,deltaY:.25,dashes:[.125,-.375],sourceLine:164}]},{name:"DASH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:166}]},{name:"DOLMIT",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:168},{angle:45,originX:0,originY:0,deltaX:0,deltaY:.70710678,dashes:[.3535533905932738,-.7071067811865476],sourceLine:169}]},{name:"DOTS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.03125,deltaY:.0625,dashes:[0,-.0625],sourceLine:171}]},{name:"EARTH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:173},{angle:0,originX:0,originY:.09375,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:174},{angle:0,originX:0,originY:.1875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:175},{angle:90,originX:.03125,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:176},{angle:90,originX:.125,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:177},{angle:90,originX:.21875,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:178}]},{name:"ESCHER",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:180},{angle:180,originX:0,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:181},{angle:300,originX:0,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:182},{angle:60,originX:.1,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:183},{angle:300,originX:.1,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:184},{angle:60,originX:-.05,originY:.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:185},{angle:180,originX:-.05,originY:.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:186},{angle:300,originX:-.05,originY:-.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:187},{angle:180,originX:-.05,originY:-.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:188},{angle:60,originX:-.4,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:189},{angle:300,originX:-.4,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:190},{angle:60,originX:.2,originY:-.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:191},{angle:180,originX:.2,originY:-.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:192},{angle:300,originX:.2,originY:.346410161,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:193},{angle:180,originX:.2,originY:.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:194},{angle:0,originX:.2,originY:.173205081,deltaX:-.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:195},{angle:0,originX:.2,originY:-.173205081,deltaX:-.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:196},{angle:120,originX:.05,originY:.259807621,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:197},{angle:120,originX:-.25,originY:.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:198},{angle:240,originX:-.25,originY:-.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:199},{angle:240,originX:.05,originY:-.259807621,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:200}]},{name:"FLEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[.25,-.25],sourceLine:202},{angle:45,originX:.25,originY:0,deltaX:.176776695296,deltaY:.176776695296,dashes:[.0625,-.2285533906,.0625,-.353553390593],sourceLine:203}]},{name:"GOST_GLASS",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:6,deltaY:-6,dashes:[5,-7],sourceLine:205},{angle:45,originX:2.12132,originY:0,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:206},{angle:45,originX:0,originY:2.12132,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:207}]},{name:"GOST_WOOD",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:209},{angle:90,originX:2,originY:-2,deltaX:0,deltaY:-6,dashes:[6,-1.5,3,-1.5],sourceLine:210},{angle:90,originX:4,originY:-5,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:211}]},{name:"GOST_GROUND",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:213},{angle:45,originX:3,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:214},{angle:45,originX:6,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:215}]},{name:"GRASS",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:.707106781,deltaY:.707106781,dashes:[.1875,-1.226713563],sourceLine:217},{angle:45,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[.1875,-.8125],sourceLine:218},{angle:135,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[.1875,-.8125],sourceLine:219}]},{name:"GRATE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.03125,dashes:[],sourceLine:221},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:222}]},{name:"GRAVEL",description:"",lines:[{angle:228.012787504,originX:.72,originY:1,deltaX:12.0413651692039,deltaY:.0743294146632,dashes:[.134536,-13.3190880470737],sourceLine:224},{angle:184.969740728,originX:.63,originY:.9,deltaX:-12.0415166747131,deltaY:.0433148081592,dashes:[.230868,-22.85592476123],sourceLine:225},{angle:132.510447078,originX:.4,originY:.88,deltaX:-14.8659418273816,deltaY:.061429511683,dashes:[.162788,-16.1160325960997],sourceLine:226},{angle:267.273689006,originX:.01,originY:.63,deltaX:-20.0249279039043,deltaY:.0475651493827,dashes:[.210238,-20.813558041629],sourceLine:227},{angle:292.833654178,originX:0,originY:.42,deltaX:-12.9999095019474,deltaY:.048507125026,dashes:[.206155,-20.4093731280883],sourceLine:228},{angle:357.273689006,originX:.08,originY:.23,deltaX:-20.0249279039043,deltaY:.0475651493827,dashes:[.210238,-20.813558041629],sourceLine:229},{angle:37.6942404667,originX:.29,originY:.22,deltaX:-16.4011800288558,deltaY:.0359675000664,dashes:[.278029,-27.524848548916],sourceLine:230},{angle:72.2553283749,originX:.51,originY:.39,deltaX:23.0867613281116,deltaY:.0380969659053,dashes:[.262488,-25.9863214968134],sourceLine:231},{angle:121.429565615,originX:.59,originY:.64,deltaX:15.2642639131074,deltaY:.047404546271,dashes:[.21095,-20.884073109729],sourceLine:232},{angle:175.236358309,originX:.48,originY:.82,deltaX:-11.0450488205478,deltaY:.083045479801,dashes:[.240832,-11.8007625787923],sourceLine:233},{angle:222.397437798,originX:.24,originY:.84,deltaX:16.2787889313724,deltaY:.0321080648114,dashes:[.311448,-30.8333750047949],sourceLine:234},{angle:138.814074834,originX:1,originY:.62,deltaX:9.2190645101588,deltaY:.0940720868851,dashes:[.106301,-10.5238448127347],sourceLine:235},{angle:171.46923439,originX:.92,originY:.69,deltaX:-13.1528534931484,deltaY:.0494468176315,dashes:[.202237,-20.021511416157],sourceLine:236},{angle:225,originX:.72,originY:.72,deltaX:.7071067811865,deltaY:.7071067811865,dashes:[.141421,-1.2727925623731],sourceLine:237},{angle:203.198590514,originX:.65,originY:.84,deltaX:-5.3835637472478,deltaY:.1313064328928,dashes:[.076158,-7.5396151058639],sourceLine:238},{angle:291.801409486,originX:.58,originY:.81,deltaX:-3.156820749011,deltaY:.185695338158,dashes:[.107703,-5.2774618071345],sourceLine:239},{angle:30.9637565321,originX:.62,originY:.71,deltaX:3.6014702879928,deltaY:.1714985851408,dashes:[.174929,-5.6560228948453],sourceLine:240},{angle:161.565051177,originX:.77,originY:.8,deltaX:-2.2135943621183,deltaY:.3162277660138,dashes:[.126491,-3.0357866601684],sourceLine:241},{angle:16.389540334,originX:0,originY:.81,deltaX:10.4401539876873,deltaY:.0564332648047,dashes:[.1772,-17.5428451466694],sourceLine:242},{angle:70.3461759419,originX:.17,originY:.86,deltaX:-11.7045066155395,deltaY:.0672672793901,dashes:[.148661,-14.717407747319],sourceLine:243},{angle:293.198590514,originX:.77,originY:1,deltaX:-5.3835637472478,deltaY:.1313064328928,dashes:[.152315,-7.4634581058639],sourceLine:244},{angle:343.610459666,originX:.83,originY:.86,deltaX:-10.4401539876873,deltaY:.0564332648047,dashes:[.1772,-17.542845146669],sourceLine:245},{angle:339.44395478,originX:0,originY:.19,deltaX:-5.3838927710229,deltaY:.117041147157,dashes:[.17088,-8.3731237453175],sourceLine:246},{angle:294.775140569,originX:.16,originY:.13,deltaX:-12.0828441168135,deltaY:.0698430296124,dashes:[.143178,-14.174643063276],sourceLine:247},{angle:66.8014094864,originX:.78,originY:0,deltaX:5.3835637472487,deltaY:.1313064328552,dashes:[.152315,-7.4634581058639],sourceLine:248},{angle:17.3540246363,originX:.84,originY:.14,deltaX:-13.6013396869991,deltaY:.0596549986364,dashes:[.167631,-16.59542361424],sourceLine:249},{angle:69.4439547804,originX:.29,originY:0,deltaX:-5.383892771022,deltaY:.1170411471946,dashes:[.08544,-8.4585637453175],sourceLine:250},{angle:101.309932474,originX:.72,originY:0,deltaX:4.1184388379018,deltaY:.1961161351396,dashes:[.05099,-5.0480295135928],sourceLine:251},{angle:165.963756532,originX:.71,originY:.05,deltaX:-3.1529631254726,deltaY:.2425356250323,dashes:[.206155,-3.9169506256177],sourceLine:252},{angle:186.009005957,originX:.51,originY:.1,deltaX:-10.0497393137326,deltaY:.0523423921723,dashes:[.19105,-18.9139231745428],sourceLine:253},{angle:303.690067526,originX:.62,originY:.62,deltaX:-2.2188007849008,deltaY:.2773500981134,dashes:[.144222,-3.461329275464],sourceLine:254},{angle:353.157226587,originX:.7,originY:.5,deltaX:17.1171966955143,deltaY:.0397150736497,dashes:[.251794,-24.9275626240283],sourceLine:255},{angle:60.9453959009,originX:.95,originY:.47,deltaX:-8.0616726575653,deltaY:.0971285862325,dashes:[.102956,-10.192674140987],sourceLine:256},{angle:90,originX:1,originY:.56,deltaX:1,deltaY:1,dashes:[.06,-.94],sourceLine:257},{angle:120.256437164,originX:.49,originY:.13,deltaX:-8.0619364083848,deltaY:.0719815751411,dashes:[.138924,-13.7535199894498],sourceLine:258},{angle:48.0127875042,originX:.42,originY:.25,deltaX:12.0413651692041,deltaY:.0743294146212,dashes:[.269072,-13.1845520470737],sourceLine:259},{angle:0,originX:.6,originY:.45,deltaX:1,deltaY:1,dashes:[.26,-.74],sourceLine:260},{angle:325.304846469,originX:.86,originY:.45,deltaX:12.2063917682497,deltaY:-.063245553253,dashes:[.158114,-15.653274300842],sourceLine:261},{angle:254.054604099,originX:.99,originY:.36,deltaX:4.1208169184605,deltaY:.1373605639542,dashes:[.145602,-7.1345078892805],sourceLine:262},{angle:207.645975364,originX:.95,originY:.22,deltaX:21.4708691170287,deltaY:.0421824539631,dashes:[.237065,-23.4694741822594],sourceLine:263},{angle:175.42607874,originX:.74,originY:.11,deltaX:13.0383438432524,deltaY:.039872611164,dashes:[.250799,-24.8290734079689],sourceLine:264}]},{name:"HEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:266},{angle:120,originX:0,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:267},{angle:60,originX:.125,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:268}]},{name:"HONEY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[.125,-.25],sourceLine:270},{angle:120,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[.125,-.25],sourceLine:271},{angle:60,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[-.25,.125],sourceLine:272}]},{name:"HOUND",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.0625,dashes:[1,-.5],sourceLine:274},{angle:90,originX:0,originY:0,deltaX:-.25,deltaY:.0625,dashes:[1,-.5],sourceLine:275}]},{name:"INSUL",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:277},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.375,dashes:[.125,-.125],sourceLine:278},{angle:0,originX:0,originY:.25,deltaX:0,deltaY:.375,dashes:[.125,-.125],sourceLine:279}]},{name:"ACAD_ISO02W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3],sourceLine:292}]},{name:"ACAD_ISO03W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-18],sourceLine:294}]},{name:"ACAD_ISO04W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3],sourceLine:296}]},{name:"ACAD_ISO05W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-3],sourceLine:298}]},{name:"ACAD_ISO06W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-6.5],sourceLine:300},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-34,.5,-3],sourceLine:301}]},{name:"ACAD_ISO07W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[.5,-3],sourceLine:303}]},{name:"ACAD_ISO08W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3],sourceLine:305}]},{name:"ACAD_ISO09W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3,6,-3],sourceLine:307}]},{name:"ACAD_ISO10W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3],sourceLine:309}]},{name:"ACAD_ISO11W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-3],sourceLine:311}]},{name:"ACAD_ISO12W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-3],sourceLine:313}]},{name:"ACAD_ISO13W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-6.5],sourceLine:315},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3],sourceLine:316}]},{name:"ACAD_ISO14W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-6.5],sourceLine:318},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-22,.5,-3],sourceLine:319}]},{name:"ACAD_ISO15W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-10],sourceLine:321},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3,.5,-3],sourceLine:322}]},{name:"LINE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:327}]},{name:"MUDST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.5,deltaY:.25,dashes:[.25,-.25,0,-.25,0,-.25],sourceLine:329}]},{name:"NET",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:331},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:332}]},{name:"NET3",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:334},{angle:60,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:335},{angle:120,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:336}]},{name:"PLAST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:338},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.25,dashes:[],sourceLine:339},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.25,dashes:[],sourceLine:340}]},{name:"PLASTI",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:342},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.25,dashes:[],sourceLine:343},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.25,dashes:[],sourceLine:344},{angle:0,originX:0,originY:.15625,deltaX:0,deltaY:.25,dashes:[],sourceLine:345}]},{name:"SACNCR",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.09375,dashes:[],sourceLine:347},{angle:45,originX:.066291261,originY:0,deltaX:0,deltaY:.09375,dashes:[0,-.09375],sourceLine:348}]},{name:"SQUARE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[.125,-.125],sourceLine:350},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[.125,-.125],sourceLine:351}]},{name:"STARS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:353},{angle:60,originX:0,originY:0,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:354},{angle:120,originX:.0625,originY:.108253176,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:355}]},{name:"STEEL",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:357},{angle:45,originX:0,originY:.0625,deltaX:0,deltaY:.125,dashes:[],sourceLine:358}]},{name:"SWAMP",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.125,-.875],sourceLine:360},{angle:90,originX:.0625,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.0625,-1.669550806],sourceLine:361},{angle:90,originX:.078125,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.05,-1.682050806],sourceLine:362},{angle:90,originX:.046875,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.05,-1.682050806],sourceLine:363},{angle:60,originX:.09375,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.04,-.96],sourceLine:364},{angle:120,originX:.03125,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.04,-.96],sourceLine:365}]},{name:"TRANS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:367},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.25,dashes:[.125,-.125],sourceLine:368}]},{name:"TRIANG",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:370},{angle:120,originX:0,originY:0,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:371},{angle:0,originX:-.09375,originY:.162379763,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:372}]},{name:"ZIGZAG",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:374},{angle:90,originX:.125,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:375}]}],issues:[]},Ul={patterns:[{name:"SOLID",description:"",lines:[]},{name:"ANGLE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.985,dashes:[5.08,-1.905],sourceLine:20},{angle:90,originX:0,originY:0,deltaX:0,deltaY:6.985,dashes:[5.08,-1.905],sourceLine:21}]},{name:"ANSI31",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:23}]},{name:"ANSI32",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:25},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:26}]},{name:"ANSI33",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:28},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:6.35,dashes:[3.175,-1.5875],sourceLine:29}]},{name:"ANSI34",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:31},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:32},{angle:45,originX:8.98026,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:33},{angle:45,originX:13.4704,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:34}]},{name:"ANSI35",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:36},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:6.35,dashes:[7.9375,-1.5875,0,-1.5875],sourceLine:37}]},{name:"ANSI36",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:5.55625,deltaY:3.175,dashes:[7.9375,-1.5875,0,-1.5875],sourceLine:39}]},{name:"ANSI37",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:41},{angle:135,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:42}]},{name:"ANSI38",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:44},{angle:135,originX:0,originY:0,deltaX:6.35,deltaY:3.175,dashes:[7.9375,-4.7625],sourceLine:45}]},{name:"AR-B816",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[],sourceLine:47},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[203.2,-203.2],sourceLine:48}]},{name:"AR-B816C",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[396.875,-9.525],sourceLine:50},{angle:0,originX:-203.2,originY:9.525,deltaX:203.2,deltaY:203.2,dashes:[396.875,-9.525],sourceLine:51},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[-212.725,193.675],sourceLine:52},{angle:90,originX:-9.525,originY:0,deltaX:203.2,deltaY:203.2,dashes:[-212.725,193.675],sourceLine:53}]},{name:"AR-B88",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[],sourceLine:55},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:101.6,dashes:[203.2,-203.2],sourceLine:56}]},{name:"AR-BRELM",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:135.484,dashes:[193.675,-9.525],sourceLine:58},{angle:0,originX:0,originY:57.15,deltaX:0,deltaY:135.484,dashes:[193.675,-9.525],sourceLine:59},{angle:0,originX:50.8,originY:67.7418,deltaX:0,deltaY:135.484,dashes:[92.075,-9.525],sourceLine:60},{angle:0,originX:50.8,originY:124.892,deltaX:0,deltaY:135.484,dashes:[92.075,-9.525],sourceLine:61},{angle:90,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[57.15,-78.334],sourceLine:62},{angle:90,originX:-9.525,originY:0,deltaX:0,deltaY:203.2,dashes:[57.15,-78.334],sourceLine:63},{angle:90,originX:50.8,originY:67.7418,deltaX:0,deltaY:101.6,dashes:[57.15,-78.334],sourceLine:64},{angle:90,originX:41.275,originY:67.7418,deltaX:0,deltaY:101.6,dashes:[57.15,-78.334],sourceLine:65}]},{name:"AR-BRSTD",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:67.7418,dashes:[],sourceLine:67},{angle:90,originX:0,originY:0,deltaX:67.7418,deltaY:101.6,dashes:[67.7418,-67.7418],sourceLine:68}]},{name:"AR-CONC",description:"",lines:[{angle:50,originX:0,originY:0,deltaX:104.896,deltaY:-149.807,dashes:[19.05,-209.55],sourceLine:70},{angle:355,originX:0,originY:0,deltaX:-51.76101082,deltaY:187.25814969,dashes:[15.24,-167.64058417],sourceLine:71},{angle:100.4514447,originX:15.182007,originY:-1.3282535,deltaX:145.5569059,deltaY:-176.270089,dashes:[16.1900088,-178.0902446],sourceLine:72},{angle:46.1842,originX:0,originY:50.8,deltaX:157.343,deltaY:-224.71,dashes:[28.575,-314.325],sourceLine:73},{angle:96.63555761,originX:22.5899,originY:47.2965,deltaX:218.33577212,deltaY:-264.40480444,dashes:[24.28502314,-267.13560816],sourceLine:74},{angle:351.18415117,originX:0,originY:50.8,deltaX:196.67912063,deltaY:280.88740361,dashes:[22.85996707,-251.45973192],sourceLine:75},{angle:21,originX:25.4,originY:38.1,deltaX:104.89565868,deltaY:-149.80652586,dashes:[19.05,-209.55],sourceLine:76},{angle:326,originX:25.4,originY:38.1,deltaX:-51.7604,deltaY:187.258,dashes:[15.24,-167.64],sourceLine:77},{angle:71.451445,originX:38.0345326,originY:29.5779001,deltaX:145.5567546,deltaY:-176.2700748,dashes:[16.1900088,-178.0899376],sourceLine:78},{angle:37.5,originX:0,originY:0,deltaX:53.9242,deltaY:65.2018,dashes:[0,-165.608,0,-170.18,0,-168.275],sourceLine:79},{angle:7.5,originX:0,originY:0,deltaX:79.3242,deltaY:90.6018,dashes:[0,-97.028,0,-161.798,0,-64.135],sourceLine:80},{angle:-32.5,originX:-56.642,originY:0,deltaX:117.434,deltaY:68.0212,dashes:[0,-63.5,0,-198.12,0,-262.89],sourceLine:81},{angle:-42.5,originX:-82.042,originY:0,deltaX:92.0344,deltaY:118.821,dashes:[0,-82.55,0,-131.572,0,-186.69],sourceLine:82}]},{name:"AR-HBONE",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:101.6,deltaY:101.6,dashes:[304.8,-101.6],sourceLine:84},{angle:135,originX:71.842,originY:71.842,deltaX:101.6,deltaY:-101.6,dashes:[304.8,-101.6],sourceLine:85}]},{name:"AR-PARQ1",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:87},{angle:90,originX:50.8,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:88},{angle:90,originX:101.6,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:89},{angle:90,originX:152.4,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:90},{angle:90,originX:203.2,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:91},{angle:90,originX:254,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:92},{angle:90,originX:304.8,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:93},{angle:0,originX:0,originY:304.8,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:94},{angle:0,originX:0,originY:355.6,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:95},{angle:0,originX:0,originY:406.4,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:96},{angle:0,originX:0,originY:457.2,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:97},{angle:0,originX:0,originY:508,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:98},{angle:0,originX:0,originY:558.8,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:99},{angle:0,originX:0,originY:609.6,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:100}]},{name:"AR-RROOF",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:55.88,deltaY:25.4,dashes:[381,-50.8,127,-25.4],sourceLine:102},{angle:0,originX:33.782,originY:12.7,deltaX:-25.4,deltaY:33.782,dashes:[76.2,-8.382,152.4,-19.05],sourceLine:103},{angle:0,originX:12.7,originY:21.59,deltaX:132.08,deltaY:17.018,dashes:[203.2,-35.56,101.6,-25.4],sourceLine:104}]},{name:"AR-RSHKE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:647.7,deltaY:304.8,dashes:[152.4,-127,177.8,-76.2,228.6,-101.6],sourceLine:106},{angle:0,originX:152.4,originY:12.7,deltaX:647.7,deltaY:304.8,dashes:[127,-482.6,101.6,-152.4],sourceLine:107},{angle:0,originX:457.2,originY:-19.05,deltaX:647.7,deltaY:304.8,dashes:[76.2,-787.4],sourceLine:108},{angle:90,originX:0,originY:0,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:109},{angle:90,originX:152.4,originY:0,deltaX:304.8,deltaY:215.9,dashes:[285.75,-933.45],sourceLine:110},{angle:90,originX:279.4,originY:0,deltaX:304.8,deltaY:215.9,dashes:[266.7,-952.5],sourceLine:111},{angle:90,originX:457.2,originY:-19.05,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:112},{angle:90,originX:533.4,originY:-19.05,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:113},{angle:90,originX:762,originY:0,deltaX:304.8,deltaY:215.9,dashes:[279.4,-939.8],sourceLine:114}]},{name:"AR-SAND",description:"",lines:[{angle:37.5,originX:0,originY:0,deltaX:28.5242,deltaY:39.8018,dashes:[0,-38.608,0,-43.18,0,-41.275],sourceLine:116},{angle:7.5,originX:0,originY:0,deltaX:53.9242,deltaY:65.2018,dashes:[0,-20.828,0,-34.798,0,-13.335],sourceLine:117},{angle:-32.5,originX:-31.242,originY:0,deltaX:66.6344,deltaY:42.6212,dashes:[0,-12.7,0,-45.72,0,-59.69],sourceLine:118},{angle:-42.5,originX:-31.242,originY:0,deltaX:41.2344,deltaY:68.0212,dashes:[0,-6.35,0,-29.972,0,-34.29],sourceLine:119}]},{name:"BOX",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[],sourceLine:121},{angle:90,originX:6.35,originY:0,deltaX:0,deltaY:25.4,dashes:[],sourceLine:122},{angle:0,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[-6.35,6.35],sourceLine:123},{angle:0,originX:0,originY:6.35,deltaX:0,deltaY:25.4,dashes:[-6.35,6.35],sourceLine:124},{angle:0,originX:0,originY:12.7,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:125},{angle:0,originX:0,originY:19.05,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:126},{angle:90,originX:12.7,originY:0,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:127},{angle:90,originX:19.05,originY:0,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:128}]},{name:"BRASS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:130},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:6.35,dashes:[3.175,-1.5875],sourceLine:131}]},{name:"BRICK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:133},{angle:90,originX:0,originY:0,deltaX:0,deltaY:12.7,dashes:[6.35,-6.35],sourceLine:134},{angle:90,originX:6.35,originY:0,deltaX:0,deltaY:12.7,dashes:[-6.35,6.35],sourceLine:135}]},{name:"BRSTONE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8.382,dashes:[],sourceLine:137},{angle:90,originX:22.86,originY:0,deltaX:8.382,deltaY:12.7,dashes:[8.382,-8.382],sourceLine:138},{angle:90,originX:20.32,originY:0,deltaX:8.382,deltaY:12.7,dashes:[8.382,-8.382],sourceLine:139},{angle:0,originX:22.86,originY:1.397,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:140},{angle:0,originX:22.86,originY:2.794,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:141},{angle:0,originX:22.86,originY:4.191,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:142},{angle:0,originX:22.86,originY:5.588,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:143},{angle:0,originX:22.86,originY:6.985,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:144}]},{name:"CLAY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:146},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:147},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:148},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:4.7625,dashes:[4.7625,-3.175],sourceLine:149}]},{name:"CORK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:151},{angle:135,originX:1.5875,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:152},{angle:135,originX:2.38125,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:153},{angle:135,originX:3.175,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:154}]},{name:"CROSS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:6.35,dashes:[3.175,-9.525],sourceLine:156},{angle:90,originX:1.5875,originY:-1.5875,deltaX:6.35,deltaY:6.35,dashes:[3.175,-9.525],sourceLine:157}]},{name:"DASH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:159}]},{name:"DOLMIT",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:161},{angle:45,originX:0,originY:0,deltaX:0,deltaY:17.9605,dashes:[8.980256121069154,-17.960512242138307],sourceLine:162}]},{name:"DOTS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.79375,deltaY:1.5875,dashes:[0,-1.5875],sourceLine:164}]},{name:"EARTH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:166},{angle:0,originX:0,originY:2.38125,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:167},{angle:0,originX:0,originY:4.7625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:168},{angle:90,originX:.79375,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:169},{angle:90,originX:3.175,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:170},{angle:90,originX:5.55625,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:171}]},{name:"ESCHER",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:173},{angle:180,originX:0,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:174},{angle:300,originX:0,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:175},{angle:60,originX:2.54,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:176},{angle:300,originX:2.54,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:177},{angle:60,originX:-1.27,originY:2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:178},{angle:180,originX:-1.27,originY:2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:179},{angle:300,originX:-1.27,originY:-2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:180},{angle:180,originX:-1.27,originY:-2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:181},{angle:60,originX:-10.16,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:182},{angle:300,originX:-10.16,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:183},{angle:60,originX:5.08,originY:-8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:184},{angle:180,originX:5.08,originY:-8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:185},{angle:300,originX:5.08,originY:8.7988180894,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:186},{angle:180,originX:5.08,originY:8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:187},{angle:0,originX:5.08,originY:4.3994090574,deltaX:-15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:188},{angle:0,originX:5.08,originY:-4.3994090574,deltaX:-15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:189},{angle:120,originX:1.27,originY:6.5991135734,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:190},{angle:120,originX:-6.35,originY:2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:191},{angle:240,originX:-6.35,originY:-2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:192},{angle:240,originX:1.27,originY:-6.5991135734,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:193}]},{name:"FLEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:195},{angle:45,originX:6.35,originY:0,deltaX:4.490128053,deltaY:4.490128053,dashes:[1.5875,-5.8052561314,1.5875,-8.9802561314],sourceLine:196}]},{name:"GOST_GLASS",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:6,deltaY:-6,dashes:[5,-7],sourceLine:198},{angle:45,originX:2.12132,originY:0,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:199},{angle:45,originX:0,originY:2.12132,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:200}]},{name:"GOST_WOOD",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:202},{angle:90,originX:2,originY:-2,deltaX:0,deltaY:-6,dashes:[6,-1.5,3,-1.5],sourceLine:203},{angle:90,originX:4,originY:-5,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:204}]},{name:"GOST_GROUND",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:206},{angle:45,originX:3,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:207},{angle:45,originX:6,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:208}]},{name:"GRASS",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:17.96051224,deltaY:17.96051224,dashes:[4.7625,-31.15852448],sourceLine:210},{angle:45,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[4.7625,-20.6375],sourceLine:211},{angle:135,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[4.7625,-20.6375],sourceLine:212}]},{name:"GRATE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.79375,dashes:[],sourceLine:214},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:215}]},{name:"GRAVEL",description:"",lines:[{angle:228.0127875,originX:18.288,originY:25.4,deltaX:305.85067529778,deltaY:1.88796713245,dashes:[3.4172144,-338.30483639565],sourceLine:217},{angle:184.969741,originX:16.002,originY:22.86,deltaX:-305.8545235377,deltaY:1.10019612724,dashes:[5.8640472,-580.54048893524],sourceLine:218},{angle:132.5104471,originX:10.16,originY:22.352,deltaX:-377.59492241548,deltaY:1.56030959675,dashes:[4.1348152,-409.347227941],sourceLine:219},{angle:267.273689,originX:.254,originY:16.002,deltaX:-508.63316875916,deltaY:1.20815479432,dashes:[5.3400452,-528.66437425738],sourceLine:220},{angle:292.83365418,originX:0,originY:10.668,deltaX:-330.19770134945,deltaY:1.23208097566,dashes:[5.236337,-518.39807745344],sourceLine:221},{angle:357.273689,originX:2.032,originY:5.842,deltaX:-508.63316875916,deltaY:1.20815479432,dashes:[5.3400452,-528.66437425738],sourceLine:222},{angle:37.69424047,originX:7.366,originY:5.588,deltaX:-416.58997273292,deltaY:.91357450169,dashes:[7.0619366,-699.13115314247],sourceLine:223},{angle:72.25532837,originX:12.954,originY:9.906,deltaX:586.40373773403,deltaY:.96766293399,dashes:[6.6671952,-660.05256601905],sourceLine:224},{angle:121.42956562,originX:14.986,originY:16.256,deltaX:387.71230339293,deltaY:1.2040754753,dashes:[5.35813,-530.45545698712],sourceLine:225},{angle:175.2363583,originX:12.192,originY:20.828,deltaX:-280.5442400419,deltaY:2.10935518695,dashes:[6.1171328,-299.7393695],sourceLine:226},{angle:222.3974378,originX:6.096,originY:21.336,deltaX:413.48123885686,deltaY:.81554484621,dashes:[7.9107792,-783.16772512177],sourceLine:227},{angle:138.81407483,originX:25.4,originY:15.748,deltaX:234.164238558,deltaY:2.38943100688,dashes:[2.7000454,-267.30565824344],sourceLine:228},{angle:171.4692344,originX:23.368,originY:17.526,deltaX:-334.082478726,deltaY:1.25594916784,dashes:[5.1368198,-508.5463899704],sourceLine:229},{angle:225,originX:18.288,originY:18.288,deltaX:17.96051224214,deltaY:17.96051224214,dashes:[3.5920934,-32.32893108428],sourceLine:230},{angle:203.19859051,originX:16.51,originY:21.336,deltaX:-136.74251918,deltaY:3.33518339548,dashes:[1.9344132,-191.50622368894],sourceLine:231},{angle:291.80140949,originX:14.732,originY:20.574,deltaX:-80.18324702488,deltaY:4.71666158921,dashes:[2.7356562,-134.0475299],sourceLine:232},{angle:30.96375653,originX:15.748,originY:18.034,deltaX:91.47734531502,deltaY:4.35606406258,dashes:[4.4431966,-143.6629815291],sourceLine:233},{angle:161.56505118,originX:19.558,originY:20.32,deltaX:-56.2252967978,deltaY:8.03218525675,dashes:[3.2128714,-77.10898116828],sourceLine:234},{angle:16.389540334,originX:0,originY:20.574,deltaX:265.17991128726,deltaY:1.43340492604,dashes:[4.50088,-445.58826672539],sourceLine:235},{angle:70.34617594,originX:4.318,originY:21.844,deltaX:-297.29446803469,deltaY:1.70858889651,dashes:[3.7759894,-373.822156782],sourceLine:236},{angle:293.19859051,originX:19.558,originY:25.4,deltaX:-136.7425191801,deltaY:3.33518339548,dashes:[3.868801,-189.57183588894],sourceLine:237},{angle:343.61045967,originX:21.082,originY:21.844,deltaX:-265.17991128725,deltaY:1.433404926,dashes:[4.50088,-445.5882667254],sourceLine:238},{angle:339.44395478,originX:0,originY:4.826,deltaX:-136.75087638398,deltaY:2.97284513779,dashes:[4.340352,-212.67734313106],sourceLine:239},{angle:294.7751406,originX:4.064,originY:3.302,deltaX:-306.90424056705,deltaY:1.77401295215,dashes:[3.6367212,-360.0359338072],sourceLine:240},{angle:66.80140949,originX:19.812,originY:0,deltaX:136.74251918012,deltaY:3.33518339452,dashes:[3.868801,-189.57183588894],sourceLine:241},{angle:17.35402464,originX:21.336,originY:3.556,deltaX:-345.47402804977,deltaY:1.51523696536,dashes:[4.2578274,-421.523759802],sourceLine:242},{angle:69.44395478,originX:7.366,originY:0,deltaX:-136.75087638396,deltaY:2.97284513874,dashes:[2.170176,-214.84751913106],sourceLine:243},{angle:101.309932474,originX:18.288,originY:0,deltaX:104.60834648271,deltaY:4.98134983255,dashes:[1.295146,-128.21994964526],sourceLine:244},{angle:165.963756532,originX:18.034,originY:1.27,deltaX:-80.085263387,deltaY:6.16040487582,dashes:[5.236337,-99.49054589069],sourceLine:245},{angle:186.00900596,originX:12.954,originY:2.54,deltaX:-255.26337856879,deltaY:1.32949676118,dashes:[4.85267,-480.41364863337],sourceLine:246},{angle:303.69006753,originX:15.748,originY:15.748,deltaX:-56.35753993648,deltaY:7.0446924921,dashes:[3.6632388,-87.9177635968],sourceLine:247},{angle:353.15722659,originX:17.78,originY:12.7,deltaX:434.77679606606,deltaY:1.0087628707,dashes:[6.3955676,-633.16009065031],sourceLine:248},{angle:60.9453959,originX:24.13,originY:11.938,deltaX:-204.76648550216,deltaY:2.46706609031,dashes:[2.6150824,-258.8939231811],sourceLine:249},{angle:90,originX:25.4,originY:14.224,deltaX:25.4,deltaY:25.4,dashes:[1.524,-23.876],sourceLine:250},{angle:120.25643716,originX:12.446,originY:3.302,deltaX:-204.77318477297,deltaY:1.8283320086,dashes:[3.5286696,-349.339407732],sourceLine:251},{angle:48.0127875,originX:10.668,originY:6.35,deltaX:305.85067529778,deltaY:1.88796713138,dashes:[6.8344288,-334.88762199565],sourceLine:252},{angle:0,originX:15.24,originY:11.43,deltaX:25.4,deltaY:25.4,dashes:[6.604,-18.796],sourceLine:253},{angle:325.3048465,originX:21.844,originY:11.43,deltaX:310.04235091354,deltaY:-1.6064370526,dashes:[4.0160956,-397.5931672414],sourceLine:254},{angle:254.0546041,originX:25.146,originY:9.144,deltaX:104.6687497289,deltaY:3.48895832444,dashes:[3.6982908,-181.21650038772],sourceLine:255},{angle:207.64597536,originX:24.13,originY:5.588,deltaX:545.36007557253,deltaY:1.07143433066,dashes:[6.021451,-596.12464422938],sourceLine:256},{angle:175.42607874,originX:18.796,originY:2.794,deltaX:331.1739336186,deltaY:1.01276432357,dashes:[6.3702946,-630.6584645624],sourceLine:257}]},{name:"HEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:259},{angle:120,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:260},{angle:60,originX:3.175,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:261}]},{name:"HONEY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[3.175,-6.35],sourceLine:263},{angle:120,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[3.175,-6.35],sourceLine:264},{angle:60,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[-6.35,3.175],sourceLine:265}]},{name:"HOUND",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:1.5875,dashes:[25.4,-12.7],sourceLine:267},{angle:90,originX:0,originY:0,deltaX:-6.35,deltaY:1.5875,dashes:[25.4,-12.7],sourceLine:268}]},{name:"INSUL",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:270},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:9.525,dashes:[3.175,-3.175],sourceLine:271},{angle:0,originX:0,originY:6.35,deltaX:0,deltaY:9.525,dashes:[3.175,-3.175],sourceLine:272}]},{name:"ACAD_ISO02W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3],sourceLine:285}]},{name:"ACAD_ISO03W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-18],sourceLine:287}]},{name:"ACAD_ISO04W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3],sourceLine:289}]},{name:"ACAD_ISO05W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-3],sourceLine:291}]},{name:"ACAD_ISO06W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-6.5],sourceLine:293},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-34,.5,-3],sourceLine:294}]},{name:"ACAD_ISO07W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[.5,-3],sourceLine:296}]},{name:"ACAD_ISO08W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3],sourceLine:298}]},{name:"ACAD_ISO09W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3,6,-3],sourceLine:300}]},{name:"ACAD_ISO10W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3],sourceLine:302}]},{name:"ACAD_ISO11W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-3],sourceLine:304}]},{name:"ACAD_ISO12W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-3],sourceLine:306}]},{name:"ACAD_ISO13W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-6.5],sourceLine:308},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3],sourceLine:309}]},{name:"ACAD_ISO14W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-6.5],sourceLine:311},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-22,.5,-3],sourceLine:312}]},{name:"ACAD_ISO15W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-10],sourceLine:314},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3,.5,-3],sourceLine:315}]},{name:"JIS_LC_20",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:322},{angle:45,originX:.4,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:323}]},{name:"JIS_LC_20A",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:325},{angle:45,originX:1,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:326}]},{name:"JIS_LC_8",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:328},{angle:45,originX:.4,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:329}]},{name:"JIS_LC_8A",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:331},{angle:45,originX:1,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:332}]},{name:"JIS_RC_10",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:334},{angle:45,originX:.725,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:335},{angle:45,originX:1.45,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:336}]},{name:"JIS_RC_15",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:338},{angle:45,originX:.725,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:339},{angle:45,originX:1.45,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:340}]},{name:"JIS_RC_18",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:342},{angle:45,originX:1,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:343},{angle:45,originX:2,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:344}]},{name:"JIS_RC_30",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:346},{angle:45,originX:1,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:347},{angle:45,originX:2,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:348}]},{name:"JIS_STN_1E",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:350},{angle:45,originX:.705,originY:0,deltaX:0,deltaY:1,dashes:[1,-.5],sourceLine:351}]},{name:"JIS_STN_2.5",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:2.5,dashes:[],sourceLine:353},{angle:45,originX:1.765,originY:0,deltaX:0,deltaY:2.5,dashes:[1.2,-.5],sourceLine:354}]},{name:"JIS_WOOD",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.70710678,dashes:[],sourceLine:356}]},{name:"LINE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:359}]},{name:"MUDST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:12.7,deltaY:6.35,dashes:[6.35,-6.35,0,-6.35,0,-6.35],sourceLine:361}]},{name:"NET",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:363},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:364}]},{name:"NET3",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:366},{angle:60,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:367},{angle:120,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:368}]},{name:"PLAST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:370},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:6.35,dashes:[],sourceLine:371},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:372}]},{name:"PLASTI",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:374},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:6.35,dashes:[],sourceLine:375},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:376},{angle:0,originX:0,originY:3.96875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:377}]},{name:"SACNCR",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:2.38125,dashes:[],sourceLine:379},{angle:45,originX:1.6838,originY:0,deltaX:0,deltaY:2.38125,dashes:[0,-2.38125],sourceLine:380}]},{name:"SQUARE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:382},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:383}]},{name:"STARS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:385},{angle:60,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:386},{angle:120,originX:1.5875,originY:2.7496306704,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:387}]},{name:"STEEL",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:389},{angle:45,originX:0,originY:1.5875,deltaX:0,deltaY:3.175,dashes:[],sourceLine:390}]},{name:"SWAMP",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[3.175,-22.225],sourceLine:392},{angle:90,originX:1.5875,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.5875,-42.4065904724],sourceLine:393},{angle:90,originX:1.984375,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.27,-42.7240904724],sourceLine:394},{angle:90,originX:1.190625,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.27,-42.7240904724],sourceLine:395},{angle:60,originX:2.38125,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[1.016,-24.384],sourceLine:396},{angle:120,originX:.79375,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[1.016,-24.384],sourceLine:397}]},{name:"TRANS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:399},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:6.35,dashes:[3.175,-3.175],sourceLine:400}]},{name:"TRIANG",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:402},{angle:120,originX:0,originY:0,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:403},{angle:0,originX:-2.38125,originY:4.1244459802,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:404}]},{name:"ZIGZAG",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:406},{angle:90,originX:3.175,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:407}]}],issues:[]};var tr=(n=>(n[n.UserDefined=0]="UserDefined",n[n.Predefined=1]="Predefined",n[n.Custom=2]="Custom",n))(tr||{}),$l=(n=>(n[n.Normal=0]="Normal",n[n.Outer=1]="Outer",n[n.Ignore=2]="Ignore",n))($l||{}),Qs=(n=>(n[n.HatchObject=0]="HatchObject",n[n.GradientObject=1]="GradientObject",n))(Qs||{}),ql=(n=>(n[n.PreDefinedGradient=0]="PreDefinedGradient",n[n.UserDefinedGradient=1]="UserDefinedGradient",n))(ql||{});const bo=class bo extends le{constructor(){super(),this._gradientAngle=0,this._elevation=0,this._geo=new Nt,this._isSolidFill=!1,this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1,this._patternName="",this._patternNameSet=!1,this._patternType=1,this._patternAngle=0,this._patternAngleSet=!1,this._patternScale=1,this._patternScaleSet=!1,this._associative=!1,this._associativeSet=!1,this._backgroundColor=void 0,this._backgroundColorSet=!1,this._patternDouble=!1,this._patternDoubleSet=!1,this._hatchStyle=0,this._hatchStyleSet=!1,this._hatchObjectType=0,this._gradientAngle=0,this._gradientShift=0,this._shadeTintValue=0,this._gradientStartColor=void 0,this._gradientEndColor=void 0,this._gradientType=0,this._gradientName="",this._gradientOneColorMode=!1}get dxfTypeName(){return"HATCH"}get isGradient(){return this._hatchObjectType===1}get isHatch(){return this._hatchObjectType===0}get isSolidFill(){return this._isSolidFill||this.getEffectivePatternName().trim().toUpperCase()===rn}set isSolidFill(e){this._isSolidFill=e}get color(){if(this.hasExplicitColor())return this.getEntityColor();const e=this.database,t=Xe.instance().getVar(I.HPCOLOR,e);return t instanceof R&&t.colorMethod!==exports.AcCmColorMethod.None?t.clone():e.cecolor.clone()}set color(e){this.setEntityColor(e)}get definitionLines(){return this._definitionLines}get patternName(){return this._patternName}set patternName(e){this._patternName=e??"",this._isSolidFill=this._patternName.trim().toUpperCase()===rn,this._patternNameSet=!0,this.updatePredefinedPatternDefinitionLines()}get patternType(){return this._patternType}set patternType(e){this._patternType=e,e!==1&&this._definitionLinesAutoGenerated&&(this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1),this.updatePredefinedPatternDefinitionLines()}get patternAngle(){return this._patternAngle}set patternAngle(e){this._patternAngle=e,this._patternAngleSet=!0}get patternScale(){return this._patternScale}set patternScale(e){this._patternScale=e,this._patternScaleSet=!0,this.updatePredefinedPatternDefinitionLines()}get associative(){return this._associative}set associative(e){this._associative=!!e,this._associativeSet=!0}get backgroundColor(){return this._backgroundColor}set backgroundColor(e){this._backgroundColor=e==null?void 0:e.clone(),this._backgroundColorSet=!0}get patternDouble(){return this._patternDouble}set patternDouble(e){this._patternDouble=!!e,this._patternDoubleSet=!0}get hatchStyle(){return this._hatchStyle}set hatchStyle(e){this._hatchStyle=e,this._hatchStyleSet=!0}get elevation(){return this._elevation}set elevation(e){this._elevation=e}get hatchObjectType(){return this._hatchObjectType}set hatchObjectType(e){this._hatchObjectType=e}get gradientAngle(){return this._gradientAngle}set gradientAngle(e){this._gradientAngle=e}get gradientShift(){return this._gradientShift}set gradientShift(e){this._gradientShift=e}get gradientType(){return this._gradientType}set gradientType(e){this._gradientType=e}get gradientName(){return this.isGradient&&this._gradientName.trim()===""?Nl:this._gradientName}set gradientName(e){this._gradientName=e??""}get gradientOneColorMode(){return this._gradientOneColorMode}set gradientOneColorMode(e){this._gradientOneColorMode=e}get shadeTintValue(){return this._shadeTintValue}set shadeTintValue(e){this._shadeTintValue=e}get gradientStartColor(){return this._gradientStartColor}set gradientStartColor(e){this._gradientStartColor=e==null||!Number.isFinite(e)?void 0:e&16777215}get gradientEndColor(){return this._gradientEndColor}set gradientEndColor(e){this._gradientEndColor=e==null||!Number.isFinite(e)?void 0:e&16777215}applyPatternDefaultsFromSysVars(e){const t=Xe.instance();if(!this.hasExplicitLayer()){const r=t.getVar(I.HPLAYER,e);this.shouldUseSysVarOverride(r)&&(this.layer=r)}if(!this.hasExplicitTransparency()){const r=this.parseHpTransparency(t.getVar(I.HPTRANSPARENCY,e));r&&(this.transparency=r)}if(this._backgroundColorSet||(this._backgroundColor=this.parseHpBackgroundColor(t.getVar(I.HPBACKGROUNDCOLOR,e)),this._backgroundColorSet=!0),!this._patternNameSet){const r=t.getVar(I.HPNAME,e);this._patternName=typeof r=="string"?r:"",this._patternNameSet=!0}if(!this._patternAngleSet){const r=t.getVar(I.HPANG,e);this._patternAngle=typeof r=="number"&&Number.isFinite(r)?r:0,this._patternAngleSet=!0}if(this._patternScaleSet||(this._patternScale=this.normalizePatternScale(t.getVar(I.HPSCALE,e)),this._patternScaleSet=!0),!this._associativeSet){const r=t.getVar(I.HPASSOC,e);this._associative=typeof r=="number"?r!==0:!1,this._associativeSet=!0}if(this._hatchStyleSet||(this._hatchStyle=this.normalizeHatchStyle(t.getVar(I.HPISLANDDETECTION,e)),this._hatchStyleSet=!0),!this._patternDoubleSet){const r=t.getVar(I.HPDOUBLE,e);this._patternDouble=typeof r=="number"?r!==0:!1,this._patternDoubleSet=!0}this.updatePredefinedPatternDefinitionLines()}getEffectivePatternName(){if(this._patternNameSet)return this._patternName;const e=this.database,t=Xe.instance().getVar(I.HPNAME,e);return typeof t=="string"?t:this._patternName}shouldResolveColorFromCecolor(){return!1}getEffectivePatternAngle(){if(this._patternAngleSet)return this._patternAngle;const e=this.database,t=Xe.instance().getVar(I.HPANG,e);return typeof t=="number"&&Number.isFinite(t)?t:this._patternAngle}getRenderablePatternAngle(){return!this._definitionLinesAutoGenerated&&this._definitionLines.length>0?0:this.getEffectivePatternAngle()}getEffectivePatternScale(){if(this._patternScaleSet)return this._patternScale;const e=this.database;return this.normalizePatternScale(Xe.instance().getVar(I.HPSCALE,e))}getEffectiveAssociative(){if(this._associativeSet)return this._associative;const e=this.database,t=Xe.instance().getVar(I.HPASSOC,e);return typeof t=="number"?t!==0:this._associative}normalizePatternScale(e){return typeof e=="number"&&Number.isFinite(e)&&e>0?e:1}normalizeHatchStyle(e){return typeof e!="number"||!Number.isFinite(e)?1:e===0?0:e===2?2:1}shouldUseSysVarOverride(e){if(typeof e!="string")return!1;const t=e.trim().toLowerCase();return t!==""&&t!=="."&&t!=="use current"}parseHpBackgroundColor(e){if(e instanceof R)return e.colorMethod===exports.AcCmColorMethod.None?void 0:e.clone();if(typeof e!="string")return;const t=e.trim().toLowerCase();if(!(!t||t==="."||t==="none"))return R.fromString(e)}parseHpTransparency(e){if(e instanceof te)return e.clone();if(!this.shouldUseSysVarOverride(e))return;const t=e.trim();if(/^bylayer$/i.test(t)||/^byblock$/i.test(t))return te.fromString(t);const r=Number(t);if(Number.isInteger(r)&&r>=0&&r<=90){const i=new te;return i.percentage=r,i}}updatePredefinedPatternDefinitionLines(e=this.getEffectivePatternName(),t=this.getEffectivePatternScale()){if(this.patternType!==1||!(this._definitionLinesAutoGenerated||this._definitionLines.length===0))return;const i=e.trim().toUpperCase();if(!i||i===rn){this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1;return}const s=this.normalizePatternScale(t);if(this._definitionLinesAutoGenerated&&this._definitionLinesPatternName===i&&this._definitionLinesPatternScale===s)return;const o=Ul.patterns.find(a=>a.name.trim().toUpperCase()===i);if(!o){this._definitionLinesAutoGenerated&&(this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1);return}this._definitionLines=o.lines.map(a=>({angle:a.angle*Math.PI/180,base:{x:a.originX*s,y:a.originY*s},offset:{x:a.deltaX*s,y:a.deltaY*s},dashLengths:a.dashes.map(l=>l*s)})),this._definitionLinesAutoGenerated=!0,this._definitionLinesPatternName=i,this._definitionLinesPatternScale=s}add(e){this._geo.add(e)}buildAreasFromLoops(){const e=this._geo.loops;if(e.length===0)return[];if(e.length===1)return[this._geo];const t=this._geo.buildHierarchy(),r=[],i=(s,o)=>{if(s.index>=0&&o%2===0){const a=new Nt;a.add(e[s.index]),s.children.forEach(l=>{l.index>=0&&a.add(e[l.index])}),r.push(a)}s.children.forEach(a=>i(a,o+1))};return t.children.forEach(s=>i(s,0)),r.length>0?r:[this._geo]}getCalculatedAreaValue(){const e=this.buildAreasFromLoops();return e.length===0?0:e.reduce((t,r)=>t+r.area,0)}get geometricExtents(){const e=this.buildAreasFromLoops();if(e.length===0)return new B;const t=new B;return e.forEach(r=>{const i=r.box;t.union(new B({x:i.min.x,y:i.min.y,z:this._elevation},{x:i.max.x,y:i.max.y,z:this._elevation}))}),t}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"pattern",properties:[{name:"patternType",type:"enum",editable:!0,options:[{label:tr[0],value:0},{label:tr[1],value:1},{label:tr[2],value:2}],accessor:{get:()=>this.patternType,set:e=>{this.patternType=e}}},{name:"patternName",type:"string",editable:!0,accessor:{get:()=>this.patternName,set:e=>{this.patternName=e}}},{name:"patternAngle",type:"float",editable:!0,accessor:{get:()=>this.patternAngle,set:e=>{this.patternAngle=e}}},{name:"patternScale",type:"float",editable:!0,accessor:{get:()=>this.patternScale,set:e=>{this.patternScale=e}}},{name:"associative",type:"boolean",editable:!0,accessor:{get:()=>this.associative,set:e=>{this.associative=e}}},{name:"backgroundColor",type:"color",editable:!0,accessor:{get:()=>this.backgroundColor,set:e=>{this.backgroundColor=e}}},{name:"patternDouble",type:"boolean",editable:!0,accessor:{get:()=>this.patternDouble,set:e=>{this.patternDouble=e}}}]},{groupName:"geometry",properties:[{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:e=>{this.elevation=e}}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this.getCalculatedAreaValue()}}]}]}}subGetOsnapPoints(e,t,r,i){const s=this._elevation,o=[];if(this._geo.loops.forEach(a=>{var l;if(a instanceof ee){const c=a,h=c.numberOfVertices;if(h===0)return;switch(e){case v.EndPoint:for(let d=0;d<h;d++){const p=c.getPointAt(d);i.push(new b(p.x,p.y,s))}break;case v.MidPoint:case v.Nearest:case v.Perpendicular:case v.Tangent:{const d=a.closed?h:h-1;for(let p=0;p<d;p++){const g=[];qr(c.getPointAt(p),c.getPointAt((p+1)%h),(l=c.vertices[p])==null?void 0:l.bulge,s,e,t,g),e===v.MidPoint?i.push(...g):o.push(...g)}break}}return}a.curves.forEach(c=>{if(c instanceof _t){const h=[];qr(c.startPoint,c.endPoint,void 0,s,e,t,h),e===v.MidPoint?i.push(...h):e===v.Nearest||e===v.Perpendicular||e===v.Tangent?o.push(...h):i.push(...h)}else if(c instanceof Re)switch(e){case v.EndPoint:i.push(new b(c.startPoint.x,c.startPoint.y,s),new b(c.endPoint.x,c.endPoint.y,s));break;case v.MidPoint:i.push(new b(c.midPoint.x,c.midPoint.y,s));break;case v.Nearest:{const h=c.nearestPoint({x:t.x,y:t.y});o.push(new b(h.x,h.y,s));break}case v.Perpendicular:{c.perpendicularPoints({x:t.x,y:t.y}).forEach(d=>o.push(new b(d.x,d.y,s)));break}case v.Tangent:{c.tangentPoints({x:t.x,y:t.y}).forEach(d=>o.push(new b(d.x,d.y,s)));break}}else if(c instanceof Ln)switch(e){case v.EndPoint:i.push(new b(c.startPoint.x,c.startPoint.y,s),new b(c.endPoint.x,c.endPoint.y,s));break;case v.MidPoint:{const h=c.getPoint(.5);i.push(new b(h.x,h.y,s));break}case v.Nearest:{const h=c.nearestPoint({x:t.x,y:t.y});o.push(new b(h.x,h.y,s));break}case v.Perpendicular:{c.perpendicularPoints({x:t.x,y:t.y}).forEach(d=>o.push(new b(d.x,d.y,s)));break}case v.Tangent:{c.tangentPoints({x:t.x,y:t.y}).forEach(d=>o.push(new b(d.x,d.y,s)));break}}})}),(e===v.Nearest||e===v.Perpendicular||e===v.Tangent)&&o.length>0){const a=Be(t,o);i.length=0,a&&i.push(a)}}subWorldDraw(e){var s;this.updatePredefinedPatternDefinitionLines();const t=e.subEntityTraits;t.fillType={solidFill:this.isSolidFill,patternAngle:this.getRenderablePatternAngle(),definitionLines:this.definitionLines,backgroundColor:(s=this.backgroundColor)==null?void 0:s.clone(),gradient:this.isGradient?{name:this.gradientName,angle:this.gradientAngle,shift:this.gradientShift,oneColorMode:this.gradientOneColorMode,shadeTintValue:this.shadeTintValue,startColor:this.gradientStartColor,endColor:this.gradientEndColor}:void 0},t.drawOrder=-1;const r=this.buildAreasFromLoops();if(r.length===0)return e.area(this._geo);if(r.length===1)return e.area(r[0]);const i=r.map(o=>e.area(o));return e.group(i)}transformBy(e){const t=e.elements,r=new mr(t[0],t[4],t[12],t[1],t[5],t[13],0,0,1);this._geo.transform(r),this._elevation=new b(0,0,this._elevation).applyMatrix4(e).z;const i=new b(1,0,0).applyMatrix4(e),s=new b().applyMatrix4(e),o=new b(i).sub(s);if(o.length()>0){const a=Math.atan2(o.y,o.x);this._patternAngle=this.getEffectivePatternAngle()+a,this._gradientAngle+=a,this._patternScale=this.getEffectivePatternScale()*o.length(),this._patternAngleSet=!0,this._patternScaleSet=!0,this.updatePredefinedPatternDefinitionLines()}return this}dxfOutFields(e){super.dxfOutFields(e);const t=this._geo.loops,r=this.getEffectivePatternName(),i=this.getEffectivePatternAngle(),s=this.getEffectivePatternScale();return this.updatePredefinedPatternDefinitionLines(r,s),e.writeSubclassMarker("AcDbHatch"),e.writePoint3d(10,{x:0,y:0,z:this.elevation}),e.writeVector3d(210,{x:0,y:0,z:1}),e.writeString(2,r||(this.isSolidFill?rn:kl)),e.writeInt16(70,this.isSolidFill?1:0),e.writeInt16(71,this.getEffectiveAssociative()?1:0),e.writeInt16(91,t.length),t.forEach((o,a)=>{const l=a===0;if(o instanceof ee){const c=o.vertices,h=c.some(p=>(p.bulge??0)!==0);e.writeInt16(92,2),e.writeInt16(72,h?1:0),e.writeInt16(73,o.closed?1:0),e.writeInt16(93,c.length);for(const p of c)e.writePoint2d(10,p),h&&e.writeDouble(42,p.bulge??0);e.writeInt16(97,0);return}if(o instanceof or){const c=l?1:0;e.writeInt16(92,c),e.writeInt16(93,o.numberOfEdges);for(const h of o.curves){if(h instanceof _t){e.writeInt16(72,1),e.writePoint2d(10,h.startPoint),e.writePoint2d(11,h.endPoint);continue}if(h instanceof Re){e.writeInt16(72,2),e.writePoint2d(10,h.center),e.writeDouble(40,h.radius),e.writeAngle(50,h.startAngle),e.writeAngle(51,h.endAngle),e.writeInt16(73,h.clockwise?0:1);continue}if(h instanceof Ln){e.writeInt16(72,3),e.writePoint2d(10,h.center);const d=new E(h.majorAxisRadius*Math.cos(h.rotation),h.majorAxisRadius*Math.sin(h.rotation));e.writePoint2d(11,d);const p=h.majorAxisRadius===0?0:h.minorAxisRadius/h.majorAxisRadius;e.writeDouble(40,p),e.writeAngle(50,h.startAngle),e.writeAngle(51,h.endAngle),e.writeInt16(73,h.clockwise?0:1);continue}if(h instanceof $e){const d=h.knots,p=h.controlPoints,g=h.weights,f=h.fitPoints,m=g.some(y=>y!==1);e.writeInt16(72,4),e.writeInt16(94,h.degree),e.writeInt16(73,m?1:0),e.writeInt16(74,h.closed?1:0),e.writeInt16(95,d.length),e.writeInt16(96,p.length),d.forEach(y=>e.writeDouble(40,y)),p.forEach((y,_)=>{e.writePoint2d(10,y),m&&e.writeDouble(42,g[_]??1)}),e.writeInt16(97,(f==null?void 0:f.length)??0),f==null||f.forEach(y=>e.writePoint2d(11,y))}}e.writeInt16(97,0)}}),e.writeInt16(75,this.hatchStyle),e.writeInt16(76,this.patternType),e.writeAngle(52,i),e.writeDouble(41,s),e.writeInt16(77,0),e.writeInt16(78,this.definitionLines.length),this.definitionLines.forEach(o=>{e.writeAngle(53,o.angle),e.writePoint2d(43,o.base),e.writePoint2d(45,o.offset),e.writeInt16(79,o.dashLengths.length),o.dashLengths.forEach(a=>e.writeDouble(49,a))}),this.isGradient&&(e.writeInt16(450,this._hatchObjectType),e.writeInt16(451,0),e.writeInt16(452,this._gradientOneColorMode?1:0),e.writeAngle(460,this._gradientAngle),e.writeDouble(461,this._gradientShift),e.writeString(470,this.gradientName)),e.writeInt16(98,0),this}};bo.typeName="Hatch";let cr=bo;var Kl=(n=>(n[n.MText=0]="MText",n[n.Fcf=1]="Fcf",n[n.BlockReference=2]="BlockReference",n[n.NoAnnotation=3]="NoAnnotation",n))(Kl||{});const xo=class xo extends ge{get dxfTypeName(){return"LEADER"}constructor(){super(),this._isSplined=!1,this._updated=!1,this._hasArrowHead=!1,this._vertices=[],this._dimensionStyle="",this._hasHookLine=!1,this._isHookLineSameDirection=!1,this._annoType=3,this._textHeight=0,this._textWidth=0,this._associatedAnnotation="",this._normal=new x(0,0,1),this._horizontalDirection=new x(1,0,0)}get isSplined(){return this._isSplined}set isSplined(e){this._isSplined=e}get hasArrowHead(){return this._hasArrowHead}set hasArrowHead(e){this._hasArrowHead=e}get hasHookLine(){return this._hasHookLine}set hasHookLine(e){this._hasHookLine=e}get isHookLineSameDirection(){return this._isHookLineSameDirection}set isHookLineSameDirection(e){this._isHookLineSameDirection=e}get numVertices(){return this._vertices.length}get vertices(){return this._vertices.map(e=>e.clone())}get dimensionStyle(){return this._dimensionStyle}set dimensionStyle(e){this._dimensionStyle=e}get annoType(){return this._annoType}set annoType(e){this._annoType=e}get textHeight(){return this._textHeight}set textHeight(e){this._textHeight=e}get textWidth(){return this._textWidth}set textWidth(e){this._textWidth=e}get byBlockColor(){return this._byBlockColor}set byBlockColor(e){this._byBlockColor=e}get associatedAnnotation(){return this._associatedAnnotation}set associatedAnnotation(e){this._associatedAnnotation=e}get normal(){return this._normal}set normal(e){this._normal.copy(e)}get horizontalDirection(){return this._horizontalDirection}set horizontalDirection(e){this._horizontalDirection.copy(e)}get offsetFromBlock(){var e;return(e=this._offsetFromBlock)==null?void 0:e.clone()}set offsetFromBlock(e){this._offsetFromBlock=e?new x(e):void 0}get offsetFromAnnotation(){var e;return(e=this._offsetFromAnnotation)==null?void 0:e.clone()}set offsetFromAnnotation(e){this._offsetFromAnnotation=e?new x(e):void 0}appendVertex(e){this._vertices.push(new b().copy(e)),this._updated=!0}setVertexAt(e,t){if(e<0||e>=this._vertices.length)throw new Error("The vertex index is out of range!");return this._vertices[e].copy(t),this._updated=!0,this}vertexAt(e){if(e<0||e>=this._vertices.length)throw new Error("The vertex index is out of range!");return this._vertices[e].clone()}subGetGripPoints(){return this._vertices.map(e=>e.clone())}subGetOsnapPoints(e,t,r,i){if(this.numVertices===0)return;if(this.isSplined&&this.splineGeo){switch(e){case v.EndPoint:i.push(this._vertices[0]),i.push(this._vertices[this.numVertices-1]);break;case v.Nearest:i.push(this.splineGeo.nearestPoint(t));break}return}const s=this._vertices;switch(e){case v.EndPoint:i.push(...s);break;case v.MidPoint:case v.Nearest:case v.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const l=[];Mn(s[a],s[a+1],e,t,l),o.push(...l)}if(e===v.MidPoint)i.push(...o);else{const a=Be(t,o);a&&i.push(a)}break}}}get geometricExtents(){return this._isSplined&&this.splineGeo?this.splineGeo.calculateBoundingBox():new B().setFromPoints(this._vertices)}get closed(){return!1}set closed(e){}transformBy(e){return this._vertices.forEach(t=>t.applyMatrix4(e)),this.transformVector(this._normal,e),this.transformVector(this._horizontalDirection,e),this._offsetFromBlock&&this.transformVector(this._offsetFromBlock,e),this._offsetFromAnnotation&&this.transformVector(this._offsetFromAnnotation,e),this._splineGeo?(this._splineGeo.transform(e),this._updated=!1):this._updated=!0,this}subWorldDraw(e){if(this.isSplined&&this.splineGeo){const t=this.splineGeo.getPoints(100);return e.lines(t)}else return e.lines(this._vertices)}get splineGeo(){return this.createSplineIfNeeded(),this._splineGeo}createSplineIfNeeded(){this.isSplined&&this.numVertices>=2&&(this._splineGeo==null||this._updated)&&(this._splineGeo=new $e(this._vertices,"Uniform"),this._updated=!1)}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbLeader"),e.writeString(3,this.dimensionStyle),e.writeInt16(71,this.hasArrowHead?1:0),e.writeInt16(72,this.isSplined?1:0),e.writeInt16(73,this.annoType),e.writeInt16(74,this.isHookLineSameDirection?1:0),e.writeInt16(75,this.hasHookLine?1:0),e.writeInt16(76,this.numVertices),this.textHeight!==0&&e.writeDouble(40,this.textHeight),this.textWidth!==0&&e.writeDouble(41,this.textWidth),this.byBlockColor!=null&&e.writeInt16(77,this.byBlockColor),this.associatedAnnotation&&e.writeHandle(340,this.associatedAnnotation);for(const t of this.vertices)e.writePoint3d(10,t);return e.writeVector3d(210,this.normal),e.writeVector3d(211,this.horizontalDirection),this._offsetFromBlock&&e.writeVector3d(212,this._offsetFromBlock),this._offsetFromAnnotation&&e.writeVector3d(213,this._offsetFromAnnotation),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectPath2d();return t.length<2?1:Ae.from2dPoints(t,!1).getOffsetSideAtPoint(e)}createOffsetCurve(e){return Ri(this.collectPath2d(),!1,e)}collectPath2d(){return this.isSplined&&this.splineGeo?this.splineGeo.getPoints(64).map(e=>new E(e.x,e.y)):this._vertices.map(e=>new E(e.x,e.y))}transformVector(e,t){const r=new b,i=new b(e.x,e.y,e.z);r.applyMatrix4(t),i.applyMatrix4(t),e.set(i.x-r.x,i.y-r.y,i.z-r.z)}};xo.typeName="Leader";let ii=xo;var v=(n=>(n[n.EndPoint=1]="EndPoint",n[n.MidPoint=2]="MidPoint",n[n.Center=3]="Center",n[n.Node=4]="Node",n[n.Quadrant=5]="Quadrant",n[n.Insertion=7]="Insertion",n[n.Perpendicular=8]="Perpendicular",n[n.Tangent=9]="Tangent",n[n.Nearest=10]="Nearest",n[n.Centroid=11]="Centroid",n))(v||{});function bg(n){let e=0;for(const t of n)e|=1<<t-1;return e}function xg(n){const e=[];for(const t of Object.values(v)){if(typeof t!="number")continue;const r=1<<t-1;n&r&&e.push(t)}return e}function wg(n,e){return n^1<<e-1}function vg(n,e){return(n&1<<e-1)!==0}function Pg(n,e){return n|1<<e-1}function Ag(n,e){return n&~(1<<e-1)}const Mi=class Mi extends ge{get dxfTypeName(){return"LINE"}constructor(e,t){super(),this._geo=new bt(e,t)}get startPoint(){return this._geo.startPoint}set startPoint(e){this._geo.startPoint=e}get endPoint(){return this._geo.endPoint}set endPoint(e){this._geo.endPoint=e}get midPoint(){return this._geo.midPoint}get geometricExtents(){return this._geo.box}get closed(){return!1}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"startX",type:"float",editable:!0,accessor:{get:()=>this.startPoint.x,set:e=>{this.startPoint.x=e}}},{name:"startY",type:"float",editable:!0,accessor:{get:()=>this.startPoint.y,set:e=>{this.startPoint.y=e}}},{name:"startZ",type:"float",editable:!0,accessor:{get:()=>this.startPoint.z,set:e=>{this.startPoint.z=e}}},{name:"endX",type:"float",editable:!0,accessor:{get:()=>this.endPoint.x,set:e=>{this.endPoint.x=e}}},{name:"endY",type:"float",editable:!0,accessor:{get:()=>this.endPoint.y,set:e=>{this.endPoint.y=e}}},{name:"endZ",type:"float",editable:!0,accessor:{get:()=>this.endPoint.z,set:e=>{this.endPoint.z=e}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]}]}}subGetGripPoints(){const e=new Array;return e.push(this.midPoint),e.push(this.startPoint),e.push(this.endPoint),e}subGetOsnapPoints(e,t,r,i){const s=this.startPoint,o=this.endPoint;switch(e){case v.EndPoint:i.push(s),i.push(o);break;case v.MidPoint:i.push(this.midPoint);break;case v.Nearest:{const a=this._geo.project(t);i.push(a)}break;case v.Perpendicular:{const a=this._geo.perpPoint(t);i.push(a)}break;case v.Tangent:break}}transformBy(e){return this._geo.transform(e),this}subWorldDraw(e){const t=this.startPoint,r=this.endPoint,i=[new b(t.x,t.y,0),new b(r.x,r.y,0)];return e.lines(i)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbLine"),e.writePoint3d(10,this.startPoint),e.writePoint3d(11,this.endPoint),this}getOffsetCurves(e){const t=this._geo.offset(e);return[new Mi(t.startPoint,t.endPoint)]}getOffsetSideAtPoint(e){const t=this.startPoint,r=this.endPoint;return(r.x-t.x)*(e.y-t.y)-(r.y-t.y)*(e.x-t.x)>=0?1:-1}};Mi.typeName="Line";let hr=Mi;var Zl=(n=>(n[n.Top=0]="Top",n[n.Zero=1]="Zero",n[n.Bottom=2]="Bottom",n))(Zl||{}),Ql=(n=>(n[n.HasVertex=1]="HasVertex",n[n.Closed=2]="Closed",n[n.SuppressStartCaps=4]="SuppressStartCaps",n[n.SuppressEndCaps=8]="SuppressEndCaps",n))(Ql||{});const wo=class wo extends le{get dxfTypeName(){return"MLINE"}constructor(){super(),this._styleName="",this._styleObjectHandle="",this._scale=1,this._justification=1,this._flags=0,this._styleCount=0,this._startPosition=new b,this._normal=new x(0,0,1),this._segments=[]}get styleName(){return this._styleName||this.getDefaultStyleName()}set styleName(e){this._styleName=e}get styleObjectHandle(){return this._styleObjectHandle}set styleObjectHandle(e){this._styleObjectHandle=e}get scale(){return this._scale}set scale(e){this._scale=e}get justification(){return this._justification}set justification(e){this._justification=e}get flags(){return this._flags}set flags(e){this._flags=e}get styleCount(){return this._styleCount}set styleCount(e){this._styleCount=Math.max(0,e)}get startPosition(){return this._startPosition}set startPosition(e){this._startPosition.copy(e)}get normal(){return this._normal}set normal(e){this._normal.copy(e)}get segments(){return this._segments.map(e=>this.cloneSegment(e))}set segments(e){this._segments=e.map(t=>this.createSegment(t)),this.updateHasVertexFlag()}get vertexCount(){return this._segments.length}get closed(){return(this._flags&2)!==0}set closed(e){this.setFlag(2,e)}get suppressStartCaps(){return(this._flags&4)!==0}set suppressStartCaps(e){this.setFlag(4,e)}get suppressEndCaps(){return(this._flags&8)!==0}set suppressEndCaps(e){this.setFlag(8,e)}appendSegment(e){this._segments.push(this.createSegment(e)),this.updateHasVertexFlag()}clearSegments(){this._segments=[],this.updateHasVertexFlag()}get geometricExtents(){const e=this.collectGeometryPoints();return new B().setFromPoints(e)}transformBy(e){return this._startPosition.applyMatrix4(e),this._segments.forEach(t=>{t.position.applyMatrix4(e),this.transformVector(t.direction,e),this.transformVector(t.miterDirection,e)}),this.transformVector(this._normal,e),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"mline",properties:[{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:e=>{this.styleName=e}}},{name:"scale",type:"float",editable:!0,accessor:{get:()=>this.scale,set:e=>{this.scale=e}}},{name:"justification",type:"int",editable:!0,accessor:{get:()=>this.justification,set:e=>{this.justification=e}}},{name:"closed",type:"boolean",editable:!0,accessor:{get:()=>this.closed,set:e=>{this.closed=e}}},{name:"vertexCount",type:"int",editable:!1,accessor:{get:()=>this.vertexCount}}]}]}}subGetOsnapPoints(e,t,r,i){const s=[this._startPosition,...this._segments.map(o=>o.position)];if(s.length!==0)switch(e){case v.EndPoint:i.push(...s);break;case v.MidPoint:case v.Nearest:case v.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const l=[];Mn(s[a],s[a+1],e,t,l),o.push(...l)}if(e===v.MidPoint)i.push(...o);else{const a=Be(t,o);a&&i.push(a)}break}}}subWorldDraw(e){if(this._segments.length===0)return;const t=[],r=this.getMLineStyle(),i=this.getRenderableElementCount(r),s=e.subEntityTraits,o=s.color,a=s.rgbColor,l=s.lineType,c=s.fillType,h=s.drawOrder,d=this.createFillArea(r,i);if(d&&(s.color=o,s.rgbColor=a,this.applyFillTraits(r,s),s.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},s.drawOrder=-1,t.push(e.area(d)),s.fillType=c,s.drawOrder=h),i<=0){const p=this.getReferencePath();p.length>=2&&t.push(e.lines(p))}else{for(let p=0;p<i;p++){s.color=o,s.rgbColor=a,s.lineType=l,this.applyStyleElementTraits(r,p,s);const g=this.getElementPath(p,r);g.length>=2&&t.push(e.lines(g))}this.appendStyleDrivenJointAndCapEntities(e,t,r,i,o,a,l)}if(s.color=o,s.rgbColor=a,s.lineType=l,s.fillType=c,s.drawOrder=h,t.length!==0)return t.length===1?t[0]:e.group(t)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbMline"),e.writeString(2,this.styleName),e.writeHandle(340,this._styleObjectHandle),e.writeDouble(40,this._scale),e.writeInt16(70,this._justification),e.writeInt16(71,this._flags),e.writeInt16(72,this.vertexCount),e.writeInt16(73,this._styleCount),e.writePoint3d(10,this._startPosition),e.writeVector3d(210,this._normal),this._segments.forEach(t=>{e.writePoint3d(11,t.position),e.writeVector3d(12,t.direction),e.writeVector3d(13,t.miterDirection),t.elements.forEach(r=>{e.writeInt16(74,r.parameterCount),r.parameters.forEach(i=>e.writeDouble(41,i)),e.writeInt16(75,r.fillCount),r.fillParameters.forEach(i=>e.writeDouble(42,i))})}),this}setFlag(e,t){t?this._flags|=e:this._flags&=~e}updateHasVertexFlag(){this.setFlag(1,this._segments.length>0)}createSegment(e){var t;return{position:new b().copy(e.position),direction:new x().copy(e.direction),miterDirection:new x().copy(e.miterDirection),elements:((t=e.elements)==null?void 0:t.map(r=>this.createElement(r)))??[]}}createElement(e){const t=e.parameters?[...e.parameters]:[],r=e.fillParameters?[...e.fillParameters]:[];return{parameterCount:e.parameterCount??t.length,parameters:t,fillCount:e.fillCount??r.length,fillParameters:r}}cloneSegment(e){return{position:e.position.clone(),direction:e.direction.clone(),miterDirection:e.miterDirection.clone(),elements:e.elements.map(t=>({parameterCount:t.parameterCount,parameters:[...t.parameters],fillCount:t.fillCount,fillParameters:[...t.fillParameters]}))}}collectGeometryPoints(){const e=[this._startPosition];if(this._segments.length===0)return e;const t=this.getMLineStyle(),r=this.getRenderableElementCount(t);if(r<=0)return this._segments.forEach(i=>e.push(i.position)),e;for(let i=0;i<r;i++)e.push(...this.getElementPath(i,t));return e}getRenderableElementCount(e){const t=(e==null?void 0:e.elementCount)??0;return Math.max(this._styleCount,t,...this._segments.map(r=>r.elements.length),0)}getReferencePath(){const e=[this._startPosition.clone(),...this._segments.map(t=>t.position.clone())];return this.closePathIfNeeded(e)}getElementPath(e,t){const r=[],i=this._segments[0];return r.push(this.getElementBoundaryPoint("start",i,e,t)),this._segments.forEach(s=>{r.push(this.offsetPoint(s.position,s.miterDirection,this.getElementMiterOffset(s,e,t)))}),r[r.length-1]=this.getElementBoundaryPoint("end",this._segments[this._segments.length-1],e,t),this.closePathIfNeeded(r)}getElementMiterOffset(e,t,r){var s;const i=e.elements[t];return(s=i==null?void 0:i.parameters)!=null&&s.length?i.parameters[0]:this.getStyleElementOffset(t,r)}getElementBoundaryPoint(e,t,r,i){const s=this.getElementMiterOffset(t,r,i),o=e==="start"?this._startPosition:t.position,a=this.offsetPoint(o,t.miterDirection,s);if(!this.shouldApplyCapCutAtSide(e,i))return a;const l=e==="start"?i==null?void 0:i.startAngle:i==null?void 0:i.endAngle,c=this.computeCapCutDistance(s,l,e);if(c===0)return a;const h=e==="start"?this.getStartSegmentDirection():this.getEndSegmentDirection();return h.lengthSq()===0?a:a.add(h.multiplyScalar(c))}shouldApplyCapCutAtSide(e,t){return!t||this.closed?!1:e==="start"?this.suppressStartCaps?!1:(t.flags&112)!==0:this.suppressEndCaps?!1:(t.flags&1792)!==0}computeCapCutDistance(e,t,r){const i=this.normalizeCapAngle(t),s=Math.tan(i);if(Math.abs(s)<1e-6)return 0;const o=e/s;return o}normalizeCapAngle(e){if(e==null||!Number.isFinite(e))return Math.PI/2;let t=e%180;return t<0&&(t+=180),(t<1||t>179)&&(t=90),t*Math.PI/180}getStartSegmentDirection(){const e=this._segments[0],t=new x;return e&&(t.subVectors(e.position,this._startPosition),t.lengthSq()===0&&t.copy(e.direction)),t.lengthSq()>0&&t.normalize(),t}getEndSegmentDirection(){const e=this._segments[this._segments.length-1];if(!e)return new x;const t=new x,r=this._segments.length>1?this._segments[this._segments.length-2].position:this._startPosition;return t.subVectors(e.position,r),t.lengthSq()===0&&t.copy(e.direction),t.lengthSq()>0&&t.normalize(),t}createFillArea(e,t){if(!e||!(e.flags&1)||t<2)return;const r=this.getFillBoundaryElementIndices(t,e);if(!r)return;const i=this.getElementPath(r.outerIndex,e),s=this.getElementPath(r.innerIndex,e),o=this.stripClosingPoint(i),a=this.stripClosingPoint(s);if(o.length<2||a.length<2)return;const l=new Nt;if(this.closed){if(o.length<3||a.length<3)return;l.add(new ee(o.map(c=>({x:c.x,y:c.y})),!0)),l.add(new ee(a.map(c=>({x:c.x,y:c.y})),!0))}else{const c=[...o,...a.slice().reverse()].map(h=>({x:h.x,y:h.y}));if(c.length<3)return;l.add(new ee(c,!0))}return l}getFillBoundaryElementIndices(e,t){let r=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY,s=-1,o=-1;for(let a=0;a<e;a++){const l=this.getElementReferenceOffset(a,t);l<r&&(r=l,s=a),l>i&&(i=l,o=a)}if(!(s<0||o<0||s===o))return{outerIndex:o,innerIndex:s}}getElementReferenceOffset(e,t){var i;const r=this._segments[0];if(r){const s=r.elements[e];if((i=s==null?void 0:s.parameters)!=null&&i.length)return s.parameters[0]}return this.getStyleElementOffset(e,t)}getStyleElementOffset(e,t){const r=t==null?void 0:t.elements[e];if(!r)return 0;const i=this.getStyleJustificationShift(t);return(r.offset+i)*this._scale}getStyleJustificationShift(e){const t=(e==null?void 0:e.elements)??[];if(t.length<=0)return 0;let r=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;for(const s of t){const o=s.offset;o<r&&(r=o),o>i&&(i=o)}return this._justification===0?-i:this._justification===2?-r:0}stripClosingPoint(e){if(e.length<2)return e;const t=e[0],r=e[e.length-1],i=1e-9;return Math.abs(t.x-r.x)<=i&&Math.abs(t.y-r.y)<=i&&Math.abs(t.z-r.z)<=i?e.slice(0,-1):e}offsetPoint(e,t,r){if(r===0||t.lengthSq()===0)return e.clone();const i=t.clone().normalize().multiplyScalar(r);return e.clone().add(i)}closePathIfNeeded(e){if(!this.closed||e.length<2)return e;const t=e[0],r=e[e.length-1],i=1e-9;return Math.abs(t.x-r.x)<=i&&Math.abs(t.y-r.y)<=i&&Math.abs(t.z-r.z)<=i||e.push(t.clone()),e}appendStyleDrivenJointAndCapEntities(e,t,r,i,s,o,a){!r||i<2||(t.push(...this.drawMiterJointEntities(e,r,i,s,o,a)),t.push(...this.drawCapEntities(e,r,i,s,o,a)))}drawMiterJointEntities(e,t,r,i,s,o){if(this.closed||this._segments.length<2||!(t.flags&2))return[];const a=[],l=e.subEntityTraits;for(let c=0;c<this._segments.length-1;c++){const h=this._segments[c],d=Array.from({length:r},(p,g)=>{const f=this.getElementMiterOffset(h,g,t);return{elementIndex:g,offset:f,point:this.offsetPoint(h.position,h.miterDirection,f)}}).sort((p,g)=>g.offset-p.offset);for(let p=0;p<d.length-1;p++)this.applyElementDrawTraits(l,i,s,o,t,d[p].elementIndex),a.push(e.lines([d[p].point,d[p+1].point]))}return a}drawCapEntities(e,t,r,i,s,o){if(this.closed||this._segments.length<=0)return[];const a=[];return a.push(...this.drawCapEntitiesForSide(e,"start",t,r,i,s,o)),a.push(...this.drawCapEntitiesForSide(e,"end",t,r,i,s,o)),a}drawCapEntitiesForSide(e,t,r,i,s,o,a){if(t==="start"&&this.suppressStartCaps)return[];if(t==="end"&&this.suppressEndCaps)return[];const l=r.flags,c=t==="start",h=c?(l&16)!==0:(l&256)!==0,d=c?(l&64)!==0:(l&1024)!==0,p=c?(l&32)!==0:(l&512)!==0;if(!h&&!d&&!p)return[];const g=this.getCapElementPoints(t,i,r);if(g.length<2)return[];const f=[],m=e.subEntityTraits;if(h)for(let _=0;_<g.length-1;_++)this.applyElementDrawTraits(m,s,o,a,r,g[_].elementIndex),f.push(e.lines([g[_].point,g[_+1].point]));const y=c?this.getStartSegmentDirection().multiplyScalar(-1):this.getEndSegmentDirection().clone();if(d){const _=this.drawCapArcBetweenElements(e,t,g[0],g[g.length-1],y,m,s,o,a,r);_&&f.push(_)}if(p)for(let _=1;_<Math.floor(g.length/2);_++){const P=g[_],L=g[g.length-1-_];if(!P||!L||P===L)continue;const S=this.drawCapArcBetweenElements(e,t,P,L,y,m,s,o,a,r);S&&f.push(S)}return f}getCapElementPoints(e,t,r){const i=e==="start"?this._segments[0]:this._segments[this._segments.length-1];return i?Array.from({length:t},(s,o)=>({elementIndex:o,offset:this.getElementMiterOffset(i,o,r),point:this.getElementBoundaryPoint(e,i,o,r)})).sort((s,o)=>o.offset-s.offset):[]}drawCapArcBetweenElements(e,t,r,i,s,o,a,l,c,h){const d=t==="end"?i.point:r.point,p=t==="end"?r.point:i.point,g=d.distanceTo(p);if(g<=1e-9||s.lengthSq()===0)return;const m=d.clone().add(new x().subVectors(p,d).multiplyScalar(.5)).add(s.clone().normalize().multiplyScalar(g/2)),y=Xi.createByThreePoints(d,p,m);if(y)return this.applyElementDrawTraits(o,a,l,c,h,t==="end"?i.elementIndex:r.elementIndex),e.circularArc(y)}applyElementDrawTraits(e,t,r,i,s,o){e.color=t,e.rgbColor=r,e.lineType=i,this.applyStyleElementTraits(s,o,e)}transformVector(e,t){const r=new b,i=new b(e.x,e.y,e.z);r.applyMatrix4(t),i.applyMatrix4(t),e.set(i.x-r.x,i.y-r.y,i.z-r.z)}getMLineStyle(){var s;const e=this.database.objects.mlineStyle,t=this.styleObjectHandle?e.getIdAt(this.styleObjectHandle):void 0;if(t)return t;const r=this.styleName?e.getAt(this.styleName):void 0;if(r)return r;const i=(s=this.styleName)==null?void 0:s.toUpperCase();if(i)for(const[o,a]of e.entries()){const l=(a.styleName||o).toUpperCase();if(o.toUpperCase()===i||l===i)return a}}applyStyleElementTraits(e,t,r){const i=e==null?void 0:e.elements[t];if(!i)return;const s=this.resolveStyleElementLineType(i.lineType);s&&(r.lineType=s),!(i.color.isByBlock||i.color.isByLayer)&&(r.color=i.color.clone(),r.rgbColor=i.color.RGB??this.rgbColor)}applyFillTraits(e,t){const r=e==null?void 0:e.fillColor;!r||r.isByBlock||r.isByLayer||(t.color=r.clone(),t.rgbColor=r.RGB??this.rgbColor)}resolveStyleElementLineType(e){var c;const t=e==null?void 0:e.trim();if(!t)return;const r=t.toUpperCase(),i=fe.toUpperCase(),s=Ct.toUpperCase();let o="UserSpecified",a=t;if(r===i){o="ByLayer";const h=(c=this.database.tables.layerTable.getAt(this.layer))==null?void 0:c.linetype;a=h&&h.toUpperCase()!==i&&h.toUpperCase()!==s?h:Mt}else r===s&&(o="ByBlock",a=Mt);const l=this.database.tables.linetypeTable.getAt(a);return l?{type:o,...l.linetype}:{type:o,name:a,standardFlag:0,description:"",totalPatternLength:0}}resolveEffectiveProperties(){super.resolveEffectiveProperties(),this._styleName||(this._styleName=this.getDefaultStyleName())}getDefaultStyleName(){try{return this.database.cmlstyle||ft}catch{return ft}}};wo.typeName="MLine";let si=wo;var An=(n=>(n[n.InvisibleLeader=0]="InvisibleLeader",n[n.StraightLeader=1]="StraightLeader",n[n.SplineLeader=2]="SplineLeader",n))(An||{}),yt=(n=>(n[n.NoneContent=0]="NoneContent",n[n.BlockContent=1]="BlockContent",n[n.MTextContent=2]="MTextContent",n[n.ToleranceContent=3]="ToleranceContent",n))(yt||{}),Jl=(n=>(n[n.Horizontal=0]="Horizontal",n[n.Vertical=1]="Vertical",n))(Jl||{}),ec=(n=>(n[n.Unknown=0]="Unknown",n[n.Left=1]="Left",n[n.Right=2]="Right",n[n.Top=3]="Top",n[n.Bottom=4]="Bottom",n))(ec||{});const Sg=1,Lg=2,Ig=4,Eg=8,Tg=64,Cg=128,Mg=32768,vo=class vo extends le{get dxfTypeName(){return"MULTILEADER"}constructor(){super(),this._leaders=[],this._leaderLineType=1,this._contentType=0,this._doglegEnabled=!1,this._doglegLength=0,this._doglegVector=new x(1,0,0),this._normal=new x(0,0,1),this._mleaderStyleId="",this._textHeight=2.5,this._textWidth=0,this._textRotation=0,this._textDirection=new x(1,0,0),this._textStyleName="",this._textAttachmentPoint=exports.AcGiMTextAttachmentPoint.MiddleLeft,this._textDrawingDirection=exports.AcGiMTextFlowDirection.LEFT_TO_RIGHT,this._textLineSpacingFactor=1,this._textAttachmentDirection=0,this._arrowheadOverrides=[],this._blockAttributes=[]}get leaders(){return this._leaders.map(e=>this.cloneLeader(e))}get numberOfLeaders(){return this._leaders.length}get leaderLineType(){return this._leaderLineType}set leaderLineType(e){this._leaderLineType=e}get contentType(){return this._contentType}set contentType(e){this._contentType=e}get doglegEnabled(){return this._doglegEnabled}set doglegEnabled(e){this._doglegEnabled=e}get doglegLength(){return this._doglegLength}set doglegLength(e){this._doglegLength=e}get doglegVector(){return this._doglegVector}set doglegVector(e){this._doglegVector.copy(e)}get landingPoint(){return this._landingPoint}set landingPoint(e){this._landingPoint=e?this.createPoint(e):void 0}get normal(){return this._normal}set normal(e){this._normal.copy(e)}get mleaderStyleId(){return this._mleaderStyleId}set mleaderStyleId(e){this._mleaderStyleId=e}get version(){return this._version}set version(e){this._version=e}get leaderStyleId(){return this._leaderStyleId}set leaderStyleId(e){this._leaderStyleId=e}get propertyOverrideFlag(){return this._propertyOverrideFlag}set propertyOverrideFlag(e){this._propertyOverrideFlag=e}get leaderLineColor(){return this._leaderLineColor}set leaderLineColor(e){this._leaderLineColor=e}get leaderLineTypeId(){return this._leaderLineTypeId}set leaderLineTypeId(e){this._leaderLineTypeId=e}get leaderLineWeight(){return this._leaderLineWeight}set leaderLineWeight(e){this._leaderLineWeight=e}get landingEnabled(){return this._landingEnabled}set landingEnabled(e){this._landingEnabled=e}get arrowheadId(){return this._arrowheadId}set arrowheadId(e){this._arrowheadId=e}get arrowheadSize(){return this._arrowheadSize}set arrowheadSize(e){this._arrowheadSize=e}get textStyleId(){return this._textStyleId}set textStyleId(e){this._textStyleId=e}get textLeftAttachmentType(){return this._textLeftAttachmentType}set textLeftAttachmentType(e){this._textLeftAttachmentType=e}get textRightAttachmentType(){return this._textRightAttachmentType}set textRightAttachmentType(e){this._textRightAttachmentType=e}get textAngleType(){return this._textAngleType}set textAngleType(e){this._textAngleType=e}get textAlignmentType(){return this._textAlignmentType}set textAlignmentType(e){this._textAlignmentType=e}get textColor(){return this._textColor}set textColor(e){this._textColor=e}get textFrameEnabled(){return this._textFrameEnabled}set textFrameEnabled(e){this._textFrameEnabled=e}get landingGap(){return this._landingGap}set landingGap(e){this._landingGap=e}get textAttachment(){return this._textAttachment}set textAttachment(e){this._textAttachment=e}get textFlowDirection(){return this._textFlowDirection}set textFlowDirection(e){this._textFlowDirection=e}get blockContentId(){return this._blockContentId}set blockContentId(e){this._blockContentId=e}get blockContentColor(){return this._blockContentColor}set blockContentColor(e){this._blockContentColor=e}get blockContentScale(){return this._blockContentScale}set blockContentScale(e){this._blockContentScale=e}get blockContentRotation(){return this._blockContentRotation}set blockContentRotation(e){this._blockContentRotation=e}get blockContentConnectionType(){return this._blockContentConnectionType}set blockContentConnectionType(e){this._blockContentConnectionType=e}get annotativeScaleEnabled(){return this._annotativeScaleEnabled}set annotativeScaleEnabled(e){this._annotativeScaleEnabled=e}get arrowheadOverrides(){return this._arrowheadOverrides}set arrowheadOverrides(e){this._arrowheadOverrides=e}get blockAttributes(){return this._blockAttributes}set blockAttributes(e){this._blockAttributes=e}get textDirectionNegative(){return this._textDirectionNegative}set textDirectionNegative(e){this._textDirectionNegative=e}get textAlignInIPE(){return this._textAlignInIPE}set textAlignInIPE(e){this._textAlignInIPE=e}get bottomTextAttachmentDirection(){return this._bottomTextAttachmentDirection}set bottomTextAttachmentDirection(e){this._bottomTextAttachmentDirection=e}get topTextAttachmentDirection(){return this._topTextAttachmentDirection}set topTextAttachmentDirection(e){this._topTextAttachmentDirection=e}get contentScale(){return this._contentScale}set contentScale(e){this._contentScale=e}get contentBasePosition(){return this._contentBasePosition}set contentBasePosition(e){this._contentBasePosition=e}get textAnchor(){return this._textAnchor}set textAnchor(e){this._textAnchor=e}get textLineSpacingStyle(){return this._textLineSpacingStyle}set textLineSpacingStyle(e){this._textLineSpacingStyle=e}get textBackgroundColor(){return this._textBackgroundColor}set textBackgroundColor(e){this._textBackgroundColor=e}get textBackgroundScaleFactor(){return this._textBackgroundScaleFactor}set textBackgroundScaleFactor(e){this._textBackgroundScaleFactor=e}get textBackgroundTransparency(){return this._textBackgroundTransparency}set textBackgroundTransparency(e){this._textBackgroundTransparency=e}get textBackgroundColorOn(){return this._textBackgroundColorOn}set textBackgroundColorOn(e){this._textBackgroundColorOn=e}get textFillOn(){return this._textFillOn}set textFillOn(e){this._textFillOn=e}get textColumnType(){return this._textColumnType}set textColumnType(e){this._textColumnType=e}get textUseAutoHeight(){return this._textUseAutoHeight}set textUseAutoHeight(e){this._textUseAutoHeight=e}get textColumnWidth(){return this._textColumnWidth}set textColumnWidth(e){this._textColumnWidth=e}get textColumnGutterWidth(){return this._textColumnGutterWidth}set textColumnGutterWidth(e){this._textColumnGutterWidth=e}get textColumnFlowReversed(){return this._textColumnFlowReversed}set textColumnFlowReversed(e){this._textColumnFlowReversed=e}get textColumnHeight(){return this._textColumnHeight}set textColumnHeight(e){this._textColumnHeight=e}get textUseWordBreak(){return this._textUseWordBreak}set textUseWordBreak(e){this._textUseWordBreak=e}get hasMText(){return this._hasMText}set hasMText(e){this._hasMText=e}get hasBlock(){return this._hasBlock}set hasBlock(e){this._hasBlock=e}get planeOrigin(){return this._planeOrigin}set planeOrigin(e){this._planeOrigin=e}get planeXAxisDirection(){return this._planeXAxisDirection}set planeXAxisDirection(e){this._planeXAxisDirection=e}get planeYAxisDirection(){return this._planeYAxisDirection}set planeYAxisDirection(e){this._planeYAxisDirection=e}get planeNormalReversed(){return this._planeNormalReversed}set planeNormalReversed(e){this._planeNormalReversed=e}get leaderSections(){return this.leaders}get blockContentData(){return this.blockContent}get mtextContent(){return this._mtextContent?{text:this._mtextContent.text,anchorPoint:this._mtextContent.anchorPoint.clone()}:void 0}set mtextContent(e){if(!e){this._mtextContent=void 0,this._contentType===2&&(this._contentType=0);return}this._mtextContent={text:e.text,anchorPoint:this.createPoint(e.anchorPoint)},this._contentType=2}get contents(){var e;return((e=this._mtextContent)==null?void 0:e.text)??""}set contents(e){this._mtextContent?this._mtextContent.text=e:this._mtextContent={text:e,anchorPoint:new b},this._contentType=2}get textLocation(){var e;return(e=this._mtextContent)==null?void 0:e.anchorPoint}set textLocation(e){if(!e){this._mtextContent=void 0;return}this._mtextContent?this._mtextContent.anchorPoint.copy(e):this._mtextContent={text:"",anchorPoint:this.createPoint(e)},this._contentType=2}get textHeight(){return this._textHeight}set textHeight(e){this._textHeight=e}get textWidth(){return this._textWidth}set textWidth(e){this._textWidth=e}get textRotation(){return this._textRotation}set textRotation(e){this._textRotation=e}get textDirection(){return this._textDirection}set textDirection(e){this._textDirection.copy(e)}get textStyleName(){return this._textStyleName}set textStyleName(e){this._textStyleName=e}get textAttachmentPoint(){return this._textAttachmentPoint}set textAttachmentPoint(e){this._textAttachmentPoint=e}get textDrawingDirection(){return this._textDrawingDirection}set textDrawingDirection(e){this._textDrawingDirection=e}get textLineSpacingFactor(){return this._textLineSpacingFactor}set textLineSpacingFactor(e){this._textLineSpacingFactor=e}get textAttachmentDirection(){return this._textAttachmentDirection}set textAttachmentDirection(e){this._textAttachmentDirection=e}get blockContent(){var e,t;return this._blockContent?{blockContentId:this._blockContent.blockContentId,blockHandle:this._blockContent.blockHandle,normal:(e=this._blockContent.normal)==null?void 0:e.clone(),position:(t=this._blockContent.position)==null?void 0:t.clone(),scale:this._blockContent.scale.clone(),rotation:this._blockContent.rotation,color:this._blockContent.color,transformationMatrix:[...this._blockContent.transformationMatrix]}:void 0}set blockContent(e){if(!e){this._blockContent=void 0,this._contentType===1&&(this._contentType=0);return}this._blockContent={blockContentId:e.blockContentId??e.blockHandle,blockHandle:e.blockHandle,normal:e.normal?new x(e.normal):void 0,position:e.position?this.createPoint(e.position):void 0,scale:new x(e.scale??{x:1,y:1,z:1}),rotation:e.rotation??0,color:e.color,transformationMatrix:e.transformationMatrix?[...e.transformationMatrix]:[]},this.blockContentId=this._blockContent.blockContentId,this._contentType=1}addLeader(e={}){var r,i;const t={lastLeaderLinePoint:e.lastLeaderLinePoint?this.createPoint(e.lastLeaderLinePoint):void 0,lastLeaderLinePointSet:e.lastLeaderLinePointSet,landingPoint:e.landingPoint?this.createPoint(e.landingPoint):void 0,doglegVector:e.doglegVector?new x(e.doglegVector):void 0,doglegVectorSet:e.doglegVectorSet,doglegLength:e.doglegLength,breaks:((r=e.breaks)==null?void 0:r.map(s=>({index:s.index,start:this.createPoint(s.start),end:this.createPoint(s.end)})))??[],leaderBranchIndex:e.leaderBranchIndex,directionType:e.directionType,leaderLines:[]};return(i=e.leaderLines)==null||i.forEach(s=>{t.leaderLines.push(this.createLeaderLine(s))}),this._leaders.push(t),this._leaders.length-1}removeLeader(e){return this.checkLeaderIndex(e),this._leaders.splice(e,1),this}addLeaderLine(e,t=[]){return this.checkLeaderIndex(e),this._leaders[e].leaderLines.push(this.createLeaderLine({vertices:t})),this._leaders[e].leaderLines.length-1}appendVertex(e,t,r){return this.getMutableLeaderLine(e,t).vertices.push(this.createPoint(r)),this}setLeaderLineVertices(e,t,r){return this.getMutableLeaderLine(e,t).vertices=r.map(i=>this.createPoint(i)),this}getLeaderLineVertices(e,t){return this.getMutableLeaderLine(e,t).vertices.map(r=>r.clone())}addBreak(e,t,r,i){return this.getMutableLeaderLine(e,t).breaks.push({start:this.createPoint(r),end:this.createPoint(i)}),this}setLandingPoint(e,t){return this.checkLeaderIndex(e),this._leaders[e].landingPoint=t?this.createPoint(t):void 0,this}setDoglegDirection(e,t){return this.checkLeaderIndex(e),this._leaders[e].doglegVector=new x(t),this}setDoglegLength(e,t){return this.checkLeaderIndex(e),this._leaders[e].doglegLength=t,this}get geometricExtents(){const e=this.collectGeometryPoints();return e.length>0?new B().setFromPoints(e):new B}subGetGripPoints(){return this.collectGeometryPoints().map(e=>e.clone())}subGetOsnapPoints(e,t,r,i){var s;if(e===v.Insertion){this.contentBasePosition?i.push(this.contentBasePosition):this._mtextContent?i.push(this._mtextContent.anchorPoint):(s=this._blockContent)!=null&&s.position&&i.push(this._blockContent.position);return}this._leaders.forEach(o=>{o.leaderLines.forEach(a=>{const l=this.getLeaderLineDrawPoints(o,a);if(l.length!==0)switch(e){case v.EndPoint:i.push(...l);break;case v.MidPoint:case v.Nearest:case v.Perpendicular:{const c=[];for(let h=0;h<l.length-1;h++){const d=[];Mn(l[h],l[h+1],e,t,d),c.push(...d)}if(e===v.MidPoint)i.push(...c);else{const h=Be(t,c);h&&i.push(h)}break}}})})}transformBy(e){var t,r,i,s,o,a,l,c;return this._leaders.forEach(h=>{var d,p;(d=h.lastLeaderLinePoint)==null||d.applyMatrix4(e),(p=h.landingPoint)==null||p.applyMatrix4(e),h.doglegVector&&this.transformVector(h.doglegVector,e),h.breaks.forEach(g=>{g.start.applyMatrix4(e),g.end.applyMatrix4(e)}),h.leaderLines.forEach(g=>{g.vertices.forEach(f=>f.applyMatrix4(e)),g.breaks.forEach(f=>{f.start.applyMatrix4(e),f.end.applyMatrix4(e)})})}),(t=this._landingPoint)==null||t.applyMatrix4(e),(r=this.contentBasePosition)==null||r.applyMatrix4(e),this.transformVector(this._doglegVector,e),this.transformVector(this._normal,e),(i=this.textAnchor)==null||i.applyMatrix4(e),(s=this._mtextContent)==null||s.anchorPoint.applyMatrix4(e),this.transformVector(this._textDirection,e),(a=(o=this._blockContent)==null?void 0:o.position)==null||a.applyMatrix4(e),(l=this._blockContent)!=null&&l.normal&&this.transformVector(this._blockContent.normal,e),this.blockContentScale&&this.transformVector(this.blockContentScale,e),(c=this.planeOrigin)==null||c.applyMatrix4(e),this.planeXAxisDirection&&this.transformVector(this.planeXAxisDirection,e),this.planeYAxisDirection&&this.transformVector(this.planeYAxisDirection,e),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"leader",properties:[{name:"contentType",type:"enum",editable:!0,options:[{label:yt[0],value:0},{label:yt[1],value:1},{label:yt[2],value:2},{label:yt[3],value:3}],accessor:{get:()=>this.contentType,set:e=>{this.contentType=e}}},{name:"leaderLineType",type:"enum",editable:!0,options:[{label:An[0],value:0},{label:An[1],value:1},{label:An[2],value:2}],accessor:{get:()=>this.leaderLineType,set:e=>{this.leaderLineType=e}}},{name:"doglegEnabled",type:"boolean",editable:!0,accessor:{get:()=>this.doglegEnabled,set:e=>{this.doglegEnabled=e}}},{name:"doglegLength",type:"float",editable:!0,accessor:{get:()=>this.doglegLength,set:e=>{this.doglegLength=e}}},{name:"leaderCount",type:"int",editable:!1,accessor:{get:()=>this.numberOfLeaders}}]},{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.contents,set:e=>{this.contents=e}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.textHeight,set:e=>{this.textHeight=e}}},{name:"textWidth",type:"float",editable:!0,accessor:{get:()=>this.textWidth,set:e=>{this.textWidth=e}}},{name:"textStyleName",type:"string",editable:!0,accessor:{get:()=>this.textStyleName,set:e=>{this.textStyleName=e}}}]}]}}resolveEffectiveProperties(){if(super.resolveEffectiveProperties(),this._mleaderStyleId)return;const e=this.getDefaultMLeaderStyle();e&&(this._mleaderStyleId=e.objectId)}subWorldDraw(e){const t=[],r=e.subEntityTraits,i=r.color,s=r.rgbColor,o=r.lineType,a=r.lineWeight,l=this.getResolvedLeaderLineColor(),c=this.getResolvedLeaderLineStyle(),h=this.getResolvedLeaderLineWeight(),d=this.getResolvedTextColor();this.getResolvedLeaderLineType()!==0&&(this.applyColorTraits(r,l,i,s),this.applyLineTraits(r,c,h),this._leaders.forEach(g=>{g.leaderLines.forEach(m=>{const y=this.getLeaderLineDrawPoints(g,m);if(y.length>0){const _=this.drawLeaderLine(e,y);_&&t.push(_)}});const f=this.getDoglegPoints(g);f&&t.push(e.lines(f))}));const p=this.getRenderableMTextContent();if(this.contentType===2&&p){this.applyColorTraits(r,d,i,s);const g=this.getResolvedTextHeight(),f={text:p.text,height:g,width:this.getMTextRenderWidth(p.text,g),position:p.anchorPoint,rotation:this.textRotation,directionVector:this.textDirection,attachmentPoint:this.textAttachmentPoint,drawingDirection:this.textDrawingDirection,lineSpaceFactor:this.textLineSpacingFactor};t.push(e.mtext(f,this.getTextStyle(),!1))}if(r.color=i,r.rgbColor=s,r.lineType=o,r.lineWeight=a,t.length!==0)return t.length===1?t[0]:e.group(t)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbMLeader"),e.writeInt16(170,this.leaderLineType),e.writeBoolean(290,this.doglegEnabled),e.writeDouble(41,this.doglegLength),e.writeInt16(172,this.contentType),e.writeVector3d(210,this.normal),e.writeHandle(340,this.mleaderStyleId),this._landingPoint&&e.writePoint3d(10,this._landingPoint),e.writeVector3d(11,this.doglegVector),this._mtextContent&&(e.writeString(1,this._mtextContent.text),e.writePoint3d(12,this._mtextContent.anchorPoint),e.writeDouble(40,this.textHeight),e.writeDouble(42,this.textWidth),e.writeAngle(50,this.textRotation),e.writeString(7,this.textStyleName)),this._blockContent&&(e.writeHandle(341,this._blockContent.blockContentId??""),this._blockContent.position&&e.writePoint3d(15,this._blockContent.position),e.writeVector3d(16,this._blockContent.scale),e.writeAngle(52,this._blockContent.rotation)),this._leaders.forEach(t=>{t.landingPoint&&e.writePoint3d(110,t.landingPoint),t.doglegVector&&e.writeVector3d(111,t.doglegVector),e.writeDouble(140,t.doglegLength),e.writeInt16(171,t.leaderLines.length),t.leaderLines.forEach(r=>{e.writeInt16(90,r.vertices.length),r.vertices.forEach(i=>e.writePoint3d(10,i))})}),this}createPoint(e){return new b().copy(e)}createLeaderLine(e){var t,r;return{vertices:((t=e.vertices)==null?void 0:t.map(i=>this.createPoint(i)))??[],breakPointIndexes:e.breakPointIndexes?[...e.breakPointIndexes]:[],leaderLineIndex:e.leaderLineIndex,breaks:((r=e.breaks)==null?void 0:r.map(i=>({index:i.index,start:this.createPoint(i.start),end:this.createPoint(i.end)})))??[]}}cloneLeader(e){var t,r,i;return{lastLeaderLinePoint:(t=e.lastLeaderLinePoint)==null?void 0:t.clone(),lastLeaderLinePointSet:e.lastLeaderLinePointSet,landingPoint:(r=e.landingPoint)==null?void 0:r.clone(),doglegVector:(i=e.doglegVector)==null?void 0:i.clone(),doglegVectorSet:e.doglegVectorSet,doglegLength:e.doglegLength,breaks:e.breaks.map(s=>({index:s.index,start:s.start.clone(),end:s.end.clone()})),leaderBranchIndex:e.leaderBranchIndex,directionType:e.directionType,leaderLines:e.leaderLines.map(s=>({vertices:s.vertices.map(o=>o.clone()),breakPointIndexes:[...s.breakPointIndexes],leaderLineIndex:s.leaderLineIndex,breaks:s.breaks.map(o=>({index:o.index,start:o.start.clone(),end:o.end.clone()}))}))}}checkLeaderIndex(e){if(e<0||e>=this._leaders.length)throw new Error("The leader index is out of range!")}getMutableLeaderLine(e,t){this.checkLeaderIndex(e);const r=this._leaders[e].leaderLines[t];if(!r)throw new Error("The leader line index is out of range!");return r}collectGeometryPoints(){var t;const e=[];return this._leaders.forEach(r=>{r.lastLeaderLinePoint&&e.push(r.lastLeaderLinePoint),r.landingPoint&&e.push(r.landingPoint),r.breaks.forEach(s=>e.push(s.start,s.end)),r.leaderLines.forEach(s=>{e.push(...s.vertices),s.breaks.forEach(o=>e.push(o.start,o.end))});const i=this.getDoglegPoints(r);i&&e.push(...i),r.leaderLines.forEach(s=>{const o=this.getArrowheadPoints(this.getLeaderLineDrawPoints(r,s));o&&e.push(...o)})}),this._landingPoint&&e.push(this._landingPoint),this.contentBasePosition&&e.push(this.contentBasePosition),this.textAnchor&&e.push(this.textAnchor),this._mtextContent&&e.push(this._mtextContent.anchorPoint),(t=this._blockContent)!=null&&t.position&&e.push(this._blockContent.position),this.planeOrigin&&e.push(this.planeOrigin),e}getLeaderLineDrawPoints(e,t){if(t.vertices.length>=2)return t.vertices;if(t.vertices.length===0)return[];const r=e.lastLeaderLinePoint??e.landingPoint??this._landingPoint??this.contentBasePosition;return!r||t.vertices[0].equals(r)?t.vertices:[t.vertices[0],r]}getDoglegPoints(e){if(!this.getResolvedDoglegEnabled())return;const t=e.lastLeaderLinePoint??e.landingPoint??this._landingPoint,r=e.doglegVector??this._doglegVector,i=e.doglegLength??this.getResolvedDoglegLength();if(!t||i==null||i===0||r.lengthSq()===0)return;const s=t.clone().add(r.clone().normalize().multiplyScalar(i));return[t,s]}getArrowheadPoints(e){if(!this.isArrowheadVisible()||e.length<2)return;const t=this.getArrowheadFrame(e);if(!t)return;const r=this.getResolvedArrowheadSize(),{tip:i,unit:s}=t,o=i.clone().add(s.clone().multiplyScalar(r)),a=r/6,l=new x(-s.y,s.x,0),c=o.clone().add(l.clone().multiplyScalar(a)),h=o.clone().add(l.clone().multiplyScalar(-a));return[i,c,h,i]}isArrowheadVisible(){const e=this.getResolvedArrowheadId();return(e==null?void 0:e.toUpperCase())==="_NONE"?!1:this.getResolvedArrowheadSize()>0}drawLeaderLine(e,t){const r=[],i=this.getLeaderLinePointsForDraw(t);i.length>=2&&r.push(e.lines(i));const s=this.drawArrowhead(e,t);if(s&&r.push(s),r.length!==0)return r.length===1?r[0]:e.group(r)}getLeaderLinePointsForDraw(e){const t=this.getArrowheadLeaderLineTrimDistance();return t<=0?e:this.trimPolylineStart(e,t)}getArrowheadLeaderLineTrimDistance(){if(!this.isArrowheadVisible())return 0;const e=this.getResolvedArrowheadBlockTableRecord();if(!e)return 0;const t=this.getResolvedArrowheadSize();if(t<=0)return 0;const r=e.origin??b.ORIGIN;let i=r.x;for(const s of e.newIterator()){const o=s.geometricExtents;o.isEmpty()||o.max.x>i&&(i=o.max.x)}return Math.max(0,(i-r.x)*t)}trimPolylineStart(e,t){if(e.length<2||t<=0)return e;let r=t;for(let i=0;i<e.length-1;i++){const s=e[i],o=e[i+1],a=o.distanceTo(s);if(!(a<=0)){if(r<a){const l=new x().subVectors(o,s);return[s.clone().add(l.multiplyScalar(r/a)),...e.slice(i+1)]}r-=a}}return[e[e.length-1]]}drawArrowhead(e,t){if(!this.isArrowheadVisible())return;const r=this.drawArrowheadBlock(e,t);if(r)return r;const i=this.getArrowheadPoints(t);if(!i)return;const s=new Nt;s.add(new ee(i,!0));const o=e.subEntityTraits,a=o.fillType;o.fillType={solidFill:!0,patternAngle:0,definitionLines:[]};const l=e.area(s);return o.fillType=a,l}drawArrowheadBlock(e,t){const r=this.getResolvedArrowheadBlockTableRecord();if(!r)return;const i=this.getArrowheadFrame(t);if(!i)return;const{tip:s,unit:o}=i,a=this.getResolvedArrowheadSize(),l=Math.atan2(o.y,o.x),c=r.origin??b.ORIGIN,h=new D().makeTranslation(-c.x,-c.y,-c.z),d=new D().makeScale(a,a,a),p=new D().makeRotationZ(l),g=new D().makeTranslation(s.x,s.y,s.z),f=new D().multiplyMatrices(g,p).multiply(d).multiply(h);return an.instance.draw(e,r,this.rgbColor,[],!0,f,new x(this.normal))}getArrowheadFrame(e){if(e.length<2)return;const t=e[0],r=e.find(s=>!s.equals(t));if(!r)return;const i=new x().subVectors(r,t);if(i.lengthSq()!==0)return{tip:t,unit:i.normalize()}}getResolvedArrowheadId(){var t;const e=(t=this.getMLeaderStyle())==null?void 0:t.arrowSymbolId;return this.arrowheadId??e}getResolvedArrowheadBlockTableRecord(){const e=this.getResolvedArrowheadId();if(e)return this.database.tables.blockTable.getIdAt(e)}getResolvedArrowheadSize(){const e=this.getMLeaderStyle(),t=(e==null?void 0:e.arrowSize)??(e==null?void 0:e.scale);return this.arrowheadSize??this.contentScale??t??this.getResolvedTextHeight()}getResolvedTextHeight(){var t;const e=(t=this.getMLeaderStyle())==null?void 0:t.textHeight;return this.textHeight>0?this.textHeight:e!=null&&e>0?e:2.5}getRenderableMTextContent(){var r;if(this._mtextContent)return{text:this._mtextContent.text,anchorPoint:this._mtextContent.anchorPoint};const e=(r=this.getMLeaderStyle())==null?void 0:r.defaultMTextContents,t=this.textAnchor??this.contentBasePosition??this._landingPoint;if(!(!e||!t))return{text:e,anchorPoint:t}}getMTextRenderWidth(e,t){if(this._textWidth>0)return this._textWidth;if(!e)return this._textWidth;const r=e.replace(/\\[PpNn]/g,`
5
- `).replace(/\\[A-Za-z][^;]*;/g,"").replace(/[{}]/g,""),i=Math.max(...r.split(/\r\n|\r|\n/g).map(s=>s.length),1);return Math.max(t,i*t)}transformVector(e,t){const r=new b,i=new b(e.x,e.y,e.z);r.applyMatrix4(t),i.applyMatrix4(t),e.set(i.x-r.x,i.y-r.y,i.z-r.z)}getMLeaderStyle(){const e=this.database.objects.mleaderStyle,t=this.mleaderStyleId||this.leaderStyleId;if(t){const r=e.getIdAt(t);if(r)return r}return this.getDefaultMLeaderStyle()}getDefaultMLeaderStyle(){const e=this.resolveMLeaderStyleByName(this.getDefaultMLeaderStyleName());return e||this.database.objects.mleaderStyle.newIterator().toArray()[0]}resolveMLeaderStyleByName(e){const t=e==null?void 0:e.trim();if(!t)return;const r=this.database.objects.mleaderStyle,i=r.getAt(t);if(i)return i;const s=r.getIdAt(t);if(s)return s;const o=t.toUpperCase();for(const[a,l]of r.entries())if(a.toUpperCase()===o)return l}getDefaultMLeaderStyleName(){try{return this.database.cmleaderstyle||mt}catch{return mt}}getResolvedTextStyleName(){var s,o;const e=this.database.tables.textStyleTable,t=(s=this.getMLeaderStyle())==null?void 0:s.textStyleId,r=t?(o=e.getIdAt(t))==null?void 0:o.name:void 0;if(this.textStyleName)return this.textStyleName;const i=this.textStyleId?e.getIdAt(this.textStyleId):void 0;return i!=null&&i.name?i.name:r}getTextStyle(){const e=this.database.tables.textStyleTable.resolveAt(this.getResolvedTextStyleName());if(!e)throw new Error("No valid text style found in text style table.");return e.textStyle}getResolvedLeaderLineColor(){var e;return this.getResolvedComponentColor(this.leaderLineColor,(e=this.getMLeaderStyle())==null?void 0:e.leaderLineColor,Lg)}getResolvedLeaderLineType(){var t;const e=(t=this.getMLeaderStyle())==null?void 0:t.leaderLineType;return this.getResolvedStyleDrivenValue(this.leaderLineType,e,Sg)}getResolvedLeaderLineTypeId(){var e;return this.getResolvedStyleDrivenValue(this.leaderLineTypeId,(e=this.getMLeaderStyle())==null?void 0:e.leaderLineTypeId,Ig)}getResolvedLeaderLineStyle(){const e=this.getResolvedLeaderLineTypeId();if(!e)return;const t=this.database.tables.linetypeTable.getIdAt(e);if(t)return{type:"UserSpecified",...t.linetype}}getResolvedLeaderLineWeight(){var r;const e=(r=this.getMLeaderStyle())==null?void 0:r.leaderLineWeight,t=this.getResolvedStyleDrivenValue(this.leaderLineWeight,e,Eg);if(t!=null)return t}getResolvedDoglegEnabled(){var t;const e=(t=this.getMLeaderStyle())==null?void 0:t.doglegEnabled;return this.getResolvedStyleDrivenValue(this.doglegEnabled,e,Tg)}getResolvedDoglegLength(){var t;const e=(t=this.getMLeaderStyle())==null?void 0:t.doglegLength;return this.getResolvedStyleDrivenValue(this.doglegLength,e,Cg)}getResolvedTextColor(){var e;return this.getResolvedComponentColor(this.textColor,(e=this.getMLeaderStyle())==null?void 0:e.textColor,Mg)}getResolvedComponentColor(e,t,r){const i=e!=null?nr(e):void 0;if(!i)return t;const s=this.isPropertyOverrideEnabled(r);return s===!0?i:s===!1?t??i:!i.isByBlock&&!i.isByLayer?i:t??i}getResolvedStyleDrivenValue(e,t,r){const i=this.isPropertyOverrideEnabled(r);return i===!0?e??t:t??e}isPropertyOverrideEnabled(e){if(this.propertyOverrideFlag!=null)return(this.propertyOverrideFlag&e)!==0}applyColorTraits(e,t,r,i){e.color=r,e.rgbColor=i,t&&(e.color=t,e.rgbColor=this.resolveColorToRgb(t))}applyLineTraits(e,t,r){t&&(e.lineType=t),r!=null&&(e.lineWeight=r)}resolveColorToRgb(e){if(e.isByLayer){const t=this.getLayerColor();return(t==null?void 0:t.RGB)!=null?t.RGB:this.rgbColor}return e.isByBlock?this.rgbColor:e.RGB??this.rgbColor}};vo.typeName="MLeader";let oi=vo;const Po=class Po extends le{get dxfTypeName(){return"MTEXT"}constructor(){super(),this._contents="",this._height=0,this._width=0,this._lineSpacingFactor=.25,this._lineSpacingStyle=0,this._backgroundFill=!1,this._backgroundFillColor=13158600,this._backgroundFillTransparency=1,this._backgroundScaleFactor=1,this._rotation=0,this._styleName="",this._location=new b,this._attachmentPoint=exports.AcGiMTextAttachmentPoint.TopLeft,this._direction=new x(1,0,0),this._drawingDirection=exports.AcGiMTextFlowDirection.LEFT_TO_RIGHT}get contents(){return this._contents}set contents(e){this._contents=e}get height(){return this._height}set height(e){this._height=e}get width(){return this._width}set width(e){this._width=e}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get lineSpacingFactor(){return this._lineSpacingFactor}set lineSpacingFactor(e){this._lineSpacingFactor=e}get lineSpacingStyle(){return this._lineSpacingStyle}set lineSpacingStyle(e){this._lineSpacingStyle=e}get backgroundFill(){return this._backgroundFill}set backgroundFill(e){this._backgroundFill=e,this._backgroundFillColor=13158600}get backgroundFillColor(){return this._backgroundFillColor}set backgroundFillColor(e){this._backgroundFillColor=e}get backgroundFillTransparency(){return this._backgroundFillTransparency}set backgroundFillTransparency(e){this._backgroundFillTransparency=e}get backgroundScaleFactor(){return this._backgroundScaleFactor}set backgroundScaleFactor(e){this._backgroundScaleFactor=e}get styleName(){return this._styleName}set styleName(e){this._styleName=e}get location(){return this._location}set location(e){this._location.copy(e)}get attachmentPoint(){return this._attachmentPoint}set attachmentPoint(e){this._attachmentPoint=e}get direction(){return this._direction}set direction(e){this._direction.copy(e)}get drawingDirection(){return this._drawingDirection}set drawingDirection(e){this._drawingDirection=e}get geometricExtents(){const e=new B,t=this.width>0?this.width:jl(this.contents,this.height),r=gg(this.contents),i=pg(r,this.height,this.lineSpacingFactor);return Gl(e,this._location,t,i,this.attachmentPoint,this.rotation,this.direction)}subGetGripPoints(){return[this._location]}subGetOsnapPoints(e,t,r,i){v.Insertion===e&&i.push(this._location)}transformBy(e){const t=this._location.clone(),r=this._direction.lengthSq()>0?this._direction.clone().normalize():new x(Math.cos(this._rotation),Math.sin(this._rotation),0),i=new x(-r.y,r.x,r.z);i.lengthSq()===0&&i.set(0,1,0),i.normalize();const s=t.clone().add(r),o=t.clone().add(i);t.applyMatrix4(e),s.applyMatrix4(e),o.applyMatrix4(e);const a=new x(s).sub(t),l=new x(o).sub(t),c=a.length(),h=l.length();return this._location.copy(t),c>0&&(this._direction.copy(a).normalize(),this._rotation=Math.atan2(this._direction.y,this._direction.x),this._width*=c),h>0&&(this._height*=h),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.contents,set:e=>{this.contents=e}}},{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:e=>{this.styleName=e}}},{name:"attachmentPoint",type:"enum",editable:!0,options:[{label:exports.AcGiMTextAttachmentPoint[1],value:1},{label:exports.AcGiMTextAttachmentPoint[2],value:2},{label:exports.AcGiMTextAttachmentPoint[3],value:3},{label:exports.AcGiMTextAttachmentPoint[4],value:4},{label:exports.AcGiMTextAttachmentPoint[5],value:5},{label:exports.AcGiMTextAttachmentPoint[6],value:6},{label:exports.AcGiMTextAttachmentPoint[7],value:7},{label:exports.AcGiMTextAttachmentPoint[8],value:8},{label:exports.AcGiMTextAttachmentPoint[9],value:9}],accessor:{get:()=>this.attachmentPoint,set:e=>{this.attachmentPoint=e}}},{name:"drawingDirection",type:"enum",editable:!0,options:[{label:exports.AcGiMTextFlowDirection[1],value:1},{label:exports.AcGiMTextFlowDirection[2],value:2},{label:exports.AcGiMTextFlowDirection[3],value:3},{label:exports.AcGiMTextFlowDirection[4],value:4},{label:exports.AcGiMTextFlowDirection[5],value:5}],accessor:{get:()=>this.drawingDirection,set:e=>{this.drawingDirection=e}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.height,set:e=>{this.height=e}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:e=>{this.rotation=e}}},{name:"lineSpacingFactor",type:"float",editable:!0,accessor:{get:()=>this.lineSpacingFactor,set:e=>{this.lineSpacingFactor=e}}},{name:"definedWidth",type:"float",editable:!0,accessor:{get:()=>this.width,set:e=>{this.width=e}}},{name:"directionX",type:"float",editable:!0,accessor:{get:()=>this.direction.x,set:e=>{this.direction.x=e}}},{name:"directionY",type:"float",editable:!0,accessor:{get:()=>this.direction.y,set:e=>{this.direction.y=e}}},{name:"directionZ",type:"float",editable:!0,accessor:{get:()=>this.direction.z,set:e=>{this.direction.z=e}}}]},{groupName:"geometry",properties:[{name:"locationX",type:"float",editable:!0,accessor:{get:()=>this.location.x,set:e=>{this.location.x=e}}},{name:"locationY",type:"float",editable:!0,accessor:{get:()=>this.location.y,set:e=>{this.location.y=e}}},{name:"locationZ",type:"float",editable:!0,accessor:{get:()=>this.location.z,set:e=>{this.location.z=e}}}]}]}}getTextStyle(){const e=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!e)throw new Error("No valid text style found in text style table.");return e.textStyle}subWorldDraw(e,t){const r={text:this.contents,height:this.height,width:this.width,position:this.location,rotation:this.rotation,directionVector:this.direction,attachmentPoint:this.attachmentPoint,drawingDirection:this.drawingDirection,lineSpaceFactor:this.lineSpacingFactor};return e.mtext(r,this.getTextStyle(),t)}encodeMTextContentsForDxf(e){return e.replace(/\r\n|\r|\n/g,"\\P")}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbMText"),e.writePoint3d(10,this.location),e.writeDouble(40,this.height),e.writeDouble(41,this.width),e.writeString(1,this.encodeMTextContentsForDxf(this.contents)),e.writeString(7,this.styleName),e.writeAngle(50,this.rotation),e.writeVector3d(11,this.direction),e.writeInt16(71,this.attachmentPoint),e.writeInt16(72,this.drawingDirection),e.writeInt16(73,this.lineSpacingStyle),e.writeDouble(44,this.lineSpacingFactor),this.backgroundFill&&(e.writeInt16(90,1),e.writeInt32(63,this.backgroundFillColor),e.writeInt32(441,this.backgroundFillTransparency),e.writeDouble(45,this.backgroundScaleFactor)),this}};Po.typeName="MText";let dr=Po;const Ao=class Ao extends ge{get dxfTypeName(){return"SPLINE"}constructor(e,t,r,i,s){super(),this.rebuild(e,t,r,i,s)}rebuild(e,t,r,i,s){const o=+(e!==void 0)+ +(t!==void 0)+ +(r!==void 0)+ +(i!==void 0)+ +(s!==void 0);if(o<2||o>5)throw Pe.ILLEGAL_PARAMETERS;!Array.isArray(t)?this._geo=new $e(e,t,r,i):this._geo=new $e(e,t,r,i,s)}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}set closed(e){this._geo.closed=e}subGetGripPoints(){return this._geo.controlPoints.map(e=>new b(e.x,e.y,e.z??0))}subGetOsnapPoints(e,t,r,i){switch(e){case v.EndPoint:i.push(this._geo.startPoint),i.push(this._geo.endPoint);break;case v.Node:{const s=new Set;for(const o of this._geo.knots)s.has(o)||(s.add(o),i.push(this._geo.evaluateAt(o)));break}case v.Nearest:i.push(this._geo.nearestPoint(t));break}}transformBy(e){return this._geo.transform(e),this}subWorldDraw(e){const t=this._geo.getPoints(100);return e.lines(t)}dxfOutFields(e){var r;const t=this._geo;super.dxfOutFields(e),e.writeSubclassMarker("AcDbSpline"),e.writeInt16(70,this.closed?1:0),e.writeInt16(71,t.degree),e.writeInt16(72,t.knots.length),e.writeInt16(73,t.controlPoints.length),e.writeInt16(74,((r=t.fitPoints)==null?void 0:r.length)??0);for(const i of t.knots)e.writeDouble(40,i);for(const i of t.weights)e.writeDouble(41,i);for(const i of t.controlPoints)e.writePoint3d(10,i);for(const i of t.fitPoints??[])e.writePoint3d(11,i);return this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectPath2d(1);return t.length<2?1:Ae.from2dPoints(t,this.closed).getOffsetSideAtPoint(e)}createOffsetCurve(e){const{points:t,tangents:r}=this._geo.getOffsetSamplePath2d(e),i=uu(t,this.closed,e,r);return i?Ae.fromGePolyline(i):null}collectPath2d(e){return this._geo.getOffsetSamplePath2d(e).points}};Ao.typeName="Spline";let ur=Ao;const Og=new x,So=class So extends sn{get dxfTypeName(){return"ACAD_TABLE"}constructor(e,t,r){super(e),this._attachmentPoint=exports.AcGiMTextAttachmentPoint.TopLeft,this._numColumns=r,this._numRows=t,this._columnWidth=new Array(r),this._rowHeight=new Array(t),this._cells=new Array(t*r)}get attachmentPoint(){return this._attachmentPoint}set attachmentPoint(e){this._attachmentPoint=e}get numRows(){return this._numRows}set numRows(e){this._numRows=e}get numColumns(){return this._numColumns}set numColumns(e){this._numColumns=e}numContents(e,t){return 1}rowHeight(e){return this._rowHeight[e]}setRowHeight(e,t){this._rowHeight[e]=t}setUniformRowHeight(e){this._rowHeight.fill(e)}columnWidth(e){return this._columnWidth[e]}setUniformColumnWidth(e){this._columnWidth.fill(e)}setColumnWidth(e,t){this._columnWidth[e]=t}cell(e){if(!(e<0||e>=this._cells.length))return this._cells[e]}setCell(e,t){this._cells[e]=t}textString(e,t,r){var s;const i=e*this._numColumns+t;return(s=this._cells[i])==null?void 0:s.text}setTextString(e,t,r){const i=e*this._numColumns+t;if(!this._cells[i]){this._cells[i]={text:r,attachmentPoint:this._attachmentPoint,cellType:1,textHeight:0};return}this._cells[i].text=r}isEmpty(e,t){var i;const r=e*this._numColumns+t;return!((i=this._cells[r])!=null&&i.text)}get geometricExtents(){let e;try{e=this.blockTableRecord}catch{e=void 0}if(e&&e.newIterator().count>0){const a=new B;for(const l of e.newIterator())a.union(l.geometricExtents);return a.applyMatrix4(this.blockTransform),a}const t=this._columnWidth.reduce((a,l)=>a+l,0),r=this._rowHeight.reduce((a,l)=>a+l,0),i=new B;if(t===0&&r===0)return i.expandByPoint(this.position),i;const s=new Sn;s.setFromAxisAngle(x.Z_AXIS,this.rotation),gn.compose(this.position,s,this.scaleFactors);const o=[new b(0,0,0),new b(t,0,0),new b(t,-r,0),new b(0,-r,0)];for(const a of o)i.expandByPoint(a.applyMatrix4(gn));return i}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"table",properties:[{name:"numRows",type:"string",editable:!0,accessor:{get:()=>this.numRows,set:e=>{this.numRows=e}}},{name:"numColumns",type:"float",editable:!0,accessor:{get:()=>this.numColumns,set:e=>{this.numColumns=e}}},{name:"tableWidth",type:"float",editable:!1,accessor:{get:()=>this._columnWidth.reduce((e,t)=>e+t,0)}},{name:"tableHeight",type:"float",editable:!1,accessor:{get:()=>this._rowHeight.reduce((e,t)=>e+t,0)}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:e=>{this.position.x=e}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:e=>{this.position.y=e}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:e=>{this.position.z=e}}}]}]}}subWorldDraw(e){const t=this.blockTableRecord;if(t&&t.newIterator().count>0){const g=this.drawAnonymousTableBlock(e,t);if(g)return g}let r=0,i=0;const s=new Uint16Array(this.numColumns*this.numRows*8),o=new Float32Array((this.numColumns+1)*(this.numRows+1)*3);let a=0;for(let g=0;g<=this.numRows;g++){r-=g>0?this.rowHeight(g-1):0,i=0;for(let f=0;f<=this.numColumns;f++)i+=f>0?this.columnWidth(f-1):0,o[a++]=i,o[a++]=r,o[a++]=0}const l=[],c=new Array(this.numRows*this.numColumns).fill(!1);i=0,a=0;let h=0;for(let g=0;g<this.numColumns;g++){i+=g>0?this.columnWidth(g-1):0,r=0;for(let f=0;f<this.numRows;f++){r+=f>0?this.rowHeight(f-1):0;const m=this.cell(f*this.numColumns+g);if(h=f*this.numColumns+g,m&&!c[h]){const y=m.borderWidth??1,_=m.borderHeight??1;this.fillVisited(c,h,this.numColumns,y,_),s[a++]=g+f*(this.numColumns+1),s[a++]=g+f*(this.numColumns+1)+y;const P=o[s[a-1]*3]-i,L=g+(f+_)*(this.numColumns+1)+y;g+y==this.numColumns&&(s[a++]=g+f*(this.numColumns+1)+y,s[a++]=L);const S=-o[L*3+1]-r;if(f+_==this.numRows&&(s[a++]=g+(f+_)*(this.numColumns+1)+_,s[a++]=g+(f+_)*(this.numColumns+1)),s[a++]=g+(f+_)*(this.numColumns+1),s[a++]=g+f*(this.numColumns+1),m.text){const A=m.attachmentPoint||this.attachmentPoint||exports.AcGiMTextAttachmentPoint.MiddleCenter,N=this.getTableTextOffset(A,P,S),C={text:m.text,height:this.getCellTextHeight(m,S),width:P,position:Og.set(i,-r,0).clone().add(N),rotation:this.rotation,attachmentPoint:A},z=this.getTextStyle(m);l.push(e.mtext(C,z))}}}}l.push(e.lineSegments(o,3,s));const d=e.group(l),p=new Sn;return p.setFromAxisAngle(x.Z_AXIS,this.rotation),gn.compose(this.position,p,this.scaleFactors),d.applyMatrix(gn),d}drawAnonymousTableBlock(e,t){const r=[],i=t.newIterator();for(const a of i){let l;a.color.isByBlock&&this.rgbColor?(ha.copy(a.color),a.color.setRGBValue(this.rgbColor),l=a.worldDraw(e),a.color.copy(ha)):l=a.worldDraw(e),l&&(l.objectId=this.objectId,l.ownerId=this.ownerId,l.layerName=this.layer,l.visible=this.visibility&&a.visibility,r.push(l))}const s=e.group(r);s.applyMatrix(this.blockTransform);const o=this.normal;return o&&(o.x!==0||o.y!==0||o.z!==1)&&(gn.setFromExtrusionDirection(o),s.applyMatrix(gn)),s}fillVisited(e,t,r,i,s){if(s==1&&i==1)e[t]=!0;else for(let o=0;o<i;++o)for(let a=0;a<s;++a)e[t+o+a*r]=!0}getTextStyle(e){const t=this.database.tables.textStyleTable.resolveAt(e.textStyle);if(!t)throw new Error("No valid text style found in text style table.");return t.textStyle}getTableTextOffset(e,t,r){const i=new x;switch(e){case 1:break;case 2:i.setX(t/2);break;case 3:i.setX(t);break;case 4:i.setY(-r/2);break;case 5:i.set(t/2,-r/2,0);break;case 6:i.set(t,-r/2,0);break;case 7:i.setY(-r);break;case 8:i.set(t/2,-r,0);break;case 9:i.set(t,-r,0);break}return i}getCellTextHeight(e,t){return e.textHeight&&e.textHeight>0?e.textHeight:Math.max(t/2,1)}dxfOutFields(e){var s,o,a,l,c,h,d;super.dxfOutFields(e),e.writeSubclassMarker("AcDbTable");const t=e.version??((s=e.database)==null?void 0:s.version)??((o=this.database)==null?void 0:o.version),r=(t==null?void 0:t.value)!=null?t.value>=27:!1;e.writeInt16(280,this.tableDataVersion),e.writeObjectId(342,this.tableStyleId),e.writeObjectId(343,this.owningBlockRecordId),e.writeVector3d(11,this.horizontalDirection),e.writeUInt32(90,this.tableValueFlag),e.writeUInt32(93,this.tableOverrideFlag),e.writeUInt32(94,this.borderColorOverrideFlag),e.writeUInt32(95,this.borderLineweightOverrideFlag),e.writeUInt32(96,this.borderVisibilityOverrideFlag),e.writeInt16(71,this.attachmentPoint),e.writeInt32(91,this.numRows),e.writeInt32(92,this.numColumns);for(let p=0;p<this.numRows;++p)e.writeDouble(141,this.rowHeight(p));for(let p=0;p<this.numColumns;++p)e.writeDouble(142,this.columnWidth(p));const i=this._cells.length>0?this._cells.length:this.numRows*this.numColumns;for(let p=0;p<i;p++){const g=this._cells[p],f=(g==null?void 0:g.cellType)??(g!=null&&g.blockTableRecordId?2:1);if(e.writeInt16(171,f),e.writeInt16(172,(g==null?void 0:g.flagValue)??0),e.writeInt16(173,(g==null?void 0:g.mergedValue)??0),e.writeBoolean(174,g==null?void 0:g.autoFit),e.writeInt16(175,g==null?void 0:g.borderWidth),e.writeInt16(176,g==null?void 0:g.borderHeight),(g==null?void 0:g.overrideFlag)!=null&&(r?e.writeInt32(91,g.overrideFlag):e.writeInt16(177,g.overrideFlag)),e.writeInt16(178,g==null?void 0:g.virtualEdgeFlag),e.writeAngle(145,g==null?void 0:g.rotation),r&&e.writeInt16(92,g==null?void 0:g.extendedCellFlags),f===1)g!=null&&g.fieldObjetId?e.writeObjectId(344,g.fieldObjetId):this.writeCellText(e,(g==null?void 0:g.text)??"",r,g==null?void 0:g.cellValueBlockBegin);else if(f===2){if(e.writeObjectId(340,g==null?void 0:g.blockTableRecordId),e.writeDouble(144,g==null?void 0:g.blockScale),e.writeInt16(179,g==null?void 0:g.blockAttrNum),(a=g==null?void 0:g.attrDefineId)!=null&&a.length)for(const m of g.attrDefineId)e.writeObjectId(331,m);if((g==null?void 0:g.attrText)!=null)if(Array.isArray(g.attrText))for(const m of g.attrText)e.writeString(300,m);else e.writeString(300,g.attrText)}g!=null&&g.textStyle&&e.writeString(7,g.textStyle),(g==null?void 0:g.textHeight)!=null&&e.writeDouble(140,g.textHeight),(g==null?void 0:g.attachmentPoint)!=null&&e.writeInt16(170,g.attachmentPoint),(g==null?void 0:g.topBorderVisibility)!=null&&e.writeInt16(289,g.topBorderVisibility?1:0),(g==null?void 0:g.rightBorderVisibility)!=null&&e.writeInt16(285,g.rightBorderVisibility?1:0),(g==null?void 0:g.bottomBorderVisibility)!=null&&e.writeInt16(286,g.bottomBorderVisibility?1:0),(g==null?void 0:g.leftBorderVisibility)!=null&&e.writeInt16(288,g.leftBorderVisibility?1:0)}if(e.writeInt16(70,this.flowDirection),e.writeDouble(40,this.horizontalCellMargin),e.writeDouble(41,this.verticalCellMargin),this.suppressTitle!=null&&e.writeInt16(280,this.suppressTitle?1:0),this.suppressHeader!=null&&e.writeInt16(281,this.suppressHeader?1:0),(l=this.cellTypeOverrides)!=null&&l.length)for(const p of this.cellTypeOverrides){e.writeString(7,p.textStyle),e.writeDouble(140,p.textHeight),e.writeInt16(170,p.alignment),e.writeInt16(63,p.backgroundColor),e.writeInt16(64,p.contentColor),p.backgroundColorEnabled!=null&&e.writeInt16(283,p.backgroundColorEnabled?1:0);const g=p.borderLineweights;g&&(e.writeInt16(274,g.top),e.writeInt16(275,g.right),e.writeInt16(276,g.bottom),e.writeInt16(277,g.left),e.writeInt16(278,g.insideHorizontal),e.writeInt16(279,g.insideVertical));const f=p.borderVisibility;f&&(e.writeInt16(284,f.top?1:0),e.writeInt16(285,f.right?1:0),e.writeInt16(286,f.bottom?1:0),e.writeInt16(287,f.left?1:0),e.writeInt16(288,f.insideHorizontal?1:0),e.writeInt16(289,f.insideVertical?1:0))}if(this.tableBorderColors&&(e.writeInt16(63,this.tableBorderColors.left),e.writeInt16(64,this.tableBorderColors.top),e.writeInt16(65,this.tableBorderColors.insideHorizontal),e.writeInt16(66,this.tableBorderColors.bottom),e.writeInt16(68,this.tableBorderColors.insideVertical),e.writeInt16(69,this.tableBorderColors.right)),(c=this.rowDataTypes)!=null&&c.length)for(const p of this.rowDataTypes)e.writeInt16(97,p);if((h=this.rowUnitTypes)!=null&&h.length)for(const p of this.rowUnitTypes)e.writeInt16(98,p);if((d=this.rowFormats)!=null&&d.length)for(const p of this.rowFormats)e.writeString(4,p);return this}writeCellText(e,t,r,i){if(!r){if(t.length<=250){e.writeString(1,t);return}const a=Math.ceil(t.length/250);for(let l=0;l<a;l++){const c=l*250,h=c+250,d=t.slice(c,h);l===a-1?e.writeString(1,d):e.writeString(2,d)}return}if(e.writeString(301,i??"CELL_VALUE"),t.length<=250){e.writeString(302,t),e.writeString(304,"ACVALUE_END");return}const o=Math.ceil(t.length/250);for(let a=0;a<o;a++){const l=a*250,c=l+250,h=t.slice(l,c);a===o-1?e.writeString(302,h):e.writeString(303,h)}e.writeString(304,"ACVALUE_END")}};So.typeName="Table";let ai=So;const gn=new D,ha=new R,ir=class ir extends ge{get dxfTypeName(){return"TRACE"}constructor(){super(),this._elevation=0,this._thickness=1,this._vertices=[new b,new b,new b,new b]}get elevation(){return this._elevation}set elevation(e){this._elevation=e}get closed(){return!0}get thickness(){return this._thickness}set thickness(e){this._thickness=e}getPointAt(e){return e<0?this._vertices[0]:e>3?this._vertices[3]:this._vertices[e]}setPointAt(e,t){if(e<0&&this._vertices[0].copy(t),e>3)return this._vertices[3].copy(t);this._vertices[e].copy(t)}get geometricExtents(){return new B().setFromPoints(this._vertices)}subGetGripPoints(){const e=new Array;return e.push(...this._vertices),e}subGetOsnapPoints(e,t,r,i){const s=[this._vertices[0],this._vertices[1],this._vertices[3],this._vertices[2]];Zs(s,!0,e,t,i)}transformBy(e){return this._vertices.forEach(t=>t.applyMatrix4(e)),this._elevation=this._vertices[0].z,this}subWorldDraw(e){const t=new ee(ir.boundaryPointsFromVertices(this._vertices),!0),r=new Nt;r.add(t);const i=e.subEntityTraits;return i.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},e.area(r)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbTrace"),e.writeDouble(38,this.elevation),e.writeDouble(39,this.thickness),e.writePoint3d(10,this.getPointAt(0)),e.writePoint3d(11,this.getPointAt(1)),e.writePoint3d(12,this.getPointAt(2)),e.writePoint3d(13,this.getPointAt(3)),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectBoundary2d();return t.length<2?1:Ae.from2dPoints(t,!0).getOffsetSideAtPoint(e)}createOffsetCurve(e){return Ri(this.collectBoundary2d(),!0,e)}collectBoundary2d(){return ir.boundaryPointsFromVertices(this._vertices)}static boundaryPointsFromVertices(e){const t=e[0],r=e[1],i=e[2],s=e[3];return[new E(t.x,t.y),new E(r.x,r.y),new E(s.x,s.y),new E(i.x,i.y)]}};ir.typeName="Trace";let li=ir;const Lo=class Lo extends le{get dxfTypeName(){return"POINT"}constructor(){super(),this._geo=new b}get position(){return this._geo}set position(e){this._geo.set(e.x,e.y,e.z||0)}get geometricExtents(){return new B().expandByPoint(this._geo)}subGetGripPoints(){return[this._geo]}subGetOsnapPoints(e,t,r,i){e===v.Node&&i.push(this._geo)}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:e=>{this.position.x=e}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:e=>{this.position.y=e}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:e=>{this.position.z=e}}}]}]}}transformBy(e){return this._geo.applyMatrix4(e),this}subWorldDraw(e){return e.point(this._geo,{displayMode:this.database.pdmode,displaySize:this.database.pdsize})}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbPoint"),e.writePoint3d(10,this.position),this}};Lo.typeName="Point";let ci=Lo;var tc=(n=>(n[n.Invalid=0]="Invalid",n[n.Rect=1]="Rect",n[n.Poly=2]="Poly",n))(tc||{}),nc=(n=>(n[n.Show=1]="Show",n[n.ShowUnAligned=2]="ShowUnAligned",n[n.Clip=4]="Clip",n[n.Transparent=8]="Transparent",n))(nc||{});const Io=class Io extends le{get dxfTypeName(){return"IMAGE"}constructor(){super(),this._brightness=50,this._contrast=50,this._fade=0,this._width=0,this._height=0,this._position=new b,this._scale=new Z(1,1),this._rotation=0,this._imageSize=new E,this._clipBoundaryType=1,this._clipBoundary=[],this._isClipped=!1,this._isShownClipped=!1,this._isImageShown=!0,this._isImageTransparent=!1,this._imageDefId=""}get brightness(){return this._brightness}set brightness(e){this._brightness=e}get contrast(){return this._contrast}set contrast(e){this._contrast=e}get fade(){return this._fade}set fade(e){this._fade=e}get height(){return this._height}set height(e){this._height=e}get width(){return this._width}set width(e){this._width=e}get position(){return this._position}set position(e){this._position=e}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get scale(){return this._scale}set scale(e){this._scale.copy(e)}get imageSize(){return this._imageSize}set imageSize(e){this._imageSize.copy(e)}get clipBoundaryType(){return this._clipBoundaryType}set clipBoundaryType(e){this._clipBoundaryType=e}get clipBoundary(){return this._clipBoundary}set clipBoundary(e){this._clipBoundary=[],this._clipBoundary.push(...e)}get isClipped(){return this._isClipped}set isClipped(e){this._isClipped=e}get isShownClipped(){return this._isShownClipped}set isShownClipped(e){this._isShownClipped=e}get isImageShown(){return this._isImageShown}set isImageShown(e){this._isImageShown=e}get isImageTransparent(){return this._isImageTransparent}set isImageTransparent(e){this._isImageTransparent=e}get image(){return this._image}set image(e){this._image=e}get imageDefId(){return this._imageDefId}set imageDefId(e){this._imageDefId=e}get imageFileName(){if(this._imageDefId){const e=this.database.objects.imageDefinition.getIdAt(this._imageDefId);if(e)return e.sourceFileName}return""}get geometricExtents(){const e=new B;return e.min.copy(this._position),e.max.set(this._position.x+this._width,this._position.y+this._height,0),e}subGetGripPoints(){return this.boundaryPath()}subGetOsnapPoints(e,t,r,i){if(e===v.Insertion){i.push(this._position);return}const s=this.boundaryPath();if(s.length===0)return;let o=s;if(s.length>1){const a=s[0],l=s[s.length-1];a.x===l.x&&a.y===l.y&&(a.z||0)===(l.z||0)&&(o=s.slice(0,-1))}if(e===v.EndPoint){i.push(...o);return}Zs(o,!0,e,t,i)}subWorldDraw(e){const t=this.boundaryPath();return this._image?e.image(this._image,{boundary:t,roation:this._rotation}):e.lines(t)}transformBy(e){const t=this._width*this._scale.x,r=this._height*this._scale.y,i=new x(t*Math.cos(this._rotation),t*Math.sin(this._rotation),0),s=new x(-r*Math.sin(this._rotation),r*Math.cos(this._rotation),0),o=this._position.clone(),a=this._position.clone().add(i),l=this._position.clone().add(s);o.applyMatrix4(e),a.applyMatrix4(e),l.applyMatrix4(e);const c=new x(a).sub(o),h=new x(l).sub(o);return this._position.copy(o),this._rotation=Math.atan2(c.y,c.x),this._width=c.length(),this._height=h.length(),this._scale.set(1,1),this}boundaryPath(){const e=[];if(this.isClipped&&this._clipBoundary.length>3){const t=this._width,r=this._height,i=new xe;i.setFromPoints(this._clipBoundary);const s=new E;s.setX(this._position.x-i.min.x*t),s.setY(this._position.y-i.min.y*r),this._clipBoundary.forEach(o=>{const a=o.x*t+s.x,l=o.y*r+s.y;e.push(new b(a,l,this._position.z))})}else{if(e.push(this._position),e.push(this._position.clone().setX(this._position.x+this._width)),e.push(this._position.clone().set(this._position.x+this._width,this._position.y+this._height,this._position.z)),e.push(this._position.clone().setY(this._position.y+this._height)),this._rotation>0){da.copy(e[1]);for(let t=1;t<4;t++)Mr.copy(e[t]),Mr.rotateAround(da,this._rotation),e[t].setX(Mr.x),e[t].setY(Mr.y)}e.push(e[0])}return e}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbRasterImage"),e.writePoint3d(10,this.position);const t=this.width*this.scale.x,r=this.height*this.scale.y,i=this._imageSize.x>0&&this._imageSize.y>0?this._imageSize:{x:t,y:r},s=i.x>0?t/i.x:t,o=i.y>0?r/i.y:r,a=Math.cos(this._rotation),l=Math.sin(this._rotation);e.writePoint3d(11,{x:s*a,y:s*l,z:0}),e.writePoint3d(12,{x:-o*l,y:o*a,z:0}),e.writePoint2d(13,i),e.writeObjectId(340,this.imageDefId);const c=(this.isImageShown?1:0)|(this.isShownClipped?4:0)|(this.isImageTransparent?8:0);if(e.writeInt16(70,c),e.writeInt16(280,this.isClipped?1:0),e.writeInt16(281,this.brightness),e.writeInt16(282,this.contrast),e.writeInt16(283,this.fade),e.writeInt16(71,this.clipBoundaryType),this.isClipped){e.writeInt16(91,this.clipBoundary.length);for(const h of this.clipBoundary)e.writePoint2d(14,h)}return this}};Io.typeName="RasterImage";let gr=Io;const da=new E,Mr=new E,Oi=class Oi extends ge{get dxfTypeName(){return"RAY"}constructor(){super(),this._basePoint=new b,this._unitDir=new x}get basePoint(){return this._basePoint}set basePoint(e){this._basePoint.copy(e)}get unitDir(){return this._unitDir}set unitDir(e){this._unitDir.copy(e)}get closed(){return!1}get geometricExtents(){const e=new B;return e.expandByPoint(this._unitDir.clone().multiplyScalar(10).add(this._basePoint)),e.expandByPoint(this._unitDir.clone().multiplyScalar(-10).add(this._basePoint)),e}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"basePointX",type:"float",editable:!0,accessor:{get:()=>this.basePoint.x,set:e=>{this.basePoint.x=e}}},{name:"basePointY",type:"float",editable:!0,accessor:{get:()=>this.basePoint.y,set:e=>{this.basePoint.y=e}}},{name:"basePointZ",type:"float",editable:!0,accessor:{get:()=>this.basePoint.z,set:e=>{this.basePoint.z=e}}},{name:"unitDirX",type:"float",editable:!0,accessor:{get:()=>this.unitDir.x,set:e=>{this.unitDir.x=e}}},{name:"unitDirY",type:"float",editable:!0,accessor:{get:()=>this.unitDir.y,set:e=>{this.unitDir.y=e}}},{name:"unitDirZ",type:"float",editable:!0,accessor:{get:()=>this.unitDir.z,set:e=>{this.unitDir.z=e}}}]}]}}subGetGripPoints(){const e=new Array;return e.push(this.basePoint),e}subGetOsnapPoints(e,t,r,i){const s=this.basePoint;if(e===v.EndPoint){i.push(s);return}const o=this.unitDir.clone();if(o.lengthSq()===0)return;o.normalize();const a=new bt(s,s.clone().add(o));switch(e){case v.Nearest:{const l=a.project(t),h=new x(l).sub(s).dot(o);i.push(h<0?s:l);break}case v.Perpendicular:i.push(a.perpPoint(t));break}}transformBy(e){return this._basePoint.applyMatrix4(e),this._unitDir.transformDirection(e),this}subWorldDraw(e){const t=[];return t.push(this.basePoint),t.push(this._unitDir.clone().multiplyScalar(1e6).add(this._basePoint)),e.lines(t)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbRay"),e.writePoint3d(10,this.basePoint),e.writeVector3d(11,this.unitDir),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.basePoint,r=this.unitDir,i=Math.hypot(r.x,r.y);return i<=1e-9||(r.x*(e.y-t.y)-r.y*(e.x-t.x))/i>=0?1:-1}createOffsetCurve(e){const t=ll(this.basePoint,this.unitDir,e);if(!t)return null;const r=new Oi;return r.basePoint=t,r.unitDir=this.unitDir.clone(),r}};Oi.typeName="Ray";let hi=Oi;const Eo=class Eo extends le{get dxfTypeName(){return"SHAPE"}constructor(){super(),this._position=new b,this._size=1,this._name="",this._rotation=0,this._widthFactor=1,this._oblique=0,this._thickness=0,this._normal=new x(0,0,1),this._shapeNumber=0,this._styleName=""}get position(){return this._position}set position(e){this._position.copy(e)}get size(){return this._size}set size(e){this._size=e}get name(){return this._name}set name(e){this._name=e}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get widthFactor(){return this._widthFactor}set widthFactor(e){this._widthFactor=e}get oblique(){return this._oblique}set oblique(e){this._oblique=e}get thickness(){return this._thickness}set thickness(e){this._thickness=e}get normal(){return this._normal}set normal(e){this._normal.copy(e)}get shapeNumber(){return this._shapeNumber}set shapeNumber(e){this._shapeNumber=e}get styleId(){var t,r,i;const e=(i=(r=(t=this.database)==null?void 0:t.tables)==null?void 0:r.textStyleTable)==null?void 0:i.resolveAt(this._styleName);return(e==null?void 0:e.objectId)??""}set styleId(e){var r,i,s;const t=(s=(i=(r=this.database)==null?void 0:r.tables)==null?void 0:i.textStyleTable)==null?void 0:s.getIdAt(e);t&&(this._styleName=t.name)}get styleName(){return this._styleName}set styleName(e){this._styleName=e}get isPlanar(){return!0}get geometricExtents(){const e=Math.abs(this._size)/2,t=new B;return t.expandByPoint(this._position),e>0&&(t.expandByPoint(new b(this._position.x-e,this._position.y-e,this._position.z)),t.expandByPoint(new b(this._position.x+e,this._position.y+e,this._position.z))),t}subGetGripPoints(){return[this._position]}subGetOsnapPoints(e,t,r,i){e===v.Insertion&&i.push(this._position)}transformBy(e){const t=new D().setFromExtrusionDirection(this._normal),r=new D().makeRotationZ(this._rotation),i=new D().multiplyMatrices(t,r),s=this._position.clone(),o=new b(this._widthFactor,0,0).applyMatrix4(i).add(s),a=new b(0,1,0).applyMatrix4(i).add(s),l=new b(0,0,1).applyMatrix4(i).add(s);s.applyMatrix4(e),o.applyMatrix4(e),a.applyMatrix4(e),l.applyMatrix4(e);const c=new x(o).sub(s),h=new x(a).sub(s),d=new x(l).sub(s);let p=new x().crossVectors(c,h);p.lengthSq()===0?p=this._normal.clone().transformDirection(e):p.normalize();const f=new D().setFromExtrusionDirection(p).clone().invert(),m=c.clone().applyMatrix4(f),y=h.length(),_=c.length();this._position.copy(s),this._normal.copy(p),_>0&&(this._rotation=Math.atan2(m.y,m.x)),y>0&&(this._size*=y,_>0&&(this._widthFactor*=_/y));const P=d.length();return P>0&&(this._thickness*=P),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"shape",properties:[{name:"name",type:"string",editable:!0,accessor:{get:()=>this.name,set:e=>{this.name=e}}},{name:"size",type:"float",editable:!0,accessor:{get:()=>this.size,set:e=>{this.size=e}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:e=>{this.rotation=e}}},{name:"widthFactor",type:"float",editable:!0,accessor:{get:()=>this.widthFactor,set:e=>{this.widthFactor=e}}},{name:"oblique",type:"float",editable:!0,accessor:{get:()=>this.oblique,set:e=>{this.oblique=e}}},{name:"shapeNumber",type:"int",editable:!0,accessor:{get:()=>this.shapeNumber,set:e=>{this.shapeNumber=e}}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:e=>{this.position.x=e}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:e=>{this.position.y=e}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:e=>{this.position.z=e}}}]}]}}subWorldDraw(e,t){const i={...this.getTextStyle(),widthFactor:this.widthFactor,obliqueAngle:this.oblique*180/Math.PI},s={name:this._name.trim()||void 0,shapeNumber:this._shapeNumber!==0?this._shapeNumber:void 0,size:this.size,position:this._position,rotation:this._rotation,directionVector:this._normal,widthFactor:this.widthFactor};return e.shape(s,i,t)}getTextStyle(){const e=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!e)throw new Error("No valid text style found in text style table.");return e.textStyle}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbShape"),e.writePoint3d(10,this.position),e.writeDouble(40,this.size),e.writeString(2,this.name),e.writeAngle(50,this.rotation),e.writeDouble(41,this.widthFactor),e.writeAngle(51,this.oblique),e.writeDouble(39,this.thickness),this._styleName&&e.writeString(3,this._styleName),e.writeVector3d(210,this.normal),this}};Eo.typeName="Shape";let di=Eo;const To=class To extends le{get dxfTypeName(){return"VIEWPORT"}constructor(){super(),this._centerPoint=new b,this._height=0,this._width=0,this._viewCenter=new b,this._viewHeight=0,this._number=-1}get number(){return this._number}set number(e){this._number=e}get centerPoint(){return this._centerPoint}set centerPoint(e){this._centerPoint=e}get height(){return this._height}set height(e){this._height=e}get width(){return this._width}set width(e){this._width=e}get viewCenter(){return this._viewCenter}set viewCenter(e){this._viewCenter=e}get viewHeight(){return this._viewHeight}set viewHeight(e){this._viewHeight=e}get geometricExtents(){const e=this._width/2,t=this._height/2,r=new B;return r.expandByPoint(new b(this._centerPoint.x-e,this._centerPoint.y-t,this._centerPoint.z)),r.expandByPoint(new b(this._centerPoint.x+e,this._centerPoint.y+t,this._centerPoint.z)),r}transformBy(e){const t=this._centerPoint.clone(),r=this._centerPoint.clone().add(new x(this._width,0,0)),i=this._centerPoint.clone().add(new x(0,this._height,0));t.applyMatrix4(e),r.applyMatrix4(e),i.applyMatrix4(e);const s=new x(r).sub(t),o=new x(i).sub(t),a=this._height!==0?o.length()/this._height:1;return this._centerPoint.copy(t),this._width=s.length(),this._height=o.length(),this._viewHeight*=a,this}subWorldDraw(e){if(this._number>1&&this.ownerId!=this.database.tables.blockTable.modelSpace.objectId){const t=this.toGiViewport();return e.group(this.createViewportRect(t,e))}}toGiViewport(){const e=new Fl;return e.id=this.objectId,e.groupId=this.ownerId,e.number=this.number,e.centerPoint=this.centerPoint,e.width=this.width,e.height=this.height,e.viewHeight=this.viewHeight,e.viewCenter=this.viewCenter,e}createViewportRect(e,t){const r=[];return r.push(t.lines([new b(e.centerPoint.x-e.width/2,e.centerPoint.y-e.height/2,0),new b(e.centerPoint.x+e.width/2,e.centerPoint.y-e.height/2,0)])),r.push(t.lines([new b(e.centerPoint.x+e.width/2,e.centerPoint.y-e.height/2,0),new b(e.centerPoint.x+e.width/2,e.centerPoint.y+e.height/2,0)])),r.push(t.lines([new b(e.centerPoint.x+e.width/2,e.centerPoint.y+e.height/2,0),new b(e.centerPoint.x-e.width/2,e.centerPoint.y+e.height/2,0)])),r.push(t.lines([new b(e.centerPoint.x-e.width/2,e.centerPoint.y+e.height/2,0),new b(e.centerPoint.x-e.width/2,e.centerPoint.y-e.height/2,0)])),r}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbViewport"),e.writePoint3d(10,this.centerPoint),e.writeDouble(40,this.height),e.writeDouble(41,this.width),e.writePoint3d(12,this.viewCenter),e.writeDouble(45,this.viewHeight),e.writeInt32(69,this.number),this}};To.typeName="Viewport";let ui=To;const Co=class Co extends gr{get dxfTypeName(){return"WIPEOUT"}subWorldDraw(e){const t=this.boundaryPath(),r=new Nt;return r.add(new ee(t)),e.area(r)}dxfOutFields(e){return super.dxfOutFields(e),this}};Co.typeName="Wipeout";let gi=Co;const ki=class ki extends ge{get dxfTypeName(){return"XLINE"}constructor(){super(),this._basePoint=new b,this._unitDir=new x}get basePoint(){return this._basePoint}set basePoint(e){this._basePoint.copy(e)}get unitDir(){return this._unitDir}set unitDir(e){this._unitDir.copy(e)}get closed(){return!1}get geometricExtents(){const e=new B;return e.expandByPoint(this._unitDir.clone().multiplyScalar(10).add(this._basePoint)),e.expandByPoint(this._unitDir.clone().multiplyScalar(-10).add(this._basePoint)),e}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"basePointX",type:"float",editable:!0,accessor:{get:()=>this.basePoint.x,set:e=>{this.basePoint.x=e}}},{name:"basePointY",type:"float",editable:!0,accessor:{get:()=>this.basePoint.y,set:e=>{this.basePoint.y=e}}},{name:"basePointZ",type:"float",editable:!0,accessor:{get:()=>this.basePoint.z,set:e=>{this.basePoint.z=e}}},{name:"unitDirX",type:"float",editable:!0,accessor:{get:()=>this.unitDir.x,set:e=>{this.unitDir.x=e}}},{name:"unitDirY",type:"float",editable:!0,accessor:{get:()=>this.unitDir.y,set:e=>{this.unitDir.y=e}}},{name:"unitDirZ",type:"float",editable:!0,accessor:{get:()=>this.unitDir.z,set:e=>{this.unitDir.z=e}}}]}]}}subGetGripPoints(){const e=new Array;return e.push(this.basePoint),e}subGetOsnapPoints(e,t,r,i){const s=this.basePoint;if(e===v.EndPoint){i.push(s);return}const o=this.unitDir.clone();if(o.lengthSq()===0)return;o.normalize();const a=new bt(s,s.clone().add(o));switch(e){case v.Nearest:i.push(a.project(t));break;case v.Perpendicular:i.push(a.perpPoint(t));break}}transformBy(e){return this._basePoint.applyMatrix4(e),this._unitDir.transformDirection(e),this}subWorldDraw(e){const t=[];return t.push(this._unitDir.clone().multiplyScalar(-1e6).add(this._basePoint)),t.push(this._unitDir.clone().multiplyScalar(1e6).add(this._basePoint)),e.lines(t)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbXline"),e.writePoint3d(10,this.basePoint),e.writeVector3d(11,this.unitDir),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.basePoint,r=this.unitDir,i=Math.hypot(r.x,r.y);return i<=1e-9||(r.x*(e.y-t.y)-r.y*(e.x-t.x))/i>=0?1:-1}createOffsetCurve(e){const t=ll(this.basePoint,this.unitDir,e);if(!t)return null;const r=new ki;return r.basePoint=t,r.unitDir=this.unitDir.clone(),r}};ki.typeName="Xline";let pi=ki;class rc{constructor(e){this.position=new b(e.x,e.y,e.z||0)}}const Mo=class Mo extends ge{get dxfTypeName(){return"POLYLINE"}constructor(e,t,r,i=!1,s=!1){super(),this._mCount=e,this._nCount=t,this._closedM=i,this._closedN=s,this._vertices=r.map(o=>new rc(o))}get mCount(){return this._mCount}get nCount(){return this._nCount}get closedM(){return this._closedM}get closedN(){return this._closedN}get closed(){return this._closedM}set closed(e){this._closedM=e}get numberOfVertices(){return this._vertices.length}getVertexAt(e){if(e<0||e>=this._vertices.length)throw new Error("Vertex index out of bounds");return this._vertices[e]}getVertexAtMN(e,t){const r=e*this._nCount+t;return this.getVertexAt(r)}get geometricExtents(){if(this._vertices.length===0)return new B(new b(0,0,0),new b(0,0,0));let e=Number.MAX_VALUE,t=Number.MAX_VALUE,r=Number.MAX_VALUE,i=-Number.MAX_VALUE,s=-Number.MAX_VALUE,o=-Number.MAX_VALUE;return this._vertices.forEach(a=>{e=Math.min(e,a.position.x),t=Math.min(t,a.position.y),r=Math.min(r,a.position.z),i=Math.max(i,a.position.x),s=Math.max(s,a.position.y),o=Math.max(o,a.position.z)}),new B(new b(e,t,r),new b(i,s,o))}subGetGripPoints(){const e=new Array;return this._vertices.forEach(t=>{e.push(t.position)}),e}subGetOsnapPoints(e,t,r,i){switch(e){case v.EndPoint:this._vertices.forEach(s=>{i.push(s.position)});break}}transformBy(e){return this._vertices.forEach(t=>{t.position.applyMatrix4(e)}),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"mCount",type:"float",editable:!1,accessor:{get:()=>this._mCount}},{name:"nCount",type:"float",editable:!1,accessor:{get:()=>this._nCount}},{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._vertices.map(e=>({x:e.position.x,y:e.position.y,z:e.position.z}))}}]},{groupName:"others",properties:[{name:"closedM",type:"boolean",editable:!0,accessor:{get:()=>this._closedM,set:e=>{this._closedM=e}}},{name:"closedN",type:"boolean",editable:!0,accessor:{get:()=>this._closedN,set:e=>{this._closedN=e}}}]}]}}subWorldDraw(e){const t=[];for(let r=0;r<this._mCount;r++)for(let i=0;i<this._nCount;i++){const s=this.getVertexAtMN(r,i);let o=i+1;if(o>=this._nCount)if(this._closedN)o=0;else continue;const a=this.getVertexAtMN(r,o);t.push(s.position),t.push(a.position)}for(let r=0;r<this._nCount;r++)for(let i=0;i<this._mCount;i++){const s=this.getVertexAtMN(i,r);let o=i+1;if(o>=this._mCount)if(this._closedM)o=0;else continue;const a=this.getVertexAtMN(o,r);t.push(s.position),t.push(a.position)}return e.lines(t)}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbPolygonMesh");let t=16;return this._closedM&&(t|=1),this._closedN&&(t|=32),e.writeInt16(66,1),e.writeInt16(70,t),e.writeInt32(71,this._mCount),e.writeInt32(72,this._nCount),this}dxfOut(e,t=!1){super.dxfOut(e,t);for(let r=0;r<this.numberOfVertices;r++){const i=this.getVertexAt(r);e.writeStart("VERTEX"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDbPolygonMeshVertex"),e.writePoint3d(10,i.position),e.writeInt16(70,16)}return e.writeStart("SEQEND"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectBoundary2d();return t.length<2?1:Ae.from2dPoints(t,this.isBoundaryClosed()).getOffsetSideAtPoint(e)}createOffsetCurve(e){return Ri(this.collectBoundary2d(),this.isBoundaryClosed(),e)}isBoundaryClosed(){return this._closedM&&this._closedN&&this._mCount>1&&this._nCount>1}collectBoundary2d(){const e=this._mCount,t=this._nCount;if(e<1||t<1)return[];const r=[],i=(s,o)=>{const a=this.getVertexAtMN(s,o).position;r.push(new E(a.x,a.y))};if(e===1){for(let s=0;s<t;s++)i(0,s);return r}if(t===1){for(let s=0;s<e;s++)i(s,0);return r}for(let s=0;s<t;s++)i(0,s);for(let s=1;s<e;s++)i(s,t-1);for(let s=t-2;s>=0;s--)i(e-1,s);for(let s=e-2;s>=1;s--)i(s,0);return r}};Mo.typeName="PolygonMesh";let fi=Mo;class ic{constructor(e){this.position=new b(e.x,e.y,e.z||0)}}class sc{constructor(e){this.vertexIndices=e}}const Oo=class Oo extends ge{get dxfTypeName(){return"POLYLINE"}constructor(e,t){super(),this._vertices=e.map(r=>new ic(r)),this._faces=t.map(r=>new sc(r))}get numberOfVertices(){return this._vertices.length}get numberOfFaces(){return this._faces.length}get closed(){return!1}set closed(e){}getVertexAt(e){if(e<0||e>=this._vertices.length)throw new Error("Vertex index out of bounds");return this._vertices[e]}getFaceAt(e){if(e<0||e>=this._faces.length)throw new Error("Face index out of bounds");return this._faces[e]}get geometricExtents(){if(this._vertices.length===0)return new B(new b(0,0,0),new b(0,0,0));let e=Number.MAX_VALUE,t=Number.MAX_VALUE,r=Number.MAX_VALUE,i=-Number.MAX_VALUE,s=-Number.MAX_VALUE,o=-Number.MAX_VALUE;return this._vertices.forEach(a=>{e=Math.min(e,a.position.x),t=Math.min(t,a.position.y),r=Math.min(r,a.position.z),i=Math.max(i,a.position.x),s=Math.max(s,a.position.y),o=Math.max(o,a.position.z)}),new B(new b(e,t,r),new b(i,s,o))}subGetGripPoints(){const e=new Array;return this._vertices.forEach(t=>{e.push(t.position)}),e}subGetOsnapPoints(e,t,r,i){switch(e){case v.EndPoint:this._vertices.forEach(s=>{i.push(s.position)});break}}transformBy(e){return this._vertices.forEach(t=>{t.position.applyMatrix4(e)}),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._vertices.map(e=>({x:e.position.x,y:e.position.y,z:e.position.z}))}},{name:"faces",type:"array",editable:!1,itemSchema:{properties:[{name:"vertexIndices",type:"array",editable:!1,itemSchema:{properties:[{name:"index",type:"int",editable:!1}]}}]},accessor:{get:()=>this._faces.map(e=>({vertexIndices:e.vertexIndices}))}}]}]}}subWorldDraw(e){const t=[];return this._faces.forEach(r=>{const i=[];if(r.vertexIndices.forEach(s=>{const o=Math.abs(s)-1;o>=0&&o<this._vertices.length&&i.push(this._vertices[o].position)}),i.length>=3)for(let s=0;s<i.length;s++){const o=i[s],a=i[(s+1)%i.length];t.push(o),t.push(a)}}),e.lines(t)}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbPolyFaceMesh");const t=64;return e.writeInt16(66,1),e.writeInt16(70,t),this}dxfOut(e,t=!1){super.dxfOut(e,t);for(let r=0;r<this.numberOfVertices;r++){const i=this.getVertexAt(r);e.writeStart("VERTEX"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDbPolyFaceMeshVertex"),e.writePoint3d(10,i.position),e.writeInt16(70,64)}for(let r=0;r<this.numberOfFaces;r++){const i=this.getFaceAt(r);e.writeStart("VERTEX"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),e.writeSubclassMarker("AcDbVertex"),e.writeSubclassMarker("AcDbPolyFaceMeshVertex"),e.writeInt16(70,128),i.vertexIndices.forEach((s,o)=>{e.writeInt32(10+o,s)})}return e.writeStart("SEQEND"),e.writeHandle(5,this.database.generateHandle()),e.writeObjectId(330,this.objectId),e.writeSubclassMarker("AcDbEntity"),this}getOffsetCurves(e){const t=this.createOffsetCurve(e);return t?[t]:[]}getOffsetSideAtPoint(e){const t=this.collectLargestFaceBoundary2d();return t.length<2?1:Ae.from2dPoints(t,!0).getOffsetSideAtPoint(e)}createOffsetCurve(e){return Ri(this.collectLargestFaceBoundary2d(),!0,e)}collectLargestFaceBoundary2d(){let e=[];for(const t of this._faces){const r=t.vertexIndices.filter(i=>i>=0);r.length>e.length&&(e=r)}return e.length<2?this._vertices.map(t=>new E(t.position.x,t.position.y)):e.map(t=>{const r=this.getVertexAt(t).position;return new E(r.x,r.y)})}};Oo.typeName="PolyFaceMesh";let mi=Oo;var yi=(n=>(n[n.AtLeast=1]="AtLeast",n[n.Exactly=2]="Exactly",n))(yi||{});const ko=class ko extends le{get dxfTypeName(){return"DIMENSION"}constructor(){super(),this._dimBlockId=null,this._dimBlockPosition=new b,this._dimensionStyleName=null,this._dimensionText=null,this._textLineSpacingFactor=1,this._textLineSpacingStyle=1,this._textPosition=new b,this._textRotation=0,this._normal=new x(0,0,1)}get dimBlockId(){return this._dimBlockId}set dimBlockId(e){this._dimBlockId=e}get dimBlockPosition(){return this._dimBlockPosition}set dimBlockPosition(e){this._dimBlockPosition.copy(e)}get dimensionStyleName(){return this._dimensionStyleName}set dimensionStyleName(e){this._dimensionStyleName=e,this._dimStyle=void 0}get dimensionStyle(){if(this._dimStyle==null){let e;this.dimensionStyleName&&(e=this.database.tables.dimStyleTable.getAt(this.dimensionStyleName)),e==null&&(e=new on),this._dimStyle=e}return this._dimStyle}get dimensionText(){return this._dimensionText}set dimensionText(e){this._dimensionText=e}get measurement(){return this._measurement}set measurement(e){this._measurement=e}get textLineSpacingFactor(){return this._textLineSpacingFactor}set textLineSpacingFactor(e){this._textLineSpacingFactor=e}get textLineSpacingStyle(){return this._textLineSpacingStyle}set textLineSpacingStyle(e){this._textLineSpacingStyle=e}get textPosition(){return this._textPosition}set textPosition(e){this._textPosition.copy(e)}get textRotation(){return this._textRotation}set textRotation(e){this._textRotation=e}get normal(){return this._normal}set normal(e){this._normal.copy(e).normalize()}get properties(){return this.getBaseProperties()}getBaseProperties(){return{type:this.type,groups:[this.getGeneralProperties(),this.getDimensionProperties()]}}transformBy(e){const t=this._textPosition.clone(),r=this._textPosition.clone().add(new x(Math.cos(this._textRotation),Math.sin(this._textRotation),0));this._dimBlockPosition.applyMatrix4(e),this._textPosition.applyMatrix4(e),this._normal.transformDirection(e),t.applyMatrix4(e),r.applyMatrix4(e);const i=new x(r).sub(t);return i.lengthSq()>0&&(this._textRotation=Math.atan2(i.y,i.x)),this.subTransformBy(e),this}subGetOsnapPoints(e,t,r,i,s){const o=this.getDimBlockTableRecord();if(!o)return;const a=this.getFullDimBlockTransform(),l=new b(t).applyMatrix4(a.clone().invert()),c=new b(r).applyMatrix4(a.clone().invert()),h=(d,p)=>{const g=[];d.subGetOsnapPoints(e,l,c,g,p,a),d instanceof sn?g.forEach(f=>i.push(f.clone())):g.forEach(f=>i.push(new b(f).applyMatrix4(a)))};if(s){const d=o.getIdAt(s);if(d&&(h(d,s),i.length>0))return}for(const d of o.newIterator())h(d)}subWorldDraw(e){const t=this.getDimBlockTableRecord();if(t){const i=this.computeDimBlockTransform();return an.instance.draw(e,t,this.rgbColor,[],!1,i,this._normal)}return e.group([])}getDimBlockGeometricExtents(){const e=new B,t=this.getDimBlockTableRecord();if(!t)return e;for(const r of t.newIterator())e.union(r.geometricExtents);return e.applyMatrix4(this.getFullDimBlockTransform()),e}getGeometricExtentsFromDimBlockOrPoints(e){const t=this.getDimBlockGeometricExtents();if(!t.isEmpty())return t;const r=new B;for(const i of e)r.expandByPoint(i);return this.hasExplicitTextPosition()&&r.expandByPoint(this.textPosition),r}hasExplicitTextPosition(){const{x:e,y:t,z:r}=this.textPosition;return e!==0||t!==0||r!==0}getDimBlockTableRecord(){return this.dimBlockId?this.database.tables.blockTable.getAt(this.dimBlockId):void 0}getDimensionProperties(){return{groupName:"dimension",properties:[this.createProperty("dimensionStyleName","string",()=>this.dimensionStyleName??"",e=>{this.dimensionStyleName=e.trim()===""?null:e}),this.createProperty("dimensionText","string",()=>this.dimensionText??"",e=>{this.dimensionText=e}),this.createProperty("measurement","float",()=>this.getMeasurementPropertyValue()),this.createProperty("dimBlockId","string",()=>this.dimBlockId??""),...this.createPoint3dProperties("dimBlockPosition",()=>this.dimBlockPosition),...this.createPoint3dProperties("textPosition",()=>this.textPosition),this.createProperty("textRotation","float",()=>this.textRotation,e=>{this.textRotation=e}),this.createProperty("textLineSpacingFactor","float",()=>this.textLineSpacingFactor,e=>{this.textLineSpacingFactor=e}),this.createProperty("textLineSpacingStyle","enum",()=>this.textLineSpacingStyle,e=>{this.textLineSpacingStyle=e},[{label:yi[1],value:1},{label:yi[2],value:2}]),...this.createPoint3dProperties("normal",()=>this.normal)]}}createProperty(e,t,r,i,s){return{name:e,type:t,editable:i!=null,options:s,accessor:i?{get:r,set:i}:{get:r}}}createPoint3dProperties(e,t){return[this.createProperty(`${e}X`,"float",()=>t().x,r=>{t().x=r}),this.createProperty(`${e}Y`,"float",()=>t().y,r=>{t().y=r}),this.createProperty(`${e}Z`,"float",()=>t().z,r=>{t().z=r})]}getMeasurementPropertyValue(){return this.measurement}getFullDimBlockTransform(){const e=this.computeDimBlockTransform();if(this._normal.x===0&&this._normal.y===0&&this._normal.z===1)return e;const t=new D().setFromExtrusionDirection(this._normal);return new D().multiplyMatrices(t,e)}get arrowScaleFactor(){return this.dimensionStyle.dimasz}get firstArrowStyle(){return{type:this.firstArrowType,scale:this.arrowScaleFactor,appended:this.isAppendArrow,visible:this.dimensionStyle.dimse1==0}}get secondArrowStyle(){return{type:this.secondArrowType,scale:this.arrowScaleFactor,appended:this.isAppendArrow,visible:this.dimensionStyle.dimse2==0}}get isAppendArrow(){return!0}get firstArrowTypeBtrId(){const e=this.dimensionStyle;return e.dimsah==0?e.dimblk:e.dimblk1}get firstArrowType(){const e=this.firstArrowTypeBtrId;return this.getArrowName(e)}get secondArrowTypeBtrId(){const e=this.dimensionStyle;return e.dimsah==0?e.dimblk:e.dimblk2}get secondArrowType(){const e=this.secondArrowTypeBtrId;return this.getArrowName(e)}get arrowLineCount(){return 1}findPointOnLine1(e,t,r){const i=new b().subVectors(t,e).normalize();return new b(t).addScaledVector(i,r)}findPointOnLine2(e,t,r){const i=e.x+r*Math.cos(t),s=e.y+r*Math.sin(t);return{x:i,y:s}}adjustExtensionLine(e){const t=this.dimensionStyle;e.extend(t.dimexe),e.extend(-t.dimexo,!0)}getArrowName(e){const t=this.database.tables.blockTable.getIdAt(e);return t?t.name.toUpperCase():exports.AcGiArrowType.Closed}computeDimBlockTransform(){const e=this.dimBlockId?this.database.tables.blockTable.getAt(this.dimBlockId):void 0,t=(e==null?void 0:e.origin)??b.ORIGIN,r=new D().makeTranslation(-t.x,-t.y,-t.z),i=new D().makeTranslation(this._dimBlockPosition.x,this._dimBlockPosition.y,this._dimBlockPosition.z);return new D().multiplyMatrices(i,r)}subTransformBy(e){}dxfOutFields(e){super.dxfOutFields(e);const t=this.dimensionStyleName!=null?this.database.tables.dimStyleTable.getAt(this.dimensionStyleName):void 0;return e.writeSubclassMarker("AcDbDimension"),e.writeInt16(280,0),e.writeString(2,this.dimBlockId??void 0),e.writeString(3,this.dimensionStyleName??this.dimensionStyle.name),e.writePoint3d(10,this.dimBlockPosition),e.writeString(1,this.dimensionText??""),e.writeAngle(53,this.textRotation),e.writePoint3d(11,this.textPosition),e.writeInt16(70,0),e.writeInt16(72,this.textLineSpacingStyle),e.writeDouble(41,this.textLineSpacingFactor),e.writeDouble(42,this.measurement),e.writeVector3d(210,this.normal),e.writeObjectId(340,t==null?void 0:t.objectId),this}};ko.typeName="Dimension";let xt=ko;const No=class No extends xt{constructor(e,t,r,i,s=null,o=null){super(),this._centerPoint=new b().copy(e),this._xLine1Point=new b().copy(t),this._xLine2Point=new b().copy(r),this._arcPoint=new b().copy(i),this.dimensionText=s,this.dimensionStyleName=o}get arcPoint(){return this._arcPoint}set arcPoint(e){this._arcPoint.copy(e)}get centerPoint(){return this._centerPoint}set centerPoint(e){this._centerPoint.copy(e)}get xLine1Point(){return this._xLine1Point}set xLine1Point(e){this._xLine1Point.copy(e)}get xLine2Point(){return this._xLine2Point}set xLine2Point(e){this._xLine2Point.copy(e)}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("centerPoint",()=>this.centerPoint),...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("arcPoint",()=>this.arcPoint)]}]}}subTransformBy(e){this._arcPoint.applyMatrix4(e),this._centerPoint.applyMatrix4(e),this._xLine1Point.applyMatrix4(e),this._xLine2Point.applyMatrix4(e)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.centerPoint,this.arcPoint])}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDb3PointAngularDimension"),e.writePoint3d(13,this.xLine1Point),e.writePoint3d(14,this.xLine2Point),e.writePoint3d(15,this.centerPoint),e.writePoint3d(16,this.arcPoint),this}};No.typeName="3PointAngularDimension";let _i=No;const Yo=class Yo extends xt{constructor(e,t,r,i=null,s=null){super(),this._dimLinePoint=new b().copy(r),this._xLine1Point=new b().copy(e),this._xLine2Point=new b().copy(t),this._oblique=0,this._rotation=0,this.calculateRotation(),i?this.dimensionText=i:this.dimensionText=this._xLine1Point.distanceTo(this._xLine2Point).toFixed(3),this.dimensionStyleName=s}get dimLinePoint(){return this._dimLinePoint}set dimLinePoint(e){this._dimLinePoint.copy(e)}get xLine1Point(){return this._xLine1Point}set xLine1Point(e){this._xLine1Point.copy(e)}get xLine2Point(){return this._xLine2Point}set xLine2Point(e){this._xLine2Point.copy(e)}get rotation(){return this._rotation}set rotation(e){this._rotation=e}get oblique(){return this._oblique}set oblique(e){this._oblique=e}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("dimLinePoint",()=>this.dimLinePoint),this.createProperty("rotation","float",()=>this.rotation,t=>{this.rotation=t}),this.createProperty("oblique","float",()=>this.oblique,t=>{this.oblique=t})]}]}}subTransformBy(e){this._dimLinePoint.applyMatrix4(e),this._xLine1Point.applyMatrix4(e),this._xLine2Point.applyMatrix4(e),this.calculateRotation()}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.dimLinePoint])}get isAppendArrow(){return!1}createDimBlock(e){const t=new se;t.name=e;const r=this.createLines();r.forEach(a=>t.appendEntity(new hr(a.startPoint,a.endPoint))),this.createArrows(r[0]).forEach(a=>t.appendEntity(a));const s=r[0].midPoint,o=this.createMText(s,this._rotation);return o&&t.appendEntity(o),t}createMText(e,t){const r=i=>({x:Math.cos(i),y:Math.sin(i),z:0});if(this.dimensionText){const i=new dr;return i.attachmentPoint=exports.AcGiMTextAttachmentPoint.MiddleLeft,i.layer="0",i.color=new R(exports.AcCmColorMethod.ByBlock),i.location=e,i.contents=this.dimensionText??"",i.height=10,i.direction=r(t),i.styleName=this.dimensionStyle.dimtxsty,i}}createArrows(e){const t=[];return t.push(this.createArrow(e.startPoint,this.rotation+Math.PI,10)),t.push(this.createArrow(e.endPoint,this.rotation,10)),t}createArrow(e,t,r){const i="_CAXARROW",s=new sn(i);return s.position=e,s.rotation=t,s.scaleFactors={x:r,y:r,z:r},s}createLines(){const e=[],t=this.createExtensionLine(this._xLine1Point),r=this.createExtensionLine(this._xLine2Point),i=this.findIntersectionPoint(t,this._dimLinePoint),s=this.findIntersectionPoint(r,this._dimLinePoint),o=new bt(i,s);return e.push(o),t.endPoint=i,this.adjustExtensionLine(t),e.push(t),r.endPoint=s,this.adjustExtensionLine(r),e.push(r),e}createExtensionLine(e){const t=this.rotation+Math.PI/2,r=this.findPointOnLine2(e,t,100);return new bt(e,{...r,z:e.z})}findIntersectionPoint(e,t){const r=e.startPoint,i=e.endPoint,s=new x().subVectors(i,r).normalize(),a=new x().subVectors(t,r).dot(s),l=new x().copy(s).multiplyScalar(a);return new x().addVectors(r,l)}calculateRotation(){const e=this._xLine1Point,t=this._xLine2Point,r=t.x-e.x,i=t.y-e.y;this._rotation=Math.atan2(i,r)}get dxfSubclassMarker(){return"AcDbAlignedDimension"}getMeasurementPropertyValue(){return this.measurement??this.xLine1Point.distanceTo(this.xLine2Point)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker(this.dxfSubclassMarker),e.writePoint3d(13,this.xLine1Point),e.writePoint3d(14,this.xLine2Point),e.writePoint3d(15,this.dimLinePoint),e.writeAngle(50,this.rotation),e.writeAngle(52,this.oblique),this}};Yo.typeName="AlignedDimension";let pr=Yo;const Xo=class Xo extends xt{constructor(e,t,r,i,s=null,o=null){super(),this._arcPoint=new b().copy(i),this._xLine1Point=new b().copy(t),this._xLine2Point=new b().copy(r),this._centerPoint=new b().copy(e),this.dimensionText=s,this.dimensionStyleName=o}get arcPoint(){return this._arcPoint}set arcPoint(e){this._arcPoint.copy(e)}get centerPoint(){return this._centerPoint}set centerPoint(e){this._centerPoint.copy(e)}get xLine1Point(){return this._xLine1Point}set xLine1Point(e){this._xLine1Point.copy(e)}get xLine2Point(){return this._xLine2Point}set xLine2Point(e){this._xLine2Point.copy(e)}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("centerPoint",()=>this.centerPoint),...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("arcPoint",()=>this.arcPoint)]}]}}subTransformBy(e){this._arcPoint.applyMatrix4(e),this._centerPoint.applyMatrix4(e),this._xLine1Point.applyMatrix4(e),this._xLine2Point.applyMatrix4(e)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.centerPoint,this.arcPoint])}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbArcDimension"),e.writePoint3d(13,this.xLine1Point),e.writePoint3d(14,this.xLine2Point),e.writePoint3d(15,this.centerPoint),e.writePoint3d(16,this.arcPoint),this}};Xo.typeName="ArcDimension";let Is=Xo;const Ro=class Ro extends xt{constructor(e,t,r=0,i=null,s=null){super(),this._chordPoint=new b().copy(e),this._farChordPoint=new b().copy(t),this._extArcStartAngle=0,this._extArcEndAngle=0,this._leaderLength=r,this.dimensionText=i,this.dimensionStyleName=s}get chordPoint(){return this._chordPoint}set chordPoint(e){this._chordPoint.copy(e)}get farChordPoint(){return this._farChordPoint}set farChordPoint(e){this._farChordPoint.copy(e)}get extArcStartAngle(){return this._extArcStartAngle}set extArcStartAngle(e){this._extArcStartAngle=e}get extArcEndAngle(){return this._extArcEndAngle}set extArcEndAngle(e){this._extArcEndAngle=e}get leaderLength(){return this._leaderLength}set leaderLength(e){this._leaderLength=e}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("chordPoint",()=>this.chordPoint),...this.createPoint3dProperties("farChordPoint",()=>this.farChordPoint),this.createProperty("leaderLength","float",()=>this.leaderLength,t=>{this.leaderLength=t}),this.createProperty("extArcStartAngle","float",()=>this.extArcStartAngle,t=>{this.extArcStartAngle=t}),this.createProperty("extArcEndAngle","float",()=>this.extArcEndAngle,t=>{this.extArcEndAngle=t})]}]}}subTransformBy(e){this._chordPoint.applyMatrix4(e),this._farChordPoint.applyMatrix4(e)}getMeasurementPropertyValue(){return this.measurement??this.chordPoint.distanceTo(this.farChordPoint)}get geometricExtents(){const e=[this.chordPoint,this.farChordPoint];if(this.leaderLength>0){const t=this.farChordPoint.clone().sub(this.chordPoint);t.lengthSq()>0&&(t.normalize().multiplyScalar(this.leaderLength),e.push(this.farChordPoint.clone().add(t)))}return this.getGeometricExtentsFromDimBlockOrPoints(e)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbDiametricDimension"),e.writePoint3d(15,this.chordPoint),e.writePoint3d(16,this.farChordPoint),e.writeDouble(40,this.leaderLength),e.writeAngle(52,this.extArcStartAngle),e.writeAngle(53,this.extArcEndAngle),this}};Ro.typeName="DiametricDimension";let bi=Ro;const Bo=class Bo extends xt{constructor(e,t,r=null,i=null){super(),this._definingPoint=new b().copy(e),this._leaderEndPoint=new b().copy(t),this.dimensionText=r,this.dimensionStyleName=i}get definingPoint(){return this._definingPoint}set definingPoint(e){this._definingPoint.copy(e)}get leaderEndPoint(){return this._leaderEndPoint}set leaderEndPoint(e){this._leaderEndPoint.copy(e)}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("definingPoint",()=>this.definingPoint),...this.createPoint3dProperties("leaderEndPoint",()=>this.leaderEndPoint)]}]}}subTransformBy(e){this._definingPoint.applyMatrix4(e),this._leaderEndPoint.applyMatrix4(e)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.definingPoint,this.leaderEndPoint])}get arrowLineCount(){return 0}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbOrdinateDimension"),e.writePoint3d(13,this.definingPoint),e.writePoint3d(14,this.leaderEndPoint),this}};Bo.typeName="OrdinateDimension";let xi=Bo;const Fo=class Fo extends xt{constructor(e,t,r,i=null,s=null){super(),this._center=new b().copy(e),this._chordPoint=new b().copy(t),this._leaderLength=r,this._extArcStartAngle=0,this._extArcEndAngle=0,this.dimensionText=i,this.dimensionStyleName=s}get center(){return this._center}set center(e){this._center.copy(e)}get chordPoint(){return this._chordPoint}set chordPoint(e){this._chordPoint.copy(e)}get extArcStartAngle(){return this._extArcStartAngle}set extArcStartAngle(e){this._extArcStartAngle=e}get extArcEndAngle(){return this._extArcEndAngle}set extArcEndAngle(e){this._extArcEndAngle=e}get leaderLength(){return this._leaderLength}set leaderLength(e){this._leaderLength=e}set leaderLenght(e){this._leaderLength=e}get properties(){const e=this.getBaseProperties();return{type:this.type,groups:[...e.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("center",()=>this.center),...this.createPoint3dProperties("chordPoint",()=>this.chordPoint),this.createProperty("leaderLength","float",()=>this.leaderLength,t=>{this.leaderLength=t}),this.createProperty("extArcStartAngle","float",()=>this.extArcStartAngle,t=>{this.extArcStartAngle=t}),this.createProperty("extArcEndAngle","float",()=>this.extArcEndAngle,t=>{this.extArcEndAngle=t})]}]}}subTransformBy(e){this._center.applyMatrix4(e),this._chordPoint.applyMatrix4(e)}getMeasurementPropertyValue(){return this.measurement??this.center.distanceTo(this.chordPoint)}get geometricExtents(){const e=[this.center,this.chordPoint];if(this.leaderLength>0){const t=this.chordPoint.clone().sub(this.center);t.lengthSq()>0&&(t.normalize().multiplyScalar(this.leaderLength),e.push(this.chordPoint.clone().add(t)))}return this.getGeometricExtentsFromDimBlockOrPoints(e)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbRadialDimension"),e.writePoint3d(15,this.center),e.writePoint3d(13,this.chordPoint),e.writeDouble(40,this.leaderLength),e.writeAngle(52,this.extArcStartAngle),e.writeAngle(53,this.extArcEndAngle),this}};Fo.typeName="RadialDimension";let wi=Fo;const Do=class Do extends pr{get dxfSubclassMarker(){return"AcDbRotatedDimension"}};Do.typeName="RotatedDimension";let vi=Do;class tn extends Ge{constructor(e){super(),this.database=e,this.objectId=e.generateHandle(),this._recordsByName=new Map,this._recordsById=new Map}get numEntries(){return this._recordsByName.size}setAt(e,t){t.database=this.database,t.ownerId=this.objectId,this.database.commitObjectHandle(t,r=>this.hasId(r)),this._recordsByName.set(e,t),this._recordsById.set(t.objectId,t),this.database.events.dictObjetSet.dispatch({database:this.database,object:t,key:e})}remove(e){const t=this.getAt(e);return t?(this._recordsByName.delete(e.toUpperCase()),this._recordsById.delete(this.objectId),this.database.events.dictObjectErased.dispatch({database:this.database,object:t,key:e}),!0):!1}removeId(e){const t=this.getIdAt(e);return t?(this._recordsById.delete(this.objectId),this._recordsByName.forEach((r,i)=>{r===t&&(this._recordsByName.delete(i),this.database.events.dictObjectErased.dispatch({database:this.database,object:t,key:i}))}),!0):!1}removeAll(){this._recordsByName.forEach((e,t)=>{this.database.events.dictObjectErased.dispatch({database:this.database,object:e,key:t})}),this._recordsByName.clear(),this._recordsById.clear()}has(e){return this._recordsByName.has(e.toUpperCase())}hasId(e){return this._recordsById.has(e)}getAt(e){return this._recordsByName.get(e)}getIdAt(e){return this._recordsById.get(e)}newIterator(){return new _r(this._recordsByName)}entries(){return this._recordsByName.entries()}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbDictionary"),e.writeInt16(280,1),e.writeInt16(281,1);for(const[t,r]of this._recordsByName)e.writeString(3,t),e.writeObjectId(350,r.objectId);return this}}class oc extends tn{getBtrIdAt(e){for(const[t,r]of this._recordsByName)if(r.blockTableRecordId==e)return r}get maxTabOrder(){let e=-1;return this._recordsByName.forEach(t=>{t.tabOrder>e&&(e=t.tabOrder)}),e}}class Js extends Ge{constructor(){super(),this._contentType=2,this._drawMLeaderOrderType=1,this._drawLeaderOrderType=0,this._bitFlags=0,this._maxLeaderSegmentsPoints=-1,this._firstSegmentAngleConstraint=0,this._secondSegmentAngleConstraint=0,this._leaderLineType=1,this._leaderLineColor=new R(exports.AcCmColorMethod.ByLayer),this._leaderLineWeight=-2,this._enableLanding=!0,this._landingGap=2,this._enableDogleg=!0,this._doglegLength=8,this._description="",this._arrowSize=4,this._defaultMTextContents="",this._textLeftAttachmentType=1,this._textAngleType=1,this._textAlignmentType=0,this._textRightAttachmentType=1,this._textColor=new R(exports.AcCmColorMethod.ByLayer),this._textHeight=4,this._enableFrameText=!1,this._textAlignAlwaysLeft=!1,this._alignSpace=0,this._blockColor=new R(exports.AcCmColorMethod.ByBlock),this._blockScale=new x(1,1,1),this._enableBlockScale=!0,this._blockRotation=0,this._enableBlockRotation=!1,this._blockConnectionType=0,this._scale=1,this._overwritePropChanged=!1,this._annotative=!1,this._breakSize=0,this._textAttachmentDirection=0,this._bottomTextAttachmentType=9,this._topTextAttachmentType=9,this._extendLeaderToText=!1}get unknown1(){return this._unknown1}set unknown1(e){this._unknown1=e}get contentType(){return this._contentType}set contentType(e){this._contentType=e}get drawMLeaderOrderType(){return this._drawMLeaderOrderType}set drawMLeaderOrderType(e){this._drawMLeaderOrderType=e}get drawLeaderOrderType(){return this._drawLeaderOrderType}set drawLeaderOrderType(e){this._drawLeaderOrderType=e}get bitFlags(){return this._bitFlags}set bitFlags(e){this._bitFlags=e}get maxLeaderSegmentsPoints(){return this._maxLeaderSegmentsPoints}set maxLeaderSegmentsPoints(e){this._maxLeaderSegmentsPoints=e}get maxLeaderSegmentPoints(){return this.maxLeaderSegmentsPoints}set maxLeaderSegmentPoints(e){this.maxLeaderSegmentsPoints=e}get firstSegmentAngleConstraint(){return this._firstSegmentAngleConstraint}set firstSegmentAngleConstraint(e){this._firstSegmentAngleConstraint=e}get secondSegmentAngleConstraint(){return this._secondSegmentAngleConstraint}set secondSegmentAngleConstraint(e){this._secondSegmentAngleConstraint=e}get leaderLineType(){return this._leaderLineType}set leaderLineType(e){this._leaderLineType=e}get leaderLineColor(){return this._leaderLineColor}set leaderLineColor(e){this._leaderLineColor.copy(e)}get leaderLineTypeId(){return this._leaderLineTypeId}set leaderLineTypeId(e){this._leaderLineTypeId=e}get leaderLineWeight(){return this._leaderLineWeight}set leaderLineWeight(e){this._leaderLineWeight=e}get enableLanding(){return this._enableLanding}set enableLanding(e){this._enableLanding=e}get landingEnabled(){return this.enableLanding}set landingEnabled(e){this.enableLanding=e}get landingGap(){return this._landingGap}set landingGap(e){this._landingGap=e}get enableDogleg(){return this._enableDogleg}set enableDogleg(e){this._enableDogleg=e}get doglegEnabled(){return this.enableDogleg}set doglegEnabled(e){this.enableDogleg=e}get doglegLength(){return this._doglegLength}set doglegLength(e){this._doglegLength=e}get description(){return this._description}set description(e){this._description=e}get arrowSymbolId(){return this._arrowSymbolId}set arrowSymbolId(e){this._arrowSymbolId=e}get arrowheadId(){return this.arrowSymbolId}set arrowheadId(e){this.arrowSymbolId=e}get arrowSize(){return this._arrowSize}set arrowSize(e){this._arrowSize=e}get arrowheadSize(){return this.arrowSize}set arrowheadSize(e){this.arrowSize=e}get defaultMTextContents(){return this._defaultMTextContents}set defaultMTextContents(e){this._defaultMTextContents=e}get defaultMText(){return this.defaultMTextContents}set defaultMText(e){this.defaultMTextContents=e}get textString(){return this.defaultMTextContents}set textString(e){this.defaultMTextContents=e}get textStyleId(){return this._textStyleId}set textStyleId(e){this._textStyleId=e}get textStyle(){return this.textStyleId}set textStyle(e){this.textStyleId=e}get textLeftAttachmentType(){return this._textLeftAttachmentType}set textLeftAttachmentType(e){this._textLeftAttachmentType=e}get textAngleType(){return this._textAngleType}set textAngleType(e){this._textAngleType=e}get textAlignmentType(){return this._textAlignmentType}set textAlignmentType(e){this._textAlignmentType=e}get textRightAttachmentType(){return this._textRightAttachmentType}set textRightAttachmentType(e){this._textRightAttachmentType=e}get textColor(){return this._textColor}set textColor(e){this._textColor.copy(e)}get textHeight(){return this._textHeight}set textHeight(e){this._textHeight=e}get enableFrameText(){return this._enableFrameText}set enableFrameText(e){this._enableFrameText=e}get textFrameEnabled(){return this.enableFrameText}set textFrameEnabled(e){this.enableFrameText=e}get textAlignAlwaysLeft(){return this._textAlignAlwaysLeft}set textAlignAlwaysLeft(e){this._textAlignAlwaysLeft=e}get alignSpace(){return this._alignSpace}set alignSpace(e){this._alignSpace=e}get blockId(){return this._blockId}set blockId(e){this._blockId=e}get blockContentId(){return this.blockId}set blockContentId(e){this.blockId=e}get blockColor(){return this._blockColor}set blockColor(e){this._blockColor.copy(e)}get blockContentColor(){return this.blockColor}set blockContentColor(e){this.blockColor=e}get blockScale(){return this._blockScale.clone()}set blockScale(e){this._blockScale.copy(e)}get blockContentScale(){return this.blockScale}set blockContentScale(e){this.blockScale=e}get enableBlockScale(){return this._enableBlockScale}set enableBlockScale(e){this._enableBlockScale=e}get blockContentScaleEnabled(){return this.enableBlockScale}set blockContentScaleEnabled(e){this.enableBlockScale=e}get blockRotation(){return this._blockRotation}set blockRotation(e){this._blockRotation=e}get blockContentRotation(){return this.blockRotation}set blockContentRotation(e){this.blockRotation=e}get enableBlockRotation(){return this._enableBlockRotation}set enableBlockRotation(e){this._enableBlockRotation=e}get blockContentRotationEnabled(){return this.enableBlockRotation}set blockContentRotationEnabled(e){this.enableBlockRotation=e}get blockConnectionType(){return this._blockConnectionType}set blockConnectionType(e){this._blockConnectionType=e}get blockContentConnectionType(){return this.blockConnectionType}set blockContentConnectionType(e){this.blockConnectionType=e}get scale(){return this._scale}set scale(e){this._scale=e}get scaleFactor(){return this.scale}set scaleFactor(e){this.scale=e}get overwritePropChanged(){return this._overwritePropChanged}set overwritePropChanged(e){this._overwritePropChanged=e}get overwritePropertyValue(){return this.overwritePropChanged}set overwritePropertyValue(e){this.overwritePropChanged=e}get annotative(){return this._annotative}set annotative(e){this._annotative=e}get breakSize(){return this._breakSize}set breakSize(e){this._breakSize=e}get breakGapSize(){return this.breakSize}set breakGapSize(e){this.breakSize=e}get textAttachmentDirection(){return this._textAttachmentDirection}set textAttachmentDirection(e){this._textAttachmentDirection=e}get bottomTextAttachmentType(){return this._bottomTextAttachmentType}set bottomTextAttachmentType(e){this._bottomTextAttachmentType=e}get bottomTextAttachmentDirection(){return this.bottomTextAttachmentType}set bottomTextAttachmentDirection(e){this.bottomTextAttachmentType=e}get topTextAttachmentType(){return this._topTextAttachmentType}set topTextAttachmentType(e){this._topTextAttachmentType=e}get topTextAttachmentDirection(){return this.topTextAttachmentType}set topTextAttachmentDirection(e){this.topTextAttachmentType=e}get extendLeaderToText(){return this._extendLeaderToText}set extendLeaderToText(e){this._extendLeaderToText=e}get unknown2(){return this._unknown2}set unknown2(e){this._unknown2=e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbMLeaderStyle"),e.writeInt16(179,this.unknown1),e.writeInt16(170,this.contentType),e.writeInt16(171,this.drawMLeaderOrderType),e.writeInt16(172,this.drawLeaderOrderType),e.writeInt32(90,this.maxLeaderSegmentsPoints),e.writeDouble(40,this.firstSegmentAngleConstraint),e.writeDouble(41,this.secondSegmentAngleConstraint),e.writeInt16(173,this.leaderLineType),e.writeInt32(91,Br(this.leaderLineColor)),e.writeHandle(340,this.leaderLineTypeId),e.writeInt32(92,this.leaderLineWeight),e.writeBoolean(290,this.enableLanding),e.writeDouble(42,this.landingGap),e.writeBoolean(291,this.enableDogleg),e.writeDouble(43,this.doglegLength),e.writeString(3,this.description),e.writeHandle(341,this.arrowSymbolId),e.writeDouble(44,this.arrowSize),e.writeString(300,this.defaultMTextContents),e.writeHandle(342,this.textStyleId),e.writeInt16(174,this.textLeftAttachmentType),e.writeInt16(175,this.textAngleType),e.writeInt16(176,this.textAlignmentType),e.writeInt16(178,this.textRightAttachmentType),e.writeInt32(93,Br(this.textColor)),e.writeDouble(45,this.textHeight),e.writeBoolean(292,this.enableFrameText),e.writeBoolean(297,this.textAlignAlwaysLeft),e.writeDouble(46,this.alignSpace),e.writeHandle(343,this.blockId),e.writeInt32(94,Br(this.blockColor)),e.writeDouble(47,this._blockScale.x),e.writeDouble(49,this._blockScale.y),e.writeDouble(140,this._blockScale.z),e.writeBoolean(293,this.enableBlockScale),e.writeDouble(141,this.blockRotation),e.writeBoolean(294,this.enableBlockRotation),e.writeInt16(177,this.blockConnectionType),e.writeDouble(142,this.scale),e.writeBoolean(295,this.overwritePropChanged),e.writeBoolean(296,this.annotative),e.writeDouble(143,this.breakSize),e.writeInt16(271,this.textAttachmentDirection),e.writeInt16(272,this.bottomTextAttachmentType),e.writeInt16(273,this.topTextAttachmentType),e.writeBoolean(298,this.unknown2),this}}class eo extends Ge{constructor(){super(),this._styleName="STANDARD",this._flags=0,this._description="",this._fillColor=new R,this._startAngle=90,this._endAngle=90,this._elements=[]}get styleName(){return this._styleName}set styleName(e){this._styleName=e}get flags(){return this._flags}set flags(e){this._flags=e}get description(){return this._description}set description(e){this._description=e}get fillColor(){return this._fillColor}set fillColor(e){this._fillColor.copy(e)}get startAngle(){return this._startAngle}set startAngle(e){this._startAngle=e}get endAngle(){return this._endAngle}set endAngle(e){this._endAngle=e}get elementCount(){return this._elements.length}get elements(){return this._elements.map(e=>({offset:e.offset,color:e.color.clone(),lineType:e.lineType}))}set elements(e){this._elements=e.map(t=>({offset:t.offset,color:t.color.clone(),lineType:t.lineType}))}addElement(e){this._elements.push({offset:e.offset,color:e.color.clone(),lineType:e.lineType})}removeElementAt(e){if(e<0||e>=this._elements.length)throw new Error("The element index is out of range!");this._elements.splice(e,1)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbMlineStyle"),e.writeString(2,this.styleName),e.writeInt16(70,this.flags),e.writeString(3,this.description),e.writeCmColor(this.fillColor),e.writeDouble(51,this.startAngle),e.writeDouble(52,this.endAngle),e.writeInt16(71,this.elementCount),this._elements.forEach(t=>{e.writeDouble(49,t.offset),e.writeCmColor(t.color),e.writeString(6,t.lineType)}),this}}class ac extends Ge{constructor(){super(),this._sourceFileName=""}get sourceFileName(){return this._sourceFileName}set sourceFileName(e){this._sourceFileName=e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbRasterImageDef"),e.writeString(1,this.sourceFileName),e.writeInt16(280,1),e.writeInt16(281,0),this}}var lc=(n=>(n[n.NotApplicable=0]="NotApplicable",n[n.Ignore=1]="Ignore",n[n.Replace=2]="Replace",n[n.XrefMangleName=3]="XrefMangleName",n[n.MangleName=4]="MangleName",n))(lc||{});class kg extends Ge{constructor(){super(...arguments),this._data=null}get data(){return this._data}set data(e){this._data=e}clear(){var e;(e=this._data)==null||e.clear()}clone(){return super.clone()}getDuplicateRecordCloning(){return 0}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbXrecord"),e.writeInt16(280,1),e.writeResultBuffer(this.data),this}}class cc{constructor(e){this.db=e}createDefaultLayer(){const e=new R;return e.colorIndex=7,this.db.tables.layerTable.add(new Bi({name:"0",standardFlags:0,linetype:"Continuous",lineWeight:0,isOff:!1,color:e,isPlottable:!0}))}createDefaultLineType(){this.db.tables.linetypeTable.add(new Ot({name:"ByBlock",standardFlag:0,description:"",totalPatternLength:0})),this.db.tables.linetypeTable.add(new Ot({name:"ByLayer",standardFlag:0,description:"",totalPatternLength:0})),this.db.tables.linetypeTable.add(new Ot({name:"Continuous",standardFlag:0,description:"Solid line",totalPatternLength:0}))}createDefaultTextStyle(){this.db.tables.textStyleTable.add(new Fi({name:ae,standardFlag:0,fixedTextHeight:0,widthFactor:1,obliqueAngle:0,textGenerationFlag:0,lastHeight:.2,font:"SimKai",bigFont:"",extendedFont:"SimKai"}))}createDefaultDimStyle(){this.db.tables.dimStyleTable.add(new on({name:ae,dimtxsty:ae}))}createDefaultLayout(){const e=new br;e.layoutName="Model",e.tabOrder=0,e.blockTableRecordId=this.db.tables.blockTable.modelSpace.objectId,e.limits.min.copy({x:0,y:0}),e.limits.max.copy({x:1e6,y:1e6}),e.extents.min.copy({x:0,y:0,z:0}),e.extents.max.copy({x:1e6,y:1e6,z:0}),this.db.objects.layout.setAt(e.layoutName,e),this.db.tables.blockTable.modelSpace.layoutId=e.objectId}createArrowBlock(){if(!this.db.tables.blockTable.getAt("_CAXARROW")){const t=new cr;t.patternName=rn;const r=new or;r.add(new _t({x:0,y:0},{x:-1,y:.125})),r.add(new _t({x:-1,y:.125},{x:-1,y:-.125})),r.add(new _t({x:-1,y:-.125},{x:0,y:0})),t.add(r);const i=new se;i.name="_CAXARROW",i.appendEntity(t),this.db.tables.blockTable.add(i)}}}var hc=(n=>(n.ClosedFilled="",n.Dot="_DOT",n.DotSmall="_DOTSMALL",n.DotBlank="_DOTBLANK",n.Origin="_ORIGIN",n.Origin2="_ORIGIN2",n.Open="_OPEN",n.Open90="_OPEN90",n.Open30="_OPEN30",n.Closed="_CLOSED",n.Small="_SMALL",n.None="_NONE",n.Oblique="_OBLIQUE",n.BoxFilled="_BOXFILLED",n.Box="_BOXBLANK",n.ClosedBlank="_CLOSEDBLANK",n.DatumBlank="_DATUMBLANK",n.DatumFilled="_DATUMFILLED",n.Integral="_INTEGRAL",n.ArchTick="_ARCHTICK",n))(hc||{});const to=192,Pi=193,no=194,ro=195,dc=200;function Br(n){if(n.isByBlock)return Pi<<24>>0;if(n.isByLayer)return to<<24>>0;const e=n.colorIndex;if(e!=null&&e>0&&e<256)return(ro<<24|e&255)>>0;const t=n.RGB;return t!=null?(no<<24|t&16777215)>>0:Pi<<24>>0}function nr(n){const e=new R(exports.AcCmColorMethod.ByBlock);switch(n>>>24&255){case to:e.setByLayer();break;case Pi:case dc:e.setByBlock();break;case ro:e.colorIndex=n&255;break;case no:e.setRGBValue(n&16777215);break;default:n>=0&&n<=256&&(e.colorIndex=n);break}return e}class io{parse(e){const r=this.normalizeLineEndings(e).split(`
6
- `),i=[],s=[];let o=null;return r.forEach((a,l)=>{const c=l+1,h=this.stripInlineComment(a).trim();if(!h)return;if(h.startsWith("*")){this.flushCurrentPattern(o,i,s);const p=this.parseHeader(h.slice(1));if(!p){s.push({line:c,message:"Invalid pattern header.",source:a}),o=null;return}o={pattern:{name:p.name,description:p.description,lines:[]},headerLine:c};return}if(!o){s.push({line:c,message:"Line descriptor appears before any pattern header.",source:a});return}const d=this.parseLineDescriptor(h,c);if(!d){s.push({line:c,message:"Invalid line descriptor. Expect: angle,x-origin,y-origin,delta-x,delta-y[,dash-1,...].",source:a});return}o.pattern.lines.push(d)}),this.flushCurrentPattern(o,i,s),{patterns:i,issues:s}}static parse(e){return new io().parse(e)}normalizeLineEndings(e){return e.replace(/\r\n/g,`
3
+ `}registerHandle(t){return this._handleMap.has(t)||(/^[0-9A-F]+$/i.test(t)?this._handleMap.set(t,t.toUpperCase()):(this._handleMap.set(t,this._nextHandle.toString(16).toUpperCase()),this._nextHandle+=1)),this._handleMap.get(t)}resolveHandle(t){if(t)return this.registerHandle(t)}writeGroup(t,e){if(e==null)return this;this._lines.push(String(Math.trunc(t)));const n=this.formatValue(e);return this._lines.push(n===""?"0":n),this}writeStart(t){return this.writeString(0,t)}writeSubclassMarker(t){return this.writeString(100,t)}writeString(t,e){return!e&&e!==""?this:this.writeGroup(t,e)}writeInt8(t,e){return e==null?this:this.writeGroup(t,Math.trunc(e))}writeInt16(t,e){return e==null?this:this.writeGroup(t,Math.trunc(e))}writeInt32(t,e){return e==null?this:this.writeGroup(t,Math.trunc(e))}writeInt64(t,e){return e==null?this:this.writeGroup(t,Math.trunc(e))}writeUInt16(t,e){return e==null?this:this.writeGroup(t,Math.max(0,e))}writeUInt32(t,e){return e==null?this:this.writeGroup(t,Math.max(0,e))}writeBoolean(t,e){return e==null?this:this.writeGroup(t,e?1:0)}writeBool(t,e){return this.writeBoolean(t,e)}writeDouble(t,e){return e==null||!Number.isFinite(e)?this:this.writeGroup(t,e)}writeAngle(t,e){return e==null||!Number.isFinite(e)?this:this.writeDouble(t,e*180/Math.PI)}writeHandle(t,e){const n=this.resolveHandle(e);return n?this.writeString(t,n):this}writeObjectId(t,e){return this.writeHandle(t,e)}writePoint2d(t,e){return e?(this.writeDouble(t,e.x),this.writeDouble(t+10,e.y),this):this}writePoint3d(t,e){return e?(this.writeDouble(t,e.x),this.writeDouble(t+10,e.y),this.writeDouble(t+20,e.z??0),this):this}writeVector3d(t,e){return e?(this.writeDouble(t,e.x),this.writeDouble(t+10,e.y),this.writeDouble(t+20,e.z??0),this):this}writeCmColor(t,e=62,n=420){if(!t)return this;const r=t.colorIndex;r!=null&&this.writeInt16(e,r);const s=t.RGB;return s!=null&&t.colorIndex==null&&this.writeInt32(n,s),this}writeTransparency(t,e=440){return!t||t.method===exports.AcCmTransparencyMethod.ErrorValue?this:this.writeInt32(e,t.serialize())}writeResultBuffer(t){if(!t)return this;for(const e of t)this.writeGroup(e.code,e.value);return this}startSection(t){return this.writeStart("SECTION"),this.writeString(2,t),this}endSection(){return this.writeStart("ENDSEC"),this}startTable(t){return this.writeStart("TABLE"),this.writeString(2,t),this}endTable(){return this.writeStart("ENDTAB"),this}formatValue(t){if(typeof t=="string")return this.sanitizeStringForDxfLine(t);if(typeof t=="boolean")return t?"1":"0";if(typeof t=="number"){if(!Number.isFinite(t))return"0";if(Number.isInteger(t))return String(t);const n=t.toFixed(this._precision).replace(/\.?0+$/,"");return n===""||n==="-"?"0":n}return String(t)}sanitizeStringForDxfLine(t){return t.replace(/\r\n|\r|\n/g," ").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,"")}}var Z=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],Ir=1234567,An=Math.PI/180,Sn=180/Math.PI;function ls(){var i=Math.random()*4294967295|0,t=Math.random()*4294967295|0,e=Math.random()*4294967295|0,n=Math.random()*4294967295|0,r=Z[i&255]+Z[i>>8&255]+Z[i>>16&255]+Z[i>>24&255]+"-"+Z[t&255]+Z[t>>8&255]+"-"+Z[t>>16&15|64]+Z[t>>24&255]+"-"+Z[e&63|128]+Z[e>>8&255]+"-"+Z[e>>16&255]+Z[e>>24&255]+Z[n&255]+Z[n>>8&255]+Z[n>>16&255]+Z[n>>24&255];return r.toLowerCase()}function bt(i,t,e){return Math.max(t,Math.min(e,i))}function Ln(i,t){return(i%t+t)%t}function hs(i,t,e,n,r){return n+(i-t)*(r-n)/(e-t)}function cs(i,t,e){return i!==t?(e-i)/(t-i):0}function En(i,t,e){return(1-e)*i+e*t}function us(i,t,e,n){return En(i,t,1-Math.exp(-e*n))}function ds(i,t){return t===void 0&&(t=1),t-Math.abs(Ln(i,t*2)-t)}function gs(i,t,e){return i<=t?0:i>=e?1:(i=(i-t)/(e-t),i*i*(3-2*i))}function ps(i,t,e){return i<=t?0:i>=e?1:(i=(i-t)/(e-t),i*i*i*(i*(i*6-15)+10))}function fs(i,t){return i+Math.floor(Math.random()*(t-i+1))}function ys(i,t){return i+Math.random()*(t-i)}function ms(i){return i*(.5-Math.random())}function _s(i){i!==void 0&&(Ir=i);var t=Ir+=1831565813;return t=Math.imul(t^t>>>15,t|1),t^=t+Math.imul(t^t>>>7,t|61),((t^t>>>14)>>>0)/4294967296}function ws(i){return i*An}function bs(i){return i*Sn}function xs(i){return(i&i-1)===0&&i!==0}function vs(i){return Math.pow(2,Math.ceil(Math.log(i)/Math.LN2))}function Ps(i){return Math.pow(2,Math.floor(Math.log(i)/Math.LN2))}function ye(i){var t=Math.PI*2;return(i%t+t)%t}function As(i,t,e){return i>t&&i<e||i>e&&i<t}function Ss(i,t,e,n){return n===void 0&&(n=!1),i=ye(i),t=ye(t),e=ye(e),n?t>e?i<=t&&i>=e:i<=t||i>=e:t<e?i>=t&&i<=e:i>=t||i<=e}function Mn(i){return i=Math.abs(i),i<1?0:Math.ceil(Math.log10(Math.abs(i)+1))}function Ls(i,t){t===void 0&&(t=1e-7);var e=Mn(i);return Math.max(Math.pow(10,e)*t,t)}var E={DEG2RAD:An,RAD2DEG:Sn,generateUUID:ls,clamp:bt,euclideanModulo:Ln,mapLinear:hs,inverseLerp:cs,lerp:En,damp:us,pingpong:ds,smoothstep:gs,smootherstep:ps,randInt:fs,randFloat:ys,randFloatSpread:ms,seededRandom:_s,degToRad:ws,radToDeg:bs,isPowerOfTwo:xs,ceilPowerOfTwo:vs,floorPowerOfTwo:Ps,normalizeAngle:ye,isBetween:As,isBetweenAngle:Ss,intPartLength:Mn,relativeEps:Ls},Xa=function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return h([l,c])}}function h(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(e=0)),e;)try{if(n=1,r&&(s=l[0]&2?r.return:l[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,l[1])).done)return s;switch(r=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,r=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){e.label=l[1];break}if(l[0]===6&&e.label<s[1]){e.label=s[1],s=l;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(l);break}s[2]&&e.ops.pop(),e.trys.pop();continue}l=t.call(i,e)}catch(c){l=[6,c],r=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},j=function(){function i(t,e){this.x=0,this.y=0;var n=+(t!==void 0)+ +(e!==void 0);if(n!==0){if(n===1&&t instanceof Array){this.x=t[0],this.y=t[1];return}if(n===1){var r=t,s=r.x,o=r.y;this.x=s,this.y=o;return}if(n===2){this.x=t,this.y=e;return}throw st.ILLEGAL_PARAMETERS}}return Object.defineProperty(i.prototype,"width",{get:function(){return this.x},set:function(t){this.x=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"height",{get:function(){return this.y},set:function(t){this.y=t},enumerable:!1,configurable:!0}),i.prototype.set=function(t,e){return this.x=t,this.y=e,this},i.prototype.setScalar=function(t){return this.x=t,this.y=t,this},i.prototype.setX=function(t){return this.x=t,this},i.prototype.setY=function(t){return this.y=t,this},i.prototype.setComponent=function(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;default:throw new Error("index is out of range: "+t)}return this},i.prototype.getComponent=function(t){switch(t){case 0:return this.x;case 1:return this.y;default:throw new Error("index is out of range: "+t)}},i.prototype.clone=function(){return new i(this.x,this.y)},i.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},i.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},i.prototype.addScalar=function(t){return this.x+=t,this.y+=t,this},i.prototype.addVectors=function(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this},i.prototype.addScaledVector=function(t,e){return this.x+=t.x*e,this.y+=t.y*e,this},i.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},i.prototype.subScalar=function(t){return this.x-=t,this.y-=t,this},i.prototype.subVectors=function(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this},i.prototype.multiply=function(t){return this.x*=t.x,this.y*=t.y,this},i.prototype.multiplyScalar=function(t){return this.x*=t,this.y*=t,this},i.prototype.divide=function(t){return this.x/=t.x,this.y/=t.y,this},i.prototype.divideScalar=function(t){return this.multiplyScalar(1/t)},i.prototype.applyMatrix2d=function(t){var e=this.x,n=this.y,r=t.elements;return this.x=r[0]*e+r[3]*n+r[6],this.y=r[1]*e+r[4]*n+r[7],this},i.prototype.min=function(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this},i.prototype.max=function(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this},i.prototype.clamp=function(t,e){return this.x=Math.max(t.x,Math.min(e.x,this.x)),this.y=Math.max(t.y,Math.min(e.y,this.y)),this},i.prototype.clampScalar=function(t,e){return this.x=Math.max(t,Math.min(e,this.x)),this.y=Math.max(t,Math.min(e,this.y)),this},i.prototype.clampLength=function(t,e){var n=this.length();return this.divideScalar(n||1).multiplyScalar(Math.max(t,Math.min(e,n)))},i.prototype.floor=function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},i.prototype.ceil=function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},i.prototype.round=function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},i.prototype.roundToZero=function(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this},i.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},i.prototype.dot=function(t){return this.x*t.x+this.y*t.y},i.prototype.cross=function(t){return this.x*t.y-this.y*t.x},i.prototype.lengthSq=function(){return this.x*this.x+this.y*this.y},i.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},i.prototype.manhattanLength=function(){return Math.abs(this.x)+Math.abs(this.y)},i.prototype.normalize=function(){return this.divideScalar(this.length()||1)},i.prototype.angle=function(){var t=Math.atan2(-this.y,-this.x)+Math.PI;return t},i.prototype.angleTo=function(t){var e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;var n=this.dot(t)/e;return Math.acos(Math.max(-1,Math.min(1,n)))},i.prototype.distanceTo=function(t){return Math.sqrt(this.distanceToSquared(t))},i.prototype.distanceToSquared=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},i.prototype.manhattanDistanceTo=function(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)},i.prototype.setLength=function(t){return this.normalize().multiplyScalar(t)},i.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this},i.prototype.lerpVectors=function(t,e,n){return this.x=t.x+(e.x-t.x)*n,this.y=t.y+(e.y-t.y)*n,this},i.prototype.equals=function(t){return t.x===this.x&&t.y===this.y},i.prototype.fromArray=function(t,e){return e===void 0&&(e=0),this.x=t[e],this.y=t[e+1],this},i.prototype.toArray=function(t,e){return t===void 0&&(t=[]),e===void 0&&(e=0),t[e]=this.x,t[e+1]=this.y,t},i.prototype.rotateAround=function(t,e){var n=Math.cos(e),r=Math.sin(e),s=this.x-t.x,o=this.y-t.y;return this.x=s*n-o*r+t.x,this.y=s*r+o*n+t.y,this},i.prototype.random=function(){return this.x=Math.random(),this.y=Math.random(),this},i.prototype.relativeEps=function(t){return t===void 0&&(t=1e-7),Math.min(E.relativeEps(this.x,t),E.relativeEps(this.y,t))},i.prototype[Symbol.iterator]=function(){return Xa(this,function(t){switch(t.label){case 0:return[4,this.x];case 1:return t.sent(),[4,this.y];case 2:return t.sent(),[2]}})},i.EMPTY=Object.freeze(new i(0,0)),i}(),Ee=function(){function i(t,e,n,r,s,o,a,h,l){this.elements=[1,0,0,0,1,0,0,0,1],t!=null&&e!=null&&n!=null&&r!=null&&s!=null&&o!=null&&a!=null&&h!=null&&l!=null&&this.set(t,e,n,r,s,o,a,h,l)}return i.prototype.set=function(t,e,n,r,s,o,a,h,l){var c=this.elements;return c[0]=t,c[1]=r,c[2]=a,c[3]=e,c[4]=s,c[5]=h,c[6]=n,c[7]=o,c[8]=l,this},i.prototype.identity=function(){return this.set(1,0,0,0,1,0,0,0,1),this},i.prototype.copy=function(t){var e=this.elements,n=t.elements;return e[0]=n[0],e[1]=n[1],e[2]=n[2],e[3]=n[3],e[4]=n[4],e[5]=n[5],e[6]=n[6],e[7]=n[7],e[8]=n[8],this},i.prototype.extractBasis=function(t,e,n){return t.setFromMatrix3Column(this,0),e.setFromMatrix3Column(this,1),n.setFromMatrix3Column(this,2),this},i.prototype.setFromMatrix4=function(t){var e=t.elements;return this.set(e[0],e[4],e[8],e[1],e[5],e[9],e[2],e[6],e[10]),this},i.prototype.multiply=function(t){return this.multiplyMatrices(this,t)},i.prototype.premultiply=function(t){return this.multiplyMatrices(t,this)},i.prototype.multiplyMatrices=function(t,e){var n=t.elements,r=e.elements,s=this.elements,o=n[0],a=n[3],h=n[6],l=n[1],c=n[4],u=n[7],g=n[2],d=n[5],p=n[8],f=r[0],y=r[3],m=r[6],x=r[1],S=r[4],A=r[7],L=r[2],T=r[5],M=r[8];return s[0]=o*f+a*x+h*L,s[3]=o*y+a*S+h*T,s[6]=o*m+a*A+h*M,s[1]=l*f+c*x+u*L,s[4]=l*y+c*S+u*T,s[7]=l*m+c*A+u*M,s[2]=g*f+d*x+p*L,s[5]=g*y+d*S+p*T,s[8]=g*m+d*A+p*M,this},i.prototype.multiplyScalar=function(t){var e=this.elements;return e[0]*=t,e[3]*=t,e[6]*=t,e[1]*=t,e[4]*=t,e[7]*=t,e[2]*=t,e[5]*=t,e[8]*=t,this},i.prototype.determinant=function(){var t=this.elements,e=t[0],n=t[1],r=t[2],s=t[3],o=t[4],a=t[5],h=t[6],l=t[7],c=t[8];return e*o*c-e*a*l-n*s*c+n*a*h+r*s*l-r*o*h},i.prototype.invert=function(){var t=this.elements,e=t[0],n=t[1],r=t[2],s=t[3],o=t[4],a=t[5],h=t[6],l=t[7],c=t[8],u=c*o-a*l,g=a*h-c*s,d=l*s-o*h,p=e*u+n*g+r*d;if(p===0)return this.set(0,0,0,0,0,0,0,0,0);var f=1/p;return t[0]=u*f,t[1]=(r*l-c*n)*f,t[2]=(a*n-r*o)*f,t[3]=g*f,t[4]=(c*e-r*h)*f,t[5]=(r*s-a*e)*f,t[6]=d*f,t[7]=(n*h-l*e)*f,t[8]=(o*e-n*s)*f,this},i.prototype.transpose=function(){var t,e=this.elements;return t=e[1],e[1]=e[3],e[3]=t,t=e[2],e[2]=e[6],e[6]=t,t=e[5],e[5]=e[7],e[7]=t,this},i.prototype.getNormalMatrix=function(t){return this.setFromMatrix4(t).invert().transpose()},i.prototype.transposeIntoArray=function(t){var e=this.elements;return t.elements[0]=e[0],t.elements[1]=e[3],t.elements[2]=e[6],t.elements[3]=e[1],t.elements[4]=e[4],t.elements[5]=e[7],t.elements[6]=e[2],t.elements[7]=e[5],t.elements[8]=e[8],this},i.prototype.setUvTransform=function(t,e,n,r,s,o,a){var h=Math.cos(s),l=Math.sin(s);return this.set(n*h,n*l,-n*(h*o+l*a)+o+t,-r*l,r*h,-r*(-l*o+h*a)+a+e,0,0,1),this},i.prototype.scale=function(t,e){return this.premultiply(_i.makeScale(t,e)),this},i.prototype.rotate=function(t){return this.premultiply(_i.makeRotation(-t)),this},i.prototype.translate=function(t,e){return this.premultiply(_i.makeTranslation(t,e)),this},i.prototype.makeTranslation=function(t,e){return t instanceof j?this.set(1,0,t.x,0,1,t.y,0,0,1):this.set(1,0,t,0,1,e,0,0,1),this},i.prototype.makeRotation=function(t){var e=Math.cos(t),n=Math.sin(t);return this.set(e,-n,0,n,e,0,0,0,1),this},i.prototype.makeScale=function(t,e){return this.set(t,0,0,0,e,0,0,0,1),this},i.prototype.equals=function(t){for(var e=this.elements,n=t.elements,r=0;r<9;r++)if(e[r]!==n[r])return!1;return!0},i.prototype.fromArray=function(t,e){e===void 0&&(e=0);for(var n=0;n<9;n++)this.elements[n]=t[n+e];return this},i.prototype.toArray=function(t,e){t===void 0&&(t=[]),e===void 0&&(e=0);var n=this.elements;return t[e]=n[0],t[e+1]=n[1],t[e+2]=n[2],t[e+3]=n[3],t[e+4]=n[4],t[e+5]=n[5],t[e+6]=n[6],t[e+7]=n[7],t[e+8]=n[8],t},i.prototype.clone=function(){return new i().fromArray(this.elements)},i.IDENTITY=Object.freeze(new i),i}(),_i=new Ee,wt=1e-6,B=2*Math.PI,Na={x:0,y:0},In={x:0,y:0,z:0},F=function(){function i(){this.equalPointTol=wt,this.equalVectorTol=wt}return i.prototype.clone=function(){var t=new i;return t.equalPointTol=this.equalPointTol,t.equalVectorTol=this.equalVectorTol,t},i.prototype.equalPoint2d=function(t,e){return new j(t).sub(e).length()<this.equalPointTol},i.prototype.equalPoint3d=function(t,e){return new w(t).sub(e).length()<this.equalPointTol},i.equalToZero=function(t,e){return e===void 0&&(e=wt),t<e&&t>-e},i.equal=function(t,e,n){return n===void 0&&(n=wt),Math.abs(t-e)<n},i.great=function(t,e,n){return n===void 0&&(n=wt),t-e>n},i.less=function(t,e,n){return n===void 0&&(n=wt),t-e<n},i.isPositive=function(t,e){return e===void 0&&(e=wt),t>e},i.isNonPositive=function(t,e){return e===void 0&&(e=wt),t<=e},i}(),di=new F,Ba=function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return h([l,c])}}function h(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(e=0)),e;)try{if(n=1,r&&(s=l[0]&2?r.return:l[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,l[1])).done)return s;switch(r=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,r=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){e.label=l[1];break}if(l[0]===6&&e.label<s[1]){e.label=s[1],s=l;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(l);break}s[2]&&e.ops.pop(),e.trys.pop();continue}l=t.call(i,e)}catch(c){l=[6,c],r=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},ae=function(){function i(t,e,n,r){t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=0),r===void 0&&(r=1),this._x=t,this._y=e,this._z=n,this._w=r}return i.slerpFlat=function(t,e,n,r,s,o,a){var h=n[r+0],l=n[r+1],c=n[r+2],u=n[r+3],g=s[o+0],d=s[o+1],p=s[o+2],f=s[o+3];if(a===0){t[e+0]=h,t[e+1]=l,t[e+2]=c,t[e+3]=u;return}if(a===1){t[e+0]=g,t[e+1]=d,t[e+2]=p,t[e+3]=f;return}if(u!==f||h!==g||l!==d||c!==p){var y=1-a,m=h*g+l*d+c*p+u*f,x=m>=0?1:-1,S=1-m*m;if(S>Number.EPSILON){var A=Math.sqrt(S),L=Math.atan2(A,m*x);y=Math.sin(y*L)/A,a=Math.sin(a*L)/A}var T=a*x;if(h=h*y+g*T,l=l*y+d*T,c=c*y+p*T,u=u*y+f*T,y===1-a){var M=1/Math.sqrt(h*h+l*l+c*c+u*u);h*=M,l*=M,c*=M,u*=M}}t[e]=h,t[e+1]=l,t[e+2]=c,t[e+3]=u},i.multiplyQuaternionsFlat=function(t,e,n,r,s,o){var a=n[r],h=n[r+1],l=n[r+2],c=n[r+3],u=s[o],g=s[o+1],d=s[o+2],p=s[o+3];return t[e]=a*p+c*u+h*d-l*g,t[e+1]=h*p+c*g+l*u-a*d,t[e+2]=l*p+c*d+a*g-h*u,t[e+3]=c*p-a*u-h*g-l*d,t},Object.defineProperty(i.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"z",{get:function(){return this._z},set:function(t){this._z=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"w",{get:function(){return this._w},set:function(t){this._w=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),i.prototype.set=function(t,e,n,r){return this._x=t,this._y=e,this._z=n,this._w=r,this._onChangeCallback(),this},i.prototype.clone=function(){return new i(this._x,this._y,this._z,this._w)},i.prototype.copy=function(t){return this._x=t.x,this._y=t.y,this._z=t.z,this._w=t.w,this._onChangeCallback(),this},i.prototype.setFromEuler=function(t,e){e===void 0&&(e=!0);var n=t.x,r=t.y,s=t.z,o=t.order,a=Math.cos,h=Math.sin,l=a(n/2),c=a(r/2),u=a(s/2),g=h(n/2),d=h(r/2),p=h(s/2);switch(o){case"XYZ":this._x=g*c*u+l*d*p,this._y=l*d*u-g*c*p,this._z=l*c*p+g*d*u,this._w=l*c*u-g*d*p;break;case"YXZ":this._x=g*c*u+l*d*p,this._y=l*d*u-g*c*p,this._z=l*c*p-g*d*u,this._w=l*c*u+g*d*p;break;case"ZXY":this._x=g*c*u-l*d*p,this._y=l*d*u+g*c*p,this._z=l*c*p+g*d*u,this._w=l*c*u-g*d*p;break;case"ZYX":this._x=g*c*u-l*d*p,this._y=l*d*u+g*c*p,this._z=l*c*p-g*d*u,this._w=l*c*u+g*d*p;break;case"YZX":this._x=g*c*u+l*d*p,this._y=l*d*u+g*c*p,this._z=l*c*p-g*d*u,this._w=l*c*u-g*d*p;break;case"XZY":this._x=g*c*u-l*d*p,this._y=l*d*u-g*c*p,this._z=l*c*p+g*d*u,this._w=l*c*u+g*d*p;break;default:}return e===!0&&this._onChangeCallback(),this},i.prototype.setFromAxisAngle=function(t,e){var n=e/2,r=Math.sin(n);return this._x=t.x*r,this._y=t.y*r,this._z=t.z*r,this._w=Math.cos(n),this._onChangeCallback(),this},i.prototype.setFromRotationMatrix=function(t){var e=t.elements,n=e[0],r=e[4],s=e[8],o=e[1],a=e[5],h=e[9],l=e[2],c=e[6],u=e[10],g=n+a+u;if(g>0){var d=.5/Math.sqrt(g+1);this._w=.25/d,this._x=(c-h)*d,this._y=(s-l)*d,this._z=(o-r)*d}else if(n>a&&n>u){var d=2*Math.sqrt(1+n-a-u);this._w=(c-h)/d,this._x=.25*d,this._y=(r+o)/d,this._z=(s+l)/d}else if(a>u){var d=2*Math.sqrt(1+a-n-u);this._w=(s-l)/d,this._x=(r+o)/d,this._y=.25*d,this._z=(h+c)/d}else{var d=2*Math.sqrt(1+u-n-a);this._w=(o-r)/d,this._x=(s+l)/d,this._y=(h+c)/d,this._z=.25*d}return this._onChangeCallback(),this},i.prototype.setFromUnitVectors=function(t,e){var n=t.dot(e)+1;return n<Number.EPSILON?(n=0,Math.abs(t.x)>Math.abs(t.z)?(this._x=-t.y,this._y=t.x,this._z=0,this._w=n):(this._x=0,this._y=-t.z,this._z=t.y,this._w=n)):(this._x=t.y*e.z-t.z*e.y,this._y=t.z*e.x-t.x*e.z,this._z=t.x*e.y-t.y*e.x,this._w=n),this.normalize()},i.prototype.angleTo=function(t){return 2*Math.acos(Math.abs(bt(this.dot(t),-1,1)))},i.prototype.rotateTowards=function(t,e){var n=this.angleTo(t);if(n===0)return this;var r=Math.min(1,e/n);return this.slerp(t,r),this},i.prototype.identity=function(){return this.set(0,0,0,1)},i.prototype.invert=function(){return this.conjugate()},i.prototype.conjugate=function(){return this._x*=-1,this._y*=-1,this._z*=-1,this._onChangeCallback(),this},i.prototype.dot=function(t){return this._x*t._x+this._y*t._y+this._z*t._z+this._w*t._w},i.prototype.lengthSq=function(){return this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w},i.prototype.length=function(){return Math.sqrt(this._x*this._x+this._y*this._y+this._z*this._z+this._w*this._w)},i.prototype.normalize=function(){var t=this.length();return t===0?(this._x=0,this._y=0,this._z=0,this._w=1):(t=1/t,this._x=this._x*t,this._y=this._y*t,this._z=this._z*t,this._w=this._w*t),this._onChangeCallback(),this},i.prototype.multiply=function(t){return this.multiplyQuaternions(this,t)},i.prototype.premultiply=function(t){return this.multiplyQuaternions(t,this)},i.prototype.multiplyQuaternions=function(t,e){var n=t._x,r=t._y,s=t._z,o=t._w,a=e._x,h=e._y,l=e._z,c=e._w;return this._x=n*c+o*a+r*l-s*h,this._y=r*c+o*h+s*a-n*l,this._z=s*c+o*l+n*h-r*a,this._w=o*c-n*a-r*h-s*l,this._onChangeCallback(),this},i.prototype.slerp=function(t,e){if(e===0)return this;if(e===1)return this.copy(t);var n=this._x,r=this._y,s=this._z,o=this._w,a=o*t._w+n*t._x+r*t._y+s*t._z;if(a<0?(this._w=-t._w,this._x=-t._x,this._y=-t._y,this._z=-t._z,a=-a):this.copy(t),a>=1)return this._w=o,this._x=n,this._y=r,this._z=s,this;var h=1-a*a;if(h<=Number.EPSILON){var l=1-e;return this._w=l*o+e*this._w,this._x=l*n+e*this._x,this._y=l*r+e*this._y,this._z=l*s+e*this._z,this.normalize(),this}var c=Math.sqrt(h),u=Math.atan2(c,a),g=Math.sin((1-e)*u)/c,d=Math.sin(e*u)/c;return this._w=o*g+this._w*d,this._x=n*g+this._x*d,this._y=r*g+this._y*d,this._z=s*g+this._z*d,this._onChangeCallback(),this},i.prototype.slerpQuaternions=function(t,e,n){return this.copy(t).slerp(e,n)},i.prototype.random=function(){var t=2*Math.PI*Math.random(),e=2*Math.PI*Math.random(),n=Math.random(),r=Math.sqrt(1-n),s=Math.sqrt(n);return this.set(r*Math.sin(t),r*Math.cos(t),s*Math.sin(e),s*Math.cos(e))},i.prototype.equals=function(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._w===this._w},i.prototype.fromArray=function(t,e){return e===void 0&&(e=0),this._x=t[e],this._y=t[e+1],this._z=t[e+2],this._w=t[e+3],this._onChangeCallback(),this},i.prototype.toArray=function(t,e){return t===void 0&&(t=[]),e===void 0&&(e=0),t[e]=this._x,t[e+1]=this._y,t[e+2]=this._z,t[e+3]=this._w,t},i.prototype.toJSON=function(){return this.toArray()},i.prototype._onChange=function(t){return this._onChangeCallback=t,this},i.prototype._onChangeCallback=function(){},i.prototype[Symbol.iterator]=function(){return Ba(this,function(t){switch(t.label){case 0:return[4,this._x];case 1:return t.sent(),[4,this._y];case 2:return t.sent(),[4,this._z];case 3:return t.sent(),[4,this._w];case 4:return t.sent(),[2]}})},i}(),Ra=function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return h([l,c])}}function h(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(e=0)),e;)try{if(n=1,r&&(s=l[0]&2?r.return:l[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,l[1])).done)return s;switch(r=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,r=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){e.label=l[1];break}if(l[0]===6&&e.label<s[1]){e.label=s[1],s=l;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(l);break}s[2]&&e.ops.pop(),e.trys.pop();continue}l=t.call(i,e)}catch(c){l=[6,c],r=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},w=function(){function i(t,e,n){this.x=0,this.y=0,this.z=0;var r=+(t!==void 0)+ +(e!==void 0)+ +(n!==void 0);if(r!==0){if(r===1&&t instanceof Array){this.x=t[0],this.y=t[1],this.z=t[2];return}if(r===1){var s=t,o=s.x,a=s.y,h=s.z;this.x=o,this.y=a,this.z=h||0;return}if(r===3){this.x=t,this.y=e,this.z=n;return}throw st.ILLEGAL_PARAMETERS}}return i.prototype.set=function(t,e,n){return n===void 0&&(n=this.z),this.x=t,this.y=e,this.z=n,this},i.prototype.setScalar=function(t){return this.x=t,this.y=t,this.z=t,this},i.prototype.setX=function(t){return this.x=t,this},i.prototype.setY=function(t){return this.y=t,this},i.prototype.setZ=function(t){return this.z=t,this},i.prototype.setComponent=function(t,e){switch(t){case 0:this.x=e;break;case 1:this.y=e;break;case 2:this.z=e;break;default:throw new Error("index is out of range: "+t)}return this},i.prototype.getComponent=function(t){switch(t){case 0:return this.x;case 1:return this.y;case 2:return this.z;default:throw new Error("index is out of range: "+t)}},i.prototype.clone=function(){return new i(this.x,this.y,this.z)},i.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this.z=t.z||0,this},i.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this.z+=t.z||0,this},i.prototype.addScalar=function(t){return this.x+=t,this.y+=t,this.z+=t,this},i.prototype.addVectors=function(t,e){return this.x=t.x+e.x,this.y=t.y+e.y,this.z=t.z+e.z,this},i.prototype.addScaledVector=function(t,e){return this.x+=t.x*e,this.y+=t.y*e,this.z+=t.z*e,this},i.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this.z-=t.z,this},i.prototype.subScalar=function(t){return this.x-=t,this.y-=t,this.z-=t,this},i.prototype.subVectors=function(t,e){return this.x=t.x-e.x,this.y=t.y-e.y,this.z=t.z-e.z,this},i.prototype.multiply=function(t){return this.x*=t.x,this.y*=t.y,this.z*=t.z,this},i.prototype.multiplyScalar=function(t){return this.x*=t,this.y*=t,this.z*=t,this},i.prototype.multiplyVectors=function(t,e){return this.x=t.x*e.x,this.y=t.y*e.y,this.z=t.z*e.z,this},i.prototype.applyEuler=function(t){return this.applyQuaternion(Tr.setFromEuler(t))},i.prototype.applyAxisAngle=function(t,e){return this.applyQuaternion(Tr.setFromAxisAngle(t,e))},i.prototype.applyMatrix3=function(t){var e=this.x,n=this.y,r=this.z,s=t.elements;return this.x=s[0]*e+s[3]*n+s[6]*r,this.y=s[1]*e+s[4]*n+s[7]*r,this.z=s[2]*e+s[5]*n+s[8]*r,this},i.prototype.applyNormalMatrix=function(t){return this.applyMatrix3(t).normalize()},i.prototype.applyMatrix4=function(t){var e=this.x,n=this.y,r=this.z,s=t.elements,o=1/(s[3]*e+s[7]*n+s[11]*r+s[15]);return this.x=(s[0]*e+s[4]*n+s[8]*r+s[12])*o,this.y=(s[1]*e+s[5]*n+s[9]*r+s[13])*o,this.z=(s[2]*e+s[6]*n+s[10]*r+s[14])*o,this},i.prototype.applyQuaternion=function(t){var e=this.x,n=this.y,r=this.z,s=t.x,o=t.y,a=t.z,h=t.w,l=2*(o*r-a*n),c=2*(a*e-s*r),u=2*(s*n-o*e);return this.x=e+h*l+o*u-a*c,this.y=n+h*c+a*l-s*u,this.z=r+h*u+s*c-o*l,this},i.prototype.transformDirection=function(t){var e=this.x,n=this.y,r=this.z,s=t.elements;return this.x=s[0]*e+s[4]*n+s[8]*r,this.y=s[1]*e+s[5]*n+s[9]*r,this.z=s[2]*e+s[6]*n+s[10]*r,this.normalize()},i.prototype.divide=function(t){return this.x/=t.x,this.y/=t.y,this.z/=t.z,this},i.prototype.divideScalar=function(t){return this.multiplyScalar(1/t)},i.prototype.min=function(t){return this.x=Math.min(this.x,t.x),this.y=Math.min(this.y,t.y),this.z=Math.min(this.z,t.z),this},i.prototype.max=function(t){return this.x=Math.max(this.x,t.x),this.y=Math.max(this.y,t.y),this.z=Math.max(this.z,t.z),this},i.prototype.clamp=function(t,e){return this.x=Math.max(t.x,Math.min(e.x,this.x)),this.y=Math.max(t.y,Math.min(e.y,this.y)),this.z=Math.max(t.z,Math.min(e.z,this.z)),this},i.prototype.clampScalar=function(t,e){return this.x=Math.max(t,Math.min(e,this.x)),this.y=Math.max(t,Math.min(e,this.y)),this.z=Math.max(t,Math.min(e,this.z)),this},i.prototype.clampLength=function(t,e){var n=this.length();return this.divideScalar(n||1).multiplyScalar(Math.max(t,Math.min(e,n)))},i.prototype.floor=function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this.z=Math.floor(this.z),this},i.prototype.ceil=function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this.z=Math.ceil(this.z),this},i.prototype.round=function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this.z=Math.round(this.z),this},i.prototype.roundToZero=function(){return this.x=Math.trunc(this.x),this.y=Math.trunc(this.y),this.z=Math.trunc(this.z),this},i.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this.z=-this.z,this},i.prototype.dot=function(t){return this.x*t.x+this.y*t.y+this.z*t.z},i.prototype.isParallelTo=function(t){var e=this.dot(t),n=this.length(),r=t.length();return Math.abs(e)===n*r},i.prototype.lengthSq=function(){return this.x*this.x+this.y*this.y+this.z*this.z},i.prototype.length=function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z)},i.prototype.manhattanLength=function(){return Math.abs(this.x)+Math.abs(this.y)+Math.abs(this.z)},i.prototype.normalize=function(){return this.divideScalar(this.length()||1)},i.prototype.setLength=function(t){return this.normalize().multiplyScalar(t)},i.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this},i.prototype.lerpVectors=function(t,e,n){return this.x=t.x+(e.x-t.x)*n,this.y=t.y+(e.y-t.y)*n,this.z=t.z+(e.z-t.z)*n,this},i.prototype.cross=function(t){return this.crossVectors(this,t)},i.prototype.crossVectors=function(t,e){var n=t.x,r=t.y,s=t.z,o=e.x,a=e.y,h=e.z;return this.x=r*h-s*a,this.y=s*o-n*h,this.z=n*a-r*o,this},i.prototype.projectOnVector=function(t){var e=t.lengthSq();if(e===0)return this.set(0,0,0);var n=t.dot(this)/e;return this.copy(t).multiplyScalar(n)},i.prototype.projectOnPlane=function(t){return wi.copy(this).projectOnVector(t),this.sub(wi)},i.prototype.reflect=function(t){return this.sub(wi.copy(t).multiplyScalar(2*this.dot(t)))},i.prototype.angleTo=function(t){var e=Math.sqrt(this.lengthSq()*t.lengthSq());if(e===0)return Math.PI/2;var n=this.dot(t)/e;return Math.acos(Math.max(-1,Math.min(1,n)))},i.prototype.distanceTo=function(t){return Math.sqrt(this.distanceToSquared(t))},i.prototype.distanceToSquared=function(t){var e=this.x-t.x,n=this.y-t.y,r=this.z-t.z;return e*e+n*n+r*r},i.prototype.manhattanDistanceTo=function(t){return Math.abs(this.x-t.x)+Math.abs(this.y-t.y)+Math.abs(this.z-t.z)},i.prototype.setFromMatrixPosition=function(t){var e=t.elements;return this.x=e[12],this.y=e[13],this.z=e[14],this},i.prototype.setFromMatrixScale=function(t){var e=this.setFromMatrixColumn(t,0).length(),n=this.setFromMatrixColumn(t,1).length(),r=this.setFromMatrixColumn(t,2).length();return this.x=e,this.y=n,this.z=r,this},i.prototype.setFromMatrixColumn=function(t,e){return this.fromArray(t.elements,e*4)},i.prototype.setFromMatrix3Column=function(t,e){return this.fromArray(t.elements,e*3)},i.prototype.equals=function(t){return t.x===this.x&&t.y===this.y&&t.z===this.z},i.prototype.fromArray=function(t,e){return e===void 0&&(e=0),this.x=t[e],this.y=t[e+1],this.z=t[e+2],this},i.prototype.toArray=function(t,e){return t===void 0&&(t=[]),e===void 0&&(e=0),t[e]=this.x,t[e+1]=this.y,t[e+2]=this.z,t},i.prototype.random=function(){return this.x=Math.random(),this.y=Math.random(),this.z=Math.random(),this},i.prototype.randomDirection=function(){var t=Math.random()*Math.PI*2,e=Math.random()*2-1,n=Math.sqrt(1-e*e);return this.x=n*Math.cos(t),this.y=e,this.z=n*Math.sin(t),this},i.prototype[Symbol.iterator]=function(){return Ra(this,function(t){switch(t.label){case 0:return[4,this.x];case 1:return t.sent(),[4,this.y];case 2:return t.sent(),[4,this.z];case 3:return t.sent(),[2]}})},i.ORIGIN=Object.freeze(new i(0,0,0)),i.X_AXIS=Object.freeze(new i(1,0,0)),i.NEGATIVE_X_AXIS=Object.freeze(new i(-1,0,0)),i.Y_AXIS=Object.freeze(new i(0,1,0)),i.NEGATIVE_Y_AXIS=Object.freeze(new i(0,-1,0)),i.Z_AXIS=Object.freeze(new i(0,0,1)),i.NEGATIVE_Z_AXIS=Object.freeze(new i(0,0,-1)),i}(),wi=new w,Tr=new ae,Y=function(){function i(t,e,n,r,s,o,a,h,l,c,u,g,d,p,f,y){this.elements=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],t!=null&&e!=null&&n!=null&&r!=null&&s!=null&&o!=null&&a!=null&&h!=null&&l!=null&&c!=null&&u!=null&&g!=null&&d!=null&&p!=null&&f!=null&&y!=null&&this.set(t,e,n,r,s,o,a,h,l,c,u,g,d,p,f,y)}return i.prototype.set=function(t,e,n,r,s,o,a,h,l,c,u,g,d,p,f,y){var m=this.elements;return m[0]=t,m[4]=e,m[8]=n,m[12]=r,m[1]=s,m[5]=o,m[9]=a,m[13]=h,m[2]=l,m[6]=c,m[10]=u,m[14]=g,m[3]=d,m[7]=p,m[11]=f,m[15]=y,this},i.prototype.identity=function(){return this.set(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1),this},i.prototype.clone=function(){return new i().fromArray(this.elements)},i.prototype.copy=function(t){var e=this.elements,n=t.elements;return e[0]=n[0],e[1]=n[1],e[2]=n[2],e[3]=n[3],e[4]=n[4],e[5]=n[5],e[6]=n[6],e[7]=n[7],e[8]=n[8],e[9]=n[9],e[10]=n[10],e[11]=n[11],e[12]=n[12],e[13]=n[13],e[14]=n[14],e[15]=n[15],this},i.prototype.copyPosition=function(t){var e=this.elements,n=t.elements;return e[12]=n[12],e[13]=n[13],e[14]=n[14],this},i.prototype.setFromMatrix3=function(t){var e=t.elements;return this.set(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1),this},i.prototype.setFromExtrusionDirection=function(t){if(di.equalPoint3d(t,w.Z_AXIS))this.identity();else{var e=new w(1,0,0);Math.abs(t.x)<1/64&&Math.abs(t.y)<1/64?e.crossVectors(w.Y_AXIS,t).normalize():e.crossVectors(w.Z_AXIS,t).normalize();var n=t.clone().cross(e).normalize();this.set(e.x,e.y,e.z,0,n.x,n.y,n.z,0,t.x,t.y,t.z,0,0,0,0,1)}return this},i.prototype.extractBasis=function(t,e,n){return t.setFromMatrixColumn(this,0),e.setFromMatrixColumn(this,1),n.setFromMatrixColumn(this,2),this},i.prototype.makeBasis=function(t,e,n){return this.set(t.x,e.x,n.x,0,t.y,e.y,n.y,0,t.z,e.z,n.z,0,0,0,0,1),this},i.prototype.extractRotation=function(t){var e=this.elements,n=t.elements,r=1/qt.setFromMatrixColumn(t,0).length(),s=1/qt.setFromMatrixColumn(t,1).length(),o=1/qt.setFromMatrixColumn(t,2).length();return e[0]=n[0]*r,e[1]=n[1]*r,e[2]=n[2]*r,e[3]=0,e[4]=n[4]*s,e[5]=n[5]*s,e[6]=n[6]*s,e[7]=0,e[8]=n[8]*o,e[9]=n[9]*o,e[10]=n[10]*o,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,this},i.prototype.makeRotationFromQuaternion=function(t){return this.compose(za,t,Fa)},i.prototype.lookAt=function(t,e,n){var r=this.elements;return ot.subVectors(t,e),ot.lengthSq()===0&&(ot.z=1),ot.normalize(),Lt.crossVectors(n,ot),Lt.lengthSq()===0&&(Math.abs(n.z)===1?ot.x+=1e-4:ot.z+=1e-4,ot.normalize(),Lt.crossVectors(n,ot)),Lt.normalize(),Te.crossVectors(ot,Lt),r[0]=Lt.x,r[4]=Te.x,r[8]=ot.x,r[1]=Lt.y,r[5]=Te.y,r[9]=ot.y,r[2]=Lt.z,r[6]=Te.z,r[10]=ot.z,this},i.prototype.multiply=function(t){return this.multiplyMatrices(this,t)},i.prototype.premultiply=function(t){return this.multiplyMatrices(t,this)},i.prototype.multiplyMatrices=function(t,e){var n=t.elements,r=e.elements,s=this.elements,o=n[0],a=n[4],h=n[8],l=n[12],c=n[1],u=n[5],g=n[9],d=n[13],p=n[2],f=n[6],y=n[10],m=n[14],x=n[3],S=n[7],A=n[11],L=n[15],T=r[0],M=r[4],X=r[8],I=r[12],z=r[1],O=r[5],R=r[9],W=r[13],J=r[2],yt=r[6],Dt=r[10],Ut=r[14],zt=r[3],$t=r[7],At=r[11],St=r[15];return s[0]=o*T+a*z+h*J+l*zt,s[4]=o*M+a*O+h*yt+l*$t,s[8]=o*X+a*R+h*Dt+l*At,s[12]=o*I+a*W+h*Ut+l*St,s[1]=c*T+u*z+g*J+d*zt,s[5]=c*M+u*O+g*yt+d*$t,s[9]=c*X+u*R+g*Dt+d*At,s[13]=c*I+u*W+g*Ut+d*St,s[2]=p*T+f*z+y*J+m*zt,s[6]=p*M+f*O+y*yt+m*$t,s[10]=p*X+f*R+y*Dt+m*At,s[14]=p*I+f*W+y*Ut+m*St,s[3]=x*T+S*z+A*J+L*zt,s[7]=x*M+S*O+A*yt+L*$t,s[11]=x*X+S*R+A*Dt+L*At,s[15]=x*I+S*W+A*Ut+L*St,this},i.prototype.multiplyScalar=function(t){var e=this.elements;return e[0]*=t,e[4]*=t,e[8]*=t,e[12]*=t,e[1]*=t,e[5]*=t,e[9]*=t,e[13]*=t,e[2]*=t,e[6]*=t,e[10]*=t,e[14]*=t,e[3]*=t,e[7]*=t,e[11]*=t,e[15]*=t,this},i.prototype.determinant=function(){var t=this.elements,e=t[0],n=t[4],r=t[8],s=t[12],o=t[1],a=t[5],h=t[9],l=t[13],c=t[2],u=t[6],g=t[10],d=t[14],p=t[3],f=t[7],y=t[11],m=t[15];return p*(+s*h*u-r*l*u-s*a*g+n*l*g+r*a*d-n*h*d)+f*(+e*h*d-e*l*g+s*o*g-r*o*d+r*l*c-s*h*c)+y*(+e*l*u-e*a*d-s*o*u+n*o*d+s*a*c-n*l*c)+m*(-r*a*c-e*h*u+e*a*g+r*o*u-n*o*g+n*h*c)},i.prototype.transpose=function(){var t=this.elements,e;return e=t[1],t[1]=t[4],t[4]=e,e=t[2],t[2]=t[8],t[8]=e,e=t[6],t[6]=t[9],t[9]=e,e=t[3],t[3]=t[12],t[12]=e,e=t[7],t[7]=t[13],t[13]=e,e=t[11],t[11]=t[14],t[14]=e,this},i.prototype.setPosition=function(t,e,n){var r=this.elements;return t instanceof w?(r[12]=t.x,r[13]=t.y,r[14]=t.z):(r[12]=t,r[13]=e,r[14]=n),this},i.prototype.invert=function(){var t=this.elements,e=t[0],n=t[1],r=t[2],s=t[3],o=t[4],a=t[5],h=t[6],l=t[7],c=t[8],u=t[9],g=t[10],d=t[11],p=t[12],f=t[13],y=t[14],m=t[15],x=u*y*l-f*g*l+f*h*d-a*y*d-u*h*m+a*g*m,S=p*g*l-c*y*l-p*h*d+o*y*d+c*h*m-o*g*m,A=c*f*l-p*u*l+p*a*d-o*f*d-c*a*m+o*u*m,L=p*u*h-c*f*h-p*a*g+o*f*g+c*a*y-o*u*y,T=e*x+n*S+r*A+s*L;if(T===0)return this.set(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);var M=1/T;return t[0]=x*M,t[1]=(f*g*s-u*y*s-f*r*d+n*y*d+u*r*m-n*g*m)*M,t[2]=(a*y*s-f*h*s+f*r*l-n*y*l-a*r*m+n*h*m)*M,t[3]=(u*h*s-a*g*s-u*r*l+n*g*l+a*r*d-n*h*d)*M,t[4]=S*M,t[5]=(c*y*s-p*g*s+p*r*d-e*y*d-c*r*m+e*g*m)*M,t[6]=(p*h*s-o*y*s-p*r*l+e*y*l+o*r*m-e*h*m)*M,t[7]=(o*g*s-c*h*s+c*r*l-e*g*l-o*r*d+e*h*d)*M,t[8]=A*M,t[9]=(p*u*s-c*f*s-p*n*d+e*f*d+c*n*m-e*u*m)*M,t[10]=(o*f*s-p*a*s+p*n*l-e*f*l-o*n*m+e*a*m)*M,t[11]=(c*a*s-o*u*s-c*n*l+e*u*l+o*n*d-e*a*d)*M,t[12]=L*M,t[13]=(c*f*r-p*u*r+p*n*g-e*f*g-c*n*y+e*u*y)*M,t[14]=(p*a*r-o*f*r-p*n*h+e*f*h+o*n*y-e*a*y)*M,t[15]=(o*u*r-c*a*r+c*n*h-e*u*h-o*n*g+e*a*g)*M,this},i.prototype.scale=function(t){var e=this.elements,n=t.x,r=t.y,s=t.z;return e[0]*=n,e[4]*=r,e[8]*=s,e[1]*=n,e[5]*=r,e[9]*=s,e[2]*=n,e[6]*=r,e[10]*=s,e[3]*=n,e[7]*=r,e[11]*=s,this},i.prototype.getMaxScaleOnAxis=function(){var t=this.elements,e=t[0]*t[0]+t[1]*t[1]+t[2]*t[2],n=t[4]*t[4]+t[5]*t[5]+t[6]*t[6],r=t[8]*t[8]+t[9]*t[9]+t[10]*t[10];return Math.sqrt(Math.max(e,n,r))},i.prototype.makeTranslation=function(t,e,n){return t instanceof w?this.set(1,0,0,t.x,0,1,0,t.y,0,0,1,t.z,0,0,0,1):this.set(1,0,0,t,0,1,0,e,0,0,1,n,0,0,0,1),this},i.prototype.makeRotationX=function(t){var e=Math.cos(t),n=Math.sin(t);return this.set(1,0,0,0,0,e,-n,0,0,n,e,0,0,0,0,1),this},i.prototype.makeRotationY=function(t){var e=Math.cos(t),n=Math.sin(t);return this.set(e,0,n,0,0,1,0,0,-n,0,e,0,0,0,0,1),this},i.prototype.makeRotationZ=function(t){var e=Math.cos(t),n=Math.sin(t);return this.set(e,-n,0,0,n,e,0,0,0,0,1,0,0,0,0,1),this},i.prototype.makeRotationAxis=function(t,e){var n=Math.cos(e),r=Math.sin(e),s=1-n,o=t.x,a=t.y,h=t.z,l=s*o,c=s*a;return this.set(l*o+n,l*a-r*h,l*h+r*a,0,l*a+r*h,c*a+n,c*h-r*o,0,l*h-r*a,c*h+r*o,s*h*h+n,0,0,0,0,1),this},i.prototype.makeScale=function(t,e,n){return this.set(t,0,0,0,0,e,0,0,0,0,n,0,0,0,0,1),this},i.prototype.makeShear=function(t,e,n,r,s,o){return this.set(1,n,s,0,t,1,o,0,e,r,1,0,0,0,0,1),this},i.prototype.compose=function(t,e,n){var r=this.elements,s=e.x,o=e.y,a=e.z,h=e.w,l=s+s,c=o+o,u=a+a,g=s*l,d=s*c,p=s*u,f=o*c,y=o*u,m=a*u,x=h*l,S=h*c,A=h*u,L=n.x,T=n.y,M=n.z;return r[0]=(1-(f+m))*L,r[1]=(d+A)*L,r[2]=(p-S)*L,r[3]=0,r[4]=(d-A)*T,r[5]=(1-(g+m))*T,r[6]=(y+x)*T,r[7]=0,r[8]=(p+S)*M,r[9]=(y-x)*M,r[10]=(1-(g+f))*M,r[11]=0,r[12]=t.x,r[13]=t.y,r[14]=t.z,r[15]=1,this},i.prototype.decompose=function(t,e,n){var r=this.elements,s=qt.set(r[0],r[1],r[2]).length(),o=qt.set(r[4],r[5],r[6]).length(),a=qt.set(r[8],r[9],r[10]).length(),h=this.determinant();h<0&&(s=-s),t.x=r[12],t.y=r[13],t.z=r[14],ct.copy(this);var l=1/s,c=1/o,u=1/a;return ct.elements[0]*=l,ct.elements[1]*=l,ct.elements[2]*=l,ct.elements[4]*=c,ct.elements[5]*=c,ct.elements[6]*=c,ct.elements[8]*=u,ct.elements[9]*=u,ct.elements[10]*=u,e.setFromRotationMatrix(ct),n.x=s,n.y=o,n.z=a,this},i.prototype.equals=function(t){for(var e=this.elements,n=t.elements,r=0;r<16;r++)if(e[r]!==n[r])return!1;return!0},i.prototype.fromArray=function(t,e){e===void 0&&(e=0);for(var n=0;n<16;n++)this.elements[n]=t[n+e];return this},i.prototype.toArray=function(t,e){t===void 0&&(t=[]),e===void 0&&(e=0);var n=this.elements;return t[e]=n[0],t[e+1]=n[1],t[e+2]=n[2],t[e+3]=n[3],t[e+4]=n[4],t[e+5]=n[5],t[e+6]=n[6],t[e+7]=n[7],t[e+8]=n[8],t[e+9]=n[9],t[e+10]=n[10],t[e+11]=n[11],t[e+12]=n[12],t[e+13]=n[13],t[e+14]=n[14],t[e+15]=n[15],t},i.IDENTITY=Object.freeze(new i),i}(),qt=new w,ct=new Y,za=new w(0,0,0),Fa=new w(1,1,1),Lt=new w,Te=new w,ot=new w,C=function(){function i(t,e){t===void 0&&(t=void 0),e===void 0&&(e=void 0),this.min=t==null?new w(1/0,1/0,1/0):new w(t.x,t.y,t.z),this.max=e==null?new w(-1/0,-1/0,-1/0):new w(e.x,e.y,e.z)}return i.prototype.set=function(t,e){return this.min.copy(t),this.max.copy(e),this},i.prototype.setFromArray=function(t){this.makeEmpty();for(var e=0,n=t.length;e<n;e+=3)this.expandByPoint(bi.fromArray(t,e));return this},i.prototype.setFromPoints=function(t){this.makeEmpty();for(var e=0,n=t.length;e<n;e++)this.expandByPoint(t[e]);return this},i.prototype.setFromCenterAndSize=function(t,e){var n=bi.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(n),this.max.copy(t).add(n),this},i.prototype.clone=function(){return new i().copy(this)},i.prototype.copy=function(t){return this.min.copy(t.min),this.max.copy(t.max),this},i.prototype.makeEmpty=function(){return this.min.x=this.min.y=this.min.z=1/0,this.max.x=this.max.y=this.max.z=-1/0,this},i.prototype.isEmpty=function(){return this.max.x<this.min.x||this.max.y<this.min.y||this.max.z<this.min.z},i.prototype.getCenter=function(t){return this.isEmpty()?t.set(0,0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)},i.prototype.getSize=function(t){return this.isEmpty()?t.set(0,0,0):t.subVectors(this.max,this.min)},Object.defineProperty(i.prototype,"center",{get:function(){return this.isEmpty()?new w(0,0,0):new w(0,0,0).addVectors(this.min,this.max).multiplyScalar(.5)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"size",{get:function(){return this.isEmpty()?new w(0,0,0):new w(0,0,0).subVectors(this.max,this.min)},enumerable:!1,configurable:!0}),i.prototype.expandByPoint=function(t){return this.min.min(t),this.max.max(t),this},i.prototype.expandByVector=function(t){return this.min.sub(t),this.max.add(t),this},i.prototype.expandByScalar=function(t){return this.min.addScalar(-t),this.max.addScalar(t),this},i.prototype.containsPoint=function(t){return!(t.x<this.min.x||t.x>this.max.x||t.y<this.min.y||t.y>this.max.y||t.z<this.min.z||t.z>this.max.z)},i.prototype.containsBox=function(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y&&this.min.z<=t.min.z&&t.max.z<=this.max.z},i.prototype.getParameter=function(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y),(t.z-this.min.z)/(this.max.z-this.min.z))},i.prototype.intersectsBox=function(t){return!(t.max.x<this.min.x||t.min.x>this.max.x||t.max.y<this.min.y||t.min.y>this.max.y||t.max.z<this.min.z||t.min.z>this.max.z)},i.prototype.intersectsPlane=function(t){var e,n;return t.normal.x>0?(e=t.normal.x*this.min.x,n=t.normal.x*this.max.x):(e=t.normal.x*this.max.x,n=t.normal.x*this.min.x),t.normal.y>0?(e+=t.normal.y*this.min.y,n+=t.normal.y*this.max.y):(e+=t.normal.y*this.max.y,n+=t.normal.y*this.min.y),t.normal.z>0?(e+=t.normal.z*this.min.z,n+=t.normal.z*this.max.z):(e+=t.normal.z*this.max.z,n+=t.normal.z*this.min.z),e<=-t.constant&&n>=-t.constant},i.prototype.clampPoint=function(t,e){return e.copy(t).clamp(this.min,this.max)},i.prototype.distanceToPoint=function(t){return this.clampPoint(t,bi).distanceTo(t)},i.prototype.intersect=function(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this},i.prototype.union=function(t){return this.min.min(t.min),this.max.max(t.max),this},i.prototype.applyMatrix4=function(t){return this.isEmpty()?this:(_t[0].set(this.min.x,this.min.y,this.min.z).applyMatrix4(t),_t[1].set(this.min.x,this.min.y,this.max.z).applyMatrix4(t),_t[2].set(this.min.x,this.max.y,this.min.z).applyMatrix4(t),_t[3].set(this.min.x,this.max.y,this.max.z).applyMatrix4(t),_t[4].set(this.max.x,this.min.y,this.min.z).applyMatrix4(t),_t[5].set(this.max.x,this.min.y,this.max.z).applyMatrix4(t),_t[6].set(this.max.x,this.max.y,this.min.z).applyMatrix4(t),_t[7].set(this.max.x,this.max.y,this.max.z).applyMatrix4(t),this.setFromPoints(_t),this)},i.prototype.translate=function(t){return this.min.add(t),this.max.add(t),this},i.prototype.equals=function(t){return t.min.equals(this.min)&&t.max.equals(this.max)},i}(),_t=[new w,new w,new w,new w,new w,new w,new w,new w],bi=new w,Cr=new j,et=function(){function i(t,e){t===void 0&&(t=void 0),e===void 0&&(e=void 0),this.min=t==null?new j(1/0,1/0):new j(t.x,t.y),this.max=e==null?new j(-1/0,-1/0):new j(e.x,e.y)}return i.prototype.set=function(t,e){return this.min.copy(t),this.max.copy(e),this},i.prototype.setFromPoints=function(t){this.makeEmpty();for(var e=0,n=t.length;e<n;e++)this.expandByPoint(t[e]);return this},i.prototype.setFromCenterAndSize=function(t,e){var n=Cr.copy(e).multiplyScalar(.5);return this.min.copy(t).sub(n),this.max.copy(t).add(n),this},i.prototype.clone=function(){return new i().copy(this)},i.prototype.copy=function(t){return this.min.copy(t.min),this.max.copy(t.max),this},i.prototype.makeEmpty=function(){return this.min.x=this.min.y=1/0,this.max.x=this.max.y=-1/0,this},i.prototype.isEmpty=function(){return this.max.x<this.min.x||this.max.y<this.min.y},i.prototype.getCenter=function(t){return this.isEmpty()?t.set(0,0):t.addVectors(this.min,this.max).multiplyScalar(.5)},i.prototype.getSize=function(t){return this.isEmpty()?t.set(0,0):t.subVectors(this.max,this.min)},Object.defineProperty(i.prototype,"center",{get:function(){return this.isEmpty()?new j(0,0):new j(0,0).addVectors(this.min,this.max).multiplyScalar(.5)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"size",{get:function(){return this.isEmpty()?new j(0,0):new j(0,0).subVectors(this.max,this.min)},enumerable:!1,configurable:!0}),i.prototype.expandByPoint=function(t){return this.min.min(t),this.max.max(t),this},i.prototype.expandByVector=function(t){return this.min.sub(t),this.max.add(t),this},i.prototype.expandByScalar=function(t){return this.min.addScalar(-t),this.max.addScalar(t),this},i.prototype.containsPoint=function(t){return!(t.x<this.min.x||t.x>this.max.x||t.y<this.min.y||t.y>this.max.y)},i.prototype.containsBox=function(t){return this.min.x<=t.min.x&&t.max.x<=this.max.x&&this.min.y<=t.min.y&&t.max.y<=this.max.y},i.prototype.getParameter=function(t,e){return e.set((t.x-this.min.x)/(this.max.x-this.min.x),(t.y-this.min.y)/(this.max.y-this.min.y))},i.prototype.intersectsBox=function(t){return!(t.max.x<this.min.x||t.min.x>this.max.x||t.max.y<this.min.y||t.min.y>this.max.y)},i.prototype.clampPoint=function(t,e){return e.copy(t).clamp(this.min,this.max)},i.prototype.distanceToPoint=function(t){return this.clampPoint(t,Cr).distanceTo(t)},i.prototype.intersect=function(t){return this.min.max(t.min),this.max.min(t.max),this.isEmpty()&&this.makeEmpty(),this},i.prototype.union=function(t){return this.min.min(t.min),this.max.max(t.max),this},i.prototype.translate=function(t){return this.min.add(t),this.max.add(t),this},i.prototype.equals=function(t){return t.min.equals(this.min)&&t.max.equals(this.max)},i}(),Or=new w,Va=new w,ja=new Ee,Tn=function(){function i(t,e){t===void 0&&(t=new w(1,0,0)),e===void 0&&(e=0),this.normal=t,this.constant=e}return i.prototype.set=function(t,e){return this.normal.copy(t),this.constant=e,this},i.prototype.setComponents=function(t,e,n,r){return this.normal.set(t,e,n),this.constant=r,this},i.prototype.setFromNormalAndCoplanarPoint=function(t,e){return this.normal.copy(t),this.constant=-e.dot(this.normal),this},i.prototype.setFromCoplanarPoints=function(t,e,n){var r=Or.subVectors(n,e).cross(Va.subVectors(t,e)).normalize();return this.setFromNormalAndCoplanarPoint(r,t),this},i.prototype.copy=function(t){return this.normal.copy(t.normal),this.constant=t.constant,this},i.prototype.normalize=function(){var t=1/this.normal.length();return this.normal.multiplyScalar(t),this.constant*=t,this},i.prototype.negate=function(){return this.constant*=-1,this.normal.negate(),this},i.prototype.distanceToPoint=function(t){return this.normal.dot(t)+this.constant},i.prototype.projectPoint=function(t,e){return e.copy(t).addScaledVector(this.normal,-this.distanceToPoint(t))},i.prototype.intersectsBox=function(t){return t.intersectsPlane(this)},i.prototype.coplanarPoint=function(t){return t.copy(this.normal).multiplyScalar(-this.constant)},i.prototype.applyMatrix4=function(t,e){var n=e||ja.getNormalMatrix(t),r=this.coplanarPoint(Or).applyMatrix4(t),s=this.normal.applyMatrix3(n).normalize();return this.constant=-r.dot(s),this},i.prototype.translate=function(t){return this.constant-=t.dot(this.normal),this},i.prototype.equals=function(t){return t.normal.equals(this.normal)&&t.constant===this.constant},i.prototype.clone=function(){return new i().copy(this)},i}(),Ga=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),P=function(i){Ga(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t.prototype.clone=function(){return new t(this.x,this.y)},t.pointArrayToNumberArray=function(e){var n=new Array(e.length*2);return e.forEach(function(r,s){r.toArray(n,s*2)}),n},t}(j),Ha=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),_=function(i){Ha(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t.prototype.clone=function(){return new t(this.x,this.y,this.z)},t.pointArrayToNumberArray=function(e,n){n===void 0&&(n=!0);var r=n?3:2,s=new Array(e.length*r);return e.forEach(function(o,a){o.toArray(s,a*r)}),s},t}(w),Wa=function(i,t){var e={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,r,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return h([l,c])}}function h(l){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,l[0]&&(e=0)),e;)try{if(n=1,r&&(s=l[0]&2?r.return:l[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,l[1])).done)return s;switch(r=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,r=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(s=e.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){e.label=l[1];break}if(l[0]===6&&e.label<s[1]){e.label=s[1],s=l;break}if(s&&e.label<s[2]){e.label=s[2],e.ops.push(l);break}s[2]&&e.ops.pop(),e.trys.pop();continue}l=t.call(i,e)}catch(c){l=[6,c],r=0}finally{n=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},kr=new Y,Yr=new ae,Da=function(){function i(t,e,n,r){t===void 0&&(t=0),e===void 0&&(e=0),n===void 0&&(n=0),r===void 0&&(r=i.DEFAULT_ORDER),this._x=t,this._y=e,this._z=n,this._order=r}return Object.defineProperty(i.prototype,"x",{get:function(){return this._x},set:function(t){this._x=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"y",{get:function(){return this._y},set:function(t){this._y=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"z",{get:function(){return this._z},set:function(t){this._z=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"order",{get:function(){return this._order},set:function(t){this._order=t,this._onChangeCallback()},enumerable:!1,configurable:!0}),i.prototype.set=function(t,e,n,r){return r===void 0&&(r=this._order),this._x=t,this._y=e,this._z=n,this._order=r,this._onChangeCallback(),this},i.prototype.clone=function(){return new i(this._x,this._y,this._z,this._order)},i.prototype.copy=function(t){return this._x=t._x,this._y=t._y,this._z=t._z,this._order=t._order,this._onChangeCallback(),this},i.prototype.setFromRotationMatrix=function(t,e,n){e===void 0&&(e=this._order),n===void 0&&(n=!0);var r=t.elements,s=r[0],o=r[4],a=r[8],h=r[1],l=r[5],c=r[9],u=r[2],g=r[6],d=r[10];switch(e){case"XYZ":this._y=Math.asin(bt(a,-1,1)),Math.abs(a)<.9999999?(this._x=Math.atan2(-c,d),this._z=Math.atan2(-o,s)):(this._x=Math.atan2(g,l),this._z=0);break;case"YXZ":this._x=Math.asin(-bt(c,-1,1)),Math.abs(c)<.9999999?(this._y=Math.atan2(a,d),this._z=Math.atan2(h,l)):(this._y=Math.atan2(-u,s),this._z=0);break;case"ZXY":this._x=Math.asin(bt(g,-1,1)),Math.abs(g)<.9999999?(this._y=Math.atan2(-u,d),this._z=Math.atan2(-o,l)):(this._y=0,this._z=Math.atan2(h,s));break;case"ZYX":this._y=Math.asin(-bt(u,-1,1)),Math.abs(u)<.9999999?(this._x=Math.atan2(g,d),this._z=Math.atan2(h,s)):(this._x=0,this._z=Math.atan2(-o,l));break;case"YZX":this._z=Math.asin(bt(h,-1,1)),Math.abs(h)<.9999999?(this._x=Math.atan2(-c,l),this._y=Math.atan2(-u,s)):(this._x=0,this._y=Math.atan2(a,d));break;case"XZY":this._z=Math.asin(-bt(o,-1,1)),Math.abs(o)<.9999999?(this._x=Math.atan2(g,l),this._y=Math.atan2(a,s)):(this._x=Math.atan2(-c,d),this._y=0);break;default:}return this._order=e,n===!0&&this._onChangeCallback(),this},i.prototype.setFromQuaternion=function(t,e,n){return n===void 0&&(n=!0),kr.makeRotationFromQuaternion(t),this.setFromRotationMatrix(kr,e,n)},i.prototype.setFromVector3=function(t,e){return e===void 0&&(e=this._order),this.set(t.x,t.y,t.z,e)},i.prototype.reorder=function(t){return Yr.setFromEuler(this),this.setFromQuaternion(Yr,t)},i.prototype.equals=function(t){return t._x===this._x&&t._y===this._y&&t._z===this._z&&t._order===this._order},i.prototype.fromArray=function(t){return this._x=t[0],this._y=t[1],this._z=t[2],t[3]!==void 0&&(this._order=t[3]),this._onChangeCallback(),this},i.prototype.toArray=function(t,e){return t===void 0&&(t=[]),e===void 0&&(e=0),t[e]=this._x,t[e+1]=this._y,t[e+2]=this._z,t[e+3]=this._order,t},i.prototype._onChange=function(t){return this._onChangeCallback=t,this},i.prototype._onChangeCallback=function(){},i.prototype[Symbol.iterator]=function(){return Wa(this,function(t){switch(t.label){case 0:return[4,this._x];case 1:return t.sent(),[4,this._y];case 2:return t.sent(),[4,this._z];case 3:return t.sent(),[4,this._order];case 4:return t.sent(),[2]}})},i.DEFAULT_ORDER="XYZ",i}();function Cn(i,t,e){e===void 0&&(e=!1);for(var n=i.x,r=i.y,s=!1,o=t.length,a=0,h=o-1;a<o;h=a++){var l=t[a].x,c=t[a].y,u=t[h].x,g=t[h].y,d=c>r!=g>r;e&&(d=c>=r!=g>=r);var p=d&&n<(u-l)*(r-c)/(g-c)+l;p&&(s=!s)}return s}function Es(i,t){if(i.length===0||t.length===0)return!1;var e=new et().setFromPoints(i),n=new et().setFromPoints(t);if(!e.intersectsBox(n))return!1;for(var r=0;r<i.length;){if(Cn(i[r],t,!0))return!0;r<i.length-1&&di.equalPoint2d(i[r+1],i[r])&&++r,++r}return!1}var Ms={isPointInPolygon:Cn,isPolygonIntersect:Es},Ce=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Oe=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))};function Ua(i,t){for(var e=[],n=t-1,r=i,s=0;s<=r;s++)e.push(0);for(var s=1;s<=n-r;s++)e.push(s);for(var s=0;s<=r;s++)e.push(n-r+1);return e}function $a(i,t){for(var e=t.length-1,n=i,r=[0],s=0,o=1;o<=e;o++){var a=t[o][0]-t[o-1][0],h=t[o][1]-t[o-1][1],l=t[o][2]-t[o-1][2],c=Math.sqrt(a*a+h*h+l*l);s+=c,r.push(s)}for(var u=[],o=0;o<=n;o++)u.push(0);for(var o=1;o<=e-n;o++){var g=r[o]/s;u.push(g*(e-n+1))}for(var o=0;o<=n;o++)u.push(e-n+1);return u}function Is(i,t){t===void 0&&(t="Uniform");var e=i.length;if(e===0)return[];if(e===1)return[0];var n=e-1;if(t==="Uniform")return new Array(e).fill(0).map(function(g,d){return d/n});for(var r=[0],s=0,o=1;o<=n;o++){var a=i[o][0]-i[o-1][0],h=i[o][1]-i[o-1][1],l=i[o][2]-i[o-1][2],c=Math.sqrt(a*a+h*h+l*l),u=t==="SqrtChord"?Math.sqrt(c):c;s+=u,r.push(s)}return s<1e-12?new Array(e).fill(0).map(function(g,d){return d/n}):r.map(function(g){return g/s})}function Ts(i,t){for(var e=t.length-1,n=i,r=e+n+1,s=new Array(r+1).fill(0),o=t[t.length-1],a=r-n;a<=r;a++)s[a]=o;for(var h=1;h<=e-n;h++){for(var l=0,a=h;a<h+n;a++)l+=t[a];s[h+n]=l/n}return s}function qa(i,t){for(var e=t.length-1,n=i,r=[0],s=0,o=1;o<=e;o++){var a=t[o][0]-t[o-1][0],h=t[o][1]-t[o-1][1],l=t[o][2]-t[o-1][2],c=Math.sqrt(a*a+h*h+l*l),u=Math.sqrt(c);s+=u,r.push(s)}for(var g=[],o=0;o<=n;o++)g.push(0);for(var o=1;o<=e-n;o++){var d=r[o]/s;g.push(d*(e-n+1))}for(var o=0;o<=n;o++)g.push(e-n+1);return g}function xi(i,t){for(var e=i.length,n=i.map(function(y){return y.slice()}),r=t.slice(),s=0;s<e;s++){for(var o=s,a=Math.abs(n[s][s]),h=s+1;h<e;h++){var l=Math.abs(n[h][s]);l>a&&(a=l,o=h)}if(a<1e-12)throw new Error("Interpolation matrix is singular.");if(o!==s){var c=n[s];n[s]=n[o],n[o]=c;var u=r[s];r[s]=r[o],r[o]=u}for(var h=s+1;h<e;h++){var g=n[h][s]/n[s][s];if(!(Math.abs(g)<1e-14)){for(var d=s;d<e;d++)n[h][d]-=g*n[s][d];r[h]-=g*r[s]}}}for(var p=new Array(e).fill(0),h=e-1;h>=0;h--){for(var f=r[h],d=h+1;d<e;d++)f-=n[h][d]*p[d];p[h]=f/n[h][h]}return p}function On(i,t,e,n,r){var s,o,a,h,l,c;if(e===void 0&&(e="Uniform"),i.length===0)return{controlPoints:[],knots:[],weights:[]};var u=i.map(function(At){var St;return[At[0],At[1],(St=At[2])!==null&&St!==void 0?St:0]}),g=!!n,d=!!r,p=(g?1:0)+(d?1:0),f=u.length-1,y=f+p;if(y<t)throw new Error("Not enough points to interpolate a curve of this degree.");var m=Is(u,e),x=m.slice();g&&x.unshift(m[0]),d&&x.push(m[m.length-1]);var S=Ts(t,x),A=y+1,L=new Array(A),T=new Array(A),M=new Array(A),X=new Array(A),I=0;L[I]=new Array(A).fill(0),L[I][0]=1,T[I]=u[0][0],M[I]=u[0][1],X[I]=u[0][2],I++;for(var z=1;z<=f-1;z++){var O=m[z];L[I]=new Array(A).fill(0);for(var R=0;R<=y;R++)L[I][R]=Nt(R,t,O,S);T[I]=u[z][0],M[I]=u[z][1],X[I]=u[z][2],I++}if(L[I]=new Array(A).fill(0),L[I][y]=1,T[I]=u[f][0],M[I]=u[f][1],X[I]=u[f][2],I++,g){var W=S[t+1]-S[0],J=W!==0?t/W:0;L[I]=new Array(A).fill(0),L[I][0]=-J,L[I][1]=J,T[I]=(s=n==null?void 0:n[0])!==null&&s!==void 0?s:0,M[I]=(o=n==null?void 0:n[1])!==null&&o!==void 0?o:0,X[I]=(a=n==null?void 0:n[2])!==null&&a!==void 0?a:0,I++}if(d){var W=S[y+t+1]-S[y],J=W!==0?t/W:0;L[I]=new Array(A).fill(0),L[I][y-1]=-J,L[I][y]=J,T[I]=(h=r==null?void 0:r[0])!==null&&h!==void 0?h:0,M[I]=(l=r==null?void 0:r[1])!==null&&l!==void 0?l:0,X[I]=(c=r==null?void 0:r[2])!==null&&c!==void 0?c:0,I++}for(var yt=xi(L,T),Dt=xi(L,M),Ut=xi(L,X),zt=new Array(A),z=0;z<A;z++)zt[z]=[yt[z],Dt[z],Ut[z]];var $t=new Array(A).fill(1);return{controlPoints:zt,knots:S,weights:$t}}function Nt(i,t,e,n){if(t===0)return e>=n[i]&&e<n[i+1]?1:0;var r=n[i+t]-n[i],s=n[i+t+1]-n[i+1],o=r>1e-10?(e-n[i])/r:0,a=s>1e-10?(n[i+t+1]-e)/s:0;return o*Nt(i,t-1,e,n)+a*Nt(i+1,t-1,e,n)}function me(i,t,e,n,r){var s=n.length-1,o=t;if(i=Math.max(e[o],Math.min(e[s+1],i)),Math.abs(i-e[s+1])<1e-8)return Oe([],Ce(n[s]),!1);if(Math.abs(i-e[o])<1e-8)return Oe([],Ce(n[0]),!1);for(var a=[0,0,0],h=0,l=0;l<=s;l++){var c=Nt(l,o,i,e),u=r[l]*c;a[0]+=n[l][0]*u,a[1]+=n[l][1]*u,a[2]+=n[l][2]*u,h+=u}if(Math.abs(h)<1e-10){var g=e[e.length-o-1];if(Math.abs(i-g)<1e-8)return Oe([],Ce(n[s]),!1);if(Math.abs(i-e[o])<1e-8)return Oe([],Ce(n[0]),!1)}return Math.abs(h)>=1e-10&&(a[0]/=h,a[1]/=h,a[2]/=h),a}function Ci(i,t,e,n){if(t===0)return 0;var r=n[i+t]-n[i],s=n[i+t+1]-n[i+1],o=0;return r>1e-10&&(o+=t/r*Nt(i,t-1,e,n)),s>1e-10&&(o-=t/s*Nt(i+1,t-1,e,n)),o}function Za(i,t,e,n){if(t<=1)return 0;var r=n[i+t]-n[i],s=n[i+t+1]-n[i+1],o=0;return r>1e-10&&(o+=t/r*Ci(i,t-1,e,n)),s>1e-10&&(o-=t/s*Ci(i+1,t-1,e,n)),o}function Ka(i,t,e,n,r){var s=n.length-1,o=t,a=e[o],h=e[s+1];i=Math.max(a,Math.min(h,i));for(var l=[0,0,0],c=[0,0,0],u=[0,0,0],g=0,d=0,p=0,f=0;f<=s;f++){var y=Nt(f,o,i,e),m=Ci(f,o,i,e),x=Za(f,o,i,e),S=r[f],A=S*y,L=S*m,T=S*x,M=n[f];l[0]+=A*M[0],l[1]+=A*M[1],l[2]+=A*M[2],c[0]+=L*M[0],c[1]+=L*M[1],c[2]+=L*M[2],u[0]+=T*M[0],u[1]+=T*M[1],u[2]+=T*M[2],g+=A,d+=L,p+=T}if(Math.abs(g)<1e-10){var X=me(i,t,e,n,r);return{point:X,deriv1:[0,0,0],deriv2:[0,0,0]}}var I=g*g,z=[l[0]/g,l[1]/g,l[2]/g],O=[(c[0]*g-l[0]*d)/I,(c[1]*g-l[1]*d)/I,(c[2]*g-l[2]*d)/I],R=u[0]*g-l[0]*p,W=u[1]*g-l[1]*p,J=u[2]*g-l[2]*p,yt=[R/I-2*d*O[0]/g,W/I-2*d*O[1]/g,J/I-2*d*O[2]/g];return{point:z,deriv1:O,deriv2:yt}}function Qa(i,t){var e=i[0],n=i[1],r=t[0],s=t[1],o=e*e+n*n;return o<1e-20?0:(e*s-n*r)/Math.pow(o,1.5)}function Cs(i,t,e,n){for(var r=i,s=t[r],o=t[t.length-r-1],a=0,h=1e3,l=(o-s)/h,c=me(s,i,t,e,n),u=1;u<=h;u++){var g=s+u*l,d=me(g,i,t,e,n),p=d[0]-c[0],f=d[1]-c[1],y=d[2]-c[2];a+=Math.sqrt(p*p+f*f+y*y),c=d}var m=me(o,i,t,e,n),x=m[0]-c[0],S=m[1]-c[1],A=m[2]-c[2];return a+=Math.sqrt(x*x+S*S+A*A),a}function Ja(i,t,e,n,r){return t===void 0&&(t=3),e===void 0&&(e="Uniform"),i.length===0?[]:On(i,t,e,n,r).controlPoints}var Xr=new Y,Nr=new w,tl=new w,el=new w,vi=new _;function Os(i){return new Y().setFromExtrusionDirection(new w(i.x,i.y,i.z))}function kn(i){return Xr.setFromExtrusionDirection(new w(i.x,i.y,i.z)),Xr.extractBasis(Nr,tl,el),Nr.clone()}function il(i,t){var e;return new _(i.x,i.y,(e=i.z)!==null&&e!==void 0?e:0).applyMatrix4(Os(t))}function xe(i,t){var e;return new _(i.x,i.y,(e=i.z)!==null&&e!==void 0?e:0).applyMatrix4(Os(t).invert())}function Oi(i,t,e){var n,r,s=xe(i,e),o=xe(t,e);return vi.set(o.x-s.x,o.y-s.y,((n=o.z)!==null&&n!==void 0?n:0)-((r=s.z)!==null&&r!==void 0?r:0)),E.normalizeAngle(Math.atan2(vi.y,vi.x))}function ks(i){var t=i.length;if(t<3)return 0;for(var e=0,n=0,r=t-1;n<t;r=n++){var s=i[r],o=i[n];e+=s.x*o.y-o.x*s.y}return e*.5}function nl(i){return Math.abs(ks(i))}function rl(i){var t,e,n=i.length;if(n<3)return 0;for(var r=0,s=0,o=0,a=0,h=n-1;a<n;h=a++){var l=i[h],c=i[a],u=l.x,g=l.y,d=(t=l.z)!==null&&t!==void 0?t:0,p=c.x,f=c.y,y=(e=c.z)!==null&&e!==void 0?e:0;r+=(d+y)*(g-f),s+=(u+p)*(d-y),o+=(g+f)*(u-p)}return .5*Math.hypot(r,s,o)}function sl(i){return i.length<3?0:nl(i)}function Ys(i){return i.length<3?0:rl(i)}var Xs=function(){function i(){this._boundingBoxNeedsUpdate=!1}return Object.defineProperty(i.prototype,"boundingBoxNeedUpdate",{get:function(){return this._boundingBoxNeedsUpdate},enumerable:!1,configurable:!0}),i}(),ol=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Yn=function(i){ol(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t.prototype.translate=function(e){return this.transform(new Ee().makeTranslation(e.x,e.y))},Object.defineProperty(t.prototype,"box",{get:function(){return(this._box==null||this._boundingBoxNeedsUpdate)&&(this._box=this.calculateBoundingBox(),this._boundingBoxNeedsUpdate=!1),this._box},enumerable:!1,configurable:!0}),t}(Xs),al=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),ce=function(i){al(t,i);function t(){var e=i.call(this)||this;return e.arcLengthDivisions=100,e}return Object.defineProperty(t.prototype,"startPoint",{get:function(){return this.getPoint(0)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this.getPoint(1)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){return this.getLength()},enumerable:!1,configurable:!0}),t.prototype.getPoint=function(e){throw new Error("AcGeCurve2d: .getPoint() not implemented.")},t.prototype.getPointAt=function(e){var n=this.getUtoTmapping(e);return this.getPoint(n)},t.prototype.getPoints=function(e){e===void 0&&(e=5);for(var n=[],r=0;r<=e;r++)n.push(this.getPoint(r/e));return n},t.prototype.getSpacedPoints=function(e){e===void 0&&(e=5);for(var n=[],r=0;r<=e;r++)n.push(this.getPointAt(r/e));return n},t.prototype.getLength=function(){var e=this.getLengths();return e[e.length-1]},t.prototype.getLengths=function(e){e===void 0&&(e=this.arcLengthDivisions);var n=[],r,s=this.getPoint(0),o=0;n.push(0);for(var a=1;a<=e;a++)r=this.getPoint(a/e),o+=r.distanceTo(s),n.push(o),s=r;return n},t.prototype.getUtoTmapping=function(e,n){var r=this.getLengths(),s=0,o=r.length,a;n?a=n:a=e*r[o-1];for(var h=0,l=o-1,c;h<=l;)if(s=Math.floor(h+(l-h)/2),c=r[s]-a,c<0)h=s+1;else if(c>0)l=s-1;else{l=s;break}if(s=l,r[s]===a)return s/(o-1);var u=r[s],g=r[s+1],d=g-u,p=(a-u)/d,f=(s+p)/(o-1);return f},t.prototype.getTangent=function(e){var n=1e-4,r=e-n,s=e+n;r<0&&(r=0),s>1&&(s=1);var o=this.getPoint(r),a=this.getPoint(s),h=new P;return h.copy(a).sub(o).normalize(),h},t.prototype.getTangentAt=function(e){var n=this.getUtoTmapping(e);return this.getTangent(n)},t}(Yn),ll=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),ke=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},Ye=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Xe=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))},pt=function(i){ll(t,i);function t(e,n,r,s,o){var a=i.call(this)||this,h=+(e!==void 0)+ +(n!==void 0)+ +(r!==void 0)+ +(s!==void 0)+ +(o!==void 0);if(h==3)typeof e=="object"&&typeof n=="object"&&typeof r=="object"?a.createByThreePoints(e,n,r):a.createByStartEndPointsAndBulge(e,n,r);else if(h==5){var l=e;a.center=new P(l.x,l.y),a.radius=n,a._clockwise=o,a._startAngle=a._clockwise?a._mirrorAngle(E.normalizeAngle(r)):E.normalizeAngle(r),a._endAngle=a._clockwise?a._mirrorAngle(E.normalizeAngle(s)):E.normalizeAngle(s)}else throw st.ILLEGAL_PARAMETERS;return a}return t.prototype.createByThreePoints=function(e,n,r){var s=function(X,I){return{x:(X.x+I.x)/2,y:(X.y+I.y)/2}},o=function(X,I){return(I.y-X.y)/(I.x-X.x)},a=function(X){return-1/X},h=s(e,n),l=s(n,r),c=o(e,n),u=o(n,r),g=a(c),d=a(u),p=function(X,I,z,O){var R=(O-I)/(X-z),W=X*R+I;return{x:R,y:W}},f=h.y-g*h.x,y=l.y-d*l.x,m=p(g,f,d,y),x=Math.sqrt(Math.pow(e.x-m.x,2)+Math.pow(e.y-m.y,2)),S=function(X,I){return Math.atan2(X.y-I.y,X.x-I.x)},A=S(e,m),L=S(n,m),T=S(r,m),M=T>A&&T<L||A>T&&A<L||L>T&&L<A;this.center=m,this.radius=x,this._clockwise=!M,this._startAngle=A,this._endAngle=T},t.prototype.createByStartEndPointsAndBulge=function(e,n,r){var s,o,a;r<0?(s=Math.atan(-r)*4,o=new j(e),a=new j(n)):(s=Math.atan(r)*4,o=new j(n),a=new j(e));var h=new j().subVectors(a,o),l=h.length(),c=new j().addVectors(o,h.multiplyScalar(.5)),u=Math.abs(l/2/Math.tan(s/2)),g=h.normalize(),d=r<0?-Math.PI/2:Math.PI/2,p=new j(g.x*Math.cos(d)-g.y*Math.sin(d),g.y*Math.cos(d)+g.x*Math.sin(d)),f;s<Math.PI?r<0?f=c.add(p.multiplyScalar(u)):f=c.add(p.multiplyScalar(-u)):r<0?f=c.add(p.multiplyScalar(-u)):f=c.add(p.multiplyScalar(u)),r<0?(this._startAngle=Math.atan2(o.y-f.y,o.x-f.x),this._endAngle=Math.atan2(a.y-f.y,a.x-f.x)):(this._startAngle=Math.atan2(a.y-f.y,a.x-f.x),this._endAngle=Math.atan2(o.y-f.y,o.x-f.x)),this._clockwise=r<0,this.center=f,this.radius=a.sub(f).length()},Object.defineProperty(t.prototype,"center",{get:function(){return this._center},set:function(e){this._center=new P(e.x,e.y),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"radius",{get:function(){return this._radius},set:function(e){this._radius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startAngle",{get:function(){return this._clockwise?this._mirrorAngle(this._startAngle):this._startAngle},set:function(e){this._startAngle=this._clockwise?this._mirrorAngle(E.normalizeAngle(e)):E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endAngle",{get:function(){return this._clockwise?this._mirrorAngle(this._endAngle):this._endAngle},set:function(e){var n=this.startAngle==0&&e==B?e:E.normalizeAngle(e);this._endAngle=this._clockwise?this._mirrorAngle(n):n,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),t.prototype._mirrorAngle=function(e){var n=e*180/Math.PI,r=(360-n)%360;return r*Math.PI/180},t.prototype._getInternalAngle=function(e){return this._clockwise?this._mirrorAngle(e):e},Object.defineProperty(t.prototype,"deltaAngle",{get:function(){var e=this._getInternalAngle(this.startAngle),n=this._getInternalAngle(this.endAngle);return this.clockwise?E.normalizeAngle(e-n):E.normalizeAngle(n-e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"clockwise",{get:function(){return this._clockwise},set:function(e){this._clockwise=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this.endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"midPoint",{get:function(){var e=this._getInternalAngle(this.startAngle),n=this._clockwise?E.normalizeAngle(e-this.deltaAngle/2):E.normalizeAngle(e+this.deltaAngle/2),r=this._clockwise?this._mirrorAngle(n):n;return this.getPointAtAngle(r)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"closed",{get:function(){var e=this._getInternalAngle(this.startAngle),n=this._getInternalAngle(this.endAngle);return Math.abs(n-e)/Math.PI%2==0},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){var e,n,r=[this.startPoint,this.endPoint],s=[0,Math.PI/2,Math.PI,3*Math.PI/2];try{for(var o=ke(s),a=o.next();!a.done;a=o.next()){var h=a.value,l=this._getInternalAngle(h);E.isBetweenAngle(l,this._getInternalAngle(this.startAngle),this._getInternalAngle(this.endAngle),this.clockwise)&&r.push(this.getPointAtAngle(h))}}catch(g){e={error:g}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}var c=r.map(function(g){return g.x}),u=r.map(function(g){return g.y});return new et(new P(Math.min.apply(Math,Xe([],Ye(c),!1)),Math.min.apply(Math,Xe([],Ye(u),!1))),new P(Math.max.apply(Math,Xe([],Ye(c),!1)),Math.max.apply(Math,Xe([],Ye(u),!1))))},Object.defineProperty(t.prototype,"length",{get:function(){return Math.abs(this.deltaAngle*this.radius)},enumerable:!1,configurable:!0}),t.prototype.transform=function(e){var n=this,r=e,s=this.center.clone().applyMatrix2d(r),o=this.startPoint.clone().applyMatrix2d(r);if(this.closed)return this.center=s,this.radius=s.distanceTo(o),this._startAngle=Math.atan2(o.y-s.y,o.x-s.x),this._endAngle=this._startAngle,this._clockwise=r.determinant()<0?!this._clockwise:this._clockwise,this._boundingBoxNeedsUpdate=!0,this;var a=this.midPoint.clone().applyMatrix2d(r),h=this.endPoint.clone().applyMatrix2d(r),l=new t(o,a,h),c=r.determinant()<0?!this.clockwise:this.clockwise,u=function(g){var d=E.normalizeAngle(g);return c?n._mirrorAngle(d):d};return this.center=l.center,this.radius=l.radius,this.clockwise=c,this.startAngle=u(Math.atan2(o.y-l.center.y,o.x-l.center.x)),this.endAngle=u(Math.atan2(h.y-l.center.y,h.x-l.center.x)),this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this.center.clone(),this.radius,this._startAngle,this._endAngle,this.clockwise)},t.prototype.getPointAtAngle=function(e){var n=this._getInternalAngle(e),r=this.center.x+this.radius*Math.cos(n),s=this.center.y+this.radius*Math.sin(n);return new P(r,s)},t.prototype.getQuadrantPoints=function(){var e,n,r=[],s=this._getInternalAngle(this.startAngle),o=this._getInternalAngle(this.endAngle),a=[0,Math.PI/2,Math.PI,3*Math.PI/2];try{for(var h=ke(a),l=h.next();!l.done;l=h.next()){var c=l.value,u=this._getInternalAngle(c);E.isBetweenAngle(u,s,o,this.clockwise)&&r.push(this.getPointAtAngle(c))}}catch(g){e={error:g}}finally{try{l&&!l.done&&(n=h.return)&&n.call(h)}finally{if(e)throw e.error}}return r},t.prototype.nearestPoint=function(e){var n=new P(e.x,e.y),r=n.x-this.center.x,s=n.y-this.center.y,o=Math.hypot(r,s);if(o<1e-12)return this.startPoint.clone();var a=Math.atan2(s,r),h=this.clockwise?this._mirrorAngle(E.normalizeAngle(a)):E.normalizeAngle(a),l=this._getInternalAngle(h),c=this._getInternalAngle(this.startAngle),u=this._getInternalAngle(this.endAngle);if(E.isBetweenAngle(l,c,u,this.clockwise))return this.getPointAtAngle(h);var g=n.distanceToSquared(this.startPoint),d=n.distanceToSquared(this.endPoint);return g<=d?this.startPoint.clone():this.endPoint.clone()},t.prototype.perpendicularPoints=function(e){var n,r,s=new P(e.x,e.y),o=s.x-this.center.x,a=s.y-this.center.y,h=Math.hypot(o,a);if(h<1e-12)return[];var l=o/h,c=a/h,u=[new P(this.center.x+l*this.radius,this.center.y+c*this.radius),new P(this.center.x-l*this.radius,this.center.y-c*this.radius)],g=[],d=this._getInternalAngle(this.startAngle),p=this._getInternalAngle(this.endAngle);try{for(var f=ke(u),y=f.next();!y.done;y=f.next()){var m=y.value,x=Math.atan2(m.y-this.center.y,m.x-this.center.x),S=this.clockwise?this._mirrorAngle(E.normalizeAngle(x)):E.normalizeAngle(x),A=this._getInternalAngle(S);(this.closed||E.isBetweenAngle(A,d,p,this.clockwise))&&g.push(m)}}catch(L){n={error:L}}finally{try{y&&!y.done&&(r=f.return)&&r.call(f)}finally{if(n)throw n.error}}return g},t.prototype.tangentPoints=function(e){var n,r,s=[],o=e.x-this.center.x,a=e.y-this.center.y,h=Math.hypot(o,a),l=this.radius;if(h<l)return s;var c=Math.acos(l/h),u=Math.atan2(a,o),g=[u+c,u-c],d=this._getInternalAngle(this.startAngle),p=this._getInternalAngle(this.endAngle);try{for(var f=ke(g),y=f.next();!y.done;y=f.next()){var m=y.value,x=this.clockwise?this._mirrorAngle(E.normalizeAngle(m)):E.normalizeAngle(m),S=this._getInternalAngle(x);(this.closed||E.isBetweenAngle(S,d,p,this.clockwise))&&s.push(this.getPointAtAngle(x))}}catch(A){n={error:A}}finally{try{y&&!y.done&&(r=f.return)&&r.call(f)}finally{if(n)throw n.error}}return s},t.prototype.getPoints=function(e){e===void 0&&(e=100);var n=[],r=this.deltaAngle,s=this._getInternalAngle(this.startAngle);if(this.closed&&(r=B,s=0),this.clockwise)for(var o=0;o<=e;o++){var a=s-r*(o/e),h=this._clockwise?this._mirrorAngle(a):a,l=this.getPointAtAngle(h);n.push(new P(l.x,l.y))}else for(var o=0;o<=e;o++){var a=s+r*(o/e),h=this._clockwise?this._mirrorAngle(a):a,l=this.getPointAtAngle(h);n.push(new P(l.x,l.y))}return n},t}(ce),ki=function(){return ki=Object.assign||function(i){for(var t,e=1,n=arguments.length;e<n;e++){t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i[r]=t[r])}return i},ki.apply(this,arguments)},hl=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},Ne=1e-6;function Ns(i,t){if(Cl(i)){var e=ul(i,t);return e?[e]:[]}var n=Fs(i),r=n.numberOfVertices;if(r<2)return[];var s=kl(n,t);return s?[s]:[]}function cl(i){return Fs(i)}function ul(i,t){var e,n,r=dl(i);if(r.length===0)return null;var s=[];try{for(var o=hl(r),a=o.next();!a.done;a=o.next()){var h=a.value,l=pl(h,t);if(!l)return null;s.push(l)}}catch(d){e={error:d}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(e)throw e.error}}var c=gl(i),u=_l(s,c,i.closed,t);if(u.length<2)return null;var g=new H;return u.forEach(function(d,p){g.addVertexAt(p,{x:d.x,y:d.y})}),g.closed=i.closed,g}function dl(i){for(var t,e=[],n=i.numberOfVertices,r=i.closed?n:n-1,s=0;s<r;s++){var o=i.vertices[s],a=i.vertices[(s+1)%n];F.isPositive(Math.abs((t=o.bulge)!==null&&t!==void 0?t:0))?e.push({kind:"arc",arc:new pt(o,a,o.bulge)}):e.push({kind:"line",start:new P(o.x,o.y),end:new P(a.x,a.y)})}return e}function gl(i){for(var t=[],e=0;e<i.numberOfVertices;e++)t.push(i.getPointAt(e));return t}function pl(i,t){if(i.kind==="line"){var e=ml(i.start,i.end,t);return e?ki({kind:"line"},e):null}var n=fl(i.arc,i.arc.startPoint,i.arc.endPoint,t);return n?{kind:"arc",arc:n}:null}function fl(i,t,e,n){var r=yl(i,t,e,n),s=i.radius+r;return F.isNonPositive(s)?null:new pt(i.center,s,i.startAngle,i.endAngle,i.clockwise)}function yl(i,t,e,n){var r=e.x-t.x,s=e.y-t.y,o=Math.hypot(r,s);if(F.isNonPositive(o))return i.clockwise?-n:n;var a=-s/o,h=r/o,l=i.center.x-(t.x+e.x)/2,c=i.center.y-(t.y+e.y)/2,u=l*a+c*h>0;return u?-n:n}function ml(i,t,e){var n=t.x-i.x,r=t.y-i.y,s=Math.hypot(n,r);if(F.isNonPositive(s))return null;var o=-r/s*e,a=n/s*e;return{start:new P(i.x+o,i.y+a),end:new P(t.x+o,t.y+a),dx:n,dy:r}}function _l(i,t,e,n){var r,s,o,a=i.length;if(a===0)return[];for(var h=wl(i,t,e,n),l=[(s=(r=h[0].nextSegmentStart)===null||r===void 0?void 0:r.clone())!==null&&s!==void 0?s:h[0].point.clone()],c=0;c<a;c++){var u=i[c],g=c===a-1&&!e?{point:Al(u)}:h[(c+1)%a];if(c>0&&h[c].filletPoints&&h[c].filletPoints.forEach(function(m){return l.push(m.clone())}),u.kind==="arc")for(var d=(o=h[c].nextSegmentStart)!==null&&o!==void 0?o:h[c].point,p=g.point,f=bl(u.arc,d,p,Math.max(16,32)),y=1;y<f.length;y++)l.push(f[y]);else l.push(g.point.clone())}return Vs(l)}function wl(i,t,e,n){for(var r=i.length,s=[],o=0;o<r;o++)o===0?s.push(e?Br(i[r-1],i[0],t[0],n):{point:Pl(i[0])}):s.push(Br(i[o-1],i[o],t[o],n));return s}function bl(i,t,e,n){for(var r=i.nearestPoint(t),s=i.nearestPoint(e),o=Yi(i,r),a=Yi(i,s),h=vl(i,o,a),l=[],c=0;c<=n;c++){var u=c/n,g=i.clockwise?o-h*u:o+h*u;l.push(i.getPointAtAngle(xl(i,g)))}return l}function Yi(i,t){return Math.atan2(t.y-i.center.y,t.x-i.center.x)}function xl(i,t){var e=E.normalizeAngle(t);return i.clockwise?Xi(e):e}function Xi(i){var t=i*180/Math.PI;return(360-t)%360*(Math.PI/180)}function vl(i,t,e){if(i.clockwise){var n=t-e;return F.isNonPositive(n)&&(n+=B),n}var r=e-t;return F.isNonPositive(r)&&(r+=B),r}function Pl(i){return i.kind==="line"?i.start.clone():i.arc.startPoint.clone()}function Al(i){return i.kind==="line"?i.end.clone():i.arc.endPoint.clone()}function Br(i,t,e,n){return i.kind==="line"&&t.kind==="line"?{point:Ni({start:i.start,end:i.end,dx:i.dx,dy:i.dy},{start:t.start,end:t.end,dx:t.dx,dy:t.dy})}:i.kind==="line"&&t.kind==="arc"?Rr(i,t.arc,e,n,!0):i.kind==="arc"&&t.kind==="line"?Rr(t,i.arc,e,n,!1):i.kind==="arc"&&t.kind==="arc"?Sl(i.arc,t.arc,e,n):{point:e.clone()}}function Sl(i,t,e,n){var r=zs(i.endPoint,t.startPoint),s=Tl(i,t),o=s.filter(function(c){return He(i,c)&&He(t,c)});if(o.length>0)return{point:Rs(o,r)};var a=i.endPoint.clone(),h=t.startPoint.clone(),l=Bs(e,Math.abs(n),a,h);return{point:a,filletPoints:l,nextSegmentStart:h}}function Rr(i,t,e,n,r){var s=zs(r?i.end:i.start,r?t.startPoint:t.endPoint),o=Il(i,t,s);if(El(i,o)&&He(t,o))return{point:o};var a=Ll(i,e,n),h=r?t.startPoint.clone():t.endPoint.clone(),l=Bs(e,Math.abs(n),r?a:h,r?h:a);return r?{point:a,filletPoints:l,nextSegmentStart:h}:{point:h,filletPoints:l,nextSegmentStart:a}}function Ll(i,t,e){var n=Math.hypot(i.dx,i.dy),r=-i.dy/n*e,s=i.dx/n*e;return new P(t.x+r,t.y+s)}function El(i,t){var e=Math.hypot(i.dx,i.dy);if(F.isNonPositive(e))return!1;var n=i.dx/e,r=i.dy/e,s=t.x-i.start.x,o=t.y-i.start.y,a=Math.abs(s*r-o*n);return F.equalToZero(a)}function Bs(i,t,e,n){var r=Math.atan2(e.y-i.y,e.x-i.x),s=Math.atan2(n.y-i.y,n.x-i.x),o=Ml(r,s);if(F.equalToZero(Math.abs(o)))return[];for(var a=[],h=Math.max(2,Math.ceil(Math.abs(o)/Math.PI*16)),l=1;l<h;l++){var c=l/h,u=r+o*c;a.push(new P(i.x+t*Math.cos(u),i.y+t*Math.sin(u)))}return a}function Ml(i,t){for(var e=t-i;e>Math.PI;)e-=B;for(;e<=-Math.PI;)e+=B;return e}function Il(i,t,e){var n=Math.hypot(i.dx,i.dy);if(F.isNonPositive(n))return e.clone();var r=i.dx/n,s=i.dy/n,o=i.start.x-t.center.x,a=i.start.y-t.center.y,h=2*(o*r+a*s),l=o*o+a*a-t.radius*t.radius,c=h*h-4*l;if(c<0)return e.clone();var u=Math.sqrt(c),g=[(-h-u)/2,(-h+u)/2].map(function(p){return new P(i.start.x+r*p,i.start.y+s*p)}),d=g.filter(function(p){return He(t,p)});return Rs(d.length>0?d:g,e)}function He(i,t){var e=Math.abs(Math.hypot(t.x-i.center.x,t.y-i.center.y)-i.radius);if(F.isPositive(e))return!1;var n=Yi(i,t),r=i.clockwise?Xi(E.normalizeAngle(i.startAngle)):E.normalizeAngle(i.startAngle),s=i.clockwise?Xi(E.normalizeAngle(i.endAngle)):E.normalizeAngle(i.endAngle);return E.isBetweenAngle(n,r,s,i.clockwise)}function Tl(i,t){var e=t.center.x-i.center.x,n=t.center.y-i.center.y,r=Math.hypot(e,n);if(F.isNonPositive(r))return[];var s=i.radius+t.radius,o=Math.abs(i.radius-t.radius);if(r>s+Ne)return[];if(r<o-Ne)return[];var a=(i.radius*i.radius-t.radius*t.radius+r*r)/(2*r),h=i.radius*i.radius-a*a;if(h<-Ne)return[];var l=i.center.x+a*e/r,c=i.center.y+a*n/r;if(h<=Ne)return[new P(l,c)];var u=Math.sqrt(h),g=-n*u/r,d=e*u/r;return[new P(l+g,c+d),new P(l-g,c-d)]}function Rs(i,t){for(var e=i[0],n=e.distanceToSquared(t),r=1;r<i.length;r++){var s=i[r].distanceToSquared(t);s<n&&(e=i[r],n=s)}return e.clone()}function zs(i,t){return new P((i.x+t.x)/2,(i.y+t.y)/2)}function Cl(i){for(var t,e=i.numberOfVertices,n=i.closed?e:e-1,r=0;r<n;r++){var s=i.vertices[r];if(F.isPositive(Math.abs((t=s.bulge)!==null&&t!==void 0?t:0)))return!0}return!1}function Fs(i){var t=Ol(i.vertices.map(function(e){return new P(e.x,e.y)}),i.closed);return t.length===i.numberOfVertices?i:new H(t.map(function(e){return{x:e.x,y:e.y}}),i.closed)}function Ol(i,t){var e=Vs(i);if(!t||e.length<2)return e;var n=e[0],r=e[e.length-1];return F.isNonPositive(Math.hypot(n.x-r.x,n.y-r.y))&&e.pop(),e}function Vs(i){var t=[];return i.forEach(function(e){var n=t[t.length-1];(!n||F.isPositive(Math.hypot(n.x-e.x,n.y-e.y)))&&t.push(new P(e.x,e.y))}),t}function kl(i,t){for(var e=[],n=0;n<i.numberOfVertices;n++)e.push(i.getPointAt(n));var r=Yl(e,i.closed,t);if(r.length===0)return null;var s=[];if(i.closed){if(r.length<2)return null;for(var o=r.length,n=0;n<o;n++){var a=r[(n-1+o)%o],h=r[n];s.push(Ni(a,h))}}else{s.push(r[0].start);for(var n=1;n<r.length;n++)s.push(Ni(r[n-1],r[n]));s.push(r[r.length-1].end)}var l=new H;return s.forEach(function(c,u){l.addVertexAt(u,{x:c.x,y:c.y})}),l.closed=i.closed,l}function Yl(i,t,e){for(var n=[],r=t?i.length:i.length-1,s=0;s<r;s++){var o=i[s],a=i[t?(s+1)%i.length:s+1],h=a.x-o.x,l=a.y-o.y,c=Math.hypot(h,l);if(!F.isNonPositive(c)){var u=-l/c*e,g=h/c*e;n.push({start:new P(o.x+u,o.y+g),end:new P(a.x+u,a.y+g),dx:h,dy:l})}}return n}function Ni(i,t){var e=i.dx*t.dy-i.dy*t.dx;if(F.equalToZero(e))return new P((i.end.x+t.start.x)/2,(i.end.y+t.start.y)/2);var n=t.start.x-i.start.x,r=t.start.y-i.start.y,s=(n*t.dy-r*t.dx)/e;return new P(i.start.x+s*i.dx,i.start.y+s*i.dy)}var Xl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Bi=function(){return Bi=Object.assign||function(i){for(var t,e=1,n=arguments.length;e<n;e++){t=arguments[e];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(i[r]=t[r])}return i},Bi.apply(this,arguments)},H=function(i){Xl(t,i);function t(e,n){e===void 0&&(e=null),n===void 0&&(n=!1);var r=i.call(this)||this;return r._vertices=e||new Array,r._closed=n,r}return Object.defineProperty(t.prototype,"vertices",{get:function(){return this._vertices},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"numberOfVertices",{get:function(){return this._vertices.length},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"closed",{get:function(){return this._closed},set:function(e){this._closed=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){if(this.numberOfVertices>0){var e=this._vertices[0];return new P(e.x,e.y)}throw new Error("Start point does not exist in an empty polyline.")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){var e=this.numberOfVertices;if(e>0)if(this.closed){var n=this._vertices[0];return new P(n.x,n.y)}else{var n=this._vertices[e-1];return new P(n.x,n.y)}throw new Error("End point does not exist in an empty polyline.")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){for(var e=0,n=this._vertices.length,r=0;r<n;++r){var s=this._vertices[r],o=null;if(r<n-1?o=this._vertices[r+1]:r==n-1&&this.closed&&(o=this._vertices[0]),o)if(s.bulge){var a=new pt(s,o,s.bulge);e+=a.length}else e+=new P(s.x,s.y).distanceTo(o)}return e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"area",{get:function(){if(!this._closed||this._vertices.length<3)return 0;var e=this.getPoints(128);return sl(e)},enumerable:!1,configurable:!0}),t.prototype.addVertexAt=function(e,n){e<=0?this._vertices.unshift(n):this._vertices.splice(e,0,n),this._boundingBoxNeedsUpdate=!0},t.prototype.removeVertexAt=function(e){if(e<0||e>=this._vertices.length)throw new Error("Index ".concat(e," is out of bounds. Valid range is 0 to ").concat(this._vertices.length-1,"."));this._vertices.splice(e,1),this._boundingBoxNeedsUpdate=!0},t.prototype.reset=function(e,n){e?n!==void 0&&n>=0&&n<this._vertices.length&&(this._vertices=this._vertices.slice(0,n),this._boundingBoxNeedsUpdate=!0):(this._vertices=new Array,this._boundingBoxNeedsUpdate=!0)},t.prototype.getPointAt=function(e){var n=this._vertices[e];return new P(n.x,n.y)},t.prototype.calculateBoundingBox=function(){var e=this.getPoints(100);return new et().setFromPoints(e)},t.prototype.transform=function(e){var n=e.determinant()<0;return this._vertices.forEach(function(r){var s=new P(r).applyMatrix2d(e);r.x=s.x,r.y=s.y,n&&r.bulge!=null&&(r.bulge=-r.bulge)}),this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this._vertices.map(function(e){return Bi({},e)}),this._closed)},t.prototype.getPoints3d=function(e,n){var r=[],s=this.getPoints(e);return s.forEach(function(o){return r.push(new _().set(o.x,o.y,n))}),r},t.prototype.getPoints=function(e){for(var n=[],r=this._vertices.length,s=0;s<r;++s){var o=this._vertices[s];if(o.bulge){var a=null;if(s<r-1?a=this._vertices[s+1]:s==r-1&&this.closed&&(a=this._vertices[0]),a)for(var h=new pt(o,a,o.bulge),l=h.getPoints(e),c=l.length,u=0;u<c;++u){var g=l[u];n.push(new P(g.x,g.y))}}else n.push(new P(o.x,o.y)),s==r-1&&this.closed&&n.push(n[0])}return n},t.prototype.offset=function(e){return Ns(this,e)},t}(ce);function js(i,t,e){var n=Math.hypot(t.x,t.y);if(F.isNonPositive(n))return null;var r=-t.y/n*e,s=t.x/n*e;return new _(i.x+r,i.y+s,i.z)}function Nl(i,t,e){var n;if(i.length<2)return null;var r=cl(new H(i.map(function(o){return{x:o.x,y:o.y}}),t)),s=Ns(r,e);return(n=s[0])!==null&&n!==void 0?n:null}var We=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},se=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))};function Bl(i,t,e,n){if(i.length<2||F.equalToZero(e))return null;var r=Hs(i,n),s=r.points,o=r.tangents;if(s.length<2)return null;var a=o??Rl(s,t),h=zl(s,a,e),l=t?Vl(h):Fl(h);if(l.length<2)return null;var c=new H;return l.forEach(function(u,g){c.addVertexAt(g,{x:u.x,y:u.y})}),c.closed=t,c}function Rl(i,t){for(var e=i.length,n=new Array(e),r=0;r<e;r++){var s=0,o=0;if(t){var a=i[(r-1+e)%e],h=i[(r+1)%e];s=h.x-a.x,o=h.y-a.y}else r===0?(s=i[1].x-i[0].x,o=i[1].y-i[0].y):r===e-1?(s=i[e-1].x-i[e-2].x,o=i[e-1].y-i[e-2].y):(s=i[r+1].x-i[r-1].x,o=i[r+1].y-i[r-1].y);var l=Math.hypot(s,o);F.isNonPositive(l)?n[r]=new P(1,0):n[r]=new P(s/l,o/l)}return n}function zl(i,t,e){return i.map(function(n,r){var s=t[r],o=-s.y*e,a=s.x*e;return new P(n.x+o,n.y+a)})}function Fl(i){var t=De(i);if(t.length<3)return t;for(;;){var e=Gs(t,!1);if(!e||(t=De(se(se(se([],We(t.slice(0,e.segmentA+1)),!1),[e.point],!1),We(t.slice(e.segmentB+1)),!1)),t.length<2))break}return t}function Vl(i){var t=De(i);if(t.length<4)return t;for(;;){var e=Gs(t,!0);if(!e||(t=De(se(se(se([],We(t.slice(0,e.segmentA+1)),!1),[e.point],!1),We(t.slice(e.segmentB+1)),!1)),t.length<3))break}return t}function Gs(i,t){var e=t?i.length:i.length-1;if(e<2)return null;for(var n=0;n<e;n++)for(var r=i[n],s=i[(n+1)%i.length],o=n+1;o<e;o++)if(!jl(n,o,e,t)){var a=i[o],h=i[(o+1)%i.length],l=Gl(r,s,a,h);if(l)return{point:l,segmentA:n,segmentB:o}}return null}function jl(i,t,e,n){return!!(t===i||t===i+1||n&&i===0&&t===e-1)}function Gl(i,t,e,n){var r=t.x-i.x,s=t.y-i.y,o=n.x-e.x,a=n.y-e.y,h=r*a-s*o;if(F.equalToZero(h))return null;var l=e.x-i.x,c=e.y-i.y,u=(l*a-c*o)/h,g=(l*s-c*r)/h,d=di.equalPointTol;return u<-d||u>1+d||g<-d||g>1+d?null:new P(i.x+u*r,i.y+u*s)}function Hs(i,t){var e=[],n=[],r=t!=null&&t.length===i.length;return i.forEach(function(s,o){var a=e[e.length-1];if((!a||F.isPositive(Math.hypot(a.x-s.x,a.y-s.y)))&&(e.push(new P(s.x,s.y)),r)){var h=t[o];n.push(new P(h.x,h.y))}}),{points:e,tangents:r?n:void 0}}function De(i){return Hs(i).points}var Hl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Bt=function(i){Hl(t,i);function t(){var e=i.call(this)||this;return e._loops=[],e}return t.prototype.add=function(e){this._loops.push(e),this._boundingBoxNeedsUpdate=!0},Object.defineProperty(t.prototype,"loops",{get:function(){return this._loops},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"outter",{get:function(){if(this._loops.length>0)return this._loops[0]},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){var e=this.outter;return e?e.box:new et},t.prototype.transform=function(e){return this._loops.forEach(function(n){n.transform(e)}),this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){var e=new t;return this._loops.forEach(function(n){e.add(n.clone())}),e},t.prototype.getPoints=function(e){for(var n=[],r=0;r<this.loops.length;++r){var s=this.loops[r],o=s.getPoints(e);n.push(o)}return n},t.prototype.buildHierarchy=function(){for(var e,n=this.getPoints(100),r=this.calculateBoundaryBoxes(n),s=this.sortBoundaryBoxesByAreas(r),o=new Map,a=s.length,h=0;h<a;h++)o.set(s[h],{index:s[h],children:[]});for(var l={index:-1,children:[]},h=0;h<a;h++){for(var c=s[h],u=n[c],g=r[c],d=h+1;d<a;d++){var p=s[d],f=n[p],y=r[p];if(y.containsBox(g)&&Ms.isPointInPolygon(u[E.randInt(0,u.length-1)],f)){(e=o.get(p))===null||e===void 0||e.children.push(o.get(c));break}}d===a&&l.children.push(o.get(c))}return l},Object.defineProperty(t.prototype,"area",{get:function(){if(this._loops.length===0)return 0;for(var e=0,n=0;n<this._loops.length;n++){var r=this._loops[n],s=r.getPoints(128),o=ks(s);n===0?e+=Math.abs(o):e-=Math.abs(o)}return e},enumerable:!1,configurable:!0}),t.prototype.calculateBoundaryBoxes=function(e){var n=[];return e.forEach(function(r){n.push(new et().setFromPoints(r))}),n},t.prototype.sortBoundaryBoxesByAreas=function(e){var n=[];e.forEach(function(s,o){var a=s.size,h=a.width*a.height;n.push({area:h,index:o})}),n.sort(function(s,o){return s.area-o.area});var r=[];return n.forEach(function(s){r.push(s.index)}),r},t}(Yn),Wl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Dl=function(i){Wl(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t.prototype.translate=function(e){return this.transform(new Y().makeTranslation(e.x,e.y,e.z))},Object.defineProperty(t.prototype,"box",{get:function(){return(this._box==null||this._boundingBoxNeedsUpdate)&&(this._box=this.calculateBoundingBox(),this._boundingBoxNeedsUpdate=!1),this._box},enumerable:!1,configurable:!0}),t}(Xs),Ul=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Me=function(i){Ul(t,i);function t(){return i!==null&&i.apply(this,arguments)||this}return t}(Dl),$l=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),xt=function(i){$l(t,i);function t(e,n){var r=i.call(this)||this;return r._start=new _(e),r._end=new _(n),r}return Object.defineProperty(t.prototype,"startPoint",{get:function(){return this._start},set:function(e){this._start.copy(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this._end},set:function(e){this._end.copy(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"direction",{get:function(){return new w().subVectors(this.endPoint,this.startPoint).normalize()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"midPoint",{get:function(){return new _((this._start.x+this._end.x)/2,(this._start.y+this._end.y)/2,(this._start.z+this._end.z)/2)},enumerable:!1,configurable:!0}),t.prototype.nearestPoint=function(e){return this.project(e)},Object.defineProperty(t.prototype,"length",{get:function(){return this.startPoint.distanceTo(this.endPoint)},enumerable:!1,configurable:!0}),t.prototype.isPointOnLine=function(e){var n=this.project(e),r=1e-6;return n.distanceTo(e)<r},t.prototype.at=function(e,n){return this.delta(n).multiplyScalar(e).add(this._start)},t.prototype.atLength=function(e,n){if(n===void 0&&(n=!1),n){var r=this.delta(Ft).normalize();return new _(this._start).addScaledVector(r,e)}else{var r=this.delta(Ft).normalize();return new _(this._end).addScaledVector(r,e)}},t.prototype.extend=function(e,n){if(n===void 0&&(n=!1),n){var r=Ft.subVectors(this._start,this._end).normalize();this._start=new _(this._start).addScaledVector(r,e)}else{var r=this.delta(Ft).normalize();this._end=new _(this._end).addScaledVector(r,e)}return this._boundingBoxNeedsUpdate=!0,this},t.prototype.closestPointToPointParameter=function(e,n){zr.subVectors(e,this._start),Be.subVectors(this.endPoint,this.startPoint);var r=Be.dot(Be),s=Be.dot(zr),o=s/r;return n&&(o=E.clamp(o,0,1)),o},t.prototype.closestPointToPoint=function(e,n,r){var s=this.closestPointToPointParameter(e,n);return this.delta(r).multiplyScalar(s).add(this._start)},t.prototype.delta=function(e){return e.subVectors(this._end,this._start)},t.prototype.distanceSq=function(){return this._start.distanceToSquared(this._end)},t.prototype.distance=function(){return this._start.distanceTo(this._end)},t.prototype.project=function(e){var n=this.direction,r=Ft.subVectors(e,this.startPoint),s=r.dot(n);return new _().copy(n).multiplyScalar(s).add(this.startPoint)},t.prototype.perpPoint=function(e){var n=this.direction,r=this.startPoint,s=Ft.subVectors(e,r),o=s.dot(n),a=Ft.copy(n).multiplyScalar(o);return new _().addVectors(r,a)},t.prototype.calculateBoundingBox=function(){var e=new _(Math.min(this._start.x,this._end.x),Math.min(this._start.y,this._end.y),Math.min(this._start.z,this._end.z)),n=new _(Math.max(this._start.x,this._end.x),Math.max(this._start.y,this._end.y),Math.max(this._start.z,this._end.z));return new C(e,n)},t.prototype.transform=function(e){return this._start.applyMatrix4(e),this._end.applyMatrix4(e),this._boundingBoxNeedsUpdate=!0,this},Object.defineProperty(t.prototype,"closed",{get:function(){return!1},enumerable:!1,configurable:!0}),t.prototype.copy=function(e){return this.startPoint=e.startPoint,this.endPoint=e.endPoint,this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this._start.clone(),this._end.clone())},t.prototype.offset=function(e){var n=this.startPoint,r=this.endPoint,s=Math.hypot(r.x-n.x,r.y-n.y);if(s===0)return this.clone();var o=new w(r.x-n.x,r.y-n.y,0).normalize(),a=new w(-o.y,o.x,0);return new t(new _(n.x+a.x*e,n.y+a.y*e,n.z),new _(r.x+a.x*e,r.y+a.y*e,r.z))},t}(Me),Ft=new w,zr=new w,Be=new w,ql=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Pi=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},gi=function(i){ql(t,i);function t(e,n,r,s,o,a){a===void 0&&(a=w.X_AXIS);var h=i.call(this)||this;return h.center=e,h.radius=n,h.startAngle=r,h.endAngle=s,h.normal=o,h.refVec=a,(s-r)%B==0?(h.startAngle=0,h.endAngle=B):(h.startAngle=r,h.endAngle=s),h}return t.computeCenterPoint=function(e,n,r){var s=new w().addVectors(e,n).multiplyScalar(.5),o=new w().addVectors(e,r).multiplyScalar(.5),a=new w().subVectors(n,e),h=new w().subVectors(r,e),l=new w().crossVectors(a,h).normalize();if(l.lengthSq()===0)return null;var c=new w().crossVectors(a,l).normalize(),u=new w().crossVectors(h,l).normalize(),g=c.clone().multiplyScalar(Number.MAX_SAFE_INTEGER),d=u.clone().multiplyScalar(Number.MAX_SAFE_INTEGER),p=new xt(s,s.clone().add(g)),f=new xt(o,o.clone().add(d)),y=new w,m=p.closestPointToPoint(f.startPoint,!0,y);return m?y:null},t.createByThreePoints=function(e,n,r){var s=t.computeCenterPoint(e,n,r);if(s){var o=s.distanceTo(e),a=new w().subVectors(e,s),h=new w().subVectors(n,s),l=Math.atan2(a.y,a.x),c=Math.atan2(h.y,h.x);return new t(s,o,l,c,w.Z_AXIS)}},Object.defineProperty(t.prototype,"center",{get:function(){return this._center},set:function(e){this._center=new _(e.x,e.y,e.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"radius",{get:function(){return this._radius},set:function(e){if(e<0)throw st.ILLEGAL_PARAMETERS;this._radius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startAngle",{get:function(){return this._startAngle},set:function(e){this._startAngle=E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endAngle",{get:function(){return this._endAngle},set:function(e){this._endAngle=this.startAngle==0&&e==B?e:E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"deltaAngle",{get:function(){return E.normalizeAngle(this.endAngle-this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"clockwise",{get:function(){return this.deltaAngle<=0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"normal",{get:function(){return this._normal},set:function(e){this._normal=new w(e.x,e.y,e.z),this._normal.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"refVec",{get:function(){return this._refVec},set:function(e){this._refVec=new w(e.x,e.y,e.z),this._refVec.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this._startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this._endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"midPoint",{get:function(){var e=this.startAngle,n=this.deltaAngle;this.closed&&(e=0,n=B);var r=e+n*.5;return this.getPointAtAngle(r)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){return this.closed?2*Math.PI*this.radius:Math.abs(this.deltaAngle*this.radius)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"area",{get:function(){return this.closed?Math.PI*this.radius*this.radius:0},enumerable:!1,configurable:!0}),t.prototype.nearestPoint=function(e){var n=new w(e.x,e.y,e.z||0),r=this.center,s=this.normal,o=n.clone().sub(r),a=o.dot(s),h=n.clone().sub(s.clone().multiplyScalar(a)),l=h.clone().sub(r);if(l.lengthSq()===0)return this.startPoint.clone();l.normalize().multiplyScalar(this.radius);var c=r.clone().add(l),u=this.getAngle(c.clone()),g=this.startAngle,d=this.deltaAngle,p=E.normalizeAngle(u-g);p<0&&(p=0),p>d&&(p=d);var f=this.getPointAtAngle(g+p),y=f.distanceTo(n),m=this.startPoint.distanceTo(n),x=this.endPoint.distanceTo(n);return m<y&&m<=x?this.startPoint.clone():x<y&&x<m?this.endPoint.clone():f},t.prototype.tangentPoints=function(e){var n,r,s=[],o=new w(e.x,e.y,e.z||0),a=this.center,h=this.normal,l=this.radius,c=o.clone().sub(a),u=c.dot(h),g=o.clone().sub(h.clone().multiplyScalar(u)),d=a.clone(),p=g.clone().sub(d),f=p.length();if(f<l)return s;var y=Math.acos(l/f),m=this.getAngle(g.clone()),x=[m+y,m-y];try{for(var S=Pi(x),A=S.next();!A.done;A=S.next()){var L=A.value,T=E.normalizeAngle(L-this.startAngle);T>=0&&T<=this.deltaAngle&&s.push(this.getPointAtAngle(this.startAngle+T))}}catch(M){n={error:M}}finally{try{A&&!A.done&&(r=S.return)&&r.call(S)}finally{if(n)throw n.error}}return s},t.prototype.perpendicularPoints=function(e){var n,r,s=[],o=new w(e.x,e.y,e.z||0),a=this.center,h=this.normal,l=this.radius,c=o.clone().sub(a),u=c.dot(h),g=o.clone().sub(h.clone().multiplyScalar(u)),d=g.clone().sub(a);if(d.lengthSq()<1e-24)return s;d.normalize();var p=[a.clone().add(d.clone().multiplyScalar(l)),a.clone().sub(d.clone().multiplyScalar(l))];try{for(var f=Pi(p),y=f.next();!y.done;y=f.next()){var m=y.value,x=this.getAngle(m.clone()),S=E.normalizeAngle(x-this.startAngle);S>=0&&S<=this.deltaAngle&&s.push(new _(m.x,m.y,m.z||0))}}catch(A){n={error:A}}finally{try{y&&!y.done&&(r=f.return)&&r.call(f)}finally{if(n)throw n.error}}return s},t.prototype.nearestTangentPoint=function(e){var n=this.tangentPoints(e);if(n.length===0)return null;var r=new _(e.x,e.y,e.z||0);return n.length===1||n[0].distanceTo(r)<n[1].distanceTo(r)?n[0]:n[1]},t.prototype.calculateBoundingBox=function(){for(var e,n,r=[this.startAngle,this.endAngle],s=0;s<2*Math.PI;s+=Math.PI/2)E.isBetweenAngle(s,this.startAngle,this.endAngle)&&r.push(s);var o=1/0,a=1/0,h=1/0,l=-1/0,c=-1/0,u=-1/0;try{for(var g=Pi(r),d=g.next();!d.done;d=g.next()){var p=d.value,f=this.getPointAtAngle(p);f.x<o&&(o=f.x),f.y<a&&(a=f.y),f.z<h&&(h=f.z),f.x>l&&(l=f.x),f.y>c&&(c=f.y),f.z>u&&(u=f.z)}}catch(y){e={error:y}}finally{try{d&&!d.done&&(n=g.return)&&n.call(g)}finally{if(e)throw e.error}}return new C({x:o,y:a,z:h},{x:l,y:c,z:u})},Object.defineProperty(t.prototype,"closed",{get:function(){return Math.abs(this.endAngle-this.startAngle)/Math.PI%2==0},enumerable:!1,configurable:!0}),t.prototype.getPoints=function(e){var n=[],r=this.deltaAngle,s=this.startAngle;this.closed&&(r=B,s=0);for(var o=0;o<=e;o++){var a=s+r*(o/e),h=this.getPointAtAngle(a);n.push(h)}return n},t.prototype.transform=function(e){var n=this.center.clone().applyMatrix4(e),r=this.startPoint.clone().applyMatrix4(e),s=this.endPoint.clone().applyMatrix4(e),o=this.getPointAtAngle(this.closed?Math.PI/2:this.startAngle+this.deltaAngle/2).clone().applyMatrix4(e),a=new w(r).sub(n).normalize(),h=n.distanceTo(r),l=new w().crossVectors(new w(r).sub(n),new w(o).sub(n)).normalize();l.lengthSq()===0&&(l=this.normal.clone().transformDirection(e));var c=function(u){var g=new w(u).sub(n);return Math.atan2(g.dot(Fr.crossVectors(l,a)),g.dot(a))};return this.center=n,this.radius=h,this.normal=l,this.refVec=a,this.startAngle=0,this.endAngle=this.closed?B:c(s),this._boundingBoxNeedsUpdate=!0,this},t.prototype.copy=function(e){return this.center=e.center,this.radius=e.radius,this.startAngle=e.startAngle,this.endAngle=e.endAngle,this.normal=e.normal,this.refVec=e.refVec,this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this.center.clone(),this.radius,this.startAngle,this.endAngle,this.normal,this.refVec)},t.prototype.getAngle=function(e){return e.sub(this.center),Math.atan2(e.dot(Fr.crossVectors(this.refVec,this.normal)),e.dot(this.refVec))},t.prototype.getPointAtAngle=function(e){var n=this.normal,r=this.refVec,s={x:n.y*r.z-n.z*r.y,y:n.z*r.x-n.x*r.z,z:n.x*r.y-n.y*r.x},o=this.center,a=this.radius;return new _(o.x+a*(r.x*Math.cos(e)+s.x*Math.sin(e)),o.y+a*(r.y*Math.cos(e)+s.y*Math.sin(e)),o.z+a*(r.z*Math.cos(e)+s.z*Math.sin(e)))},Object.defineProperty(t.prototype,"plane",{get:function(){var e=new w(this.center).distanceTo(In);return new Tn(this.normal,e)},enumerable:!1,configurable:!0}),t.prototype.offset=function(e){var n=this.radius+e;return n<=0?null:new t(this.center,n,this.startAngle,this.endAngle,this.normal,this.refVec)},t}(Me),Fr=new w,Zl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),ve=function(i){Zl(t,i);function t(e,n,r,s,o,a,h){s===void 0&&(s=0),o===void 0&&(o=B),a===void 0&&(a=!1),h===void 0&&(h=0);var l=i.call(this)||this;return l.center=e,l.majorAxisRadius=n,l.minorAxisRadius=r,(o-s)%B==0?(l.startAngle=0,l.endAngle=B):(l.startAngle=s,l.endAngle=o),l.clockwise=a,l.rotation=h,l}return Object.defineProperty(t.prototype,"center",{get:function(){return this._center},set:function(e){this._center=new _(e.x,e.y,e.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"majorAxisRadius",{get:function(){return this._majorAxisRadius},set:function(e){if(e<0)throw st.ILLEGAL_PARAMETERS;this._majorAxisRadius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"minorAxisRadius",{get:function(){return this._minorAxisRadius},set:function(e){if(e<0)throw st.ILLEGAL_PARAMETERS;this._minorAxisRadius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startAngle",{get:function(){return this._startAngle},set:function(e){this._startAngle=E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endAngle",{get:function(){return this._endAngle},set:function(e){this._endAngle=this.startAngle==0&&e==B?e:E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"clockwise",{get:function(){return this._clockwise},set:function(e){this._clockwise=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"rotation",{get:function(){return this._rotation},set:function(e){this._rotation=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"deltaAngle",{get:function(){return E.normalizeAngle(this.endAngle-this.startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){for(var e=100,n=1/0,r=1/0,s=-1/0,o=-1/0,a=0;a<=e;a++){var h=this.getPoint(a/e);n=Math.min(n,h.x),r=Math.min(r,h.y),s=Math.max(s,h.x),o=Math.max(o,h.y)}return new et({x:n,y:r},{x:s,y:o})},Object.defineProperty(t.prototype,"closed",{get:function(){return this.deltaAngle==0},enumerable:!1,configurable:!0}),t.prototype.getPoint=function(e){for(var n=Math.PI*2,r=this.endAngle-this.startAngle,s=Math.abs(r)<Number.EPSILON;r<0;)r+=n;for(;r>n;)r-=n;r<Number.EPSILON&&(s?r=0:r=n),this.clockwise===!0&&!s&&(r===n?r=-n:r=r-n);var o=this.startAngle+e*r,a=this.center.x+this.majorAxisRadius*Math.cos(o),h=this.center.y+this.minorAxisRadius*Math.sin(o);if(this.rotation!==0){var l=Math.cos(this.rotation),c=Math.sin(this.rotation),u=a-this.center.x,g=h-this.center.y;a=u*l-g*c+this.center.x,h=u*c+g*l+this.center.y}return new P(a,h)},t.prototype.transform=function(e){var n=e,r=new P(this.center).applyMatrix2d(n),s=new _(r.x,r.y,this.center.z),o=this.getPointAtAngle(0).clone().applyMatrix2d(n),a=this.getPointAtAngle(Math.PI/2).clone().applyMatrix2d(n),h=new P(o).sub(r),l=new P(a).sub(r),c=h.length(),u=l.length(),g=Math.atan2(h.y,h.x),d=h.clone().normalize(),p=l.clone().normalize(),f=function(x){var S=new P(x).sub(r),A=S.dot(d),L=S.dot(p);return E.normalizeAngle(Math.atan2(L/u,A/c))},y=n.determinant()<0?!this.clockwise:this.clockwise,m=this.closed?new t(s,c,u,0,B,y,g):new t(s,c,u,f(this.startPoint.clone().applyMatrix2d(n)),f(this.endPoint.clone().applyMatrix2d(n)),y,g);return this.center=m.center,this.majorAxisRadius=m.majorAxisRadius,this.minorAxisRadius=m.minorAxisRadius,this._startAngle=m._startAngle,this._endAngle=m._endAngle,this._clockwise=m._clockwise,this.rotation=m.rotation,this._boundingBoxNeedsUpdate=!0,this},t.prototype.getPointAtAngle=function(e){return this.getPoint(this.closed?e/B:E.normalizeAngle(e-this.startAngle)/this.deltaAngle)},t.prototype.copy=function(e){return this.center=e.center,this.majorAxisRadius=e.majorAxisRadius,this.minorAxisRadius=e.minorAxisRadius,this.startAngle=e.startAngle,this.endAngle=e.endAngle,this.clockwise=e.clockwise,this.rotation=e.rotation,this},t.prototype.clone=function(){return new t(this.center,this.majorAxisRadius,this.minorAxisRadius,this.startAngle,this.endAngle,this.clockwise,this.rotation)},t.prototype.getFocusPoints=function(){var e=Math.max(this.majorAxisRadius,this.minorAxisRadius),n=Math.min(this.majorAxisRadius,this.minorAxisRadius);if(e-n<1e-9)return[];var r=Math.sqrt(e*e-n*n),s=Math.cos(this.rotation),o=Math.sin(this.rotation),a=this.majorAxisRadius>=this.minorAxisRadius,h=a?s:-o,l=a?o:s;return[new P(this.center.x-r*h,this.center.y-r*l),new P(this.center.x+r*h,this.center.y+r*l)]},t.prototype.getQuadrantPoints=function(){return this.closed?[this.getPoint(0),this.getPoint(.25),this.getPoint(.5),this.getPoint(.75)]:[]},t.prototype.nearestPoint=function(e){for(var n=new P(e.x,e.y),r=this.getPoint(0),s=n.distanceToSquared(r),o=72,a=1;a<=o;a++){var h=this.getPoint(a/o),l=n.distanceToSquared(h);l<s&&(s=l,r=h)}return r},t.prototype.tangentPoints=function(e){var n=this,r=this._projectPointToLocal(e),s=this._findSnapAngles(r,function(o,a,h,l){var c=-n.majorAxisRadius*l,u=n.minorAxisRadius*h;return(o-r.x)*u-(a-r.y)*c});return s.map(function(o){return n.getPointAtAngle(o)})},t.prototype.perpendicularPoints=function(e){var n=this,r=this._projectPointToLocal(e),s=this._findSnapAngles(r,function(o,a,h,l){var c=n.minorAxisRadius*h,u=n.majorAxisRadius*l;return(o-r.x)*u-(a-r.y)*c});return s.map(function(o){return n.getPointAtAngle(o)})},t.prototype._projectPointToLocal=function(e){var n=e.x-this.center.x,r=e.y-this.center.y,s=Math.cos(-this.rotation),o=Math.sin(-this.rotation);return{x:n*s-r*o,y:n*o+r*s}},t.prototype._findSnapAngles=function(e,n,r){r===void 0&&(r=144);for(var s=this.majorAxisRadius,o=this.minorAxisRadius,a=this.startAngle,h=this.deltaAngle,l=[],c=function(A){var L=Math.cos(A),T=Math.sin(A);return n(s*L,o*T,L,T)},u=a,g=c(u),d=1;d<=r;d++){var p=a+h*d/r,f=c(p);if(Math.abs(g)<1e-10&&l.push(u),g*f<0){for(var y=u,m=p,x=0;x<32;x++){var S=(y+m)/2;c(y)*c(S)<=0?m=S:y=S}l.push((y+m)/2)}u=p,g=f}return l},t}(ce),Kl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Ql=function(i){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&i[t],n=0;if(e)return e.call(i);if(i&&typeof i.length=="number")return{next:function(){return i&&n>=i.length&&(i=void 0),{value:i&&i[n++],done:!i}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},Ws=function(i){Kl(t,i);function t(e,n,r,s,o,a,h){a===void 0&&(a=0),h===void 0&&(h=B);var l=i.call(this)||this;l.center=e,l.normal=n,l.majorAxis=r,l.majorAxisRadius=s,l.minorAxisRadius=o;var c=Math.abs(h-a);return Math.abs(c-B)<1e-10||Math.abs(c-2*B)<1e-10?(l.startAngle=0,l.endAngle=B):(l.startAngle=a,l.endAngle=h),l}return Object.defineProperty(t.prototype,"center",{get:function(){return this._center},set:function(e){this._center=new _(e.x,e.y,e.z||0),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"majorAxisRadius",{get:function(){return this._majorAxisRadius},set:function(e){if(e<0)throw st.ILLEGAL_PARAMETERS;this._majorAxisRadius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"minorAxisRadius",{get:function(){return this._minorAxisRadius},set:function(e){if(e<0)throw st.ILLEGAL_PARAMETERS;this._minorAxisRadius=e,this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startAngle",{get:function(){return this._startAngle},set:function(e){this._startAngle=E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endAngle",{get:function(){return this._endAngle},set:function(e){this._endAngle=this.startAngle==0&&e==B?e:E.normalizeAngle(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"deltaAngle",{get:function(){var e=this.endAngle-this.startAngle;return Math.abs(e-B)<1e-10?B:E.normalizeAngle(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isLargeArc",{get:function(){return Math.abs(this.deltaAngle)>Math.PI?1:0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"clockwise",{get:function(){return this.deltaAngle<=0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"normal",{get:function(){return this._normal},set:function(e){this._normal=new w(e.x,e.y,e.z),this._normal.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"majorAxis",{get:function(){return this._majorAxis},set:function(e){this._majorAxis=new w(e.x,e.y,e.z),this._majorAxis.normalize(),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"minorAxis",{get:function(){return new w().crossVectors(this.normal,this.majorAxis).normalize()},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){return this.getPointAtAngle(this._startAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this.getPointAtAngle(this._endAngle)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"midPoint",{get:function(){var e=this.startAngle,n=this.deltaAngle;(this.closed||Math.abs(n-B)<1e-10)&&(e=0,n=B);var r=e+n/2;return this.getPointAtAngle(r)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"isCircular",{get:function(){return F.equal(this.majorAxisRadius,this.minorAxisRadius)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){if(this.isCircular)return this.majorAxisRadius*Math.abs(this.deltaAngle);for(var e=1e3,n=this.deltaAngle/e,r=0,s=this.getPointAtAngle(this.startAngle),o=1;o<=e;o++){var a=this.startAngle+o*n,h=this.getPointAtAngle(a),l=h.x-s.x,c=h.y-s.y,u=h.z-s.z;r+=Math.sqrt(l*l+c*c+u*u),s=h}return r},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"area",{get:function(){return Math.abs(this.deltaAngle-B)>=1e-10?0:Math.PI*this.majorAxisRadius*this.minorAxisRadius},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){var e,n;if(this.majorAxis.equals(w.X_AXIS)||this.majorAxis.equals(w.Y_AXIS)||this.majorAxis.isParallelTo(w.X_AXIS)||this.majorAxis.isParallelTo(w.Y_AXIS)){for(var r=[this.startAngle,this.endAngle],s=0;s<2*Math.PI;s+=Math.PI/2)E.isBetweenAngle(s,this.startAngle,this.endAngle)&&r.push(s);var o=1/0,a=1/0,h=1/0,l=-1/0,c=-1/0,u=-1/0;try{for(var g=Ql(r),d=g.next();!d.done;d=g.next()){var p=d.value,f=this.getPointAtAngle(p);f.x<o&&(o=f.x),f.y<a&&(a=f.y),f.z<h&&(h=f.z),f.x>l&&(l=f.x),f.y>c&&(c=f.y),f.z>u&&(u=f.z)}}catch(m){e={error:m}}finally{try{d&&!d.done&&(n=g.return)&&n.call(g)}finally{if(e)throw e.error}}return new C({x:o,y:a,z:h},{x:l,y:c,z:u})}else{for(var y=100,o=1/0,a=1/0,h=1/0,l=-1/0,c=-1/0,u=-1/0,s=0;s<=y;s++){var p=this.startAngle+this.deltaAngle*(s/y),f=this.getPointAtAngle(p);o=Math.min(o,f.x),a=Math.min(a,f.y),h=Math.min(h,f.z),l=Math.max(l,f.x),c=Math.max(c,f.y),u=Math.max(u,f.z)}return new C({x:o,y:a,z:h},{x:l,y:c,z:u})}},Object.defineProperty(t.prototype,"closed",{get:function(){return this.deltaAngle==0},enumerable:!1,configurable:!0}),t.prototype.getPoints=function(e){e===void 0&&(e=100);var n=[],r=this.deltaAngle,s=this.startAngle;this.closed&&(r=B,s=0);for(var o=0;o<=e;o++){var a=s+r*(o/e),h=this.getPointAtAngle(a);n.push(h)}return n},t.prototype.getPointAtAngle=function(e){var n=Math.cos(e),r=Math.sin(e),s=this.minorAxis.clone().multiplyScalar(this.minorAxisRadius).multiplyScalar(r),o=this.majorAxis.clone().multiplyScalar(n*this.majorAxisRadius).add(s);return new _(this.center.x+o.x,this.center.y+o.y,this.center.z+o.z)},t.prototype.nearestPoint=function(e,n){n===void 0&&(n=72);for(var r=new _(e.x,e.y,e.z||0),s=this.getPointAtAngle(this.startAngle),o=r.distanceToSquared(s),a=1;a<=n;a++){var h=this.startAngle+this.deltaAngle*a/n,l=this.getPointAtAngle(h),c=r.distanceToSquared(l);c<o&&(o=c,s=l)}var u=r.distanceToSquared(this.startPoint),g=r.distanceToSquared(this.endPoint);return u<o&&u<=g?this.startPoint.clone():g<o&&g<u?this.endPoint.clone():s.clone()},t.prototype.tangentPoints=function(e){var n=this,r=this._projectPointToLocalPlane(e),s=this._findSnapParameterAngles(function(o,a,h,l){var c=-n.majorAxisRadius*l,u=n.minorAxisRadius*h;return(o-r.x)*u-(a-r.y)*c});return s.map(function(o){return n.getPointAtAngle(o)})},t.prototype.perpendicularPoints=function(e){var n=this,r=this._projectPointToLocalPlane(e),s=this._findSnapParameterAngles(function(o,a,h,l){var c=n.minorAxisRadius*h,u=n.majorAxisRadius*l;return(o-r.x)*u-(a-r.y)*c});return s.map(function(o){return n.getPointAtAngle(o)})},t.prototype._projectPointToLocalPlane=function(e){var n=new _(e.x,e.y,e.z||0),r=new w(n).sub(this.center),s=r.dot(this.normal);return r.sub(this.normal.clone().multiplyScalar(s)),{x:r.dot(this.majorAxis),y:r.dot(this.minorAxis)}},t.prototype._findSnapParameterAngles=function(e,n){n===void 0&&(n=144);for(var r=this.majorAxisRadius,s=this.minorAxisRadius,o=this.startAngle,a=this.deltaAngle,h=[],l=function(S){var A=Math.cos(S),L=Math.sin(S);return e(r*A,s*L,A,L)},c=o,u=l(c),g=1;g<=n;g++){var d=o+a*g/n,p=l(d);if(Math.abs(u)<1e-10&&h.push(c),u*p<0){for(var f=c,y=d,m=0;m<32;m++){var x=(f+y)/2;l(f)*l(x)<=0?y=x:f=x}h.push((f+y)/2)}c=d,u=p}return h},t.prototype.contains=function(e){var n=new w(e).sub(this.center),r=n.dot(this.majorAxis),s=n.dot(this.minorAxis),o=r/this.majorAxisRadius,a=s/this.minorAxisRadius;return o*o+a*a<=1},t.prototype.transform=function(e){var n=e,r=this.center.clone().applyMatrix4(n),s=this.getPointAtAngle(0).clone().applyMatrix4(n),o=this.getPointAtAngle(Math.PI/2).clone().applyMatrix4(n),a=new w(s).sub(r),h=new w(o).sub(r),l=a.length(),c=h.length(),u=a.clone().normalize(),g=new w().crossVectors(a,h).normalize(),d=new w().crossVectors(g,u).normalize();d.dot(h)<0&&(g.negate(),d=new w().crossVectors(g,u).normalize());var p=function(y){var m=new w(y).sub(r),x=m.dot(u),S=m.dot(d);return E.normalizeAngle(Math.atan2(S/c,x/l))},f=this.closed?new t(r,g,u,l,c,0,B):new t(r,g,u,l,c,p(this.startPoint.clone().applyMatrix4(n)),p(this.endPoint.clone().applyMatrix4(n)));return this.center=f.center,this.normal=f.normal,this.majorAxis=f.majorAxis,this.majorAxisRadius=f.majorAxisRadius,this.minorAxisRadius=f.minorAxisRadius,this._startAngle=f._startAngle,this._endAngle=f._endAngle,this._boundingBoxNeedsUpdate=!0,this},t.prototype.copy=function(e){return this.center=e.center,this.normal=e.normal,this.majorAxis=e.majorAxis,this.majorAxisRadius=e.majorAxisRadius,this.minorAxisRadius=e.minorAxisRadius,this.startAngle=e.startAngle,this.endAngle=e.endAngle,this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this.center,this.normal,this.majorAxis,this.majorAxisRadius,this.minorAxisRadius,this.startAngle,this.endAngle)},Object.defineProperty(t.prototype,"plane",{get:function(){var e=new w(this.center).distanceTo(In);return new Tn(this.normal,e)},enumerable:!1,configurable:!0}),t.prototype.offset=function(e){var n=this.majorAxisRadius+e,r=this.minorAxisRadius+e;return n<=0||r<=0?null:new t(this.center,this.normal,this.majorAxis,n,r,this.startAngle,this.endAngle)},t}(Me),Jl=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),kt=function(i){Jl(t,i);function t(e,n){var r=i.call(this)||this;return r._start=new P(e),r._end=new P(n),r}return Object.defineProperty(t.prototype,"startPoint",{get:function(){return this._start},set:function(e){this._start.copy(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this._end},set:function(e){this._end.copy(e),this._boundingBoxNeedsUpdate=!0},enumerable:!1,configurable:!0}),t.prototype.getPoints=function(){return[this.startPoint,this.endPoint]},Object.defineProperty(t.prototype,"length",{get:function(){return this.startPoint.distanceTo(this.endPoint)},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){var e=new P(Math.min(this._start.x,this._end.x),Math.min(this._start.y,this._end.y)),n=new P(Math.max(this._start.x,this._end.x),Math.max(this._start.y,this._end.y));return new et(e,n)},t.prototype.transform=function(e){return this._start.applyMatrix2d(e),this._end.applyMatrix2d(e),this._boundingBoxNeedsUpdate=!0,this},Object.defineProperty(t.prototype,"closed",{get:function(){return!1},enumerable:!1,configurable:!0}),t.prototype.copy=function(e){return this.startPoint=e.startPoint,this.endPoint=e.endPoint,this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this._start.clone(),this._end.clone())},t.prototype.project=function(e){var n=this._end.x-this._start.x,r=this._end.y-this._start.y,s=n*n+r*r;if(s<1e-18)return this._start.clone();var o=((e.x-this._start.x)*n+(e.y-this._start.y)*r)/s;return o=Math.max(0,Math.min(1,o)),new P(this._start.x+o*n,this._start.y+o*r)},t.prototype.nearestPoint=function(e){return this.project(e)},t}(ce),th=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Ai=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Si=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))},Xn=function(i){th(t,i);function t(e){e===void 0&&(e=[]);var n=i.call(this)||this;return n._curves=e,n}return Object.defineProperty(t.prototype,"curves",{get:function(){return this._curves},enumerable:!1,configurable:!0}),t.buildFromEdges=function(e,n){if(n===void 0&&(n=.001),e.length===0)return[];for(var r=Si([],Ai(e),!1),s=[],o=n*n,a=function(p,f){var y=p.x-f.x,m=p.y-f.y;return y*y+m*m<=o};r.length>0;){var h=[],l=r.shift();h.push(l);var c=t.getEdgeStartPoint(l),u=t.getEdgeEndPoint(l);if(!a(c,u))for(;r.length>0;){var g=t.findConnectingEdge(r,u,o);if(g.index<0)break;var d=r.splice(g.index,1)[0];if(g.reverse&&(d=t.reverseEdge(d)),h.push(d),u=t.getEdgeEndPoint(d),a(u,c))break}s.push(new t(h))}return s},t.prototype.add=function(e){this._curves.push(e),this._boundingBoxNeedsUpdate=!0},Object.defineProperty(t.prototype,"numberOfEdges",{get:function(){return this._curves.length},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){if(this._curves.length>0){var e=this._curves[0].startPoint;return new P(e.x,e.y)}throw new Error("Start point does not exist in an empty loop.")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this.startPoint},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){var e=0;return this._curves.forEach(function(n){e+=n.length}),e},enumerable:!1,configurable:!0}),t.prototype.calculateBoundingBox=function(){var e=this.getPoints(100),n=new et;return n.setFromPoints(e),n},t.prototype.transform=function(e){var n=new Y().set(e.elements[0],e.elements[3],0,e.elements[6],e.elements[1],e.elements[4],0,e.elements[7],0,0,1,0,0,0,0,1);return this._curves.forEach(function(r){r instanceof Yt?r.transform(n):r.transform(e)}),this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return new t(this._curves.map(function(e){return e.clone()}))},Object.defineProperty(t.prototype,"closed",{get:function(){return!0},enumerable:!1,configurable:!0}),t.prototype.getPoints=function(e){var n=[];return this.curves.forEach(function(r){r.getPoints(e).forEach(function(s){n.push(new P(s.x,s.y))})}),n},t.findConnectingEdge=function(e,n,r){for(var s=-1,o=!1,a=Number.POSITIVE_INFINITY,h=0;h<e.length;h++){var l=e[h],c=t.getEdgeStartPoint(l),u=t.getEdgeEndPoint(l),g=n.x-c.x,d=n.y-c.y,p=g*g+d*d;p<a&&(a=p,s=h,o=!1);var f=n.x-u.x,y=n.y-u.y,m=f*f+y*y;m<a&&(a=m,s=h,o=!0)}return a>r?{index:-1,reverse:!1}:{index:s,reverse:o}},t.getEdgeStartPoint=function(e){var n=e.startPoint;return new P(n.x,n.y)},t.getEdgeEndPoint=function(e){var n=e.endPoint;return new P(n.x,n.y)},t.reverseEdge=function(e){return e instanceof kt?new kt(e.endPoint,e.startPoint):e instanceof pt?new pt(e.center,e.radius,e.endAngle,e.startAngle,!e.clockwise):e instanceof ve?new ve(e.center,e.majorAxisRadius,e.minorAxisRadius,e.endAngle,e.startAngle,!e.clockwise,e.rotation):e instanceof Yt?t.reverseSplineEdge(e):e},t.reverseSplineEdge=function(e){var n=Si([],Ai(e.controlPoints),!1).reverse(),r=e.knots,s=r[0],o=r[r.length-1],a=r.map(function(c){return s+o-c}).reverse(),h=e.weights,l=h.length>0?Si([],Ai(h),!1).reverse():void 0;return new Yt(n,a,l,e.degree,e.closed)},t}(ce),eh=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),Li=function(){function i(){this.c0=0,this.c1=0,this.c2=0,this.c3=0}return i.prototype.init=function(t,e,n,r){this.c0=t,this.c1=n,this.c2=-3*t+3*e-2*n-r,this.c3=2*t-2*e+n+r},i.prototype.initCatmullRom=function(t,e,n,r,s){this.init(e,n,s*(n-t),s*(r-e))},i.prototype.initNonuniformCatmullRom=function(t,e,n,r,s,o,a){var h=(e-t)/s-(n-t)/(s+o)+(n-e)/o,l=(n-e)/o-(r-e)/(o+a)+(r-n)/a;h*=o,l*=o,this.init(e,n,h,l)},i.prototype.calc=function(t){var e=t*t,n=e*t;return this.c0+this.c1*t+this.c2*e+this.c3*n},i}(),Ds=function(i){eh(t,i);function t(e,n,r,s){e===void 0&&(e=[]),n===void 0&&(n=!1),r===void 0&&(r="centripetal"),s===void 0&&(s=.5);var o=i.call(this)||this;return o.isCatmullRomCurve3d=!0,o.type="CatmullRomCurve3d",o._tmp=new w,o._px=new Li,o._py=new Li,o._pz=new Li,o._points=e.map(function(a){return new _(a)}),o._closed=n,o._curveType=r,o._tension=s,o}return Object.defineProperty(t.prototype,"points",{get:function(){return this._points},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"closed",{get:function(){return this._closed},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"curveType",{get:function(){return this._curveType},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tension",{get:function(){return this._tension},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){return this._points.length>0?this._points[0]:new _},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){return this._points.length>0?this._points[this._points.length-1]:new _},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){if(this._points.length<2)return 0;for(var e=0,n=1;n<this._points.length;n++)e+=this._points[n-1].distanceTo(this._points[n]);return this._closed&&this._points.length>2&&(e+=this._points[this._points.length-1].distanceTo(this._points[0])),e},enumerable:!1,configurable:!0}),t.prototype.getPoint=function(e,n){n===void 0&&(n=new _);var r=n,s=this._points,o=s.length;if(o===0)return r.set(0,0,0);if(o===1)return r.copy(s[0]);var a=(o-(this._closed?0:1))*e,h=Math.floor(a),l=a-h;this._closed?h+=h>0?0:(Math.floor(Math.abs(h)/o)+1)*o:l===0&&h===o-1&&(h=o-2,l=1);var c,u;this._closed||h>0?c=s[(h-1)%o]:(this._tmp.subVectors(s[0],s[1]).add(s[0]),c=new _(this._tmp.x,this._tmp.y,this._tmp.z));var g=s[h%o],d=s[(h+1)%o];if(this._closed||h+2<o?u=s[(h+2)%o]:(this._tmp.subVectors(s[o-1],s[o-2]).add(s[o-1]),u=new _(this._tmp.x,this._tmp.y,this._tmp.z)),this._curveType==="centripetal"||this._curveType==="chordal"){var p=this._curveType==="chordal"?.5:.25,f=Math.pow(c.distanceToSquared(g),p),y=Math.pow(g.distanceToSquared(d),p),m=Math.pow(d.distanceToSquared(u),p);y<1e-4&&(y=1),f<1e-4&&(f=y),m<1e-4&&(m=y),this._px.initNonuniformCatmullRom(c.x,g.x,d.x,u.x,f,y,m),this._py.initNonuniformCatmullRom(c.y,g.y,d.y,u.y,f,y,m),this._pz.initNonuniformCatmullRom(c.z,g.z,d.z,u.z,f,y,m)}else this._curveType==="catmullrom"&&(this._px.initCatmullRom(c.x,g.x,d.x,u.x,this._tension),this._py.initCatmullRom(c.y,g.y,d.y,u.y,this._tension),this._pz.initCatmullRom(c.z,g.z,d.z,u.z,this._tension));return r.set(this._px.calc(l),this._py.calc(l),this._pz.calc(l)),r},t.prototype.getPoints=function(e){for(var n=[],r=0;r<=e;r++)n.push(this.getPoint(r/e));return n},t.prototype.setPoints=function(e){this._points=e.map(function(n){return new _(n)}),this._boundingBoxNeedsUpdate=!0},t.prototype.setClosed=function(e){this._closed!==e&&(this._closed=e,this._boundingBoxNeedsUpdate=!0)},t.prototype.setCurveType=function(e){this._curveType=e},t.prototype.setTension=function(e){this._tension=e},t.prototype.clone=function(){return new t(this._points.map(function(e){return e.clone()}),this._closed,this._curveType,this._tension)},t.prototype.transform=function(e){return this._points=this._points.map(function(n){var r=new _;return r.copy(n),r.applyMatrix4(e),r}),this._boundingBoxNeedsUpdate=!0,this},t.prototype.calculateBoundingBox=function(){if(this._points.length===0)return new C;var e=new C;return this._points.forEach(function(n){e.expandByPoint(n)}),e},t}(Me),Qt=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Jt=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))};function Vr(i,t){var e,n,r=i.x-t[0],s=i.y-t[1],o=((e=i.z)!==null&&e!==void 0?e:0)-((n=t[2])!==null&&n!==void 0?n:0);return r*r+s*s+o*o}var ut=function(){function i(t,e,n,r){this._degree=t,this._knots=Jt([],Qt(e),!1),this._controlPoints=n.map(function(s){return{x:s.x,y:s.y,z:s.z}}),this._weights=r?Jt([],Qt(r),!1):new Array(n.length).fill(1)}return i.prototype.degree=function(){return this._degree},i.prototype.knots=function(){return Jt([],Qt(this._knots),!1)},i.prototype.controlPoints=function(){return this._controlPoints.map(function(t){return{x:t.x,y:t.y,z:t.z}})},i.prototype.weights=function(){return Jt([],Qt(this._weights),!1)},i.prototype.clone=function(){return new i(this._degree,this._knots,this._controlPoints,this._weights)},i.prototype.point=function(t){return this.evaluate(t).point},i.prototype.evaluate=function(t){var e=this._controlPoints.map(function(n){return[n.x,n.y,n.z]});return Ka(t,this._degree,this._knots,e,this._weights)},i.prototype.signedPlanarCurvatureAt=function(t){var e=this.evaluate(t);return Qa(e.deriv1,e.deriv2)},i.prototype.getOffsetSamplePath2d=function(t,e){var n=this;e===void 0&&(e=512);for(var r=Math.abs(t),s=this.getParameterRange(),o=s.start,a=s.end,h=this.length(),l=Math.max(64,Math.ceil(h/Math.max(r*.2,1e-6))),c=ih(o,a,Math.min(l,e)),u=0;u<8&&c.length<e;u++){for(var g=[],d=0;d<c.length-1;d++){var p=c[d],f=c[d+1],y=(p+f)/2,m=Math.max(Math.abs(this.signedPlanarCurvatureAt(p)),Math.abs(this.signedPlanarCurvatureAt(f)),Math.abs(this.signedPlanarCurvatureAt(y)));r*m>.85&&g.push(y)}if(g.length===0)break;if(c=nh(c,g),c.length>e){c=c.slice(0,e);break}}var x=[],S=[];return c.forEach(function(A){var L=n.evaluate(A);x.push(new P(L.point[0],L.point[1]));var T=L.deriv1[0],M=L.deriv1[1],X=Math.hypot(T,M);S.push(X>1e-10?new P(T/X,M/X):new P(1,0))}),{points:x,tangents:S}},i.prototype.length=function(){var t=this._controlPoints.map(function(e){return[e.x,e.y,e.z]});return Cs(this._degree,this._knots,t,this._weights)},i.byKnotsControlPointsWeights=function(t,e,n,r){return new i(t,e,n,r)},i.byPoints=function(t,e,n,r,s){n===void 0&&(n="Uniform");var o=On(t,e,n,r,s),a=o.controlPoints.map(function(h){return{x:h[0],y:h[1],z:h[2]}});return new i(e,o.knots,a,o.weights)},i.prototype.getParameterRange=function(){var t=this._knots[this._degree],e=this._knots[this._knots.length-this._degree-1];return{start:t,end:e}},i.prototype.getPoints=function(t){for(var e=[],n=this.getParameterRange(),r=n.start,s=n.end,o=0;o<=t;o++){var a=r+(s-r)*(o/t);e.push(this.point(a))}return e},i.prototype.isClosed=function(t){t===void 0&&(t=1e-6);var e=this.getParameterRange(),n=e.start,r=e.end,s=this.point(n),o=this.point(r),a=s[0]-o[0],h=s[1]-o[1],l=s[2]-o[2];return Math.sqrt(a*a+h*h+l*l)<t},i.createFitPointsForClosedCurve=function(t){if(t.length<4)throw new Error("At least 4 points are required for a closed NURBS curve");var e=new Ds(t,!0,"centripetal"),n=Math.max(50,t.length*2);return e.getPoints(n)},i.prototype.nearestPoint=function(t,e){var n;e===void 0&&(e=64);for(var r=this.getParameterRange(),s=r.start,o=r.end,a=this.point(s),h=Vr(t,a),l=0;l<=e;l++){var c=s+(o-s)*l/e,u=this.point(c),g=Vr(t,u);g<h&&(h=g,a=u)}return{x:a[0],y:a[1],z:(n=a[2])!==null&&n!==void 0?n:0}},i.createClosedCurve=function(t,e,n){n===void 0&&(n="Chord");var r=this.createFitPointsForClosedCurve(t),s=r.map(function(o){return[o.x,o.y,o.z]});return i.byPoints(s,e,n)},i}();function ih(i,t,e){if(e<2)return[i,t];for(var n=[],r=0;r<e;r++)n.push(r===e-1?t:i+(t-i)*r/(e-1));return n}function nh(i,t){var e=Jt(Jt([],Qt(i),!1),Qt(t),!1).sort(function(r,s){return r-s}),n=[];return e.forEach(function(r){var s=n[n.length-1];(s===void 0||Math.abs(s-r)>1e-10)&&n.push(r)}),n}var rh=function(){var i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(n[s]=r[s])},i(t,e)};return function(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");i(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}}(),jr=function(i,t){var e=typeof Symbol=="function"&&i[Symbol.iterator];if(!e)return i;var n=e.call(i),r,s=[],o;try{for(;(t===void 0||t-- >0)&&!(r=n.next()).done;)s.push(r.value)}catch(a){o={error:a}}finally{try{r&&!r.done&&(e=n.return)&&e.call(n)}finally{if(o)throw o.error}}return s},Gr=function(i,t,e){if(e||arguments.length===2)for(var n=0,r=t.length,s;n<r;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return i.concat(s||Array.prototype.slice.call(t))},Yt=function(i){rh(t,i);function t(e,n,r,s,o,a){var h=i.call(this)||this,l=arguments.length;if(h._degree=3,h._closed=!1,Array.isArray(n)){if(l<2||l>5)throw st.ILLEGAL_PARAMETERS;h._controlPoints=e;var d=void 0,p=3,f=!1;if(l>=3&&(Array.isArray(r)?(d=r,l>=4&&(p=s||3),l>=5&&(f=o)):r!==void 0&&(p=r||3,l>=4&&(f=s))),r===void 0&&l>=4&&(p=s||3,l>=5&&(f=o)),h._degree=p,h._closed=f,h._controlPoints.length<h._degree+1)throw st.ILLEGAL_PARAMETERS;h._nurbsCurve=ut.byKnotsControlPointsWeights(h._degree,n,h._controlPoints,d)}else{if(l<2||l>6)throw st.ILLEGAL_PARAMETERS;h._fitPoints=e,h._knotParameterization=n,l>=3&&(h._degree=r||3);var c=typeof s=="boolean";l>=4&&c&&(h._closed=s),c?(l>=5&&(h._startTangent=o),l>=6&&(h._endTangent=a)):(l>=4&&(h._startTangent=s),l>=5&&(h._endTangent=o)),h._closed&&(h._startTangent=void 0,h._endTangent=void 0);var u=(h._startTangent?1:0)+(h._endTangent?1:0);if(h._fitPoints.length+u<h._degree+1)throw st.ILLEGAL_PARAMETERS;if(h._closed)h._nurbsCurve=ut.createClosedCurve(h._fitPoints,h._degree,h._knotParameterization);else{var g=h.toNurbsPoints(h._fitPoints);h._nurbsCurve=ut.byPoints(g,h._degree,h._knotParameterization,h._startTangent?h.toNurbsPoint(h._startTangent):void 0,h._endTangent?h.toNurbsPoint(h._endTangent):void 0)}h._controlPoints=h.toGePoints(h._nurbsCurve.controlPoints().map(function(y){return[y.x,y.y,y.z||0]}))}return h}return t.prototype.buildCurve=function(){if(this._fitPoints&&this._knotParameterization){if(this._closed){var e=ut.createFitPointsForClosedCurve(this._fitPoints),n=this.toNurbsPoints(e);this._nurbsCurve=ut.byPoints(n,this._degree,this._knotParameterization)}else{var n=this.toNurbsPoints(this._fitPoints);this._nurbsCurve=ut.byPoints(n,this._degree,this._knotParameterization,this._startTangent?this.toNurbsPoint(this._startTangent):void 0,this._endTangent?this.toNurbsPoint(this._endTangent):void 0)}this._controlPoints=this.toGePoints(this._nurbsCurve.controlPoints().map(function(o){return[o.x,o.y,o.z||0]}))}else if(this._controlPoints)if(this._closed){var e=ut.createFitPointsForClosedCurve(this._controlPoints),n=this.toNurbsPoints(e);this._nurbsCurve=ut.byPoints(n,this._degree,this._knotParameterization),this._controlPoints=this.toGePoints(this._nurbsCurve.controlPoints().map(function(h){return[h.x,h.y,h.z||0]}))}else{var r=this._nurbsCurve.knots(),s=this._nurbsCurve.weights();this._nurbsCurve=ut.byKnotsControlPointsWeights(this._degree,r,this._controlPoints,s)}},t.prototype.setClosed=function(e){this._closed!==e&&(this._closed=e,this._boundingBoxNeedsUpdate=!0,this.buildCurve())},Object.defineProperty(t.prototype,"degree",{get:function(){return this._degree},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"knotParameterization",{get:function(){return this._knotParameterization},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"controlPoints",{get:function(){return this._controlPoints.map(function(e){return{x:e.x,y:e.y,z:e.z||0}})},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"fitPoints",{get:function(){var e;return(e=this._fitPoints)===null||e===void 0?void 0:e.map(function(n){return{x:n.x,y:n.y,z:n.z||0}})},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"knots",{get:function(){return Gr([],jr(this._nurbsCurve.knots()),!1)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"weights",{get:function(){return Gr([],jr(this._nurbsCurve.weights()),!1)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"startPoint",{get:function(){var e=this._nurbsCurve.knots(),n=this._nurbsCurve.degree(),r=e[n],s=this._nurbsCurve.point(r);return new _(s[0],s[1],s[2])},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"endPoint",{get:function(){var e=this._nurbsCurve.knots(),n=this._nurbsCurve.degree(),r=e[e.length-n-1],s=this._nurbsCurve.point(r);return new _(s[0],s[1],s[2])},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"length",{get:function(){return this._nurbsCurve.length()},enumerable:!1,configurable:!0}),t.prototype.nearestPoint=function(e,n){n===void 0&&(n=64);var r=this._nurbsCurve.nearestPoint(e,n);return new _(r.x,r.y,r.z||0)},t.prototype.evaluateAt=function(e){var n=this._nurbsCurve.point(e);return new _(n[0],n[1],n[2])},t.prototype.getFitPointAt=function(e){if(!this._fitPoints)throw new Error("No fit points in this spline");var n=this._fitPoints.length,r=e<0||e>=n?n-1:e,s=this._fitPoints[r];return{x:s.x,y:s.y,z:s.z||0}},t.prototype.getControlPointAt=function(e){var n=this._controlPoints.length,r=e<0||e>=n?n-1:e;return this._controlPoints[r]},t.prototype.getOffsetSamplePath2d=function(e){return this._nurbsCurve.getOffsetSamplePath2d(e)},t.prototype.getPoints=function(e){e===void 0&&(e=100);for(var n=this._nurbsCurve,r=[],s=n.knots(),o=this._nurbsCurve.degree(),a=s[o],h=s[s.length-o-1],l=(h-a)/(e-1),c=0;c<e;c++){var u=c===e-1?h:a+c*l,g=n.point(u);r.push(new _(g[0],g[1],g[2]))}return r},t.prototype.getCurvePoints=function(e,n){for(var r=[],s=e.knots(),o=e.degree(),a=s[o],h=s[s.length-o-1],l=(h-a)/(n-1),c=0;c<n;c++){var u=a+c*l;r.push(e.point(u))}return r},t.prototype.calculateBoundingBox=function(){var e=this.getPoints(100);return new C().setFromPoints(e)},Object.defineProperty(t.prototype,"closed",{get:function(){return this._closed},set:function(e){this.setClosed(e)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"area",{get:function(){if(!this._closed)return 0;var e=this.getPoints(128);return Ys(e)},enumerable:!1,configurable:!0}),t.prototype.transform=function(e){if(this._fitPoints&&this._knotParameterization)this._fitPoints=this._fitPoints.map(function(s){return new _(s).applyMatrix4(e)}),this._startTangent&&(this._startTangent=new _(this._startTangent).transformDirection(e)),this._endTangent&&(this._endTangent=new _(this._endTangent).transformDirection(e)),this.buildCurve();else{var n=this._nurbsCurve.knots(),r=this._nurbsCurve.weights();this._controlPoints=this._controlPoints.map(function(s){return new _(s).applyMatrix4(e)}),this._nurbsCurve=ut.byKnotsControlPointsWeights(this._degree,n,this._controlPoints,r.length>0?r:void 0)}return this._boundingBoxNeedsUpdate=!0,this},t.prototype.clone=function(){return this._fitPoints&&this._knotParameterization?new t(this._fitPoints.map(function(e){return{x:e.x,y:e.y,z:e.z||0}}),this._knotParameterization,this._degree,this._closed,this._startTangent?{x:this._startTangent.x,y:this._startTangent.y,z:this._startTangent.z||0}:void 0,this._endTangent?{x:this._endTangent.x,y:this._endTangent.y,z:this._endTangent.z||0}:void 0):new t(this._controlPoints.map(function(e){return{x:e.x,y:e.y,z:e.z||0}}),this._nurbsCurve.knots(),this._nurbsCurve.weights(),this._degree,this._closed)},t.prototype.toNurbsPoints=function(e){var n=new Array(e.length);return e.forEach(function(r,s){n[s]=[r.x,r.y,r.z||0]}),n},t.prototype.toGePoints=function(e){var n=new Array(e.length);return e.forEach(function(r,s){n[s]={x:r[0],y:r[1],z:r[2]}}),n},t.prototype.toNurbsPoint=function(e){return[e.x,e.y,e.z||0]},t.createClosedSpline=function(e,n,r){if(n===void 0&&(n="Uniform"),r===void 0&&(r=3),e.length<r+1)throw new Error("At least ".concat(r+1," points are required for a degree ").concat(r," closed spline"));return new t(e,n,r,!0)},t}(Me);class Ie{constructor(t){this.i=0,this._records=t,this._keys=Array.from(t.keys())}get count(){return this._records.size}toArray(){return Array.from(this._records.values())}[Symbol.iterator](){return this}next(){for(;this.i<this._keys.length;){const t=this._records.get(this._keys[this.i]);return this.i+=1,{value:t,done:!1}}return{value:null,done:!0}}}var jt=256,Us=[],Hr=256,Re;for(;jt--;)Us[jt]=(jt+256).toString(16).substring(1);function sh(i){var t=0,e=11;if(!Re||jt+e>Hr*2)for(Re="",jt=0;t<Hr;t++)Re+=Us[Math.random()*256|0];return Re.substring(jt,jt+++e)}const Ve="TEMP_";let Ri;function $s(i){Ri=i}class ft{constructor(t,e){if(t=t||{},this._attrs=new is(t,e),this._xDataMap=new Map,!this._attrs.get("objectId"))try{this._attrs.set("objectId",this.database.generateHandle())}catch{this._attrs.set("objectId",this.generateTemporaryHandle())}}generateTemporaryHandle(){return Ve+sh()}get attrs(){return this._attrs}getAttr(t){const e=this._attrs.get(t);if(e===void 0)throw new Error(`[AcDbObject] Attribute name '${t}' does't exist in this object!`);return e}getAttrWithoutException(t){return this._attrs.get(t)}setAttr(t,e){this._attrs.set(t,e)}get objectId(){return this.getAttr("objectId")}set objectId(t){this._attrs.set("objectId",t),t&&!t.startsWith(Ve)&&this.database.updateMaxHandle(t)}get isTemp(){const t=this.getAttrWithoutException("objectId");return!!t&&t.startsWith(Ve)}get ownerId(){return this.getAttr("ownerId")}set ownerId(t){this._attrs.set("ownerId",t)}get extensionDictionary(){return this.getAttrWithoutException("extensionDictionary")}set extensionDictionary(t){this._attrs.set("extensionDictionary",t)}get database(){if(this._database)return this._database;if(Ri)return Ri().workingDatabase;throw new Error("The current working database must be set before using it!")}set database(t){this._database=t}getXData(t){return this._xDataMap.get(t)}setXData(t){for(const e of t)e.code===vn.ExtendedDataRegAppName&&this._xDataMap.set(e.value,t)}removeXData(t){this._xDataMap.delete(t)}createExtensionDictionary(){}close(){}clone(){const t=Object.create(Object.getPrototypeOf(this)),e=this,n=t;for(const r of Object.keys(e))r!=="_database"&&(n[r]=this.cloneValue(e[r]));return t.objectId=this.generateTemporaryHandle(),t}cloneValue(t){if(t==null||typeof t!="object")return t;if(t instanceof Date)return new Date(t.getTime());if(t instanceof RegExp)return new RegExp(t.source,t.flags);if(Array.isArray(t))return t.map(r=>this.cloneValue(r));if(t instanceof Map){const r=new Map;for(const[s,o]of t.entries())r.set(this.cloneValue(s),this.cloneValue(o));return r}if(t instanceof Set){const r=new Set;for(const s of t.values())r.add(this.cloneValue(s));return r}if(ArrayBuffer.isView(t)){if(t instanceof DataView)return new DataView(t.buffer.slice(0));const r=t.constructor;return new r(t)}if(t instanceof ArrayBuffer)return t.slice(0);if("clone"in t&&typeof t.clone=="function")return t.clone();const e=Object.create(Object.getPrototypeOf(t)),n=t;for(const r of Object.keys(n))e[r]=this.cloneValue(n[r]);return e}dxfOut(...t){const[e,n=!1]=t;if(e.writeHandle(5,this.objectId),e.writeObjectId(330,this.ownerId),e.writeObjectId(360,this.extensionDictionary),this.dxfOutFields(e),n)for(const r of this._xDataMap.values())e.writeResultBuffer(r);return this}dxfOutFields(t){return this}}class Rt extends ft{constructor(t,e){t=t||{},Le(t,{name:""}),super(t,e)}get name(){return this.getAttr("name")}set name(t){this.setAttr("name",t)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbSymbolTableRecord"),this}}var qs=(i=>(i[i.Any=0]="Any",i[i.Uniform=1]="Uniform",i))(qs||{});const It=class It extends Rt{static isModelSapceName(t){return t.toLowerCase()==It.MODEL_SPACE_NAME.toLowerCase()}static isPaperSapceName(t){return t.toLowerCase().startsWith(It.PAPER_SPACE_NAME_PREFIX.toLowerCase())}constructor(){super(),this._origin=new _,this._layoutId="",this._entities=new Map,this._blockInsertUnits=0,this._explodability=1,this._blockScaling=1,this._bmpPreview=void 0}get isModelSapce(){return It.isModelSapceName(this.name)}get isPaperSapce(){return It.isPaperSapceName(this.name)}get origin(){return this._origin}set origin(t){this._origin.copy(t)}get layoutId(){return this._layoutId}set layoutId(t){this._layoutId=t}get blockInsertUnits(){return this._blockInsertUnits}set blockInsertUnits(t){this._blockInsertUnits=t}get explodability(){return this._explodability}set explodability(t){this._explodability=t}get blockScaling(){return this._blockScaling}set blockScaling(t){this._blockScaling=t}get bmpPreview(){return this._bmpPreview}set bmpPreview(t){this._bmpPreview=t}appendEntity(t){const e=n=>{n.database=this.database,n.ownerId=this.objectId,this.database.ensureEntityStyleDefaults(n),this.database.commitObjectHandle(n,r=>this._entities.has(r)),n.resolveEffectiveProperties(),this._entities.set(n.objectId,n)};if(Array.isArray(t))for(let n=0;n<t.length;++n)e(t[n]);else e(t);(this.isModelSapce||this.isPaperSapce)&&this.database.events.entityAppended.dispatch({database:this.database,entity:t})}removeEntity(t){const e=Array.isArray(t)?t:[t],n=[];return e.forEach(r=>{const s=this._entities.get(r);s&&n.push(s),this._entities.delete(r)}),n.length>0&&this.database.events.entityErased.dispatch({database:this.database,entity:n}),n.length>0}newIterator(){return new Ie(this._entities)}getIdAt(t){return this._entities.get(t)}dxfOutBlockRecord(t){return t.writeStart("BLOCK_RECORD"),this.dxfOut(t),this}dxfOutBlockBegin(t){return t.writeStart("BLOCK"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeString(8,"0"),t.writeSubclassMarker("AcDbBlockBegin"),t.writeString(2,this.name),t.writeInt16(70,0),t.writePoint3d(10,this.origin),t.writeString(3,this.name),this}dxfOutBlockEnd(t){return t.writeStart("ENDBLK"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbBlockEnd"),this}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbBlockTableRecord"),t.writeString(2,this.name),t.writeInt16(70,this.blockInsertUnits),t.writeInt16(280,this.explodability),t.writeInt16(281,this.blockScaling),(this.isModelSapce||this.isPaperSapce)&&t.writeObjectId(340,this.layoutId),this}};It.MODEL_SPACE_NAME="*Model_Space",It.PAPER_SPACE_NAME_PREFIX="*Paper_Space";let Q=It;var Zs=(i=>(i[i.kInches=0]="kInches",i[i.kMillimeters=1]="kMillimeters",i[i.kPixels=2]="kPixels",i))(Zs||{}),Ks=(i=>(i[i.k0degrees=0]="k0degrees",i[i.k90degrees=1]="k90degrees",i[i.k180degrees=2]="k180degrees",i[i.k270degrees=3]="k270degrees",i))(Ks||{}),Qs=(i=>(i[i.kDisplay=0]="kDisplay",i[i.kExtents=1]="kExtents",i[i.kLimits=2]="kLimits",i[i.kView=3]="kView",i[i.kWindow=4]="kWindow",i[i.kLayout=5]="kLayout",i))(Qs||{}),Js=(i=>(i[i.kDraft=0]="kDraft",i[i.kPreview=1]="kPreview",i[i.kNormal=2]="kNormal",i[i.kPresentation=3]="kPresentation",i[i.kMaximum=4]="kMaximum",i[i.kCustom=5]="kCustom",i))(Js||{}),to=(i=>(i[i.kAsDisplayed=0]="kAsDisplayed",i[i.kWireframe=1]="kWireframe",i[i.kHidden=2]="kHidden",i[i.kRendered=3]="kRendered",i[i.kVisualStyle=4]="kVisualStyle",i[i.kRenderPreset=5]="kRenderPreset",i))(to||{}),eo=(i=>(i[i.kScaleToFit=0]="kScaleToFit",i[i.k1_128in_1ft=1]="k1_128in_1ft",i[i.k1_64in_1ft=2]="k1_64in_1ft",i[i.k1_32in_1ft=3]="k1_32in_1ft",i[i.k1_16in_1ft=4]="k1_16in_1ft",i[i.k3_32in_1ft=5]="k3_32in_1ft",i[i.k1_8in_1ft=6]="k1_8in_1ft",i[i.k3_16in_1ft=7]="k3_16in_1ft",i[i.k1_4in_1ft=8]="k1_4in_1ft",i[i.k3_8in_1ft=9]="k3_8in_1ft",i[i.k1_2in_1ft=10]="k1_2in_1ft",i[i.k3_4in_1ft=11]="k3_4in_1ft",i[i.k1in_1ft=12]="k1in_1ft",i[i.k3in_1ft=13]="k3in_1ft",i[i.k6in_1ft=14]="k6in_1ft",i[i.k1ft_1ft=15]="k1ft_1ft",i[i.k1_1=16]="k1_1",i[i.k1_2=17]="k1_2",i[i.k1_4=18]="k1_4",i[i.k1_5=19]="k1_5",i[i.k1_8=20]="k1_8",i[i.k1_10=21]="k1_10",i[i.k1_16=22]="k1_16",i[i.k1_20=23]="k1_20",i[i.k1_30=24]="k1_30",i[i.k1_40=25]="k1_40",i[i.k1_50=26]="k1_50",i[i.k1_100=27]="k1_100",i[i.k2_1=28]="k2_1",i[i.k4_1=29]="k4_1",i[i.k8_1=30]="k8_1",i[i.k10_1=31]="k10_1",i[i.k100_1=32]="k100_1",i[i.k1000_1=33]="k1000_1",i[i.k1and1_2in_1ft=34]="k1and1_2in_1ft",i))(eo||{});const oh={0:0,1:1/1536,2:1/768,3:1/384,4:1/192,5:1/128,6:1/96,7:1/64,8:1/48,9:1/32,10:1/24,11:1/16,12:1/12,13:1/4,14:1/2,15:1,16:1,17:1/2,18:1/4,19:1/5,20:1/8,21:1/10,22:1/16,23:1/20,24:1/30,25:1/40,26:1/50,27:1/100,28:2,29:4,30:8,31:10,32:100,33:1e3,34:1/8};class io extends ft{constructor(t=!1){super(),this._plotSettingsName="",this._plotCfgName="",this._canonicalMediaName="",this._currentStyleSheet="",this._plotOrigin=new P,this._customPrintScale={numerator:1,denominator:1},this._plotPaperSize=new P,this._plotPaperMargins={left:0,right:0,top:0,bottom:0},this._plotViewName="",this._plotWindowArea=new et,this._modelType=t,this._plotCentered=!1,this._plotHidden=!1,this._plotPaperUnits=1,this._plotPlotStyles=!0,this._plotRotation=0,this._plotType=5,this._plotViewportBorders=!1,this._printLineweights=!0,this._scaleLineweights=!1,this._drawViewportsFirst=!1,this._showPlotStyles=!0,this._shadePlotType=0,this._shadePlotResLevel=2,this._shadePlotCustomDpi=300,this._shadePlotId=void 0,this._stdScaleType=0,this._useStandardScale=!0}get plotSettingsName(){return this._plotSettingsName}set plotSettingsName(t){this._plotSettingsName=t}getPlotSettingsName(){return this._plotSettingsName}setPlotSettingsName(t){this._plotSettingsName=t}get plotCfgName(){return this._plotCfgName}set plotCfgName(t){this._plotCfgName=t}getPlotCfgName(){return this._plotCfgName}get canonicalMediaName(){return this._canonicalMediaName}set canonicalMediaName(t){this._canonicalMediaName=t}getCanonicalMediaName(){return this._canonicalMediaName}get currentStyleSheet(){return this._currentStyleSheet}set currentStyleSheet(t){this._currentStyleSheet=t}getCurrentStyleSheet(){return this._currentStyleSheet}get plotOrigin(){return this._plotOrigin}set plotOrigin(t){this._plotOrigin=t}getPlotOrigin(){return this._plotOrigin}get customPrintScale(){return this._customPrintScale}set customPrintScale(t){this._customPrintScale=t}getCustomPrintScale(){return this._customPrintScale}get plotPaperSize(){return this._plotPaperSize}set plotPaperSize(t){this._plotPaperSize=t}getPlotPaperSize(){return this._plotPaperSize}get plotPaperMargins(){return this._plotPaperMargins}set plotPaperMargins(t){this._plotPaperMargins=t}getPlotPaperMargins(){return this._plotPaperMargins}get plotViewName(){return this._plotViewName}set plotViewName(t){this._plotViewName=t}getPlotViewName(){return this._plotViewName}get plotWindowArea(){return this._plotWindowArea}set plotWindowArea(t){this._plotWindowArea=t}getPlotWindowArea(){return this._plotWindowArea}get modelType(){return this._modelType}set modelType(t){this._modelType=t}getModelType(){return this._modelType}setModelType(t){this._modelType=t}get drawViewportsFirst(){return this._drawViewportsFirst}set drawViewportsFirst(t){this._drawViewportsFirst=t}setDrawViewportsFirst(t){this._drawViewportsFirst=t}get plotCentered(){return this._plotCentered}set plotCentered(t){this._plotCentered=t}setPlotCentered(t){this._plotCentered=t}get plotHidden(){return this._plotHidden}set plotHidden(t){this._plotHidden=t}setPlotHidden(t){this._plotHidden=t}get plotPaperUnits(){return this._plotPaperUnits}set plotPaperUnits(t){this._plotPaperUnits=t}get plotPlotStyles(){return this._plotPlotStyles}set plotPlotStyles(t){this._plotPlotStyles=t}setPlotPlotStyles(t){this._plotPlotStyles=t}get plotRotation(){return this._plotRotation}set plotRotation(t){this._plotRotation=t}get plotType(){return this._plotType}set plotType(t){this._plotType=t}get plotViewportBorders(){return this._plotViewportBorders}set plotViewportBorders(t){this._plotViewportBorders=t}setPlotViewportBorders(t){this._plotViewportBorders=t}get printLineweights(){return this._printLineweights}set printLineweights(t){this._printLineweights=t}setPrintLineweights(t){this._printLineweights=t}get scaleLineweights(){return this._scaleLineweights}set scaleLineweights(t){this._scaleLineweights=t}setScaleLineweights(t){this._scaleLineweights=t}get showPlotStyles(){return this._showPlotStyles}set showPlotStyles(t){this._showPlotStyles=t}setShowPlotStyles(t){this._showPlotStyles=t}get shadePlot(){return this._shadePlotType}set shadePlot(t){this._shadePlotType=t}setShadePlot(t){this._shadePlotType=t}get shadePlotResLevel(){return this._shadePlotResLevel}set shadePlotResLevel(t){this._shadePlotResLevel=t}setShadePlotResLevel(t){this._shadePlotResLevel=t}get shadePlotCustomDPI(){return this._shadePlotCustomDpi}set shadePlotCustomDPI(t){this._shadePlotCustomDpi=t}setShadePlotCustomDPI(t){this._shadePlotCustomDpi=t}get shadePlotId(){return this._shadePlotId}set shadePlotId(t){this._shadePlotId=t}get plotWireframe(){return this._shadePlotType===1}get plotAsRaster(){return this._shadePlotType===3||this._shadePlotType===4||this._shadePlotType===5}get stdScaleType(){return this._stdScaleType}set stdScaleType(t){this._stdScaleType=t}get stdScale(){return oh[this._stdScaleType]??1}get useStandardScale(){return this._useStandardScale}set useStandardScale(t){this._useStandardScale=t}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbPlotSettings"),t.writeString(1,this.plotSettingsName),t.writeString(2,this.plotCfgName),t.writeString(4,this.canonicalMediaName),t.writeString(6,this.plotViewName),t.writeDouble(40,this.plotPaperMargins.left),t.writeDouble(41,this.plotPaperMargins.bottom),t.writeDouble(42,this.plotPaperMargins.right),t.writeDouble(43,this.plotPaperMargins.top),t.writeDouble(44,this.plotPaperSize.x),t.writeDouble(45,this.plotPaperSize.y),t.writeDouble(46,this.plotOrigin.x),t.writeDouble(47,this.plotOrigin.y),t.writeDouble(48,this.plotWindowArea.min.x),t.writeDouble(49,this.plotWindowArea.min.y),t.writeDouble(140,this.plotWindowArea.max.x),t.writeDouble(141,this.plotWindowArea.max.y),t.writeDouble(142,this.customPrintScale.numerator),t.writeDouble(143,this.customPrintScale.denominator);let e=0;return this.plotViewportBorders&&(e|=1),this.showPlotStyles&&(e|=2),this.plotCentered&&(e|=4),this.plotHidden&&(e|=8),this.useStandardScale&&(e|=16),this.plotPlotStyles&&(e|=32),this.scaleLineweights&&(e|=64),this.printLineweights&&(e|=128),this.drawViewportsFirst&&(e|=512),this.modelType&&(e|=1024),t.writeInt16(70,e),t.writeInt16(72,this.plotPaperUnits),t.writeInt16(73,this.plotRotation),t.writeInt16(74,this.plotType),t.writeString(7,this.currentStyleSheet),t.writeInt16(75,this.stdScaleType),t.writeInt16(76,this.shadePlot),t.writeInt16(77,this.shadePlotResLevel),t.writeInt16(78,this.shadePlotCustomDPI),t.writeDouble(147,this.stdScale),t.writeObjectId(333,this.shadePlotId),this}}class pi extends io{constructor(){super(),this._tabOrder=-1,this._tabSelected=!1,this._blockTableRecordId="",this._layoutName="",this._limits=new et,this._extents=new C,this._viewportArray=[]}get layoutName(){return this._layoutName}set layoutName(t){this._layoutName=t.length>256?t.slice(0,256):t}get tabOrder(){return this._tabOrder}set tabOrder(t){this._tabOrder=t}get tabSelected(){return this._tabSelected}set tabSelected(t){this._tabSelected=t}get blockTableRecordId(){return this._blockTableRecordId}set blockTableRecordId(t){this._blockTableRecordId=t}get limits(){return this._limits}set limits(t){this._limits.copy(t)}get extents(){return this._extents}set extents(t){this._extents.copy(t)}get viewportArray(){return this._viewportArray}set viewportArray(t){this._viewportArray=t.slice()}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbLayout"),t.writeString(1,this.layoutName),t.writeInt16(70,this.tabSelected?1:0),t.writeInt16(71,this.tabOrder),t.writeObjectId(330,this.blockTableRecordId),t.writeObjectId(331,this._viewportArray.length>0?this._viewportArray[0]:"0"),t.writePoint2d(10,this.limits.min),t.writePoint2d(11,this.limits.max),t.writePoint3d(14,this.extents.min),t.writePoint3d(15,this.extents.max),this}}class no{constructor(){this.events={layoutCreated:new D,layoutRemoved:new D,layoutRenamed:new D,layoutSwitched:new D}}countLayouts(t){return this.getWorkingDatabase(t).objects.layout.numEntries}findLayoutNamed(t,e){return this.getWorkingDatabase(e).objects.layout.getAt(t)}findActiveLayout(){const t=this.getActiveLayout();return t?t.layoutName:"Model"}setCurrentLayoutId(t,e){const n=this.getWorkingDatabase(e),r=n.objects.layout.getIdAt(t);return this.setCurrentLayoutInternal(r,n)}setCurrentLayoutBtrId(t,e){const n=this.getWorkingDatabase(e),r=n.objects.layout.getBtrIdAt(t);return this.setCurrentLayoutInternal(r,n)}setCurrentLayout(t,e){const n=this.getWorkingDatabase(e),r=n.objects.layout.getAt(t);return this.setCurrentLayoutInternal(r,n)}renameLayout(t,e,n){const s=this.getWorkingDatabase(n).objects.layout.getAt(t);return s?(s.layoutName=e,this.events.layoutRenamed.dispatch({layout:s,oldName:t,newName:e}),!0):!1}layoutExists(t,e){return this.getWorkingDatabase(e).objects.layout.has(t)}deleteLayout(t,e){const n=this.getWorkingDatabase(e).objects.layout,r=n.getAt(t);let s=!1;return r&&(s=n.remove(t),s&&this.events.layoutRemoved.dispatch({layout:r})),s}createLayout(t,e){const n=this.getWorkingDatabase(e),r=new pi;r.layoutName=t,r.tabOrder=n.objects.layout.maxTabOrder;const s=new Q;return s.name=`*Paper_Space${r.tabOrder}`,n.tables.blockTable.add(s),n.objects.layout.setAt(t,r),this.events.layoutCreated.dispatch({layout:r}),{layout:r,btr:s}}getActiveLayout(t){const e=this.getWorkingDatabase(t);return e.objects.layout.getBtrIdAt(e.currentSpaceId)}getWorkingDatabase(t){return t||Nn().workingDatabase}setCurrentLayoutInternal(t,e){return t?(this.events.layoutSwitched.dispatch({layout:t}),e.currentSpaceId=t.blockTableRecordId,!0):!1}}let je;function ah(i){je=i}function Nn(){return Ue.instance}const ii=class ii{constructor(){this._workingDatabase=null}get workingDatabase(){if(this._workingDatabase==null)throw new Error("The current working database must be set before using it!");return this._workingDatabase}set workingDatabase(t){this._workingDatabase=t}get layoutManager(){return this._layoutManager||(je||(je=()=>new no),this._layoutManager=je()),this._layoutManager}};ii.instance=new ii;let Ue=ii;$s(Nn);var ro=(i=>(i.kForRead="kForRead",i.kForWrite="kForWrite",i))(ro||{});class Bn{constructor(t){if(this._values=[],t)for(const e of t)this._values.push({...e})}get length(){return this._values.length}at(t){return this._values[t]}add(t){this._values.push(t)}addRange(t){for(const e of t)this._values.push(e)}clear(){this._values.length=0}toArray(){return this._values.map(t=>({...t}))}clone(){return new Bn(this._values)}[Symbol.iterator](){return this._values[Symbol.iterator]()}}class so{constructor(t,e,n){this._chunkSize=-1,this._minimumChunkSize=50,this._count=t,this._numerOfChunk=e<1?1:e,this._minimumChunkSize=n,this.calculateChunkSize()}get count(){return this._count}get numerOfChunk(){return this._numerOfChunk}get minimumChunkSize(){return this._minimumChunkSize}set minimumChunkSize(t){this._minimumChunkSize=t,this.calculateChunkSize()}get chunkSize(){return this._chunkSize}calculateChunkSize(){let t=this._count/this._numerOfChunk;t<this._minimumChunkSize&&(t=Math.min(this._minimumChunkSize,this._count)),this._chunkSize=t<1?this._count:Math.floor(t)}scheduleTask(t){return new Promise((e,n)=>{const r=()=>{Promise.resolve(t()).then(e).catch(n)};typeof window<"u"&&typeof window.requestAnimationFrame=="function"?window.requestAnimationFrame(r):setTimeout(r,0)})}async processChunk(t,e){if(this._count<=0){await(e==null?void 0:e());return}let n=0;const r=async()=>{const s=n,o=Math.min(n+this._chunkSize,this._count);await t(s,o),n=o,n<this._count&&await this.scheduleTask(r)};await r(),await(e==null?void 0:e())}}var rt=(i=>(i[i.DecimalDegrees=0]="DecimalDegrees",i[i.DegreesMinutesSeconds=1]="DegreesMinutesSeconds",i[i.Gradians=2]="Gradians",i[i.Radians=3]="Radians",i[i.SurveyorsUnits=4]="SurveyorsUnits",i))(rt||{}),G=(i=>(i[i.Scientific=1]="Scientific",i[i.Decimal=2]="Decimal",i[i.Engineering=3]="Engineering",i[i.Architectural=4]="Architectural",i[i.Fractional=5]="Fractional",i[i.WindowsDesktop=6]="WindowsDesktop",i))(G||{}),V=(i=>(i[i.Undefined=0]="Undefined",i[i.Inches=1]="Inches",i[i.Feet=2]="Feet",i[i.Miles=3]="Miles",i[i.Millimeters=4]="Millimeters",i[i.Centimeters=5]="Centimeters",i[i.Meters=6]="Meters",i[i.Kilometers=7]="Kilometers",i[i.Microinches=8]="Microinches",i[i.Mils=9]="Mils",i[i.Yards=10]="Yards",i[i.Angstroms=11]="Angstroms",i[i.Nanometers=12]="Nanometers",i[i.Microns=13]="Microns",i[i.Decimeters=14]="Decimeters",i[i.Dekameters=15]="Dekameters",i[i.Hectometers=16]="Hectometers",i[i.Gigameters=17]="Gigameters",i[i.Astronomical=18]="Astronomical",i[i.LightYears=19]="LightYears",i[i.Parsecs=20]="Parsecs",i[i.USSurveyFeet=21]="USSurveyFeet",i[i.USSurveyInch=22]="USSurveyInch",i[i.USSurveyYard=23]="USSurveyYard",i[i.USSurveyMile=24]="USSurveyMile",i[i.Max=24]="Max",i))(V||{});function oo(i){return i==4||i==5||i==6||i==7||i==12||i==13||i==14||i==15||i==16||i==17}function ao(i){return i==1||i==2||i==3||i==8||i==9||i==10||i==21}const zi=Math.PI/200;class lo{constructor(t){this.database=t}formatLength(t,e){const n=this.createContext(e);return Zt(t,n)}formatPoint2d(t,e){const n=this.createContext(e);return`${Zt(t.x,n)}, ${Zt(t.y,n)}`}formatPoint3d(t,e){const n=this.createContext(e);return`${Zt(t.x,n)}, ${Zt(t.y,n)}, ${Zt(t.z,n)}`}formatAngle(t,e){const n=this.createContext(e),s=(e==null?void 0:e.applyAngbaseAngdir)??!0?hh(t,this.database.angbase,this.database.angdir):E.normalizeAngle(t);return lh(s,n)}createContext(t){return{lunits:this.database.lunits,luprec:Pe(this.database.luprec),insunits:this.database.insunits,unitmode:this.database.unitmode,measurement:this.database.measurement,aunits:this.database.aunits,auprec:Pe(this.database.auprec),showUnits:(t==null?void 0:t.showUnits)??!1,showApproximate:(t==null?void 0:t.showApproximate)??!1}}}function Zt(i,t){let e;switch(t.lunits){case G.Scientific:e=Ei(_h(i,t.luprec),t);break;case G.Engineering:e=wh(i,t);break;case G.Architectural:e=bh(i,t);break;case G.Fractional:e=Ei(xh(i,t),t);break;case G.WindowsDesktop:case G.Decimal:default:e=Ei(de(i,t.luprec),t)}return ho(e,ch(i,t),t)}function lh(i,t){let e;switch(t.aunits){case rt.DegreesMinutesSeconds:e=go(i,t);break;case rt.Gradians:e=Ah(i,t);break;case rt.Radians:e=Ph(i,t);break;case rt.SurveyorsUnits:e=Sh(i,t);break;case rt.DecimalDegrees:default:e=vh(i,t)}return ho(e,uh(i,t),t)}function hh(i,t,e){let n=i-t;return e===1&&(n=-n),E.normalizeAngle(n)}function Rn(i){const t=i.showUnits?'"':"";return i.unitmode===1?{feetInchSeparator:"",fractionSeparator:"-",inchSuffix:t}:{feetInchSeparator:"-",fractionSeparator:" ",inchSuffix:t}}function Pe(i,t=0,e=8){return Number.isFinite(i)?Math.max(t,Math.min(e,Math.round(i))):t}function ue(i){return Object.is(i,-0)?0:i}function ho(i,t,e){return!e.showApproximate||!t?i:`~ ${i}`}function ch(i,t){if(!Number.isFinite(i))return!1;const e=gh(i,t);return zn(i,e)}function uh(i,t){if(!Number.isFinite(i))return!1;if(t.aunits===rt.SurveyorsUnits)return dh(i,t.auprec);const e=ph(i,t);return zn(i,e)}function dh(i,t){const n=((90-E.radToDeg(i))%360+360)%360,r=po(n),s=Math.min(Math.abs(n-r.base),Math.abs(r.base+90-n)),o=E.degToRad(s),a=co(o,t);return zn(o,a)}function gh(i,t){const e=ue(i);switch(t.lunits){case G.Scientific:return fh(e,t.luprec);case G.Engineering:case G.Architectural:case G.Fractional:return yh(e,t);case G.WindowsDesktop:case G.Decimal:default:return oe(e,t.luprec)}}function ph(i,t){const e=ue(i);switch(t.aunits){case rt.DegreesMinutesSeconds:return co(e,t.auprec);case rt.Gradians:return oe(e/zi,t.auprec)*zi;case rt.Radians:return oe(e,t.auprec);case rt.DecimalDegrees:default:return E.degToRad(oe(E.radToDeg(e),t.auprec))}}function oe(i,t){if(!Number.isFinite(i))return 0;const e=10**t;return Math.round(ue(i)*e)/e}function fh(i,t){if(!Number.isFinite(i))return 0;const e=ue(i);if(e===0)return 0;const n=e.toExponential(t);return Number(n)}function yh(i,t){if(!Number.isFinite(i))return 0;const e=i<0?-1:1,n=Math.abs(i),r=Math.floor(n/12),s=n-r*12;if(t.lunits===G.Architectural||t.lunits===G.Fractional){const o=1<<Pe(t.luprec,0,8),a=mh(s,o);return e*(r*12+a)}return e*(r*12+oe(s,t.luprec))}function mh(i,t){const e=Math.floor(i),n=i-e,r=Math.round(n*t);return r>=t?e+1:e+r/t}function co(i,t){const e=E.radToDeg(i),n=e<0?-1:1,r=Math.abs(e),s=Math.floor(r),o=(r-s)*60,a=Math.floor(o),h=oe((o-a)*60,t),l=s+a/60+h/3600;return E.degToRad(n*l)}function zn(i,t){if(i===t)return!1;const e=Math.max(Math.abs(i),Math.abs(t),1);return Math.abs(i-t)>e*Number.EPSILON*8}function de(i,t){if(!Number.isFinite(i))return"0";const e=ue(i);if(Number.isInteger(e)&&t===0)return String(e);const r=e.toFixed(t).replace(/\.?0+$/,"");return r===""||r==="-"?"0":r}function _h(i,t){if(!Number.isFinite(i))return"0";const e=ue(i);if(e===0)return"0";const n=e.toExponential(t).match(/^(.+)e([+-])(\d+)$/i);if(!n)return"0";const[,r,s,o]=n,a=o.length<2?o.padStart(2,"0"):o;return`${r}E${s}${a}`.toUpperCase()}function wh(i,t){if(!Number.isFinite(i))return"0";const e=Rn(t),n=i<0?"-":"",r=Math.abs(i),s=Math.floor(r/12),o=r-s*12,a=de(o,t.luprec);return s===0?`${n}${a}${e.inchSuffix}`:`${n}${s}'${e.feetInchSeparator}${a}${e.inchSuffix}`}function bh(i,t){if(!Number.isFinite(i))return"0";const e=Rn(t),n=i<0?"-":"",r=Math.abs(i),s=Math.floor(r/12),o=r-s*12,a=1<<Pe(t.luprec,0,8),h=uo(o,a,e.fractionSeparator);return s===0?`${n}${h}${e.inchSuffix}`:`${n}${s}'${e.feetInchSeparator}${h}${e.inchSuffix}`}function xh(i,t){if(!Number.isFinite(i))return"0";const e=Rn(t),n=i<0?"-":"",r=Math.abs(i),s=1<<Pe(t.luprec,0,8);return`${n}${uo(r,s,e.fractionSeparator)}`}function uo(i,t,e){const n=Math.floor(i),r=i-n;let s=Math.round(r*t);if(s>=t)return String(n+1);if(s===0)return String(n);const o=Ih(s,t);s/=o;const a=t/o,h=`${s}/${a}`;return n===0?h:`${n}${e}${h}`}function vh(i,t){const e=E.radToDeg(i);return`${de(e,t.auprec)}${t.showUnits?"°":""}`}function Ph(i,t){return`${de(i,t.auprec)}${t.showUnits?" rad":""}`}function Ah(i,t){const e=i/zi;return`${de(e,t.auprec)}${t.showUnits?"g":""}`}function go(i,t){const e=E.radToDeg(i),n=e<0?"-":"",r=Math.abs(e),s=Math.floor(r),o=(r-s)*60,a=Math.floor(o),h=(o-a)*60,l=de(h,t.auprec),c=t.showUnits?'"':"";return`${n}${s}d${a}'${l}${c}`}function Sh(i,t){const n=((90-E.radToDeg(i))%360+360)%360,r=po(n),s=Math.min(Math.abs(n-r.base),Math.abs(r.base+90-n)),a=go(E.degToRad(s),t).replace(/^-/,"");return`${r.prefix} ${a} ${r.suffix}`.trim()}function po(i){return i<90?{prefix:"N",suffix:"E",base:0}:i<180?{prefix:"S",suffix:"E",base:90}:i<270?{prefix:"S",suffix:"W",base:180}:{prefix:"N",suffix:"W",base:270}}function Ei(i,t){if(!t.showUnits||t.lunits===G.Engineering||t.lunits===G.Architectural)return i;const e=Lh(t.insunits,t.measurement);return e?`${i}${e}`:i}function Lh(i,t){return i===V.Undefined?t===0?'"':" mm":oo(i)?Eh(i):ao(i)?Mh(i):""}function Eh(i){switch(i){case V.Millimeters:return" mm";case V.Centimeters:return" cm";case V.Meters:return" m";case V.Kilometers:return" km";case V.Decimeters:return" dm";case V.Microns:return" µm";case V.Nanometers:return" nm";default:return""}}function Mh(i){switch(i){case V.Inches:case V.Microinches:case V.Mils:case V.USSurveyInch:return'"';case V.Feet:case V.USSurveyFeet:return"'";case V.Miles:case V.USSurveyMile:return" mi";case V.Yards:case V.USSurveyYard:return" yd";default:return""}}function Ih(i,t){let e=Math.abs(i),n=Math.abs(t);for(;n!==0;){const r=n;n=e%n,e=r}return e||1}var _e=(i=>(i.DXF="dxf",i.DWG="dwg",i))(_e||{});class mt{constructor(){this.events={registered:new D,unregistered:new D},this._converters=new Map}static createInstance(){return mt._instance==null&&(mt._instance=new mt),this._instance}static get instance(){return mt._instance||(mt._instance=new mt),mt._instance}get fileTypes(){return this._converters.keys()}register(t,e){this._converters.set(t,e),this.events.registered.dispatch({fileType:t,converter:e})}get(t){return this._converters.get(t)}unregister(t){const e=this._converters.get(t);e&&(this._converters.delete(t),this.events.unregistered.dispatch({fileType:t,converter:e}))}}class Vt extends ft{constructor(t){super(),this.database=t,this.objectId=t.generateHandle(),this._recordsByName=new Map,this._recordsById=new Map}get numEntries(){return this._recordsByName.size}setAt(t,e){e.database=this.database,e.ownerId=this.objectId,this.database.commitObjectHandle(e,n=>this.hasId(n)),this._recordsByName.set(t,e),this._recordsById.set(e.objectId,e),this.database.events.dictObjetSet.dispatch({database:this.database,object:e,key:t})}remove(t){const e=this.getAt(t);return e?(this._recordsByName.delete(t.toUpperCase()),this._recordsById.delete(this.objectId),this.database.events.dictObjectErased.dispatch({database:this.database,object:e,key:t}),!0):!1}removeId(t){const e=this.getIdAt(t);return e?(this._recordsById.delete(this.objectId),this._recordsByName.forEach((n,r)=>{n===e&&(this._recordsByName.delete(r),this.database.events.dictObjectErased.dispatch({database:this.database,object:e,key:r}))}),!0):!1}removeAll(){this._recordsByName.forEach((t,e)=>{this.database.events.dictObjectErased.dispatch({database:this.database,object:t,key:e})}),this._recordsByName.clear(),this._recordsById.clear()}has(t){return this._recordsByName.has(t.toUpperCase())}hasId(t){return this._recordsById.has(t)}getAt(t){return this._recordsByName.get(t)}getIdAt(t){return this._recordsById.get(t)}newIterator(){return new Ie(this._recordsByName)}entries(){return this._recordsByName.entries()}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbDictionary"),t.writeInt16(280,1),t.writeInt16(281,1);for(const[e,n]of this._recordsByName)t.writeString(3,e),t.writeObjectId(350,n.objectId);return this}}class fo extends ft{constructor(){super(),this._contentType=2,this._drawMLeaderOrderType=1,this._drawLeaderOrderType=0,this._bitFlags=0,this._maxLeaderSegmentsPoints=-1,this._firstSegmentAngleConstraint=0,this._secondSegmentAngleConstraint=0,this._leaderLineType=1,this._leaderLineColor=new k(exports.AcCmColorMethod.ByLayer),this._leaderLineWeight=-2,this._enableLanding=!0,this._landingGap=2,this._enableDogleg=!0,this._doglegLength=8,this._description="",this._arrowSize=4,this._defaultMTextContents="",this._textLeftAttachmentType=1,this._textAngleType=1,this._textAlignmentType=0,this._textRightAttachmentType=1,this._textColor=new k(exports.AcCmColorMethod.ByLayer),this._textHeight=4,this._enableFrameText=!1,this._textAlignAlwaysLeft=!1,this._alignSpace=0,this._blockColor=new k(exports.AcCmColorMethod.ByBlock),this._blockScale=new w(1,1,1),this._enableBlockScale=!0,this._blockRotation=0,this._enableBlockRotation=!1,this._blockConnectionType=0,this._scale=1,this._overwritePropChanged=!1,this._annotative=!1,this._breakSize=0,this._textAttachmentDirection=0,this._bottomTextAttachmentType=9,this._topTextAttachmentType=9,this._extendLeaderToText=!1}get unknown1(){return this._unknown1}set unknown1(t){this._unknown1=t}get contentType(){return this._contentType}set contentType(t){this._contentType=t}get drawMLeaderOrderType(){return this._drawMLeaderOrderType}set drawMLeaderOrderType(t){this._drawMLeaderOrderType=t}get drawLeaderOrderType(){return this._drawLeaderOrderType}set drawLeaderOrderType(t){this._drawLeaderOrderType=t}get bitFlags(){return this._bitFlags}set bitFlags(t){this._bitFlags=t}get maxLeaderSegmentsPoints(){return this._maxLeaderSegmentsPoints}set maxLeaderSegmentsPoints(t){this._maxLeaderSegmentsPoints=t}get maxLeaderSegmentPoints(){return this.maxLeaderSegmentsPoints}set maxLeaderSegmentPoints(t){this.maxLeaderSegmentsPoints=t}get firstSegmentAngleConstraint(){return this._firstSegmentAngleConstraint}set firstSegmentAngleConstraint(t){this._firstSegmentAngleConstraint=t}get secondSegmentAngleConstraint(){return this._secondSegmentAngleConstraint}set secondSegmentAngleConstraint(t){this._secondSegmentAngleConstraint=t}get leaderLineType(){return this._leaderLineType}set leaderLineType(t){this._leaderLineType=t}get leaderLineColor(){return this._leaderLineColor}set leaderLineColor(t){this._leaderLineColor.copy(t)}get leaderLineTypeId(){return this._leaderLineTypeId}set leaderLineTypeId(t){this._leaderLineTypeId=t}get leaderLineWeight(){return this._leaderLineWeight}set leaderLineWeight(t){this._leaderLineWeight=t}get enableLanding(){return this._enableLanding}set enableLanding(t){this._enableLanding=t}get landingEnabled(){return this.enableLanding}set landingEnabled(t){this.enableLanding=t}get landingGap(){return this._landingGap}set landingGap(t){this._landingGap=t}get enableDogleg(){return this._enableDogleg}set enableDogleg(t){this._enableDogleg=t}get doglegEnabled(){return this.enableDogleg}set doglegEnabled(t){this.enableDogleg=t}get doglegLength(){return this._doglegLength}set doglegLength(t){this._doglegLength=t}get description(){return this._description}set description(t){this._description=t}get arrowSymbolId(){return this._arrowSymbolId}set arrowSymbolId(t){this._arrowSymbolId=t}get arrowheadId(){return this.arrowSymbolId}set arrowheadId(t){this.arrowSymbolId=t}get arrowSize(){return this._arrowSize}set arrowSize(t){this._arrowSize=t}get arrowheadSize(){return this.arrowSize}set arrowheadSize(t){this.arrowSize=t}get defaultMTextContents(){return this._defaultMTextContents}set defaultMTextContents(t){this._defaultMTextContents=t}get defaultMText(){return this.defaultMTextContents}set defaultMText(t){this.defaultMTextContents=t}get textString(){return this.defaultMTextContents}set textString(t){this.defaultMTextContents=t}get textStyleId(){return this._textStyleId}set textStyleId(t){this._textStyleId=t}get textStyle(){return this.textStyleId}set textStyle(t){this.textStyleId=t}get textLeftAttachmentType(){return this._textLeftAttachmentType}set textLeftAttachmentType(t){this._textLeftAttachmentType=t}get textAngleType(){return this._textAngleType}set textAngleType(t){this._textAngleType=t}get textAlignmentType(){return this._textAlignmentType}set textAlignmentType(t){this._textAlignmentType=t}get textRightAttachmentType(){return this._textRightAttachmentType}set textRightAttachmentType(t){this._textRightAttachmentType=t}get textColor(){return this._textColor}set textColor(t){this._textColor.copy(t)}get textHeight(){return this._textHeight}set textHeight(t){this._textHeight=t}get enableFrameText(){return this._enableFrameText}set enableFrameText(t){this._enableFrameText=t}get textFrameEnabled(){return this.enableFrameText}set textFrameEnabled(t){this.enableFrameText=t}get textAlignAlwaysLeft(){return this._textAlignAlwaysLeft}set textAlignAlwaysLeft(t){this._textAlignAlwaysLeft=t}get alignSpace(){return this._alignSpace}set alignSpace(t){this._alignSpace=t}get blockId(){return this._blockId}set blockId(t){this._blockId=t}get blockContentId(){return this.blockId}set blockContentId(t){this.blockId=t}get blockColor(){return this._blockColor}set blockColor(t){this._blockColor.copy(t)}get blockContentColor(){return this.blockColor}set blockContentColor(t){this.blockColor=t}get blockScale(){return this._blockScale.clone()}set blockScale(t){this._blockScale.copy(t)}get blockContentScale(){return this.blockScale}set blockContentScale(t){this.blockScale=t}get enableBlockScale(){return this._enableBlockScale}set enableBlockScale(t){this._enableBlockScale=t}get blockContentScaleEnabled(){return this.enableBlockScale}set blockContentScaleEnabled(t){this.enableBlockScale=t}get blockRotation(){return this._blockRotation}set blockRotation(t){this._blockRotation=t}get blockContentRotation(){return this.blockRotation}set blockContentRotation(t){this.blockRotation=t}get enableBlockRotation(){return this._enableBlockRotation}set enableBlockRotation(t){this._enableBlockRotation=t}get blockContentRotationEnabled(){return this.enableBlockRotation}set blockContentRotationEnabled(t){this.enableBlockRotation=t}get blockConnectionType(){return this._blockConnectionType}set blockConnectionType(t){this._blockConnectionType=t}get blockContentConnectionType(){return this.blockConnectionType}set blockContentConnectionType(t){this.blockConnectionType=t}get scale(){return this._scale}set scale(t){this._scale=t}get scaleFactor(){return this.scale}set scaleFactor(t){this.scale=t}get overwritePropChanged(){return this._overwritePropChanged}set overwritePropChanged(t){this._overwritePropChanged=t}get overwritePropertyValue(){return this.overwritePropChanged}set overwritePropertyValue(t){this.overwritePropChanged=t}get annotative(){return this._annotative}set annotative(t){this._annotative=t}get breakSize(){return this._breakSize}set breakSize(t){this._breakSize=t}get breakGapSize(){return this.breakSize}set breakGapSize(t){this.breakSize=t}get textAttachmentDirection(){return this._textAttachmentDirection}set textAttachmentDirection(t){this._textAttachmentDirection=t}get bottomTextAttachmentType(){return this._bottomTextAttachmentType}set bottomTextAttachmentType(t){this._bottomTextAttachmentType=t}get bottomTextAttachmentDirection(){return this.bottomTextAttachmentType}set bottomTextAttachmentDirection(t){this.bottomTextAttachmentType=t}get topTextAttachmentType(){return this._topTextAttachmentType}set topTextAttachmentType(t){this._topTextAttachmentType=t}get topTextAttachmentDirection(){return this.topTextAttachmentType}set topTextAttachmentDirection(t){this.topTextAttachmentType=t}get extendLeaderToText(){return this._extendLeaderToText}set extendLeaderToText(t){this._extendLeaderToText=t}get unknown2(){return this._unknown2}set unknown2(t){this._unknown2=t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbMLeaderStyle"),t.writeInt16(179,this.unknown1),t.writeInt16(170,this.contentType),t.writeInt16(171,this.drawMLeaderOrderType),t.writeInt16(172,this.drawLeaderOrderType),t.writeInt32(90,this.maxLeaderSegmentsPoints),t.writeDouble(40,this.firstSegmentAngleConstraint),t.writeDouble(41,this.secondSegmentAngleConstraint),t.writeInt16(173,this.leaderLineType),t.writeInt32(91,Ge(this.leaderLineColor)),t.writeHandle(340,this.leaderLineTypeId),t.writeInt32(92,this.leaderLineWeight),t.writeBoolean(290,this.enableLanding),t.writeDouble(42,this.landingGap),t.writeBoolean(291,this.enableDogleg),t.writeDouble(43,this.doglegLength),t.writeString(3,this.description),t.writeHandle(341,this.arrowSymbolId),t.writeDouble(44,this.arrowSize),t.writeString(300,this.defaultMTextContents),t.writeHandle(342,this.textStyleId),t.writeInt16(174,this.textLeftAttachmentType),t.writeInt16(175,this.textAngleType),t.writeInt16(176,this.textAlignmentType),t.writeInt16(178,this.textRightAttachmentType),t.writeInt32(93,Ge(this.textColor)),t.writeDouble(45,this.textHeight),t.writeBoolean(292,this.enableFrameText),t.writeBoolean(297,this.textAlignAlwaysLeft),t.writeDouble(46,this.alignSpace),t.writeHandle(343,this.blockId),t.writeInt32(94,Ge(this.blockColor)),t.writeDouble(47,this._blockScale.x),t.writeDouble(49,this._blockScale.y),t.writeDouble(140,this._blockScale.z),t.writeBoolean(293,this.enableBlockScale),t.writeDouble(141,this.blockRotation),t.writeBoolean(294,this.enableBlockRotation),t.writeInt16(177,this.blockConnectionType),t.writeDouble(142,this.scale),t.writeBoolean(295,this.overwritePropChanged),t.writeBoolean(296,this.annotative),t.writeDouble(143,this.breakSize),t.writeInt16(271,this.textAttachmentDirection),t.writeInt16(272,this.bottomTextAttachmentType),t.writeInt16(273,this.topTextAttachmentType),t.writeBoolean(298,this.unknown2),this}}class yo extends ft{constructor(){super(),this._styleName="STANDARD",this._flags=0,this._description="",this._fillColor=new k,this._startAngle=90,this._endAngle=90,this._elements=[]}get styleName(){return this._styleName}set styleName(t){this._styleName=t}get flags(){return this._flags}set flags(t){this._flags=t}get description(){return this._description}set description(t){this._description=t}get fillColor(){return this._fillColor}set fillColor(t){this._fillColor.copy(t)}get startAngle(){return this._startAngle}set startAngle(t){this._startAngle=t}get endAngle(){return this._endAngle}set endAngle(t){this._endAngle=t}get elementCount(){return this._elements.length}get elements(){return this._elements.map(t=>({offset:t.offset,color:t.color.clone(),lineType:t.lineType}))}set elements(t){this._elements=t.map(e=>({offset:e.offset,color:e.color.clone(),lineType:e.lineType}))}addElement(t){this._elements.push({offset:t.offset,color:t.color.clone(),lineType:t.lineType})}removeElementAt(t){if(t<0||t>=this._elements.length)throw new Error("The element index is out of range!");this._elements.splice(t,1)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbMlineStyle"),t.writeString(2,this.styleName),t.writeInt16(70,this.flags),t.writeString(3,this.description),t.writeCmColor(this.fillColor),t.writeDouble(51,this.startAngle),t.writeDouble(52,this.endAngle),t.writeInt16(71,this.elementCount),this._elements.forEach(e=>{t.writeDouble(49,e.offset),t.writeCmColor(e.color),t.writeString(6,e.lineType)}),this}}class Pt extends ft{constructor(t){super(),this.database=t,this.objectId=t.generateHandle(),this.ownerId=t.objectId,this._recordsByName=new Map,this._recordsById=new Map}get numEntries(){return this._recordsByName.size}add(t){t.database=this.database,t.ownerId=this.objectId,this.database.commitObjectHandle(t,n=>this.hasId(n));const e=this.normalizeName(t.name);this._recordsByName.set(e,t),this._recordsById.set(t.objectId,t)}remove(t){const e=this.normalizeName(t),n=this._recordsByName.get(e);return n?(this._recordsById.delete(n.objectId),this._recordsByName.delete(e),!0):!1}removeId(t){const e=this._recordsById.get(t);return e?(this._recordsByName.delete(this.normalizeName(e.name)),this._recordsById.delete(t),!0):!1}removeAll(){this._recordsByName.clear(),this._recordsById.clear()}has(t){const e=this.normalizeName(t);return this._recordsByName.has(e)}hasId(t){return this._recordsById.has(t)}getAt(t){const e=this.normalizeName(t);return this._recordsByName.get(e)}getIdAt(t){return this._recordsById.get(t)}getOwnerIdAt(t){return this._recordsById.get(t)}newIterator(){return new Ie(this._recordsByName)}normalizeName(t){return t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbSymbolTable"),t.writeInt16(70,this.numEntries),this}}class mo extends Pt{constructor(t){super(t)}get modelSpace(){let t=this.getAt(Q.MODEL_SPACE_NAME);return t||(t=new Q,t.name=Q.MODEL_SPACE_NAME,this.add(t)),t}getEntityById(t){for(const e of this.database.tables.blockTable.newIterator()){const n=e.getIdAt(t);if(n)return n}}removeEntity(t){let e=!1;for(const n of this.database.tables.blockTable.newIterator())if(n.removeEntity(t)){e=!0;break}return e}normalizeName(t){let e=t;if(Q.isModelSapceName(t))e=Q.MODEL_SPACE_NAME;else if(Q.isPaperSapceName(t)){const n=Q.PAPER_SPACE_NAME_PREFIX,r=t.substring(n.length);e=n+r}return e}}class _o extends Pt{constructor(t){super(t)}}var wo=(i=>(i[i.Center=0]="Center",i[i.Left=1]="Left",i[i.Right=2]="Right",i[i.OverFirst=3]="OverFirst",i[i.OverSecond=4]="OverSecond",i))(wo||{}),bo=(i=>(i[i.Center=0]="Center",i[i.Above=1]="Above",i[i.Outside=2]="Outside",i[i.JIS=3]="JIS",i[i.Below=4]="Below",i))(bo||{}),xo=(i=>(i[i.Feet=0]="Feet",i[i.None=1]="None",i[i.Inch=2]="Inch",i[i.FeetAndInch=3]="FeetAndInch",i[i.Leading=4]="Leading",i[i.Trailing=8]="Trailing",i[i.LeadingAndTrailing=12]="LeadingAndTrailing",i))(xo||{}),vo=(i=>(i[i.None=0]="None",i[i.Leading=1]="Leading",i[i.Trailing=2]="Trailing",i[i.LeadingAndTrailing=3]="LeadingAndTrailing",i))(vo||{}),Po=(i=>(i[i.Bottom=0]="Bottom",i[i.Middle=1]="Middle",i[i.Top=2]="Top",i))(Po||{});const ni=class ni extends Rt{constructor(t,e){t=t||{},Le(t,ni.DEFAULT_DIM_VALUES),super(t,e)}get dimpost(){return this.getAttr("dimpost")}set dimpost(t){this.setAttr("dimpost",t)}get dimapost(){return this.getAttr("dimapost")}set dimapost(t){this.setAttr("dimapost",t)}get dimscale(){return this.getAttr("dimscale")}set dimscale(t){this.setAttr("dimscale",t)}get dimasz(){return this.getAttr("dimasz")}set dimasz(t){this.setAttr("dimasz",t)}get dimexo(){return this.getAttr("dimexo")}set dimexo(t){this.setAttr("dimexo",t)}get dimdli(){return this.getAttr("dimdli")}set dimdli(t){this.setAttr("dimdli",t)}get dimexe(){return this.getAttr("dimexe")}set dimexe(t){this.setAttr("dimexe",t)}get dimrnd(){return this.getAttr("dimrnd")}set dimrnd(t){this.setAttr("dimrnd",t)}get dimdle(){return this.getAttr("dimdle")}set dimdle(t){this.setAttr("dimdle",t)}get dimtp(){return this.getAttr("dimtp")}set dimtp(t){this.setAttr("dimtp",t)}get dimtm(){return this.getAttr("dimtm")}set dimtm(t){this.setAttr("dimtm",t)}get dimtxt(){return this.getAttr("dimtxt")}set dimtxt(t){this.setAttr("dimtxt",t)}get dimcen(){return this.getAttr("dimcen")}set dimcen(t){this.setAttr("dimcen",t)}get dimtsz(){return this.getAttr("dimtsz")}set dimtsz(t){this.setAttr("dimtsz",t)}get dimaltf(){return this.getAttr("dimaltf")}set dimaltf(t){this.setAttr("dimaltf",t)}get dimlfac(){return this.getAttr("dimlfac")}set dimlfac(t){this.setAttr("dimlfac",t)}get dimtvp(){return this.getAttr("dimtvp")}set dimtvp(t){this.setAttr("dimtvp",t)}get dimtfac(){return this.getAttr("dimtfac")}set dimtfac(t){this.setAttr("dimtfac",t)}get dimgap(){return this.getAttr("dimgap")}set dimgap(t){this.setAttr("dimgap",t)}get dimaltrnd(){return this.getAttr("dimaltrnd")}set dimaltrnd(t){this.setAttr("dimaltrnd",t)}get dimtol(){return this.getAttr("dimtol")}set dimtol(t){this.setAttr("dimtol",t)}get dimlim(){return this.getAttr("dimlim")}set dimlim(t){this.setAttr("dimlim",t)}get dimtih(){return this.getAttr("dimtih")}set dimtih(t){this.setAttr("dimtih",t)}get dimtoh(){return this.getAttr("dimtoh")}set dimtoh(t){this.setAttr("dimtoh",t)}get dimse1(){return this.getAttr("dimse1")}set dimse1(t){this.setAttr("dimse1",t)}get dimse2(){return this.getAttr("dimse2")}set dimse2(t){this.setAttr("dimse2",t)}get dimtad(){return this.getAttr("dimtad")}set dimtad(t){this.setAttr("dimtad",t)}get dimzin(){return this.getAttr("dimzin")}set dimzin(t){this.setAttr("dimzin",t)}get dimazin(){return this.getAttr("dimazin")}set dimazin(t){this.setAttr("dimazin",t)}get dimalt(){return this.getAttr("dimalt")}set dimalt(t){this.setAttr("dimalt",t)}get dimaltd(){return this.getAttr("dimaltd")}set dimaltd(t){this.setAttr("dimaltd",t)}get dimtofl(){return this.getAttr("dimtofl")}set dimtofl(t){this.setAttr("dimtofl",t)}get dimsah(){return this.getAttr("dimsah")}set dimsah(t){this.setAttr("dimsah",t)}get dimtix(){return this.getAttr("dimtix")}set dimtix(t){this.setAttr("dimtix",t)}get dimsoxd(){return this.getAttr("dimsoxd")}set dimsoxd(t){this.setAttr("dimsoxd",t)}get dimclrd(){return this.getAttr("dimclrd")}set dimclrd(t){this.setAttr("dimclrd",t)}get dimclre(){return this.getAttr("dimclre")}set dimclre(t){this.setAttr("dimclre",t)}get dimclrt(){return this.getAttr("dimclrt")}set dimclrt(t){this.setAttr("dimclrt",t)}get dimadec(){return this.getAttr("dimadec")}set dimadec(t){this.setAttr("dimadec",t)}get dimunit(){return this.getAttr("dimunit")}set dimunit(t){this.setAttr("dimunit",t)}get dimdec(){return this.getAttr("dimdec")}set dimdec(t){this.setAttr("dimdec",t)}get dimtdec(){return this.getAttr("dimtdec")}set dimtdec(t){this.setAttr("dimtdec",t)}get dimaltu(){return this.getAttr("dimaltu")}set dimaltu(t){this.setAttr("dimaltu",t)}get dimalttd(){return this.getAttr("dimalttd")}set dimalttd(t){this.setAttr("dimalttd",t)}get dimaunit(){return this.getAttr("dimaunit")}set dimaunit(t){this.setAttr("dimaunit",t)}get dimfrac(){return this.getAttr("dimfrac")}set dimfrac(t){this.setAttr("dimfrac",t)}get dimlunit(){return this.getAttr("dimlunit")}set dimlunit(t){this.setAttr("dimlunit",t)}get dimdsep(){return this.getAttr("dimdsep")}set dimdsep(t){this.setAttr("dimdsep",t)}get dimtmove(){return this.getAttr("dimtmove")}set dimtmove(t){this.setAttr("dimtmove",t)}get dimjust(){return this.getAttr("dimjust")}set dimjust(t){this.setAttr("dimjust",t)}get dimsd1(){return this.getAttr("dimsd1")}set dimsd1(t){this.setAttr("dimsd1",t)}get dimsd2(){return this.getAttr("dimsd2")}set dimsd2(t){this.setAttr("dimsd2",t)}get dimtolj(){return this.getAttr("dimtolj")}set dimtolj(t){this.setAttr("dimtolj",t)}get dimtzin(){return this.getAttr("dimtzin")}set dimtzin(t){this.setAttr("dimtzin",t)}get dimaltz(){return this.getAttr("dimaltz")}set dimaltz(t){this.setAttr("dimaltz",t)}get dimalttz(){return this.getAttr("dimalttz")}set dimalttz(t){this.setAttr("dimalttz",t)}get dimfit(){return this.getAttr("dimfit")}set dimfit(t){this.setAttr("dimfit",t)}get dimupt(){return this.getAttr("dimupt")}set dimupt(t){this.setAttr("dimupt",t)}get dimatfit(){return this.getAttr("dimatfit")}set dimatfit(t){this.setAttr("dimatfit",t)}get dimtxsty(){return this.getAttr("dimtxsty")}set dimtxsty(t){this.setAttr("dimtxsty",t)}get dimldrblk(){return this.getAttr("dimldrblk")}set dimldrblk(t){this.setAttr("dimldrblk",t)}get dimblk(){return this.getAttr("dimblk")}set dimblk(t){this.setAttr("dimblk",t)}get dimblk1(){return this.getAttr("dimblk1")}set dimblk1(t){this.setAttr("dimblk1",t)}get dimblk2(){return this.getAttr("dimblk2")}set dimblk2(t){this.setAttr("dimblk2",t)}get dimlwd(){return this.getAttr("dimlwd")}set dimlwd(t){this.setAttr("dimlwd",t)}get dimlwe(){return this.getAttr("dimlwe")}set dimlwe(t){this.setAttr("dimlwe",t)}dxfOutFields(t){super.dxfOutFields(t);const e=this.database.tables.textStyleTable.getAt(this.dimtxsty),n=this.database.tables.blockTable.getAt(this.dimldrblk),r=this.database.tables.blockTable.getAt(this.dimblk),s=this.database.tables.blockTable.getAt(this.dimblk1),o=this.database.tables.blockTable.getAt(this.dimblk2);return t.writeSubclassMarker("AcDbDimStyleTableRecord"),t.writeString(2,this.name),t.writeInt16(70,0),t.writeString(3,this.dimpost),t.writeString(4,this.dimapost),t.writeDouble(40,this.dimscale),t.writeDouble(41,this.dimasz),t.writeDouble(42,this.dimexo),t.writeDouble(43,this.dimdli),t.writeDouble(44,this.dimexe),t.writeDouble(140,this.dimtxt),t.writeDouble(147,this.dimgap),t.writeInt16(170,this.dimalt),t.writeInt16(171,this.dimtol),t.writeInt16(172,this.dimlim),t.writeInt16(173,this.dimtih),t.writeInt16(174,this.dimtoh),t.writeObjectId(340,e==null?void 0:e.objectId),t.writeObjectId(341,n==null?void 0:n.objectId),t.writeObjectId(342,r==null?void 0:r.objectId),t.writeObjectId(343,s==null?void 0:s.objectId),t.writeObjectId(344,o==null?void 0:o.objectId),t.writeInt16(371,this.dimlwd),t.writeInt16(372,this.dimlwe),this}};ni.DEFAULT_DIM_VALUES={name:"",dimpost:"",dimapost:"",dimscale:1,dimasz:2.5,dimexo:.625,dimdli:.38,dimexe:.18,dimrnd:0,dimdle:0,dimtp:0,dimtm:0,dimtxt:2.5,dimcen:2.5,dimtsz:0,dimaltf:0,dimlfac:1,dimtvp:0,dimtfac:1,dimgap:1,dimaltrnd:0,dimtol:0,dimlim:0,dimtih:0,dimtoh:0,dimse1:0,dimse2:0,dimtad:0,dimzin:0,dimazin:0,dimalt:0,dimaltd:2,dimtofl:0,dimsah:0,dimtix:0,dimsoxd:0,dimclrd:0,dimclre:0,dimclrt:0,dimadec:0,dimunit:2,dimdec:4,dimtdec:4,dimaltu:2,dimalttd:2,dimaunit:0,dimfrac:0,dimlunit:2,dimdsep:".",dimtmove:0,dimjust:0,dimsd1:0,dimsd2:0,dimtolj:0,dimtzin:0,dimaltz:0,dimalttz:0,dimfit:0,dimupt:0,dimatfit:3,dimtxsty:K,dimldrblk:"",dimblk:"",dimblk1:"",dimblk2:"",dimlwd:-2,dimlwe:-2};let le=ni;class Ao extends Pt{constructor(t){super(t)}add(t){super.add(t),this.database.events.layerAppended.dispatch({database:this.database,layer:t})}}class Fn extends Rt{constructor(t,e){t=t||{},Le(t,{color:new k,description:"",standardFlags:0,isHidden:!1,isInUse:!0,isOff:!1,isPlottable:!0,transparency:new U,linetype:"",lineWeight:1,materialId:-1}),super(t,e),this.attrs.events.attrChanged.addEventListener(n=>{this.database.events.layerModified.dispatch({database:this.database,layer:this,changes:n.object.changedAttributes()})})}get color(){return this.getAttr("color")}set color(t){this.setAttr("color",t.clone())}get description(){return this.getAttr("description")}set description(t){this.setAttr("description",t)}get standardFlags(){return this.getAttr("standardFlags")}set standardFlags(t){this.setAttr("standardFlags",t)}get isFrozen(){return(this.standardFlags&1)==1}set isFrozen(t){const e=t?1:0;this.standardFlags=this.standardFlags|e}get isHidden(){return this.getAttr("isHidden")}set isHidden(t){this.setAttr("isHidden",t)}get isInUse(){return this.getAttr("isInUse")}set isInUse(t){this.setAttr("isInUse",t)}get isLocked(){return(this.standardFlags&4)==4}set isLocked(t){const e=t?4:0;this.standardFlags=this.standardFlags|e}get isOff(){return this.getAttr("isOff")}set isOff(t){this.setAttr("isOff",t)}get isPlottable(){return this.getAttr("isPlottable")}set isPlottable(t){this.setAttr("isPlottable",t)}get transparency(){return this.getAttr("transparency")}set transparency(t){this.setAttr("transparency",t.clone())}get linetype(){return this.getAttr("linetype")}set linetype(t){this.setAttr("linetype",t)}get lineStyle(){var e;const t=(e=this.database)==null?void 0:e.tables.linetypeTable.getAt(this.linetype);if(t)return{type:"UserSpecified",...t.linetype}}get lineWeight(){return this.getAttr("lineWeight")}set lineWeight(t){this.setAttr("lineWeight",t)}get materialId(){return this.getAttr("materialId")}set materialId(t){this.setAttr("materialId",t)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbLayerTableRecord"),t.writeString(2,this.name),t.writeInt16(70,this.standardFlags),t.writeCmColor(this.color),t.writeString(6,this.linetype),t.writeInt16(290,this.isPlottable?1:0),t.writeInt16(370,this.lineWeight),t.writeTransparency(this.transparency),this.description&&t.writeString(4,this.description),this}}class So extends Pt{constructor(t){super(t)}}class Ht extends Rt{constructor(t){super(),this.name=t.name,this._linetype=t}get numDashes(){return this._linetype.pattern?this._linetype.pattern.length:0}get patternLength(){return this._linetype.totalPatternLength}get comments(){return this._linetype.description}get linetype(){return this._linetype}dashLengthAt(t){if(t<0||t>=this.numDashes)throw new Error('Index must be greater than or equal to zero, but less than the value of property "numDashes".');return this._linetype.pattern[t].elementLength}toPreviewSvgString(t){const e=Math.max((t==null?void 0:t.width)??220,1),n=Math.max((t==null?void 0:t.height)??36,1),r=Math.min(Math.max((t==null?void 0:t.padding)??8,0),Math.floor(e/2)),s=Math.max((t==null?void 0:t.strokeWidth)??2,.5),o=this.escapeSvgAttribute((t==null?void 0:t.stroke)??"currentColor"),a=Math.max((t==null?void 0:t.repeats)??4,1),h=n/2,l=r,c=Math.max(e-r,l+1),u=c-l,g=this._linetype.pattern??[];if(g.length===0||this.patternLength<=0||!g.some(S=>S.elementLength!==0))return this.buildSvgString({width:e,height:n,stroke:o,strokeWidth:s,lineSegments:[[l,c]],dots:[],y:h});const d=[],p=[],f=u/(this.patternLength*a),y=.5,m=Math.max(s*2,2);let x=l;for(;x<c;)for(const S of g){if(x>=c)break;const A=S.elementLength;if(A===0){p.push(x),x=Math.min(x+m,c);continue}const L=Math.max(Math.abs(A)*f,y),T=Math.min(x+L,c);A>0&&T>x&&d.push([x,T]),x=T}return this.buildSvgString({width:e,height:n,stroke:o,strokeWidth:s,lineSegments:d,dots:p,y:h})}buildSvgString(t){const{width:e,height:n,stroke:r,strokeWidth:s,lineSegments:o,dots:a,y:h}=t,l=o.map(([u,g])=>`<line x1="${u.toFixed(2)}" y1="${h.toFixed(2)}" x2="${g.toFixed(2)}" y2="${h.toFixed(2)}" stroke="${r}" stroke-width="${s.toFixed(2)}" stroke-linecap="round" />`).join(""),c=a.map(u=>`<circle cx="${u.toFixed(2)}" cy="${h.toFixed(2)}" r="${(s/2).toFixed(2)}" fill="${r}" />`).join("");return`<svg xmlns="http://www.w3.org/2000/svg" width="${e}" height="${n}" viewBox="0 0 ${e} ${n}" role="img" aria-label="${this.escapeSvgAttribute(this.name)} linetype preview">${l}${c}</svg>`}escapeSvgAttribute(t){return t.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&#39;")}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbLinetypeTableRecord"),t.writeString(2,this.name),t.writeInt16(70,this.linetype.standardFlag),t.writeString(3,this.comments),t.writeInt16(72,65),t.writeInt16(73,this.numDashes),t.writeDouble(40,this.patternLength);for(const e of this.linetype.pattern??[])t.writeDouble(49,e.elementLength),t.writeInt16(74,e.elementTypeFlag);return this}}class Lo extends Pt{constructor(t){super(t)}resolveAt(t){this.database.ensureTextStyleDefaults();const e=[],n=r=>{const s=r==null?void 0:r.trim();s&&!e.includes(s)&&e.push(s)};n(t),n(this.database.textstyle),n(K),n("STANDARD");for(const r of e){const s=this.getAt(r);if(s)return s;const o=r.toUpperCase();for(const a of this.newIterator())if(a.name.toUpperCase()===o)return a}return this.newIterator().next().value??void 0}get fonts(){const t=new Set,e=r=>{if(r){const s=r.lastIndexOf(".");if(s>=0){const o=r.substring(0,s).toLowerCase();t.add(o)}else t.add(r.toLowerCase())}},n=this.newIterator();for(const r of n)e(r.fileName),e(r.bigFontFileName);return Array.from(t)}}class Vn extends Rt{constructor(t){super(),this.name=t.name,this._textStyle=t,this._textStyle.font=this.getFileNameWithoutExtension(this._textStyle.font||this._textStyle.extendedFont||this.name),this._isVertical=!1}get obliquingAngle(){return this._textStyle.obliqueAngle}set obliquingAngle(t){this._textStyle.obliqueAngle=t}get priorSize(){return this._textStyle.lastHeight}set priorSize(t){this._textStyle.lastHeight=t}get textSize(){return this._textStyle.fixedTextHeight}set textSize(t){this._textStyle.fixedTextHeight=t}get xScale(){return this._textStyle.widthFactor}set xScale(t){this._textStyle.widthFactor=t}get isVertical(){return this._isVertical}set isVertical(t){this._isVertical=t}get fileName(){return this._textStyle.font}set fileName(t){this._textStyle.font=t}get bigFontFileName(){return this._textStyle.bigFont}set bigFontFileName(t){this._textStyle.bigFont=t}get textStyle(){return this._textStyle}getFileNameWithoutExtension(t){const e=t.split("/").pop();if(e){const n=e.lastIndexOf(".");return n===-1?e:e.substring(0,n)}return t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbTextStyleTableRecord"),t.writeString(2,this.name),t.writeInt16(70,this.textStyle.standardFlag),t.writeDouble(40,this.textSize),t.writeDouble(41,this.xScale),t.writeAngle(50,this.obliquingAngle),t.writeInt16(71,this.isVertical?4:this.textStyle.textGenerationFlag),t.writeDouble(42,this.priorSize),t.writeString(3,this.fileName),t.writeString(4,this.bigFontFileName),this}}class Eo extends Pt{constructor(t){super(t)}}const Xt="Continuous",K="Standard",Tt="Standard",Ct="Standard",Th="ANSI31",Mo="ANGLE",Gt="SOLID",Io="USER",To="LINEAR",tt="ByLayer",Ot="ByBlock",Ae="*Active",Fi="mlightcad",Vi="ACAD",Ch=Object.freeze({x:0,y:0}),Oh=Object.freeze({x:0,y:0}),kh=Object.freeze({x:1,y:1}),Yh=Object.freeze({x:0,y:0,z:1}),Xh=Object.freeze({x:0,y:0,z:0});exports.AcGiArrowType=void 0;(function(i){i.ClosedFilled="",i.Dot="_DOT",i.DotSmall="_DOTSMALL",i.DotBlank="_DOTBLANK",i.Origin="_ORIGIN",i.Origin2="_ORIGIN2",i.Open="_OPEN",i.Open90="_OPEN90",i.Open30="_OPEN30",i.Closed="_CLOSED",i.Small="_SMALL",i.None="_NONE",i.Oblique="_OBLIQUE",i.BoxFilled="_BOXFILLED",i.Box="_BOXBLANK",i.ClosedBlank="_CLOSEDBLANK",i.DatumBlank="_DATUMBLANK",i.DatumFilled="_DATUMFILLED",i.Integral="_INTEGRAL",i.ArchTick="_ARCHTICK"})(exports.AcGiArrowType||(exports.AcGiArrowType={}));exports.AcGiLineWeight=void 0;(function(i){i[i.ByBlock=-2]="ByBlock",i[i.ByDIPs=-4]="ByDIPs",i[i.ByLayer=-1]="ByLayer",i[i.ByLineWeightDefault=-3]="ByLineWeightDefault",i[i.LineWeight000=0]="LineWeight000",i[i.LineWeight005=5]="LineWeight005",i[i.LineWeight009=9]="LineWeight009",i[i.LineWeight013=13]="LineWeight013",i[i.LineWeight015=15]="LineWeight015",i[i.LineWeight018=18]="LineWeight018",i[i.LineWeight020=20]="LineWeight020",i[i.LineWeight025=25]="LineWeight025",i[i.LineWeight030=30]="LineWeight030",i[i.LineWeight035=35]="LineWeight035",i[i.LineWeight040=40]="LineWeight040",i[i.LineWeight050=50]="LineWeight050",i[i.LineWeight053=53]="LineWeight053",i[i.LineWeight060=60]="LineWeight060",i[i.LineWeight070=70]="LineWeight070",i[i.LineWeight080=80]="LineWeight080",i[i.LineWeight090=90]="LineWeight090",i[i.LineWeight100=100]="LineWeight100",i[i.LineWeight106=106]="LineWeight106",i[i.LineWeight120=120]="LineWeight120",i[i.LineWeight140=140]="LineWeight140",i[i.LineWeight158=158]="LineWeight158",i[i.LineWeight200=200]="LineWeight200",i[i.LineWeight211=211]="LineWeight211"})(exports.AcGiLineWeight||(exports.AcGiLineWeight={}));exports.AcGiMTextFlowDirection=void 0;(function(i){i[i.LEFT_TO_RIGHT=1]="LEFT_TO_RIGHT",i[i.RIGHT_TO_LEFT=2]="RIGHT_TO_LEFT",i[i.TOP_TO_BOTTOM=3]="TOP_TO_BOTTOM",i[i.BOTTOM_TO_TOP=4]="BOTTOM_TO_TOP",i[i.BY_STYLE=5]="BY_STYLE"})(exports.AcGiMTextFlowDirection||(exports.AcGiMTextFlowDirection={}));exports.AcGiMTextAttachmentPoint=void 0;(function(i){i[i.TopLeft=1]="TopLeft",i[i.TopCenter=2]="TopCenter",i[i.TopRight=3]="TopRight",i[i.MiddleLeft=4]="MiddleLeft",i[i.MiddleCenter=5]="MiddleCenter",i[i.MiddleRight=6]="MiddleRight",i[i.BottomLeft=7]="BottomLeft",i[i.BottomCenter=8]="BottomCenter",i[i.BottomRight=9]="BottomRight",i[i.BaselineLeft=10]="BaselineLeft",i[i.BaselineCenter=11]="BaselineCenter",i[i.BaselineRight=12]="BaselineRight"})(exports.AcGiMTextAttachmentPoint||(exports.AcGiMTextAttachmentPoint={}));exports.AcGiRenderMode=void 0;(function(i){i[i.OPTIMIZED_2D=0]="OPTIMIZED_2D",i[i.WIREFRAME=1]="WIREFRAME",i[i.HIDDEN_LINE=2]="HIDDEN_LINE",i[i.FLAT_SHADED=3]="FLAT_SHADED",i[i.GOURAUD_SHADED=4]="GOURAUD_SHADED",i[i.FLAT_SHADED_WITH_WIREFRAME=5]="FLAT_SHADED_WITH_WIREFRAME",i[i.GOURAUD_SHADED_WITH_WIREFRAME=6]="GOURAUD_SHADED_WITH_WIREFRAME"})(exports.AcGiRenderMode||(exports.AcGiRenderMode={}));exports.AcGiOrthographicType=void 0;(function(i){i[i.NON_ORTHOGRAPHIC=0]="NON_ORTHOGRAPHIC",i[i.TOP=1]="TOP",i[i.BOTTOM=2]="BOTTOM",i[i.FRONT=3]="FRONT",i[i.BACK=4]="BACK",i[i.LEFT=5]="LEFT",i[i.RIGHT=6]="RIGHT"})(exports.AcGiOrthographicType||(exports.AcGiOrthographicType={}));exports.AcGiDefaultLightingType=void 0;(function(i){i[i.ONE_DISTANT_LIGHT=0]="ONE_DISTANT_LIGHT",i[i.TWO_DISTANT_LIGHTS=1]="TWO_DISTANT_LIGHTS"})(exports.AcGiDefaultLightingType||(exports.AcGiDefaultLightingType={}));var Co=function(){function i(){this._number=-1,this._id="",this._groupId="",this._centerPoint=new _,this._height=0,this._width=0,this._viewCenter=new _,this._viewHeight=0}return Object.defineProperty(i.prototype,"number",{get:function(){return this._number},set:function(t){this._number=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"id",{get:function(){return this._id},set:function(t){this._id=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"groupId",{get:function(){return this._groupId},set:function(t){this._groupId=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"centerPoint",{get:function(){return this._centerPoint},set:function(t){this._centerPoint.copy(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"height",{get:function(){return this._height},set:function(t){this._height=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"width",{get:function(){return this._width},set:function(t){this._width=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"box",{get:function(){var t=new et;return t.setFromCenterAndSize(this.centerPoint,{x:this.width,y:this.height}),t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"viewCenter",{get:function(){return this._viewCenter},set:function(t){this._viewCenter.copy(t)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"viewHeight",{get:function(){return this._viewHeight},set:function(t){this._viewHeight=t},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"viewWidth",{get:function(){return this.viewHeight*(this.width/this.height)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"viewBox",{get:function(){var t=new et;return t.setFromCenterAndSize(this.viewCenter,{x:this.viewWidth,y:this.viewHeight}),t},enumerable:!1,configurable:!0}),i.prototype.clone=function(){var t=new i;return t.id=this.id,t.groupId=this.groupId,t.number=this.number,t.centerPoint.copy(this.centerPoint),t.height=this.height,t.width=this.width,t.viewCenter.copy(this.viewCenter),t.viewHeight=this.viewHeight,t},i.prototype.copy=function(t){return this.id=t.id,this.groupId=t.groupId,this.number=t.number,this.centerPoint.copy(t.centerPoint),this.height=t.height,this.width=t.width,this.viewCenter.copy(t.viewCenter),this.viewHeight=t.viewHeight,this},i}();const Nh=()=>({center:new P,viewDirectionFromTarget:new _(0,0,1),viewTarget:new _(0,0,0),lensLength:500,frontClippingPlane:0,backClippingPlane:0,viewHeight:1e3,viewTwistAngle:0,frozenLayers:[],styleSheet:"",renderMode:exports.AcGiRenderMode.OPTIMIZED_2D,viewMode:0,ucsIconSetting:0,ucsOrigin:new _(0,0,0),ucsXAxis:new _(1,0,0),ucsYAxis:new _(0,1,0),orthographicType:exports.AcGiOrthographicType.TOP,shadePlotSetting:0,shadePlotObjectId:void 0,visualStyleObjectId:void 0,isDefaultLightingOn:!1,defaultLightingType:exports.AcGiDefaultLightingType.ONE_DISTANT_LIGHT,brightness:0,contrast:0,ambientColor:void 0,aspectRatio:void 0});class jn extends Rt{constructor(){super(),this._gsView=Nh(),this._centerPoint=this._gsView.center}get gsView(){return this._gsView}get centerPoint(){return this._centerPoint}set centerPoint(t){this._centerPoint.copy(t)}get viewDirectionFromTarget(){return this._gsView.viewDirectionFromTarget}set viewDirectionFromTarget(t){this._gsView.viewDirectionFromTarget.copy(t)}get viewTarget(){return this._gsView.viewTarget}set viewTarget(t){this._gsView.viewTarget.copy(t)}get viewHeight(){return this._gsView.viewHeight}set viewHeight(t){this._gsView.viewHeight=t}get viewTwistAngle(){return this._gsView.viewTwistAngle}set viewTwistAngle(t){this._gsView.viewTwistAngle=t}get lensLength(){return this._gsView.lensLength}set lensLength(t){this._gsView.lensLength=t}get frontClippingPlane(){return this._gsView.frontClippingPlane}set frontClippingPlane(t){this._gsView.frontClippingPlane=t}get backClippingPlane(){return this._gsView.backClippingPlane}set backClippingPlane(t){this._gsView.backClippingPlane=t}get renderMode(){return this._gsView.renderMode}set renderMode(t){this._gsView.renderMode=t}get viewMode(){return this._gsView.viewMode}set viewMode(t){this._gsView.viewMode=t}get ucsIconSetting(){return this._gsView.ucsIconSetting}set ucsIconSetting(t){this._gsView.ucsIconSetting=t}get ucsOrigin(){return this._gsView.ucsOrigin}set ucsOrigin(t){this._gsView.ucsOrigin.copy(t)}get ucsXAxis(){return this._gsView.ucsXAxis}set ucsXAxis(t){this._gsView.ucsXAxis.copy(t)}get ucsYAxis(){return this._gsView.ucsYAxis}set ucsYAxis(t){this._gsView.ucsYAxis.copy(t)}get orthographicType(){return this._gsView.orthographicType}set orthographicType(t){this._gsView.orthographicType=t}get shadePlotSetting(){return this._gsView.shadePlotSetting}set shadePlotSetting(t){this._gsView.shadePlotSetting=t}get shadePlotObjectId(){return this._gsView.shadePlotObjectId}set shadePlotObjectId(t){this._gsView.shadePlotObjectId=t}get visualStyleObjectId(){return this._gsView.visualStyleObjectId}set visualStyleObjectId(t){this._gsView.visualStyleObjectId=t}get isDefaultLightingOn(){return this._gsView.isDefaultLightingOn}set isDefaultLightingOn(t){this._gsView.isDefaultLightingOn=t}get defaultLightingType(){return this._gsView.defaultLightingType}set defaultLightingType(t){this._gsView.defaultLightingType=t}get brightness(){return this._gsView.brightness}set brightness(t){this._gsView.brightness=t}get contrast(){return this._gsView.contrast}set contrast(t){this._gsView.contrast=t}get ambientColor(){return this._gsView.ambientColor}set ambientColor(t){this._gsView.ambientColor=t}get aspectRatio(){return this._gsView.aspectRatio}set aspectRatio(t){this._gsView.aspectRatio=t}}class Gn extends jn{static isActiveVportName(t){return t.toLowerCase()===Ae.toLowerCase()}constructor(){super(),this._circleSides=100,this._lowerLeftCorner=new P(0,0),this._upperRightCorner=new P(1,1),this._snapBase=new P(0,0),this._snapAngle=0,this._snapSpacing=new P(0,0),this._standardFlag=0,this._gridSpacing=new P,this._gridMajor=10}get circleSides(){return this._circleSides}set circleSides(t){this._circleSides=t}get center(){return this.centerPoint}set center(t){this.centerPoint=t}get lowerLeftCorner(){return this._lowerLeftCorner}set lowerLeftCorner(t){this._lowerLeftCorner.copy(t)}get upperRightCorner(){return this._upperRightCorner}set upperRightCorner(t){this._upperRightCorner.copy(t)}get snapBase(){return this._snapBase}set snapBase(t){this._snapBase.copy(t)}get snapAngle(){return this._snapAngle}set snapAngle(t){this._snapAngle=t}get snapIncrements(){return this._snapSpacing}set snapIncrements(t){this._snapSpacing.copy(t)}get gridMajor(){return this._gridMajor}set gridMajor(t){this._gridMajor=t}get gridIncrements(){return this._gridSpacing}set gridIncrements(t){this._gridSpacing.copy(t)}get standardFlag(){return this._standardFlag}set standardFlag(t){this._standardFlag=t}get snapEnabled(){return!!(this._standardFlag&256)}get backgroundObjectId(){return this._backgroundObjectId}set backgroundObjectId(t){this._backgroundObjectId=t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbViewportTableRecord"),t.writeString(2,this.name),t.writeDouble(40,this.gsView.viewHeight),this.gsView.aspectRatio!=null&&Number.isFinite(this.gsView.aspectRatio)&&t.writeDouble(41,this.gsView.aspectRatio),t.writeDouble(45,this.gsView.viewHeight),t.writePoint2d(10,this.lowerLeftCorner),t.writePoint2d(11,this.upperRightCorner),t.writePoint2d(12,this.center),t.writePoint2d(13,this.snapBase),t.writePoint2d(14,this.snapIncrements),t.writePoint2d(15,this.gridIncrements),t.writeInt16(70,this.standardFlag),t.writeInt16(71,this.circleSides),t.writeDouble(42,this.gsView.lensLength),t.writePoint3d(16,this.gsView.viewDirectionFromTarget),t.writePoint3d(17,this.gsView.viewTarget),t.writeAngle(50,this.snapAngle),t.writeAngle(51,this.gsView.viewTwistAngle),t.writeInt16(61,this.gridMajor),t.writeInt16(281,this.backgroundObjectId?1:0),t.writeObjectId(332,this.backgroundObjectId),this}}class Oo extends Pt{constructor(t){super(t)}normalizeName(t){return Gn.isActiveVportName(t)?Ae:t.toUpperCase()}}class ko extends Pt{constructor(t){super(t)}}class ji extends Rt{constructor(t){super(),this.name=t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbRegAppTableRecord"),t.writeString(2,this.name),t.writeInt16(70,0),this}}const v={ACADVER:"ACADVER",ANGBASE:"ANGBASE",ANGDIR:"ANGDIR",AUNITS:"AUNITS",AUPREC:"AUPREC",CECOLOR:"CECOLOR",CELTSCALE:"CELTSCALE",CELTYPE:"CELTYPE",CELWEIGHT:"CELWEIGHT",CETRANSPARENCY:"CETRANSPARENCY",CLAYER:"CLAYER",CMLEADERSTYLE:"CMLEADERSTYLE",CMLSCALE:"CMLSCALE",CMLSTYLE:"CMLSTYLE",COLORTHEME:"COLORTHEME",DYNMODE:"DYNMODE",DYNPROMPT:"DYNPROMPT",EXTMAX:"EXTMAX",EXTMIN:"EXTMIN",HPANG:"HPANG",HPASSOC:"HPASSOC",HPBACKGROUNDCOLOR:"HPBACKGROUNDCOLOR",HPCOLOR:"HPCOLOR",HPDOUBLE:"HPDOUBLE",HPISLANDDETECTION:"HPISLANDDETECTION",HPLAYER:"HPLAYER",HPNAME:"HPNAME",HPSCALE:"HPSCALE",HPSEPARATE:"HPSEPARATE",HPTRANSPARENCY:"HPTRANSPARENCY",INSUNITS:"INSUNITS",LTSCALE:"LTSCALE",LUNITS:"LUNITS",LUPREC:"LUPREC",LWDISPLAY:"LWDISPLAY",MEASUREMENT:"MEASUREMENT",MEASUREMENTCOLOR:"MEASUREMENTCOLOR",MODELBKCOLOR:"MODELBKCOLOR",OSMODE:"OSMODE",ORTHOMODE:"ORTHOMODE",PAPERBKCOLOR:"PAPERBKCOLOR",PDMODE:"PDMODE",PDSIZE:"PDSIZE",PICKBOX:"PICKBOX",POLARADDANG:"POLARADDANG",POLARMODE:"POLARMODE",POLARANG:"POLARANG",SHORTCUTMENU:"SHORTCUTMENU",TEXTSTYLE:"TEXTSTYLE",UNITMODE:"UNITMODE"},Bh=Object.freeze(Object.values(v)),ri=class ri{constructor(){this.registry=new Map,this.cache=new Map,this.events={sysVarChanged:new D},this.registerVar({name:v.ANGBASE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:v.ANGDIR,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:v.AUNITS,type:"number",isDbVar:!0,defaultValue:rt.DecimalDegrees}),this.registerVar({name:v.AUPREC,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:v.CECOLOR,type:"color",isDbVar:!0,defaultValue:new k(exports.AcCmColorMethod.ByLayer)}),this.registerVar({name:v.CELTSCALE,type:"number",isDbVar:!0,defaultValue:-1}),this.registerVar({name:v.CELTYPE,type:"string",isDbVar:!0,defaultValue:tt}),this.registerVar({name:v.CELWEIGHT,type:"number",isDbVar:!0,defaultValue:exports.AcGiLineWeight.ByLayer}),this.registerVar({name:v.CETRANSPARENCY,type:"transparency",isDbVar:!0,defaultValue:new U}),this.registerVar({name:v.CLAYER,type:"string",isDbVar:!0,defaultValue:"0"}),this.registerVar({name:v.CMLEADERSTYLE,type:"string",isDbVar:!0,defaultValue:Ct}),this.registerVar({name:v.CMLSCALE,type:"number",isDbVar:!0,defaultValue:1}),this.registerVar({name:v.CMLSTYLE,type:"string",isDbVar:!0,defaultValue:Tt}),this.registerVar({name:v.COLORTHEME,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.DYNMODE,type:"number",isDbVar:!1,defaultValue:3}),this.registerVar({name:v.DYNPROMPT,type:"boolean",isDbVar:!1,defaultValue:!0}),this.registerVar({name:v.HPANG,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.HPASSOC,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:v.HPBACKGROUNDCOLOR,type:"color",isDbVar:!0,defaultValue:new k(exports.AcCmColorMethod.None)}),this.registerVar({name:v.HPCOLOR,type:"color",isDbVar:!0,defaultValue:new k(exports.AcCmColorMethod.ByLayer)}),this.registerVar({name:v.HPDOUBLE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.HPISLANDDETECTION,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:v.HPLAYER,type:"string",isDbVar:!0,defaultValue:"."}),this.registerVar({name:v.HPNAME,type:"string",isDbVar:!1,defaultValue:Mo}),this.registerVar({name:v.HPSCALE,type:"number",isDbVar:!1,defaultValue:1}),this.registerVar({name:v.HPSEPARATE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.HPTRANSPARENCY,type:"transparency",isDbVar:!0,defaultValue:new U}),this.registerVar({name:v.INSUNITS,type:"number",isDbVar:!0,defaultValue:V.Millimeters}),this.registerVar({name:v.LUNITS,type:"number",isDbVar:!0,defaultValue:G.Decimal}),this.registerVar({name:v.LUPREC,type:"number",isDbVar:!0,defaultValue:4}),this.registerVar({name:v.LWDISPLAY,type:"boolean",isDbVar:!0,defaultValue:!1}),this.registerVar({name:v.MEASUREMENT,type:"number",isDbVar:!0,defaultValue:1}),this.registerVar({name:v.MEASUREMENTCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const t=new k(exports.AcCmColorMethod.ByColor);return t.setRGB(96,165,250),t})()}),this.registerVar({name:v.MODELBKCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const t=new k(exports.AcCmColorMethod.ByColor);return t.setRGB(0,0,0),t})()}),this.registerVar({name:v.OSMODE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:v.ORTHOMODE,type:"number",isDbVar:!0,defaultValue:0}),this.registerVar({name:v.PAPERBKCOLOR,type:"color",isDbVar:!1,defaultValue:(()=>{const t=new k(exports.AcCmColorMethod.ByColor);return t.setRGB(255,255,255),t})()}),this.registerVar({name:v.PICKBOX,type:"number",isDbVar:!1,defaultValue:10}),this.registerVar({name:v.POLARADDANG,type:"string",isDbVar:!1,defaultValue:""}),this.registerVar({name:v.POLARMODE,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.POLARANG,type:"number",isDbVar:!1,defaultValue:90}),this.registerVar({name:v.SHORTCUTMENU,type:"number",isDbVar:!1,defaultValue:0}),this.registerVar({name:v.TEXTSTYLE,type:"string",isDbVar:!0,defaultValue:K}),this.registerVar({name:v.UNITMODE,type:"number",isDbVar:!0,defaultValue:0})}static instance(){return this._instance||(this._instance=new ri),this._instance}registerVar(t){const e=this.normalizeName(t.name);this.registry.set(e,{...t,name:e}),t.isDbVar||this.cache.set(e,t.defaultValue)}registerMany(t){t.forEach(e=>this.registerVar(e))}getVar(t,e){t=this.normalizeName(t);const n=this.getDescriptor(t);if(!n)throw new Error(`System variable ${t} not found!`);if(n.isDbVar)return e[t.toLowerCase()];if(this.cache.has(t))return this.cache.get(t)}getDefaultValue(t){t=this.normalizeName(t);const e=this.getDescriptor(t);if(!e)throw new Error(`System variable ${t} not found!`);return e.defaultValue}setVar(t,e,n){t=this.normalizeName(t);const r=this.getDescriptor(t);if(r){const s=this.getVar(t,n);if(r.type==="transparency"){const o=this.parseTransparency(e);if(o==null||o.isInvalid)throw new Error("Invalid transparency value!");e=o}else if(r.type!=="string"&&(typeof e=="string"||e instanceof String)){if(r.type==="number"){const o=Number(e);if(Number.isNaN(o))throw new Error("Invalid number input!");e=o}else if(r.type==="boolean")e=this.parseBoolean(e);else if(r.type==="color"){const o=this.parseColorSysVar(t,e,n);if(o==null)throw new Error("Invalid color value!");e=o}}r.isDbVar?n[t.toLowerCase()]=e:(this.cache.set(t,e),this.hasValueChanged(s,e)&&this.events.sysVarChanged.dispatch({database:n,name:t,newVal:e,oldVal:s}))}else throw new Error(`System variable ${t} not found!`)}getDescriptor(t){return this.registry.get(this.normalizeName(t))}getAllDescriptors(){return[...this.registry.values()]}parseBoolean(t){if(t==null)return!1;const e=String(t).trim().toLowerCase(),n=new Set(["true","t","1","yes","y"]),r=new Set(["false","f","0","no","n"]);return n.has(e)?!0:(r.has(e),!1)}parseColorSysVar(t,e,n){const r=e.trim().toLowerCase();return t===v.HPCOLOR.toLowerCase()&&(r==="."||r==="use current")?n.cecolor.clone():t===v.HPBACKGROUNDCOLOR.toLowerCase()&&(r===""||r==="."||r==="none")?new k(exports.AcCmColorMethod.None):k.fromString(e)}parseTransparency(t){if(t instanceof U)return t;if(typeof t=="number")return U.deserialize(t);if(!(typeof t!="string"&&!(t instanceof String)))return U.fromString(String(t))}hasValueChanged(t,e){return t instanceof k&&e instanceof k||t instanceof U&&e instanceof U?!t.equals(e):!Object.is(t,e)}normalizeName(t){return t.toLowerCase()}};ri._instance=null;let gt=ri;class Yo extends Vt{getBtrIdAt(t){for(const[e,n]of this._recordsByName)if(n.blockTableRecordId==t)return n}get maxTabOrder(){let t=-1;return this._recordsByName.forEach(e=>{e.tabOrder>t&&(t=e.tabOrder)}),t}}class Rh extends ft{constructor(){super({objectId:"0"}),this._drawNoPlotLayers=!0,this.events={dictObjetSet:new D,dictObjectErased:new D,entityAppended:new D,entityModified:new D,entityErased:new D,layerAppended:new D,layerModified:new D,layerErased:new D,openProgress:new D},this._version=new dt("AC1014"),this._angbase=0,this._angdir=0,this._aunits=rt.DecimalDegrees,this._auprec=0,this._lunits=G.Decimal,this._luprec=4,this._celtscale=1,this._cecolor=new k,this._celtype=tt,this._celweight=exports.AcGiLineWeight.ByLayer,this._cetransparency=new U,this._clayer="0",this._cmlstyle=Tt,this._cmlscale=1,this._cmleaderstyle=Ct,this._hpbackgroundcolor=new k(exports.AcCmColorMethod.None),this._hpcolor=this._cecolor.clone(),this._hplayer=".",this._hptransparency=new U,this._textstyle=K,this._extents=new C,this._insunits=V.Millimeters,this._unitmode=0,this._measurement=1,this._ltscale=1,this._lwdisplay=!1,this._pdmode=0,this._pdsize=0,this._osmode=0,this._orthomode=0,this._maxHandle=0,this._tables={appIdTable:new ko(this),blockTable:new mo(this),dimStyleTable:new _o(this),linetypeTable:new So(this),textStyleTable:new Lo(this),viewTable:new Eo(this),layerTable:new Ao(this),viewportTable:new Oo(this)},this._objects={dictionary:new Vt(this),imageDefinition:new Vt(this),layout:new Yo(this),mleaderStyle:new Vt(this),mlineStyle:new Vt(this),xrecord:new Vt(this)}}get tables(){return this._tables}get objects(){return this._objects}get formatter(){return this._formatter??(this._formatter=new lo(this))}generateHandle(){return this._maxHandle++,this._maxHandle.toString(16).toUpperCase()}updateMaxHandle(t){const e=parseInt(t,16);!isNaN(e)&&e>this._maxHandle&&(this._maxHandle=e)}commitObjectHandle(t,e){const n=t.getAttrWithoutException("objectId");!n||t.isTemp||e&&e(n)?t.objectId=this.generateHandle():this.updateMaxHandle(n)}get currentSpaceId(){return this._currentSpace||(this._currentSpace=this._tables.blockTable.modelSpace),this._currentSpace.objectId}set currentSpaceId(t){const e=this.tables.blockTable.getIdAt(t);if(e==null)throw new Error(`[AcDbDatabase] The specified block table record id '${t}' doesn't exist in the drawing database!`);this._currentSpace=e}get aunits(){return this._aunits}set aunits(t){this.updateSysVar(v.AUNITS,this._aunits,t??0,e=>{this._aunits=e})}get auprec(){return this._auprec}set auprec(t){this.updateSysVar(v.AUPREC,this._auprec,t??0,e=>{this._auprec=e})}get lunits(){return this._lunits}set lunits(t){this.updateSysVar(v.LUNITS,this._lunits,t??G.Decimal,e=>{this._lunits=e})}get luprec(){return this._luprec}set luprec(t){this.updateSysVar(v.LUPREC,this._luprec,t??4,e=>{this._luprec=e})}get version(){return this._version}set version(t){this.updateSysVar(v.ACADVER,this._version,new dt(t),e=>{this._version=e})}get insunits(){return this._insunits}set insunits(t){this.updateSysVar(v.INSUNITS,this._insunits,t??4,e=>{this._insunits=e})}get unitmode(){return this._unitmode}set unitmode(t){this.updateSysVar(v.UNITMODE,this._unitmode,t??0,e=>{this._unitmode=e})}get measurement(){return this._measurement}set measurement(t){this.updateSysVar(v.MEASUREMENT,this._measurement,t??1,e=>{this._measurement=e})}get ltscale(){return this._ltscale}set ltscale(t){this.updateSysVar(v.LTSCALE,this._ltscale,t??1,e=>{this._ltscale=e})}get lwdisplay(){return this._lwdisplay}get drawNoPlotLayers(){return this._drawNoPlotLayers}isLayerDrawable(t){if(this._drawNoPlotLayers)return!0;const e=this.tables.layerTable.getAt(t);return e==null||e.isPlottable}set lwdisplay(t){this.updateSysVar(v.LWDISPLAY,this._lwdisplay,t??!1,e=>{this._lwdisplay=e})}get cecolor(){return this._cecolor}set cecolor(t){this.updateSysVar(v.CECOLOR,this._cecolor,t||0,e=>{this._cecolor=e.clone()})}get celtscale(){return this._celtscale}set celtscale(t){this.updateSysVar(v.CELTSCALE,this._celtscale,t??1,e=>{this._celtscale=e})}get celtype(){return this._celtype}set celtype(t){const e=this.normalizeLinetypeName(t??tt);this.updateSysVar(v.CELTYPE,this._celtype,e,n=>{this._celtype=n})}get celweight(){return this._celweight}set celweight(t){this.updateSysVar(v.CELWEIGHT,this._celweight,t??exports.AcGiLineWeight.ByLayer,e=>{this._celweight=e})}get cetransparency(){return this._cetransparency}set cetransparency(t){this.updateSysVar(v.CETRANSPARENCY,this._cetransparency,t??new U,e=>{this._cetransparency=e.clone()})}get clayer(){return this._clayer}set clayer(t){this.updateSysVar(v.CLAYER,this._clayer,t??"0",e=>{this._clayer=e})}get cmlstyle(){return this._cmlstyle}set cmlstyle(t){this.updateSysVar(v.CMLSTYLE,this._cmlstyle,t??Tt,e=>{this._cmlstyle=e})}get cmlscale(){return this._cmlscale}set cmlscale(t){this.updateSysVar(v.CMLSCALE,this._cmlscale,t??1,e=>{this._cmlscale=e})}get cmleaderstyle(){return this._cmleaderstyle}set cmleaderstyle(t){this.updateSysVar(v.CMLEADERSTYLE,this._cmleaderstyle,t??Ct,e=>{this._cmleaderstyle=e})}get hpbackgroundcolor(){return this._hpbackgroundcolor}set hpbackgroundcolor(t){this.updateSysVar(v.HPBACKGROUNDCOLOR,this._hpbackgroundcolor,t??new k(exports.AcCmColorMethod.None),e=>{this._hpbackgroundcolor=e.clone()})}get hpcolor(){return this._hpcolor}set hpcolor(t){this.updateSysVar(v.HPCOLOR,this._hpcolor,t??this._cecolor,e=>{this._hpcolor=e.clone()})}get hplayer(){return this._hplayer}set hplayer(t){this.updateSysVar(v.HPLAYER,this._hplayer,t??".",e=>{this._hplayer=e})}get hptransparency(){return this._hptransparency}set hptransparency(t){this.updateSysVar(v.HPTRANSPARENCY,this._hptransparency,t??new U,e=>{this._hptransparency=e.clone()})}get textstyle(){return this._textstyle}set textstyle(t){this.updateSysVar(v.TEXTSTYLE,this._textstyle,t??K,e=>{this._textstyle=e})}get angbase(){return this._angbase}set angbase(t){this.updateSysVar(v.ANGBASE,this._angbase,t??0,e=>{this._angbase=e})}get angdir(){return this._angdir}set angdir(t){this.updateSysVar(v.ANGDIR,this._angdir,t??0,e=>{this._angdir=e})}get extmax(){return this._extents.max}set extmax(t){if(t){const e=this._extents.max.clone();this._extents.expandByPoint(t),this._extents.max.equals(e)||this.triggerSysVarChangedEvent(v.EXTMAX,e,this._extents.max)}}get extmin(){return this._extents.min}set extmin(t){if(t){const e=this._extents.min.clone();this._extents.expandByPoint(t),this._extents.min.equals(e)||this.triggerSysVarChangedEvent(v.EXTMIN,e,this._extents.min)}}get extents(){return this._extents}get pdmode(){return this._pdmode}set pdmode(t){this.updateSysVar(v.PDMODE,this._pdmode,t??0,e=>{this._pdmode=e})}get pdsize(){return this._pdsize}set pdsize(t){this.updateSysVar(v.PDSIZE,this._pdsize,t??0,e=>{this._pdsize=e})}get osmode(){return this._osmode}set osmode(t){this.updateSysVar(v.OSMODE,this._osmode,t??0,e=>{this._osmode=e})}get orthomode(){return this._orthomode}set orthomode(t){this.updateSysVar(v.ORTHOMODE,this._orthomode,t??0,e=>{this._orthomode=e})}async read(t,e,n=_e.DXF){const r=mt.instance.get(n);if(r==null)throw new Error(`Database converter for file type '${n}' isn't registered and can can't read this file!`);this.clear(),this._drawNoPlotLayers=(e==null?void 0:e.drawNoPlotLayers)??!0,await r.read(t,this,e&&e.minimumChunkSize||10,async(s,o,a,h)=>{if(this.events.openProgress.dispatch({database:this,percentage:s,stage:"CONVERSION",subStage:o,subStageStatus:a,data:h}),e&&e.fontLoader&&o=="FONT"&&a=="END"){const l=h||this.tables.textStyleTable.fonts;await e.fontLoader.load(l)}},e==null?void 0:e.timeout,e==null?void 0:e.sysVars),this.ensureDatabaseDefaults()}async openUri(t,e){var d;this.events.openProgress.dispatch({database:this,percentage:0,stage:"FETCH_FILE",subStageStatus:"START"});const n=await fetch(t);if(!n.ok)throw this.events.openProgress.dispatch({database:this,percentage:100,stage:"FETCH_FILE",subStageStatus:"ERROR"}),new Error(`Failed to fetch file '${t}' with HTTP status code '${n.status}'!`);const r=n.headers.get("content-length"),s=r?parseInt(r,10):null;let o=0;const a=(d=n.body)==null?void 0:d.getReader();if(!a)throw new Error("Failed to get response reader");const h=[];for(;;){const{done:p,value:f}=await a.read();if(p)break;if(h.push(f),o+=f.length,s!==null){const y=Math.round(o/s*100);this.events.openProgress.dispatch({database:this,percentage:y,stage:"FETCH_FILE",subStageStatus:"IN-PROGRESS"})}}const l=new Uint8Array(o);let c=0;for(const p of h)l.set(p,c),c+=p.length;const g=this.getFileNameFromUri(t).toLowerCase().split(".").pop();g==="dwg"?await this.read(l.buffer,e,_e.DWG):g==="dxf"?await this.read(l.buffer,e,_e.DXF):await this.read(l.buffer,e,g),this.events.openProgress.dispatch({database:this,percentage:100,stage:"FETCH_FILE",subStageStatus:"END"})}dxfOut(t,e=16,n=this.version.name,r=!1){this.ensureDatabaseDefaults();const s=n instanceof dt?n:new dt(n),o=new as({database:this,precision:e,version:s});return this.writeDxfHeaderSection(o),this.writeDxfTablesSection(o,s),this.writeDxfBlocksSection(o),this.writeDxfEntitiesSection(o),this.writeDxfObjectsSection(o),o.writeStart("EOF"),o.toString()}async regen(){await new da(this).read(null,this,500,async(e,n,r,s)=>{this.events.openProgress.dispatch({database:this,percentage:e,stage:"CONVERSION",subStage:n,subStageStatus:r,data:s})})}createDefaultData(t={layer:!0,lineType:!0,textStyle:!0,dimStyle:!0,layout:!0}){const e=new oa(this);t.layer&&e.createDefaultLayer(),t.lineType&&e.createDefaultLineType(),t.textStyle&&e.createDefaultTextStyle(),t.dimStyle&&e.createDefaultDimStyle(),t.layout&&e.createDefaultLayout()}ensureEntityStyleDefaults(t){var e;if(t.dxfTypeName==="MLINE"){this.ensureMLineStyle(this._cmlstyle||Tt);return}if(t.dxfTypeName==="MULTILEADER"){this.ensureMLeaderStyle(this._cmleaderstyle||Ct);return}if(t.dxfTypeName==="HATCH"){const n=t;(e=n.applyPatternDefaultsFromSysVars)==null||e.call(n,this)}}ensureTextStyleDefaults(){this.hasDefaultTextStyle()||this.tables.textStyleTable.add(new Vn({name:K,standardFlag:0,fixedTextHeight:0,widthFactor:1,obliqueAngle:0,textGenerationFlag:0,lastHeight:.2,font:"SimKai",bigFont:"",extendedFont:"SimKai"}))}hasDefaultTextStyle(){const t=[K,"STANDARD"];for(const e of t)if(this.tables.textStyleTable.has(e))return!0;for(const e of this.tables.textStyleTable.newIterator())if(e.name.toUpperCase()===K.toUpperCase())return!0;return!1}ensureDatabaseDefaults(){if(!this.tables.layerTable.has("0")){const e=new k;e.colorIndex=7,this.tables.layerTable.add(new Fn({name:"0",standardFlags:0,linetype:Xt,lineWeight:0,isOff:!1,color:e,isPlottable:!0}))}if(this.tables.linetypeTable.has(Ot)||this.tables.linetypeTable.add(new Ht({name:Ot,standardFlag:0,description:"",totalPatternLength:0})),this.tables.linetypeTable.has(tt)||this.tables.linetypeTable.add(new Ht({name:tt,standardFlag:0,description:"",totalPatternLength:0})),this.tables.linetypeTable.has(Xt)||this.tables.linetypeTable.add(new Ht({name:Xt,standardFlag:0,description:"Solid line",totalPatternLength:0})),this.ensureTextStyleDefaults(),this.tables.dimStyleTable.has(K)||this.tables.dimStyleTable.add(new le({name:K,dimtxsty:K})),!this.tables.viewportTable.has(Ae)){const e=new Gn;e.name=Ae,this.tables.viewportTable.add(e)}this.ensureMLineStyle(this._cmlstyle||Tt),this.ensureMLeaderStyle(this._cmleaderstyle||Ct);const t=this.tables.blockTable.modelSpace;if(!this.objects.layout.getAt("Model")){const e=new pi;e.layoutName="Model",e.tabOrder=0,e.blockTableRecordId=t.objectId,e.limits.min.copy({x:0,y:0}),e.limits.max.copy({x:1e6,y:1e6}),e.extents.min.copy({x:0,y:0,z:0}),e.extents.max.copy({x:1e6,y:1e6,z:0}),this.objects.layout.setAt(e.layoutName,e),t.layoutId=e.objectId}this.tables.appIdTable.has(Vi)||this.tables.appIdTable.add(new ji(Vi)),this.tables.appIdTable.has(Fi)||this.tables.appIdTable.add(new ji(Fi))}ensureMLineStyle(t){const e=this.objects.mlineStyle,n=t.trim();if(!n||e.getAt(n))return;for(const[s,o]of e.entries())if(s.toUpperCase()===n.toUpperCase()||o.styleName.toUpperCase()===n.toUpperCase())return;const r=new yo;r.styleName=n,r.elements=[{offset:.5,color:new k().setByLayer(),lineType:tt},{offset:-.5,color:new k().setByLayer(),lineType:tt}],e.setAt(n,r)}ensureMLeaderStyle(t){const e=this.objects.mleaderStyle,n=t.trim();if(!n||e.getAt(n))return;for(const[a]of e.entries())if(a.toUpperCase()===n.toUpperCase())return;const r=new fo;r.unknown1=2,r.maxLeaderSegmentsPoints=2,r.leaderLineColor=new k().setByBlock(),r.textColor=new k().setByBlock(),r.blockColor=new k().setByBlock(),r.alignSpace=4,r.breakSize=3.75,r.enableBlockRotation=!0,r.unknown2=!1;const s=this.tables.linetypeTable.getAt(Ot);r.leaderLineTypeId=s==null?void 0:s.objectId;const o=this.tables.textStyleTable.getAt(K);r.textStyleId=o==null?void 0:o.objectId,e.setAt(n,r)}writeDxfHeaderSection(t){var e;t.startSection("HEADER"),t.writeString(9,"$ACADVER"),t.writeString(1,((e=t.version)==null?void 0:e.name)??this.version.name),t.writeString(9,"$HANDSEED"),t.writeString(5,t.nextHandle.toString(16).toUpperCase()),t.version!=null&&t.version.value>=27&&(t.writeString(9,"$DWGCODEPAGE"),t.writeString(3,"UTF-8")),t.writeString(9,"$INSUNITS"),t.writeInt16(70,this.insunits),t.writeString(9,"$LUNITS"),t.writeInt16(70,this.lunits),t.writeString(9,"$LUPREC"),t.writeInt16(70,this.luprec),t.writeString(9,"$UNITMODE"),t.writeInt16(70,this.unitmode),t.writeString(9,"$MEASUREMENT"),t.writeInt16(70,this.measurement),t.writeString(9,"$LTSCALE"),t.writeDouble(40,this.ltscale),t.writeString(9,"$LWDISPLAY"),t.writeInt16(70,this.lwdisplay?1:0),t.writeString(9,"$CLAYER"),t.writeString(8,this.clayer),t.writeString(9,"$CELTYPE"),t.writeString(6,this.celtype),this.cetransparency.isInvalid||(t.writeString(9,"$CETRANSPARENCY"),t.writeTransparency(this.cetransparency)),t.writeString(9,"$CMLSTYLE"),t.writeString(2,this.cmlstyle),t.writeString(9,"$CMLSCALE"),t.writeDouble(40,this.cmlscale),t.writeString(9,"$CMLEADERSTYLE"),t.writeString(2,this.cmleaderstyle),this.hpcolor.colorMethod!==exports.AcCmColorMethod.None&&(t.writeString(9,"$HPCOLOR"),t.writeCmColor(this.hpcolor,2)),this.hpbackgroundcolor.colorMethod!==exports.AcCmColorMethod.None&&(t.writeString(9,"$HPBACKGROUNDCOLOR"),t.writeCmColor(this.hpbackgroundcolor,2)),t.writeString(9,"$HPLAYER"),t.writeString(8,this.hplayer),this.hptransparency.isInvalid||(t.writeString(9,"$HPTRANSPARENCY"),t.writeTransparency(this.hptransparency)),t.writeString(9,"$TEXTSTYLE"),t.writeString(7,this.textstyle),t.writeString(9,"$ANGBASE"),t.writeAngle(50,this.angbase),t.writeString(9,"$ANGDIR"),t.writeInt16(70,this.angdir),t.writeString(9,"$AUNITS"),t.writeInt16(70,this.aunits),t.writeString(9,"$AUPREC"),t.writeInt16(70,this.auprec),t.writeString(9,"$EXTMIN"),t.writePoint3d(10,this.extmin),t.writeString(9,"$EXTMAX"),t.writePoint3d(10,this.extmax),t.writeString(9,"$PDMODE"),t.writeInt32(70,this.pdmode),t.writeString(9,"$PDSIZE"),t.writeDouble(40,this.pdsize),t.writeString(9,"$OSMODE"),t.writeInt32(70,this.osmode),t.writeString(9,"$ORTHOMODE"),t.writeInt16(70,this.orthomode),t.endSection()}writeDxfTablesSection(t,e){t.startSection("TABLES"),this.writeDxfTable(t,"VPORT",this.tables.viewportTable,this.tables.viewportTable.newIterator(),"VPORT"),this.writeDxfTable(t,"VIEW",this.tables.viewTable,this.tables.viewTable.newIterator(),"VIEW"),this.writeDxfTable(t,"LTYPE",this.tables.linetypeTable,this.tables.linetypeTable.newIterator(),"LTYPE"),this.writeDxfTable(t,"LAYER",this.tables.layerTable,this.tables.layerTable.newIterator(),"LAYER"),this.writeDxfTable(t,"STYLE",this.tables.textStyleTable,this.tables.textStyleTable.newIterator(),"STYLE"),this.writeDxfTable(t,"APPID",this.tables.appIdTable,this.tables.appIdTable.newIterator(),"APPID"),this.writeDxfTable(t,"DIMSTYLE",this.tables.dimStyleTable,this.tables.dimStyleTable.newIterator(),"DIMSTYLE"),e.value>=19&&this.writeDxfTable(t,"BLOCK_RECORD",this.tables.blockTable,this.tables.blockTable.newIterator(),"BLOCK_RECORD"),t.endSection()}writeDxfBlocksSection(t){t.startSection("BLOCKS");for(const e of this.tables.blockTable.newIterator()){if(e.dxfOutBlockBegin(t),!e.isModelSapce&&!e.isPaperSapce)for(const n of e.newIterator())this.writeDxfEntity(t,n);e.dxfOutBlockEnd(t)}t.endSection()}writeDxfEntitiesSection(t){t.startSection("ENTITIES");for(const e of this.tables.blockTable.newIterator())if(!(!e.isModelSapce&&!e.isPaperSapce))for(const n of e.newIterator())this.writeDxfEntity(t,n);t.endSection()}writeDxfObjectsSection(t){t.startSection("OBJECTS");const e=this.objects.dictionary;e.ownerId="0";const n=o=>{t.writeStart("DICTIONARY"),o.dxfOut(t)},r=(o,a)=>{e.getAt(o)!==a&&e.setAt(o,a)},s=o=>{e.getAt(o)&&e.remove(o)};r("ACAD_LAYOUT",this.objects.layout),this.objects.mleaderStyle.numEntries>0?r("ACAD_MLEADERSTYLE",this.objects.mleaderStyle):s("ACAD_MLEADERSTYLE"),this.objects.mlineStyle.numEntries>0?r("ACAD_MLINESTYLE",this.objects.mlineStyle):s("ACAD_MLINESTYLE"),this.objects.imageDefinition.numEntries>0?r("ISM_RASTER_IMAGE_DICT",this.objects.imageDefinition):s("ISM_RASTER_IMAGE_DICT"),this.objects.xrecord.numEntries>0?r("MLIGHT_XRECORD",this.objects.xrecord):s("MLIGHT_XRECORD"),n(e),n(this.objects.layout),this.objects.mleaderStyle.numEntries>0&&n(this.objects.mleaderStyle),this.objects.mlineStyle.numEntries>0&&n(this.objects.mlineStyle),this.objects.imageDefinition.numEntries>0&&n(this.objects.imageDefinition),this.objects.xrecord.numEntries>0&&n(this.objects.xrecord);for(const[o,a]of this.objects.layout.entries())t.writeStart("LAYOUT"),a.dxfOut(t);for(const[o,a]of this.objects.imageDefinition.entries())t.writeStart("IMAGEDEF"),a.dxfOut(t);for(const[o,a]of this.objects.mleaderStyle.entries())t.writeStart("MLEADERSTYLE"),a.dxfOut(t);for(const[o,a]of this.objects.mlineStyle.entries())t.writeStart("MLINESTYLE"),a.dxfOut(t);for(const[o,a]of this.objects.xrecord.entries())t.writeStart("XRECORD"),a.dxfOut(t);t.endSection()}writeDxfTable(t,e,n,r,s){const o=[...r];t.startTable(e),n.dxfOut(t);for(const a of o){if(s==="BLOCK_RECORD"&&a instanceof Q){a.dxfOutBlockRecord(t);continue}t.writeStart(s),a.dxfOut(t)}t.endTable()}writeDxfEntity(t,e){t.writeStart(e.dxfTypeName),e.dxfOut(t)}clear(){this._tables.blockTable.removeAll(),this._tables.dimStyleTable.removeAll(),this._tables.linetypeTable.removeAll(),this._tables.textStyleTable.removeAll(),this._tables.viewTable.removeAll(),this._tables.layerTable.removeAll(),this._tables.viewportTable.removeAll(),this._objects.layout.removeAll(),this._objects.imageDefinition.removeAll(),this._objects.mleaderStyle.removeAll(),this._objects.mlineStyle.removeAll(),this._objects.xrecord.removeAll(),this._currentSpace=void 0,this._extents.makeEmpty()}updateSysVar(t,e,n,r){this.hasSysVarValueChanged(e,n)&&(r(n),this.triggerSysVarChangedEvent(t,e,n))}hasSysVarValueChanged(t,e){return t instanceof k&&e instanceof k||t instanceof U&&e instanceof U?!t.equals(e):t instanceof dt&&e instanceof dt?t.value!==e.value:!Object.is(t,e)}normalizeLinetypeName(t){const e=t.trim();return e.toUpperCase()==="BYLAYER"?tt:e.toUpperCase()==="BYBLOCK"?Ot:e}triggerSysVarChangedEvent(t,e,n){const r=gt.instance(),s=t.toLowerCase();r.getDescriptor(s)!=null&&r.events.sysVarChanged.dispatch({database:this,name:s,oldVal:e,newVal:n})}getFileNameFromUri(t){try{const n=new URL(t).pathname.split("/");return n[n.length-1]||""}catch{return""}}}class zh extends jn{constructor(){super(),this._standardFlags=0,this._viewWidth=this.viewHeight,this._ucsAssociated=!1,this._cameraPlottable=!1,this._ucsElevation=0}get standardFlags(){return this._standardFlags}set standardFlags(t){this._standardFlags=t}get viewWidth(){return this._viewWidth}set viewWidth(t){this._viewWidth=t}get ucsAssociated(){return this._ucsAssociated}set ucsAssociated(t){this._ucsAssociated=t}get cameraPlottable(){return this._cameraPlottable}set cameraPlottable(t){this._cameraPlottable=t}get ucsElevation(){return this._ucsElevation}set ucsElevation(t){this._ucsElevation=t}get ucsObjectId(){return this._ucsObjectId}set ucsObjectId(t){this._ucsObjectId=t}get ucsBaseObjectId(){return this._ucsBaseObjectId}set ucsBaseObjectId(t){this._ucsBaseObjectId=t}get backgroundObjectId(){return this._backgroundObjectId}set backgroundObjectId(t){this._backgroundObjectId=t}get liveSectionObjectId(){return this._liveSectionObjectId}set liveSectionObjectId(t){this._liveSectionObjectId=t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbViewTableRecord"),t.writeString(2,this.name),t.writeInt16(70,this.standardFlags),t.writeDouble(40,this.gsView.viewHeight),t.writePoint2d(10,this.centerPoint),t.writeDouble(41,this.viewWidth),t.writePoint3d(11,this.gsView.viewDirectionFromTarget),t.writePoint3d(12,this.gsView.viewTarget),t.writeDouble(42,this.gsView.lensLength),t.writeDouble(43,this.gsView.frontClippingPlane),t.writeDouble(44,this.gsView.backClippingPlane),t.writeAngle(50,this.gsView.viewTwistAngle),t.writeInt16(71,this.gsView.viewMode),t.writeInt16(281,this.gsView.renderMode),t.writeInt16(72,this.ucsAssociated?1:0),t.writeInt16(73,this.cameraPlottable?1:0),t.writeObjectId(332,this.backgroundObjectId),t.writeObjectId(334,this.liveSectionObjectId),t.writeObjectId(348,this.gsView.visualStyleObjectId),this.ucsAssociated&&(t.writePoint3d(110,this.gsView.ucsOrigin),t.writePoint3d(111,this.gsView.ucsXAxis),t.writePoint3d(112,this.gsView.ucsYAxis),t.writeInt16(79,this.gsView.orthographicType),t.writeDouble(146,this.ucsElevation),t.writeObjectId(345,this.ucsObjectId),t.writeObjectId(346,this.ucsBaseObjectId)),this}}class Wt{static get instance(){return this._instance||(this._instance=new Wt),this._instance}constructor(){this._blocks=new Map}createKey(t,e){return`${t}_${e}`}set(t,e){return e=e.fastDeepClone(),this._blocks.set(t,e),e}get(t){let e=this._blocks.get(t);return e&&(e=e.fastDeepClone()),e}has(t){return this._blocks.has(t)}clear(){this._blocks.clear()}draw(t,e,n,r=[],s=!0,o,a){const h=[];if(e!=null){const l=this.createKey(e.name,n);let c;if(this.has(l))c=this.get(l);else{const u=e.newIterator();for(const g of u)g.visibility&&(g.color.isByBlock&&n?(Wr.copy(g.color),g.color.setRGBValue(n),this.addEntity(g,h,t),g.color.copy(Wr)):this.addEntity(g,h,t));c=t.group(h),c&&s&&Q.name&&!Q.name.startsWith("*U")&&this.set(l,c)}return c&&o&&(c.applyMatrix(o),a&&(a.x!=0||a.y!=0||a.z!=1)&&(o.setFromExtrusionDirection(a),c.applyMatrix(o))),c&&r&&r.length>0&&(c.bakeTransformToChildren(),r.forEach(u=>c.addChild(u))),c}else return t.group(h)}addEntity(t,e,n){if(!t.visibility)return;const r=t.worldDraw(n);r&&(this.attachEntityInfo(r,t),e.push(r))}attachEntityInfo(t,e){t.objectId=e.objectId,t.ownerId=e.ownerId,t.layerName=e.layer,t.visible=e.visibility}}const Wr=new k;var Xo=(i=>(i[i.UTF8=0]="UTF8",i[i.US_ASCII=1]="US_ASCII",i[i.ISO_8859_1=2]="ISO_8859_1",i[i.ISO_8859_2=3]="ISO_8859_2",i[i.ISO_8859_3=4]="ISO_8859_3",i[i.ISO_8859_4=5]="ISO_8859_4",i[i.ISO_8859_5=6]="ISO_8859_5",i[i.ISO_8859_6=7]="ISO_8859_6",i[i.ISO_8859_7=8]="ISO_8859_7",i[i.ISO_8859_8=9]="ISO_8859_8",i[i.ISO_8859_9=10]="ISO_8859_9",i[i.CP437=11]="CP437",i[i.CP850=12]="CP850",i[i.CP852=13]="CP852",i[i.CP855=14]="CP855",i[i.CP857=15]="CP857",i[i.CP860=16]="CP860",i[i.CP861=17]="CP861",i[i.CP863=18]="CP863",i[i.CP864=19]="CP864",i[i.CP865=20]="CP865",i[i.CP869=21]="CP869",i[i.CP932=22]="CP932",i[i.MACINTOSH=23]="MACINTOSH",i[i.BIG5=24]="BIG5",i[i.CP949=25]="CP949",i[i.JOHAB=26]="JOHAB",i[i.CP866=27]="CP866",i[i.ANSI_1250=28]="ANSI_1250",i[i.ANSI_1251=29]="ANSI_1251",i[i.ANSI_1252=30]="ANSI_1252",i[i.GB2312=31]="GB2312",i[i.ANSI_1253=32]="ANSI_1253",i[i.ANSI_1254=33]="ANSI_1254",i[i.ANSI_1255=34]="ANSI_1255",i[i.ANSI_1256=35]="ANSI_1256",i[i.ANSI_1257=36]="ANSI_1257",i[i.ANSI_874=37]="ANSI_874",i[i.ANSI_932=38]="ANSI_932",i[i.ANSI_936=39]="ANSI_936",i[i.ANSI_949=40]="ANSI_949",i[i.ANSI_950=41]="ANSI_950",i[i.ANSI_1361=42]="ANSI_1361",i[i.UTF16=43]="UTF16",i[i.ANSI_1258=44]="ANSI_1258",i[i.UNDEFINED=255]="UNDEFINED",i))(Xo||{});const Fh=["utf-8","utf-8","iso-8859-1","iso-8859-2","iso-8859-3","iso-8859-4","iso-8859-5","iso-8859-6","iso-8859-7","iso-8859-8","iso-8859-9","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","utf-8","shift-jis","macintosh","big5","utf-8","utf-8","ibm866","windows-1250","windows-1251","windows-1252","gbk","windows-1253","windows-1254","windows-1255","windows-1256","windows-1257","windows-874","shift-jis","gbk","euc-kr","big5","utf-8","utf-16le","windows-1258"],Vh=i=>Fh[i],qn=class qn extends ft{constructor(){super(...arguments),this._visibility=!0,this._transparency=new U,this._transparencySet=!1}get type(){return this.constructor.typeName}get layer(){return this._layer==null&&(this._layer=this.database.clayer??"0"),this._layer}set layer(t){this._layer=t}get color(){return this.getEntityColor()}set color(t){this.setEntityColor(t)}get resolvedColor(){var e;let t=this.color;if(t.isByLayer){const n=this.getLayerColor();n&&n.RGB!=null&&(t=n)}else if(t.isByBlock){const n=this.database.cecolor;if(n&&(t=n,t.isByLayer)){const r=this.database.clayer||this.layer,s=this.database.tables.layerTable.getAt(r);((e=s==null?void 0:s.color)==null?void 0:e.RGB)!=null&&(t=s.color)}}return t}get rgbColor(){const e=this.resolvedColor.RGB;return e??16777215}get lineType(){var t;return this._lineType==null&&(this._lineType=((t=this.database)==null?void 0:t.celtype)??tt),this._lineType}set lineType(t){t?t.toUpperCase()==="BYLAYER"?this._lineType=tt:t.toUpperCase()==="BYBLOCK"?this._lineType=Ot:this._lineType=t:this._lineType=tt}get lineWeight(){return this._lineWeight==null&&(this._lineWeight=this.database.celweight??exports.AcGiLineWeight.ByLayer),this._lineWeight}set lineWeight(t){this._lineWeight=t}get linetypeScale(){return this._linetypeScale==null&&(this._linetypeScale=this.database.celtscale??-1),this._linetypeScale}set linetypeScale(t){this._linetypeScale=t}get visibility(){return this._visibility}set visibility(t){this._visibility=t}get transparency(){return this._transparency}set transparency(t){this._transparency=t.clone(),this._transparencySet=!0}hasExplicitLayer(){return this._layer!=null}hasExplicitColor(){return this._color!=null}getEntityColor(){return this._color==null&&(this._color=new k,this.database.cecolor&&this._color.copy(this.database.cecolor)),this._color}setEntityColor(t){this._color==null&&(this._color=new k),this._color.copy(t)}shouldResolveColorFromCecolor(){return!0}hasExplicitTransparency(){return this._transparencySet}dxfOutFields(t){t.writeSubclassMarker("AcDbEntity"),t.writeString(8,this.layer),t.writeString(6,this.lineType),t.writeDouble(48,this.linetypeScale),t.writeInt16(60,this.visibility?0:1),t.writeCmColor(this.color),t.writeInt16(370,this.lineWeight),t.writeTransparency(this.transparency);const e=this.database.tables.blockTable.getIdAt(this.ownerId);return e!=null&&e.isPaperSapce&&t.writeInt16(67,1),this}resolveEffectiveProperties(){this._layer==null&&(this._layer=this.database.clayer??"0"),this._color==null&&this.shouldResolveColorFromCecolor()&&(this._color=new k,this.database.cecolor&&this._color.copy(this.database.cecolor)),this._lineType==null&&(this._lineType=this.database.celtype??tt),this._linetypeScale==null&&(this._linetypeScale=this.database.celtscale??-1),this._lineWeight==null&&(this._lineWeight=this.database.celweight??exports.AcGiLineWeight.ByLayer)}get properties(){return{type:this.type,groups:[this.getGeneralProperties()]}}subGetGripPoints(){return new Array}subGetOsnapPoints(t,e,n,r,s,o){}transformBy(t){return this}erase(){return this.database.tables.blockTable.removeEntity(this.objectId)}worldDraw(t,e){if(!this.database.isLayerDrawable(this.layer))return;const n=t.subEntityTraits;n.color=this.resolvedColor,n.rgbColor=this.rgbColor,n.lineType=this.lineStyle,n.lineTypeScale=this.linetypeScale,n.lineWeight=this.lineWeight,n.transparency=this.transparency,n.layer=this.layer,n.drawOrder=0,"thickness"in this&&(n.thickness=this.thickness);const r=this.subWorldDraw(t,e);return this.attachEntityInfo(r),r}triggerModifiedEvent(){this.database.events.entityModified.dispatch({database:this.database,entity:this})}getGeneralProperties(){return{groupName:"general",properties:[{name:"handle",type:"int",editable:!1,accessor:{get:()=>this.objectId}},{name:"color",type:"color",editable:!0,accessor:{get:()=>this.color,set:t=>{this.color=t}}},{name:"layer",type:"string",editable:!0,accessor:{get:()=>this.layer,set:t=>{this.layer=t}}},{name:"linetype",type:"linetype",editable:!0,accessor:{get:()=>this.lineType,set:t=>{this.lineType=t}}},{name:"linetypeScale",type:"float",editable:!0,accessor:{get:()=>this.linetypeScale,set:t=>{this.linetypeScale=t}}},{name:"lineWeight",type:"lineweight",editable:!0,accessor:{get:()=>this.lineWeight,set:t=>{this.lineWeight=t}}},{name:"transparency",type:"transparency",editable:!0,accessor:{get:()=>this.transparency,set:t=>{this.transparency=t}}}]}}get lineStyle(){var r;const{type:t,name:e}=this.getLineType(),n=(r=this.database)==null?void 0:r.tables.linetypeTable.getAt(e);return n?{type:t,...n.linetype}:{type:t,name:e,standardFlag:0,description:"",totalPatternLength:0}}getLineType(){if(this.lineType==tt){const t=this.database.tables.layerTable.getAt(this.layer);if(t&&t.linetype)return{type:"ByLayer",name:t.linetype}}else return this.lineType==Ot?{type:"ByBlock",name:Xt}:{type:"UserSpecified",name:this.lineType};return{type:"UserSpecified",name:Xt}}getLayerColor(){const t=this.database.tables.layerTable.getAt(this.layer);return t!=null?t.color:null}attachEntityInfo(t){t&&(t.objectId=this.objectId,this.attrs.has("ownerId")&&(t.ownerId=this.ownerId),t.layerName=this.layer,t.visible=this.visibility)}};qn.typeName="Entity";let $=qn;const Zn=class Zn extends ${getOffsetSideAtPoint(t){return 1}};Zn.typeName="Curve";let q=Zn;function Dr(i,t){const e=i.x-t.x,n=i.y-t.y,r=(i.z||0)-(t.z||0);return e*e+n*n+r*r}function ht(i,t){if(t.length===0)return;let e=new _(t[0].x,t[0].y,t[0].z||0),n=Dr(i,e);for(let r=1;r<t.length;r++){const s=t[r],o=new _(s.x,s.y,s.z||0),a=Dr(i,o);a<n&&(e=o,n=a)}return e}function ge(i,t,e,n,r){const s=new _(i.x,i.y,i.z||0),o=new _(t.x,t.y,t.z||0),a=new xt(s,o);switch(e){case b.EndPoint:r.push(s,o);break;case b.MidPoint:r.push(a.midPoint);break;case b.Nearest:r.push(a.nearestPoint(n));break;case b.Perpendicular:r.push(a.perpPoint(n));break}}function $e(i,t,e,n,r,s,o){if(e){const a=new pt(i,t,e);switch(r){case b.EndPoint:o.push(new _(a.startPoint.x,a.startPoint.y,n),new _(a.endPoint.x,a.endPoint.y,n));break;case b.MidPoint:o.push(new _(a.midPoint.x,a.midPoint.y,n));break;case b.Nearest:{const h=a.nearestPoint({x:s.x,y:s.y});o.push(new _(h.x,h.y,n));break}case b.Perpendicular:{a.perpendicularPoints({x:s.x,y:s.y}).forEach(l=>o.push(new _(l.x,l.y,n)));break}case b.Tangent:{a.tangentPoints({x:s.x,y:s.y}).forEach(l=>o.push(new _(l.x,l.y,n)));break}}return}ge(new _(i.x,i.y,n),new _(t.x,t.y,n),r,s,o)}function Hn(i,t,e,n,r){if(i.length!==0)switch(e){case b.EndPoint:i.forEach(s=>r.push(new _(s.x,s.y,s.z||0)));break;case b.MidPoint:case b.Nearest:case b.Perpendicular:{const s=i.length,o=[];for(let a=0;a<s;a++){const h=[];ge(i[a],i[(a+1)%i.length],e,n,h),o.push(...h)}if(e===b.MidPoint)r.push(...o);else{const a=ht(n,o);a&&r.push(a)}break}}}const ee=class ee extends q{get dxfTypeName(){return"LWPOLYLINE"}constructor(){super(),this._elevation=0,this._geo=new H}get numberOfVertices(){return this._geo.numberOfVertices}get elevation(){return this._elevation}set elevation(t){this._elevation=t}get closed(){return this._geo.closed}get area(){return this._geo.area}set closed(t){this._geo.closed=t}addVertexAt(t,e,n=0,r=-1,s=-1){const o=r<0?void 0:r,a=s<0?void 0:s,h={x:e.x,y:e.y,bulge:n,startWidth:o,endWidth:a};this._geo.addVertexAt(t,h)}removeVertexAt(t){this._geo.removeVertexAt(t)}reset(t,e){this._geo.reset(t,e)}getPoint2dAt(t){return this._geo.getPointAt(t)}getPoint3dAt(t){const e=this.getPoint2dAt(t);return new _(e.x,e.y,this._elevation)}get geometricExtents(){const t=this._geo.box;return new C({x:t.min.x,y:t.min.y,z:this._elevation},{x:t.max.x,y:t.max.y,z:this._elevation})}subGetGripPoints(){const t=new Array;for(let e=0;e<this.numberOfVertices;++e)t.push(this.getPoint3dAt(e));return t}subGetOsnapPoints(t,e,n,r){var h;const s=this._geo,o=this._elevation,a=s.numberOfVertices;if(a!==0)switch(t){case b.EndPoint:for(let l=0;l<a;l++){const c=s.getPointAt(l);r.push(new _(c.x,c.y,o))}break;case b.MidPoint:case b.Nearest:case b.Perpendicular:case b.Tangent:{const l=this.closed?a:a-1,c=[];for(let u=0;u<l;u++){const g=[];$e(s.getPointAt(u),s.getPointAt((u+1)%a),(h=s.vertices[u])==null?void 0:h.bulge,o,t,e,g),c.push(...g)}if(t===b.MidPoint)r.push(...c);else{const u=ht(e,c);u&&r.push(u)}break}}}transformBy(t){const e=t.determinant()<0;let n=this._elevation;return this._geo.vertices.forEach(r=>{const s=new _(r.x,r.y,this._elevation).applyMatrix4(t);r.x=s.x,r.y=s.y,n=s.z,e&&r.bulge!=null&&(r.bulge=-r.bulge)}),this._elevation=n,this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:t=>{this.elevation=t}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:t=>{this.closed=t}}}]}]}}subWorldDraw(t){const e=this._geo.getPoints(100),n=this.createWidthProfile();if(n!=null){const s=jh(n,this.closed);if(s!=null){const o=t.subEntityTraits;return o.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},t.area(s)}}const r=[];return e.forEach(s=>r.push(new _().set(s.x,s.y,this.elevation))),t.lines(r)}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbPolyline"),t.writeInt32(90,this.numberOfVertices),t.writeInt16(70,this.closed?1:0),t.writeDouble(38,this.elevation);for(let e=0;e<this.numberOfVertices;++e)t.writePoint2d(10,this.getPoint2dAt(e));return this}createWidthProfile(){const t=this._geo.vertices,e=t.length;if(e<2)return null;const n=this.closed?e:e-1,r=[];let s=!1;for(let o=0;o<n;o++){const a=t[o],h=t[(o+1)%e],l=Math.max(0,a.startWidth??0),c=Math.max(0,a.endWidth??0);(l>at||c>at)&&(s=!0);const u=this.sampleSegment(a,h),g=u.length-1;for(let d=0;d<=g;d++){if(d===0&&r.length>0||this.closed&&o===n-1&&d===g)continue;const p=g>0?d/g:0;r.push({x:u[d].x,y:u[d].y,width:Dh(l,c,p)})}}return s&&r.length>=2?r:null}sampleSegment(t,e){if(t.bulge&&Math.abs(t.bulge)>at){const r=new pt(t,e,t.bulge).getPoints(32);if(r.length>1)return r.map(s=>new P(s.x,s.y))}return[new P(t.x,t.y),new P(e.x,e.y)]}static from2dPoints(t,e){const n=new ee;return t.forEach((r,s)=>n.addVertexAt(s,r)),n.closed=e,n}static fromGePolyline(t){const e=new ee;return t.vertices.forEach((n,r)=>{e.addVertexAt(r,new P(n.x,n.y),n.bulge??0)}),e.closed=t.closed,e}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.numberOfVertices;let n=1/0,r=1;const s=this.closed?e:e-1;for(let o=0;o<s;o++){const a=this.getPoint2dAt(o),h=this.getPoint2dAt((o+1)%e),l=h.x-a.x,c=h.y-a.y,u=l*l+c*c;if(u===0)continue;const g=Math.max(0,Math.min(1,((t.x-a.x)*l+(t.y-a.y)*c)/u)),d=(t.x-a.x-g*l)**2+(t.y-a.y-g*c)**2;d<n&&(n=d,r=l*(t.y-a.y)-c*(t.x-a.x)>=0?1:-1)}return r}createOffsetCurve(t){const e=this._geo.offset(t);return e.length===0?null:ee.fromGePolyline(e[0])}};ee.typeName="Polyline";let lt=ee;function fi(i,t,e){const n=Nl(i,t,e);return n?lt.fromGePolyline(n):null}const at=1e-6,Ur=4;function jh(i,t){if(i.length<2)return null;const e=Hh(i,t);if(e.length<2)return null;const{left:n,right:r}=Gh(e,t);if(n.length<2||r.length<2)return null;const s=new Bt;if(t){if(!Mi(n)||!Mi(r))return null;const a=Math.abs(Gi(n)),h=Math.abs(Gi(r)),[l,c]=a>=h?[n,r]:[r,n];return s.add(new H(l,!0)),s.add(new H(c,!0)),s}const o=[...n,...r.reverse()];return Mi(o)?(s.add(new H(o,!0)),s):null}function Gh(i,t){const e=[],n=[];for(let r=0;r<i.length;r++){const s=i[r],o=Math.max(0,s.width)/2;if(o<=at)continue;const a=Wh(i,r,t);a!=null&&(e.push({x:s.x+a.x*o,y:s.y+a.y*o}),n.push({x:s.x-a.x*o,y:s.y-a.y*o}))}return{left:e,right:n}}function Hh(i,t){const e=[];if(i.forEach(n=>{const r=e[e.length-1];(!r||Math.abs(r.x-n.x)>at||Math.abs(r.y-n.y)>at||Math.abs(r.width-n.width)>at)&&e.push(n)}),t&&e.length>1){const n=e[0],r=e[e.length-1];Math.abs(n.x-r.x)<=at&&Math.abs(n.y-r.y)<=at&&e.pop()}return e}function Wh(i,t,e){const n=i.length,r=i[t],s=i[(t-1+n)%n],o=i[(t+1)%n];let a=$r(r.x-s.x,r.y-s.y),h=$r(o.x-r.x,o.y-r.y);if(e||(t===0&&(a=h),t===n-1&&(h=a)),a==null&&h==null)return null;if(a==null)return ze(h);if(h==null)return ze(a);const l=ze(a),c=ze(h),u=l.x+c.x,g=l.y+c.y,d=Math.hypot(u,g);if(d<=at)return c;const p={x:u/d,y:g/d},f=Math.abs(p.x*c.x+p.y*c.y),y=f<=at?Ur:Math.min(1/f,Ur);return{x:p.x*y,y:p.y*y}}function $r(i,t){const e=Math.hypot(i,t);return e<=at?null:{x:i/e,y:t/e}}function ze(i){return{x:-i.y,y:i.x}}function Gi(i){let t=0;const e=i.length;for(let n=0;n<e;n++){const r=i[n],s=i[(n+1)%e];t+=r.x*s.y-s.x*r.y}return t/2}function Mi(i){return i.length>=3&&Math.abs(Gi(i))>at}function Dh(i,t,e){return i+(t-i)*e}var No=(i=>(i[i.SimplePoly=0]="SimplePoly",i[i.FitCurvePoly=1]="FitCurvePoly",i[i.QuadSplinePoly=2]="QuadSplinePoly",i[i.CubicSplinePoly=3]="CubicSplinePoly",i))(No||{});const Kn=class Kn extends q{get dxfTypeName(){return"POLYLINE"}constructor(t,e,n=0,r=!1,s=0,o=0,a=null){super(),this._polyType=t,this._elevation=n;const h=a&&(a==null?void 0:a.length)===e.length,l=e.map((c,u)=>({x:c.x,y:c.y,bulge:h?a[u]:void 0}));this._geo=new H(l,r)}get polyType(){return this._polyType}set polyType(t){this._polyType=t}get elevation(){return this._elevation}set elevation(t){this._elevation=t}get closed(){return this._geo.closed}get area(){return this._geo.area}set closed(t){this._geo.closed=t}get numberOfVertices(){return this._geo.numberOfVertices}getPointAt(t){return this._geo.getPointAt(t)}getBulgeAt(t){const e=this._geo.vertices[t];return(e==null?void 0:e.bulge)||0}get geometricExtents(){const t=this._geo.box;return new C({x:t.min.x,y:t.min.y,z:this._elevation},{x:t.max.x,y:t.max.y,z:this._elevation})}subGetGripPoints(){const t=new Array;for(let e=0;e<this._geo.numberOfVertices;++e){const n=this._geo.getPointAt(e);t.push(new _(n.x,n.y,this._elevation))}return t}subGetOsnapPoints(t,e,n,r){var h;const s=this._geo,o=this._elevation,a=s.numberOfVertices;if(a!==0)switch(t){case b.EndPoint:for(let l=0;l<a;l++){const c=s.getPointAt(l);r.push(new _(c.x,c.y,o))}break;case b.MidPoint:case b.Nearest:case b.Perpendicular:case b.Tangent:{const l=this.closed?a:a-1,c=[];for(let u=0;u<l;u++){const g=[];$e(s.getPointAt(u),s.getPointAt((u+1)%a),(h=s.vertices[u])==null?void 0:h.bulge,o,t,e,g),c.push(...g)}if(t===b.MidPoint)r.push(...c);else{const u=ht(e,c);u&&r.push(u)}break}}}transformBy(t){const e=t.determinant()<0;let n=this._elevation;return this._geo.vertices.forEach(r=>{const s=new _(r.x,r.y,this._elevation).applyMatrix4(t);r.x=s.x,r.y=s.y,n=s.z,e&&r.bulge!=null&&(r.bulge=-r.bulge)}),this._elevation=n,this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:t=>{this.elevation=t}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:t=>{this.closed=t}}}]}]}}subWorldDraw(t){const e=[];return this._geo.getPoints(100).forEach(r=>e.push(new _().set(r.x,r.y,this.elevation))),t.lines(e)}dxfOut(t,e=!1){super.dxfOut(t,e);for(let n=0;n<this.numberOfVertices;++n)t.writeStart("VERTEX"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDb2dVertex"),t.writePoint3d(10,{x:this.getPointAt(n).x,y:this.getPointAt(n).y,z:this.elevation}),t.writeDouble(42,this.getBulgeAt(n)),t.writeInt16(70,0);return t.writeStart("SEQEND"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),this}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDb2dPolyline");let e=this.closed?1:0;return this.polyType===1&&(e|=2),this.polyType===2&&(e|=4),this.polyType===3&&(e|=8),t.writeInt16(66,this.numberOfVertices>0?1:0),t.writeInt16(70,e),t.writeDouble(10,0),t.writeDouble(20,0),t.writeDouble(30,this.elevation),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectPath2d();return e.length<2?1:lt.from2dPoints(e,this.closed).getOffsetSideAtPoint(t)}createOffsetCurve(t){const e=this._geo.offset(t);return e.length===0?null:lt.fromGePolyline(e[0])}collectPath2d(){const t=Math.max(32,this.numberOfVertices*4);return this._geo.getPoints(t)}};Kn.typeName="2dPolyline";let Hi=Kn;var Bo=(i=>(i[i.Vertex=0]="Vertex",i[i.CurveFitVertex=1]="CurveFitVertex",i[i.SplineFitVertex=8]="SplineFitVertex",i[i.SplineCtlVertex=9]="SplineCtlVertex",i))(Bo||{});const Qn=class Qn extends ${get dxfTypeName(){return"VERTEX"}constructor(){super(),this._position=new _,this._bulge=0,this._startWidth=0,this._endWidth=0,this._vertexType=0}get position(){return this._position}set position(t){this._position.copy(t)}get bulge(){return this._bulge}set bulge(t){this._bulge=t}get startWidth(){return this._startWidth}set startWidth(t){this._startWidth=t}get endWidth(){return this._endWidth}set endWidth(t){this._endWidth=t}get vertexType(){return this._vertexType}set vertexType(t){this._vertexType=t}get geometricExtents(){return new C().expandByPoint(this._position)}subGetGripPoints(){const t=new Array;return t.push(this._position),t}subGetOsnapPoints(t,e,n,r){(t===b.EndPoint||t===b.Node)&&r.push(this._position)}transformBy(t){return this._position.applyMatrix4(t),this}subWorldDraw(t){}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDb2dVertex"),t.writePoint2d(10,this.position),t.writeDouble(40,this.startWidth),t.writeDouble(41,this.endWidth),t.writeDouble(42,this.bulge),t.writeInt16(70,this.vertexType),this}};Qn.typeName="2dVertex";let Wi=Qn;var Ro=(i=>(i[i.SimplePoly=0]="SimplePoly",i[i.QuadSplinePoly=1]="QuadSplinePoly",i[i.CubicSplinePoly=2]="CubicSplinePoly",i))(Ro||{});const si=class si extends q{get dxfTypeName(){return"POLYLINE"}constructor(t,e,n=!1){super(),this._polyType=t,this._geo=new H(e,n)}get polyType(){return this._polyType}set polyType(t){this._polyType=t}get closed(){return this._geo.closed}get area(){return 0}set closed(t){this._geo.closed=t}get numberOfVertices(){return this._geo.numberOfVertices}getPointAt(t){const e=this._geo.vertices[t];return new _(e.x,e.y,e.z||0)}get geometricExtents(){const t=this._geo.vertices.map(e=>new _(e.x,e.y,e.z||0));return new C().setFromPoints(t)}subGetGripPoints(){const t=new Array;for(let e=0;e<this._geo.numberOfVertices;++e)t.push(this.getPointAt(e));return t}subGetOsnapPoints(t,e,n,r){const s=Array.from({length:this._geo.numberOfVertices},(o,a)=>this.getPointAt(a));if(s.length!==0)switch(t){case b.EndPoint:r.push(...s);break;case b.MidPoint:case b.Nearest:case b.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const h=[];ge(s[a],s[a+1],t,e,h),o.push(...h)}if(t===b.MidPoint)r.push(...o);else{const a=ht(e,o);a&&r.push(a)}break}}}transformBy(t){return this._geo.vertices.forEach(e=>{const n=new _(e.x,e.y,e.z||0).applyMatrix4(t);e.x=n.x,e.y=n.y,e.z=n.z}),this._geo._boundingBoxNeedsUpdate=!0,this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._geo.vertices}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]},{groupName:"others",properties:[{name:"closed",type:"float",editable:!0,accessor:{get:()=>this.closed,set:t=>{this.closed=t}}}]}]}}subWorldDraw(t){const e=this._geo.vertices.map(n=>new _(n.x,n.y,n.z||0));return t.lines(e)}dxfOut(t,e=!1){super.dxfOut(t,e);for(let n=0;n<this.numberOfVertices;++n){const r=this.getPointAt(n);t.writeStart("VERTEX"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDb3dPolylineVertex"),t.writePoint3d(10,{x:r.x,y:r.y,z:r.z}),t.writeInt16(70,32)}return t.writeStart("SEQEND"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),this}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDb3dPolyline");let e=this.closed?1:0;return e|=8,this.polyType===1&&(e|=16),this.polyType===2&&(e|=32),t.writeInt16(66,this.numberOfVertices>0?1:0),t.writeInt16(70,e),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectPath2d();return e.length<2?1:lt.from2dPoints(e,this.closed).getOffsetSideAtPoint(t)}createOffsetCurve(t){const e=this._geo.offset(t);if(e.length===0)return null;const n=e[0],r=[];for(let s=0;s<n.numberOfVertices;s++){const o=n.getPointAt(s);r.push(new _(o.x,o.y,this.interpolateZ(o.x,o.y)))}return new si(this.polyType,r,this.closed)}collectPath2d(){const t=Math.max(32,this.numberOfVertices*4);return this._geo.getPoints(t)}interpolateZ(t,e){const n=this.numberOfVertices;if(n<=0)return 0;let r=1/0,s=this.getPointAt(0).z;const o=this.closed?n:n-1;for(let a=0;a<o;a++){const h=this.getPointAt(a),l=this.getPointAt((a+1)%n),c=l.x-h.x,u=l.y-h.y,g=c*c+u*u;if(g===0)continue;const d=Math.max(0,Math.min(1,((t-h.x)*c+(e-h.y)*u)/g)),p=h.x+c*d,f=h.y+u*d,y=(t-p)**2+(e-f)**2;y<r&&(r=y,s=h.z+(l.z-h.z)*d)}return s}};si.typeName="3dPolyline";let Di=si;var zo=(i=>(i[i.SimpleVertex=0]="SimpleVertex",i[i.ControlVertex=1]="ControlVertex",i[i.FitVertex=2]="FitVertex",i))(zo||{});const Jn=class Jn extends ${get dxfTypeName(){return"VERTEX"}constructor(){super(),this._position=new _,this._vertexType=0}get position(){return this._position}set position(t){this._position.copy(t)}get vertexType(){return this._vertexType}set vertexType(t){this._vertexType=t}get geometricExtents(){return new C().expandByPoint(this._position)}subGetGripPoints(){const t=new Array;return t.push(this._position),t}subGetOsnapPoints(t,e,n,r){(t===b.EndPoint||t===b.Node)&&r.push(this._position)}transformBy(t){return this._position.applyMatrix4(t),this}subWorldDraw(t){}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDb3dPolylineVertex"),t.writePoint3d(10,this.position),t.writeInt16(70,this.vertexType|32),this}};Jn.typeName="3dVertex";let Ui=Jn;const oi=class oi extends q{get dxfTypeName(){return"ARC"}constructor(t,e,n,r,s=w.Z_AXIS){super();const o=kn(s);this._geo=new gi(t,e,n,r,s,o)}get center(){return this._geo.center}set center(t){this._geo.center=t}get radius(){return this._geo.radius}set radius(t){this._geo.radius=t}get startAngle(){return this._geo.startAngle}set startAngle(t){this._geo.startAngle=t}get endAngle(){return this._geo.endAngle}set endAngle(t){this._geo.endAngle=t}get normal(){return this._geo.normal}set normal(t){this._geo.normal=t}get startPoint(){return this._geo.startPoint}get endPoint(){return this._geo.endPoint}get midPoint(){return this._geo.midPoint}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}get area(){return this._geo.area}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:t=>{this.center.x=t}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:t=>{this.center.y=t}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:t=>{this.center.z=t}}},{name:"radius",type:"float",editable:!0,accessor:{get:()=>this.radius,set:t=>{this.radius=t}}},{name:"startAngle",type:"float",editable:!0,accessor:{get:()=>this.startAngle,set:t=>{this.startAngle=t}}},{name:"endAngle",type:"float",editable:!0,accessor:{get:()=>this.endAngle,set:t=>{this.endAngle=t}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:t=>{this.normal.x=t}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:t=>{this.normal.y=t}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:t=>{this.normal.z=t}}},{name:"arcLength",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"totalAngle",type:"float",editable:!1,accessor:{get:()=>E.radToDeg(Math.abs(this._geo.deltaAngle))}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this.area}}]}]}}subGetGripPoints(){const t=new Array;return t.push(this.center),t.push(this.startPoint),t.push(this.endPoint),t}subGetOsnapPoints(t,e,n,r){const s=this.startPoint,o=this.endPoint;switch(t){case b.EndPoint:r.push(s),r.push(o);break;case b.MidPoint:r.push(this.midPoint);break;case b.Center:case b.Centroid:r.push(this._geo.center);break;case b.Quadrant:{const a=[0,Math.PI/2,Math.PI,3*Math.PI/2];for(const h of a)E.isBetweenAngle(h,this.startAngle,this.endAngle)&&r.push(this._geo.getPointAtAngle(h));break}case b.Nearest:{const a=this._geo.nearestPoint(e);r.push(a)}break;case b.Perpendicular:{const a=this._geo.perpendicularPoints(e),h=ht(e,a);h&&r.push(h);break}case b.Tangent:{const a=this._geo.tangentPoints(e);r.push(...a);break}}}transformBy(t){return this._geo.transform(t),this}subWorldDraw(t){return t.circularArc(this._geo)}dxfOutFields(t){super.dxfOutFields(t);const e=xe(this.center,this.normal);return t.writeSubclassMarker("AcDbArc"),t.writePoint3d(10,e),t.writeDouble(40,this.radius),t.writeAngle(50,Oi(this.center,this.startPoint,this.normal)),t.writeAngle(51,Oi(this.center,this.endPoint,this.normal)),t.writeVector3d(210,this.normal),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.center,n=this.radius;return Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2)>=n?1:-1}createOffsetCurve(t){const e=this._geo.offset(t);return e?new oi(e.center,e.radius,e.startAngle,e.endAngle,e.normal):null}};oi.typeName="Arc";let $i=oi;const Uh=1;function Fo(i){return i.replace(/\\[PpNn]/g,`
4
+ `).replace(/\\[A-Za-z][^;]*;/g,"").replace(/[{}]/g,"")}function Vo(i,t,e=1){if(!i||t<=0)return 0;const n=Fo(i),r=Math.max(...n.split(/\r\n|\r|\n/g).map(s=>s.length),0);return r===0?0:Math.max(t,r*t*Uh*e)}function $h(i){const t=Fo(i);return Math.max(t.split(/\r\n|\r|\n/g).length,1)}function qh(i,t,e){if(t<=0||i<=0)return 0;if(i===1)return t;const n=Math.max(e,0);return t+(i-1)*t*n}function Zh(i,t,e){switch(e){case exports.AcGiMTextAttachmentPoint.TopCenter:return{minX:-i/2,minY:-t,maxX:i/2,maxY:0};case exports.AcGiMTextAttachmentPoint.TopRight:return{minX:-i,minY:-t,maxX:0,maxY:0};case exports.AcGiMTextAttachmentPoint.MiddleLeft:return{minX:0,minY:-t/2,maxX:i,maxY:t/2};case exports.AcGiMTextAttachmentPoint.MiddleCenter:return{minX:-i/2,minY:-t/2,maxX:i/2,maxY:t/2};case exports.AcGiMTextAttachmentPoint.MiddleRight:return{minX:-i,minY:-t/2,maxX:0,maxY:t/2};case exports.AcGiMTextAttachmentPoint.BottomLeft:case exports.AcGiMTextAttachmentPoint.BaselineLeft:return{minX:0,minY:0,maxX:i,maxY:t};case exports.AcGiMTextAttachmentPoint.BottomCenter:case exports.AcGiMTextAttachmentPoint.BaselineCenter:return{minX:-i/2,minY:0,maxX:i/2,maxY:t};case exports.AcGiMTextAttachmentPoint.BottomRight:case exports.AcGiMTextAttachmentPoint.BaselineRight:return{minX:-i,minY:0,maxX:0,maxY:t};case exports.AcGiMTextAttachmentPoint.TopLeft:default:return{minX:0,minY:-t,maxX:i,maxY:0}}}function Kh(i,t){let e;t&&t.lengthSq()>0?e=t.clone().normalize():e=new w(Math.cos(i),Math.sin(i),0);const n=new w(-e.y,e.x,e.z);return n.lengthSq()===0?n.set(0,1,0):n.normalize(),{xAxis:e,yAxis:n}}function jo(i,t,e,n,r,s=0,o){if(e<=0&&n<=0)return i.expandByPoint(t),i;const a=Zh(e,n,r),{xAxis:h,yAxis:l}=Kh(s,o?new w(o.x,o.y,o.z||0):void 0),c=[[a.minX,a.minY],[a.maxX,a.minY],[a.maxX,a.maxY],[a.minX,a.maxY]];for(const[u,g]of c)i.expandByPoint(new _(t.x+h.x*u+l.x*g,t.y+h.y*u+l.y*g,t.z+h.z*u+l.z*g));return i}var Go=(i=>(i[i.LEFT=0]="LEFT",i[i.CENTER=1]="CENTER",i[i.RIGHT=2]="RIGHT",i[i.ALIGNED=3]="ALIGNED",i[i.MIDDLE=4]="MIDDLE",i[i.FIT=5]="FIT",i))(Go||{}),Ho=(i=>(i[i.BASELINE=0]="BASELINE",i[i.BOTTOM=1]="BOTTOM",i[i.MIDDLE=2]="MIDDLE",i[i.TOP=3]="TOP",i))(Ho||{});const tr=class tr extends ${get dxfTypeName(){return"TEXT"}constructor(){super(),this._textString="",this._height=0,this._thickness=1,this._position=new _,this._alignmentPoint=new _,this._rotation=0,this._oblique=0,this._horizontalMode=0,this._verticalModel=2,this._styleName="",this._widthFactor=1}get textString(){return this._textString}set textString(t){this._textString=t}get thickness(){return this._thickness}set thickness(t){this._thickness=t}get height(){return this._height}set height(t){this._height=t}get position(){return this._position}set position(t){this._position.copy(t)}get alignmentPoint(){return this._alignmentPoint}set alignmentPoint(t){this._alignmentPoint.copy(t)}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get oblique(){return this._oblique}set oblique(t){this._oblique=t}get horizontalMode(){return this._horizontalMode}set horizontalMode(t){this._horizontalMode=t}get verticalMode(){return this._verticalModel}set verticalMode(t){this._verticalModel=t}get styleName(){return this._styleName}set styleName(t){this._styleName=t}get widthFactor(){return this._widthFactor}set widthFactor(t){this._widthFactor=t}get geometricExtents(){const t=new C,{anchor:e,attachmentPoint:n}=this.resolveTextAnchor(),r=Vo(this.textString,this.height,this.widthFactor);return jo(t,e,r,this.height,n,this.rotation)}subGetGripPoints(){return[this._position]}subGetOsnapPoints(t,e,n,r){b.Insertion===t&&r.push(this._position)}transformBy(t){const e=this._position.clone(),n=this._position.clone().add(new w(Math.cos(this._rotation),Math.sin(this._rotation),0)),r=this._position.clone().add(new w(-Math.sin(this._rotation),Math.cos(this._rotation),0)),s=this._position.clone().add(new w(0,0,1));e.applyMatrix4(t),n.applyMatrix4(t),r.applyMatrix4(t),s.applyMatrix4(t);const o=new w(n).sub(e),a=new w(r).sub(e),h=new w(s).sub(e),l=a.length(),c=o.length(),u=h.length();return this._position.copy(e),c>0&&(this._rotation=Math.atan2(o.y,o.x)),l>0&&(this._height*=l,c>0&&(this._widthFactor*=c/l)),u>0&&(this._thickness*=u),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.textString,set:t=>{this.textString=t}}},{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:t=>{this.styleName=t}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.height,set:t=>{this.height=t}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:t=>{this.rotation=t}}},{name:"widthFactor",type:"float",editable:!0,accessor:{get:()=>this.widthFactor,set:t=>{this.widthFactor=t}}},{name:"oblique",type:"float",editable:!0,accessor:{get:()=>this.oblique,set:t=>{this.oblique=t}}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:t=>{this.position.x=t}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:t=>{this.position.y=t}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:t=>{this.position.z=t}}}]}]}}getTextStyle(){const t=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!t)throw new Error("No valid text style found in text style table.");return t.textStyle}subWorldDraw(t,e){const{anchor:n,attachmentPoint:r}=this.resolveTextAnchor(),s={text:this.textString,height:this.height,width:1/0,widthFactor:this.widthFactor,position:n,rotation:this.rotation,drawingDirection:exports.AcGiMTextFlowDirection.BOTTOM_TO_TOP,attachmentPoint:r};return t.mtext(s,this.getTextStyle(),e)}resolveTextAnchor(){const t=this.resolveAttachmentPoint();if(t===exports.AcGiMTextAttachmentPoint.BaselineLeft)return{anchor:this._position,attachmentPoint:t};const e=this._alignmentPoint;return e.x===0&&e.y===0&&e.z===0||e.x===this._position.x&&e.y===this._position.y&&e.z===this._position.z?{anchor:this._position,attachmentPoint:exports.AcGiMTextAttachmentPoint.BaselineLeft}:{anchor:e,attachmentPoint:t}}resolveAttachmentPoint(){const t=this._horizontalMode,e=this._verticalModel;if(t===4)return exports.AcGiMTextAttachmentPoint.MiddleCenter;if(t===3||t===5)return exports.AcGiMTextAttachmentPoint.BaselineLeft;switch(e){case 3:return t===1?exports.AcGiMTextAttachmentPoint.TopCenter:t===2?exports.AcGiMTextAttachmentPoint.TopRight:exports.AcGiMTextAttachmentPoint.TopLeft;case 2:return t===1?exports.AcGiMTextAttachmentPoint.MiddleCenter:t===2?exports.AcGiMTextAttachmentPoint.MiddleRight:exports.AcGiMTextAttachmentPoint.MiddleLeft;case 1:return t===1?exports.AcGiMTextAttachmentPoint.BottomCenter:t===2?exports.AcGiMTextAttachmentPoint.BottomRight:exports.AcGiMTextAttachmentPoint.BottomLeft;case 0:default:return t===1?exports.AcGiMTextAttachmentPoint.BaselineCenter:t===2?exports.AcGiMTextAttachmentPoint.BaselineRight:exports.AcGiMTextAttachmentPoint.BaselineLeft}}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbText"),t.writePoint3d(10,this.position),t.writeDouble(39,this.thickness),t.writeDouble(40,this.height),t.writeString(1,this.textString),t.writeAngle(50,this.rotation),t.writeDouble(41,this.widthFactor),t.writeAngle(51,this.oblique),t.writeString(7,this.styleName),t.writeInt16(72,this.horizontalMode),t.writeInt16(73,this.verticalMode),t.writePoint3d(11,this.alignmentPoint),this}};tr.typeName="Text";let Se=tr;var nt=(i=>(i[i.Invisible=1]="Invisible",i[i.Const=2]="Const",i[i.Verifiable=4]="Verifiable",i[i.Preset=8]="Preset",i))(nt||{}),Mt=(i=>(i[i.MultiLine=2]="MultiLine",i[i.ConstMultiLine=4]="ConstMultiLine",i))(Mt||{});const er=class er extends Se{get dxfTypeName(){return"ATTDEF"}constructor(){super(),this._flags=0,this._prompt="",this._mtextFlag=0,this._tag="",this._fieldLength=0,this._lockPositionInBlock=!1,this._isReallyLocked=!1}get isInvisible(){return(this._flags&1)!==0}set isInvisible(t){t?this._flags|=1:this._flags&=-2}get prompt(){return this._prompt}set prompt(t){this._prompt=t}get isConst(){return(this._flags&2)!==0}set isConst(t){t?this._flags|=2:this._flags&=-3}get isVerifiable(){return(this._flags&4)!==0}set isVerifiable(t){t?this._flags|=4:this._flags&=-5}get isPreset(){return(this._flags&8)!==0}set isPreset(t){t?this._flags|=8:this._flags&=-9}get isMTextAttribute(){return(this._mtextFlag&2)!==0}set isMTextAttribute(t){t?this._mtextFlag|=2:this._mtextFlag&=-3}get isConstMTextAttribute(){return(this._mtextFlag&4)!==0}set isConstMTextAttribute(t){t?this._mtextFlag|=4:this._mtextFlag&=-5}get tag(){return this._tag}set tag(t){this._tag=t}get fieldLength(){return this._fieldLength}set fieldLength(t){this._fieldLength=t}get lockPositionInBlock(){return this._lockPositionInBlock}set lockPositionInBlock(t){this._lockPositionInBlock=t}get isReallyLocked(){return this._isReallyLocked}set isReallyLocked(t){this._isReallyLocked=t}get mtext(){return this._mtext}set mtext(t){this._mtext=t,this.isMTextAttribute=t!=null}subWorldDraw(t){}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbAttributeDefinition"),t.writeString(3,this.prompt),t.writeString(2,this.tag),t.writeInt16(70,this.isInvisible?1:0),t.writeInt16(73,this.fieldLength),t.writeInt16(74,this.isReallyLocked?1:0),this}};er.typeName="AttDef";let qi=er;const ir=class ir extends Se{get dxfTypeName(){return"ATTRIB"}constructor(){super(),this._flags=0,this._mtextFlag=0,this._tag="",this._fieldLength=0,this._lockPositionInBlock=!1,this._isReallyLocked=!1}get isInvisible(){return(this._flags&nt.Invisible)!==0}set isInvisible(t){t?this._flags|=nt.Invisible:this._flags&=~nt.Invisible}get isConst(){return(this._flags&nt.Const)!==0}set isConst(t){t?this._flags|=nt.Const:this._flags&=~nt.Const}get isVerifiable(){return(this._flags&nt.Verifiable)!==0}set isVerifiable(t){t?this._flags|=nt.Verifiable:this._flags&=~nt.Verifiable}get isPreset(){return(this._flags&nt.Preset)!==0}set isPreset(t){t?this._flags|=nt.Preset:this._flags&=~nt.Preset}get isMTextAttribute(){return(this._mtextFlag&Mt.MultiLine)!==0}set isMTextAttribute(t){t?this._mtextFlag|=Mt.MultiLine:this._mtextFlag&=~Mt.MultiLine}get isConstMTextAttribute(){return(this._mtextFlag&Mt.ConstMultiLine)!==0}set isConstMTextAttribute(t){t?this._mtextFlag|=Mt.ConstMultiLine:this._mtextFlag&=~Mt.ConstMultiLine}get tag(){return this._tag}set tag(t){this._tag=t}get fieldLength(){return this._fieldLength}set fieldLength(t){this._fieldLength=t}get lockPositionInBlock(){return this._lockPositionInBlock}set lockPositionInBlock(t){this._lockPositionInBlock=t}get isReallyLocked(){return this._isReallyLocked}set isReallyLocked(t){this._isReallyLocked=t}get mtext(){return this._mtext}set mtext(t){this._mtext=t,this.isMTextAttribute=t!=null}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbAttribute"),t.writeInt16(70,this.isInvisible?1:0),t.writeInt16(73,this.fieldLength),t.writeString(2,this.tag),t.writeInt16(74,this.isReallyLocked?1:0),this.mtext&&t.writeInt16(71,this.isMTextAttribute?1:0),this}};ir.typeName="Attrib";let Zi=ir;const ie=class ie extends ${get dxfTypeName(){return"INSERT"}constructor(t){super(),this._blockName=t,this._position=new _,this._rotation=0,this._normal=new w(0,0,1),this._scaleFactors=new _(1,1,1),this._attribs=new Map}get position(){return this._position}set position(t){this._position.copy(t)}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get scaleFactors(){return this._scaleFactors}set scaleFactors(t){this._scaleFactors.copy(t)}get normal(){return this._normal}set normal(t){this._normal.copy(t).normalize()}get blockName(){return this._blockName}get blockTableRecord(){return this.database.tables.blockTable.getAt(this._blockName)}appendAttributes(t){this._attribs.set(t.objectId,t),t.ownerId=this.objectId}attributeIterator(){return new Ie(this._attribs)}get blockTransform(){const t=this.blockTableRecord,e=(t==null?void 0:t.origin)??_.ORIGIN,n=new Y().makeTranslation(-e.x,-e.y,-e.z),r=new Y().makeScale(this._scaleFactors.x,this._scaleFactors.y,this._scaleFactors.z),s=new ae().setFromAxisAngle(w.Z_AXIS,this._rotation),o=new Y().makeRotationFromQuaternion(s),a=new Y().makeTranslation(this._position.x,this._position.y,this._position.z);return new Y().multiplyMatrices(a,o).multiply(r).multiply(n)}subGetGripPoints(){return[this._position]}subGetOsnapPoints(t,e,n,r,s,o){const a=o??new Y;b.Insertion===t?r.push(this.getInsertionPoint(a)):s?this.subEntityGetOsnapPoints(t,e,n,r,s,a):this.collectBlockOsnapPoints(t,e,n,r,a)}transformBy(t){const e=new Y().setFromExtrusionDirection(this._normal),n=new Y().makeRotationZ(this._rotation),r=new Y().multiplyMatrices(e,n),s=this._position.clone(),o=new _(this._scaleFactors.x,0,0).applyMatrix4(r).add(s),a=new _(0,this._scaleFactors.y,0).applyMatrix4(r).add(s),h=new _(0,0,this._scaleFactors.z).applyMatrix4(r).add(s);s.applyMatrix4(t),o.applyMatrix4(t),a.applyMatrix4(t),h.applyMatrix4(t);const l=new w(o).sub(s),c=new w(a).sub(s),u=new w(h).sub(s);let g=new w().crossVectors(l,c);g.lengthSq()===0?g=this._normal.clone().transformDirection(t):g.normalize();const p=new Y().setFromExtrusionDirection(g).clone().invert(),f=l.clone().applyMatrix4(p);return this._position.copy(s),this._normal.copy(g),this._rotation=Math.atan2(f.y,f.x),this._scaleFactors.set(l.length(),c.length(),u.length()),this._attribs.forEach(y=>y.transformBy(t)),this}get properties(){const t={type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"blockName",type:"float",editable:!1,accessor:{get:()=>this._blockName}},{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:e=>{this.position.x=e}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:e=>{this.position.y=e}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:e=>{this.position.z=e}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:e=>{this.rotation=e}}},{name:"scaleFactorsX",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.x,set:e=>{this.scaleFactors.x=e}}},{name:"scaleFactorsY",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.y,set:e=>{this.scaleFactors.y=e}}},{name:"scaleFactorsZ",type:"float",editable:!0,accessor:{get:()=>this.scaleFactors.z,set:e=>{this.scaleFactors.z=e}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:e=>{this.normal.x=e}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:e=>{this.normal.y=e}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:e=>{this.normal.z=e}}}]}]};if(this._attribs.size>0){const e={groupName:"attribute",properties:[]};t.groups.push(e),this._attribs.forEach(n=>{e.properties.push({name:n.tag,type:"string",editable:!n.isConst,skipTranslation:!0,accessor:{get:()=>n.textString,set:r=>{n.textString=r}}})})}return t}get geometricExtents(){const t=new C,e=this.blockTableRecord;if(e!=null){const r=e.newIterator();for(const s of r)t.union(s.geometricExtents)}const n=this.blockTransform;return t.applyMatrix4(n),t}subWorldDraw(t){const e=this.blockTableRecord;if(e!=null){const n=this.blockTransform,r=[];return this._attribs.forEach(o=>{if(!o.isInvisible){const a=o.worldDraw(t);a&&r.push(a)}}),Wt.instance.draw(t,e,this.rgbColor,r,!0,n,this._normal)}else return t.group([])}dxfOut(t,e=!1){super.dxfOut(t,e);let n=!1;for(const r of this.attributeIterator())n=!0,t.writeStart("ATTRIB"),r.dxfOut(t);return n&&(t.writeStart("SEQEND"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity")),this}collectBlockOsnapPoints(t,e,n,r,s){const o=this.blockTableRecord;if(!o)return;const a=new Y().multiplyMatrices(s,this.getFullInsertionTransform()),h=a.clone().invert(),l=new _(e).applyMatrix4(h),c=new _(n).applyMatrix4(h),u=[];for(const g of o.newIterator()){const d=[];if(g instanceof ie){g.subGetOsnapPoints(t,e,n,d,void 0,a),u.push(...d);continue}g.subGetOsnapPoints(t,l,c,d,void 0,a),d.forEach(p=>u.push(new _(p).applyMatrix4(a)))}if(u.length!==0)if(t===b.Nearest||t===b.Perpendicular||t===b.Tangent){const g=ht(e,u);g&&r.push(g)}else r.push(...u)}subEntityGetOsnapPoints(t,e,n,r,s,o,a=new Set){if(s===this.objectId||a.has(this.objectId))return!1;a.add(this.objectId);try{const h=this.blockTableRecord;if(h==null)return!1;const l=new Y().multiplyMatrices(o,this.getFullInsertionTransform());for(const c of h.newIterator()){if(c.objectId===s){const u=new _(e).applyMatrix4(l.clone().invert()),g=new _(n).applyMatrix4(l.clone().invert()),d=[];return c.subGetOsnapPoints(t,u,g,d,s,l),c instanceof ie?d.forEach(p=>{r.push(p.clone())}):d.forEach(p=>{r.push(new _(p).applyMatrix4(l))}),!0}if(c instanceof ie&&c.subEntityGetOsnapPoints(t,e,n,r,s,l,a))return!0}return!1}finally{a.delete(this.objectId)}}getInsertionPoint(t){var r;const e=((r=this.blockTableRecord)==null?void 0:r.origin)??_.ORIGIN,n=new Y().multiplyMatrices(t,this.getFullInsertionTransform());return new _(e).applyMatrix4(n)}getFullInsertionTransform(){const t=new Y().setFromExtrusionDirection(this._normal);return new Y().multiplyMatrices(t,this.blockTransform)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbBlockReference"),t.writePoint3d(10,this.position),t.writeString(2,this.blockName),t.writeDouble(41,this.scaleFactors.x),t.writeDouble(42,this.scaleFactors.y),t.writeDouble(43,this.scaleFactors.z),t.writeAngle(50,this.rotation),t.writeVector3d(210,this.normal),this}};ie.typeName="BlockReference";let he=ie;const ai=class ai extends q{get dxfTypeName(){return"CIRCLE"}constructor(t,e,n=w.Z_AXIS){super();const r=kn(n);this._geo=new gi(t,e,0,B,n,r)}get center(){return this._geo.center}set center(t){this._geo.center=t}get radius(){return this._geo.radius}set radius(t){this._geo.radius=t}get normal(){return this._geo.normal}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}get area(){return this._geo.area}subGetOsnapPoints(t,e,n,r){switch(t){case b.Center:case b.Centroid:r.push(this._geo.center);break;case b.Quadrant:r.push(this._geo.getPointAtAngle(0)),r.push(this._geo.getPointAtAngle(Math.PI/2)),r.push(this._geo.getPointAtAngle(Math.PI)),r.push(this._geo.getPointAtAngle(Math.PI/2*3));break;case b.Nearest:{const s=this._geo.nearestPoint(e);r.push(s)}break;case b.Tangent:{const s=this._geo.tangentPoints(e);r.push(...s);break}case b.Perpendicular:{const s=this._geo.perpendicularPoints(e),o=ht(e,s);o&&r.push(o);break}}}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:t=>{this.center.x=t}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:t=>{this.center.y=t}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:t=>{this.center.z=t}}},{name:"radius",type:"float",editable:!0,accessor:{get:()=>this.radius,set:t=>{this.radius=t}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:t=>{this.normal.x=t}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:t=>{this.normal.y=t}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:t=>{this.normal.z=t}}},{name:"diameter",type:"float",editable:!1,accessor:{get:()=>this._geo.radius*2}},{name:"perimeter",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this.area}}]}]}}subGetGripPoints(){const t=new Array;return t.push(this.center),t}transformBy(t){return this._geo.transform(t),this}subWorldDraw(t){return t.circularArc(this._geo)}dxfOutFields(t){super.dxfOutFields(t);const e=xe(this.center,this.normal);return t.writeSubclassMarker("AcDbCircle"),t.writePoint3d(10,e),t.writeDouble(40,this.radius),t.writeVector3d(210,this.normal),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.center,n=this.radius;return Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2)>=n?1:-1}createOffsetCurve(t){const e=this._geo.offset(t);return e?new ai(e.center,e.radius,e.normal):null}};ai.typeName="Circle";let Ki=ai;const li=class li extends q{get dxfTypeName(){return"ELLIPSE"}constructor(t,e,n,r,s,o,a){super(),this._geo=new Ws(t,e,n,r,s,o,a)}get center(){return this._geo.center}set center(t){this._geo.center=t}get majorAxis(){return this._geo.majorAxis}get majorAxisRadius(){return this._geo.majorAxisRadius}set majorAxisRadius(t){this._geo.majorAxisRadius=t}get minorAxisRadius(){return this._geo.minorAxisRadius}set minorAxisRadius(t){this._geo.minorAxisRadius=t}get startAngle(){return this._geo.startAngle}set startAngle(t){this._geo.startAngle=t}get endAngle(){return this._geo.endAngle}set endAngle(t){this._geo.endAngle=t}get normal(){return this._geo.normal}set normal(t){this._geo.normal=t}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}get area(){return this._geo.area}subGetGripPoints(){const t=new Array;return t.push(this._geo.center),t.push(this._geo.startPoint),t.push(this._geo.endPoint),t}subGetOsnapPoints(t,e,n,r){switch(t){case b.EndPoint:this.closed||(r.push(this._geo.startPoint),r.push(this._geo.endPoint));break;case b.MidPoint:this.closed||r.push(this._geo.midPoint);break;case b.Center:case b.Centroid:r.push(this._geo.center);break;case b.Quadrant:this.closed&&(r.push(this._geo.getPointAtAngle(0)),r.push(this._geo.getPointAtAngle(Math.PI/2)),r.push(this._geo.getPointAtAngle(Math.PI)),r.push(this._geo.getPointAtAngle(Math.PI/2*3)));break;case b.Nearest:r.push(this._geo.nearestPoint(e));break;case b.Tangent:r.push(...this._geo.tangentPoints(e));break;case b.Perpendicular:{const s=this._geo.perpendicularPoints(e),o=ht(e,s);o&&r.push(o);break}}}transformBy(t){return this._geo.transform(t),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"centerX",type:"float",editable:!0,accessor:{get:()=>this.center.x,set:t=>{this.center.x=t}}},{name:"centerY",type:"float",editable:!0,accessor:{get:()=>this.center.y,set:t=>{this.center.y=t}}},{name:"centerZ",type:"float",editable:!0,accessor:{get:()=>this.center.z,set:t=>{this.center.z=t}}},{name:"majorAxisRadius",type:"float",editable:!0,accessor:{get:()=>this.majorAxisRadius,set:t=>{this.center.x=t}}},{name:"minorAxisRadius",type:"float",editable:!0,accessor:{get:()=>this.minorAxisRadius,set:t=>{this.minorAxisRadius=t}}},{name:"startAngle",type:"float",editable:!0,accessor:{get:()=>this.startAngle,set:t=>{this.startAngle=t}}},{name:"endAngle",type:"float",editable:!0,accessor:{get:()=>this.endAngle,set:t=>{this.endAngle=t}}},{name:"normalX",type:"float",editable:!0,accessor:{get:()=>this.normal.x,set:t=>{this.normal.x=t}}},{name:"normalY",type:"float",editable:!0,accessor:{get:()=>this.normal.y,set:t=>{this.normal.y=t}}},{name:"normalZ",type:"float",editable:!0,accessor:{get:()=>this.normal.z,set:t=>{this.normal.z=t}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this.area}}]}]}}subWorldDraw(t){return t.ellipticalArc(this._geo)}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbEllipse"),t.writePoint3d(10,this.center);const e=this._geo.majorAxis,n=this.majorAxisRadius;return t.writePoint3d(11,{x:e.x*n,y:e.y*n,z:e.z*n}),t.writeVector3d(210,this.normal),t.writeDouble(40,this.minorAxisRadius/this.majorAxisRadius),t.writeDouble(41,this.startAngle),t.writeDouble(42,this.endAngle),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.center,n=t.x-e.x,r=t.y-e.y,s=this.majorAxis,o=Math.hypot(s.x,s.y)||1,a=this.minorAxisRadius/this.majorAxisRadius*o||1,h=s.x/o,l=s.y/o,c=-l,u=h,g=n*h+r*l,d=n*c+r*u;return(g/o)**2+(d/a)**2>=1?1:-1}createOffsetCurve(t){const e=this._geo.offset(t);return e?new li(e.center,e.normal,e.majorAxis,e.majorAxisRadius,e.minorAxisRadius,e.startAngle,e.endAngle):null}};li.typeName="Ellipse";let Qi=li;const nr=class nr extends ${get dxfTypeName(){return"3DFACE"}constructor(){super(),this._vertices=[new _,new _,new _],this._edgeInvisibilities=0}getVertexAt(t){return t<0?this._vertices[0]:t>this._vertices.length?this._vertices[this._vertices.length-1]:this._vertices[t]}setVertexAt(t,e){if(t<0&&this._vertices[0].copy(e),t>=3)return this._vertices.length===3&&this._vertices.push(new _),this._vertices[3].copy(e);this._vertices[t].copy(e)}setEdgeInvisibilities(t){this._edgeInvisibilities=t}isEdgeVisibleAt(t){if(t<0||t>3)throw new Error("Index out of range");return(this._edgeInvisibilities&1<<t)===0}makeEdgeInvisibleAt(t){if(t<0||t>3)throw new Error("Index out of range");this._edgeInvisibilities=this._edgeInvisibilities|1<<t}get geometricExtents(){return new C().setFromPoints(this._vertices)}get area(){const t=[this.getVertexAt(0),this.getVertexAt(1),this.getVertexAt(2)],e=this.getVertexAt(3);return(e.x!==t[2].x||e.y!==t[2].y||e.z!==t[2].z)&&t.push(e),Ys(t)}subGetGripPoints(){const t=new Array;return t.push(...this._vertices),t}subGetOsnapPoints(t,e,n,r){Hn(this._vertices,!0,t,e,r)}transformBy(t){return this._vertices.forEach(e=>e.applyMatrix4(t)),this}subWorldDraw(t){const e=this._vertices.length,n=new Float32Array(e*3),r=new Uint16Array(e*2);for(let s=0;s<e;s++)n[s*3]=this._vertices[s].x,n[s*3+1]=this._vertices[s].y,n[s*3+2]=this._vertices[s].z,this.isEdgeVisibleAt(s)&&(r[s*2]=s,r[s*2+1]=(s+1)%4);return t.lineSegments(n,3,r)}dxfOutFields(t){super.dxfOutFields(t);const e=this.getVertexAt(0),n=this.getVertexAt(1),r=this.getVertexAt(2),s=this.getVertexAt(3);t.writeSubclassMarker("AcDbFace"),t.writePoint3d(10,e),t.writePoint3d(11,n),t.writePoint3d(12,r),t.writePoint3d(13,s);let o=0;for(let a=0;a<4;++a)this.isEdgeVisibleAt(a)||(o|=1<<a);return t.writeInt16(70,o),this}};nr.typeName="Face";let Ji=nr;const Qh={patterns:[{name:"SOLID",description:"",lines:[]},{name:"ANGLE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.275,dashes:[.2,-.075],sourceLine:23},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.275,dashes:[.2,-.075],sourceLine:24}]},{name:"ANSI31",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:26}]},{name:"ANSI32",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:28},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:29}]},{name:"ANSI33",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:31},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.25,dashes:[.125,-.0625],sourceLine:32}]},{name:"ANSI34",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:34},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:35},{angle:45,originX:.353553391,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:36},{angle:45,originX:.530330086,originY:0,deltaX:0,deltaY:.75,dashes:[],sourceLine:37}]},{name:"ANSI35",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:39},{angle:45,originX:.176776695,originY:0,deltaX:0,deltaY:.25,dashes:[.3125,-.0625,0,-.0625],sourceLine:40}]},{name:"ANSI36",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:.21875,deltaY:.125,dashes:[.3125,-.0625,0,-.0625],sourceLine:42}]},{name:"ANSI37",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:44},{angle:135,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:45}]},{name:"ANSI38",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:47},{angle:135,originX:0,originY:0,deltaX:.25,deltaY:.125,dashes:[.3125,-.1875],sourceLine:48}]},{name:"AR-B816",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[],sourceLine:54},{angle:90,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[8,-8],sourceLine:55}]},{name:"AR-B816C",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[15.625,-.375],sourceLine:57},{angle:0,originX:-8,originY:.375,deltaX:8,deltaY:8,dashes:[15.625,-.375],sourceLine:58},{angle:90,originX:0,originY:0,deltaX:8,deltaY:8,dashes:[-8.375,7.625],sourceLine:59},{angle:90,originX:-.375,originY:0,deltaX:8,deltaY:8,dashes:[-8.375,7.625],sourceLine:60}]},{name:"AR-B88",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[],sourceLine:62},{angle:90,originX:0,originY:0,deltaX:8,deltaY:4,dashes:[8,-8],sourceLine:63}]},{name:"AR-BRELM",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.334,dashes:[7.625,-.375],sourceLine:65},{angle:0,originX:0,originY:2.25,deltaX:0,deltaY:5.334,dashes:[7.625,-.375],sourceLine:66},{angle:0,originX:2,originY:2.667,deltaX:0,deltaY:5.334,dashes:[3.625,-.375],sourceLine:67},{angle:0,originX:2,originY:4.917,deltaX:0,deltaY:5.334,dashes:[3.625,-.375],sourceLine:68},{angle:90,originX:0,originY:0,deltaX:0,deltaY:8,dashes:[2.25,-3.084],sourceLine:69},{angle:90,originX:-.375,originY:0,deltaX:0,deltaY:8,dashes:[2.25,-3.084],sourceLine:70},{angle:90,originX:2,originY:2.667,deltaX:0,deltaY:4,dashes:[2.25,-3.084],sourceLine:71},{angle:90,originX:1.625,originY:2.667,deltaX:0,deltaY:4,dashes:[2.25,-3.084],sourceLine:72}]},{name:"AR-BRSTD",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:2.667,dashes:[],sourceLine:74},{angle:90,originX:0,originY:0,deltaX:2.667,deltaY:4,dashes:[2.667,-2.667],sourceLine:75}]},{name:"AR-CONC",description:"",lines:[{angle:50,originX:0,originY:0,deltaX:4.12975034,deltaY:-5.89789472,dashes:[.75,-8.25],sourceLine:77},{angle:355,originX:0,originY:0,deltaX:-2.03781207,deltaY:7.3723684,dashes:[.6,-6.6],sourceLine:78},{angle:100.45144446,originX:.59771681,originY:-.05229344,deltaX:5.7305871,deltaY:-6.9397673,dashes:[.63740192,-7.01142112],sourceLine:79},{angle:46.1842,originX:0,originY:2,deltaX:6.19462554,deltaY:-8.84684596,dashes:[1.125,-12.375],sourceLine:80},{angle:96.63563549,originX:.88936745,originY:1.86206693,deltaX:8.59588239,deltaY:-10.40964966,dashes:[.95610342,-10.5171376],sourceLine:81},{angle:351.18416399,originX:0,originY:2,deltaX:7.74327494,deltaY:11.05855746,dashes:[.9,-9.90000001],sourceLine:82},{angle:21,originX:1,originY:1.5,deltaX:4.12975034,deltaY:-5.89789472,dashes:[.75,-8.25],sourceLine:83},{angle:326,originX:1,originY:1.5,deltaX:-2.03781207,deltaY:7.3723684,dashes:[.6,-6.6],sourceLine:84},{angle:71.45144474,originX:1.49742254,originY:1.16448426,deltaX:5.7305871,deltaY:-6.9397673,dashes:[.6374019,-7.01142112],sourceLine:85},{angle:37.5,originX:0,originY:0,deltaX:2.123,deltaY:2.567,dashes:[0,-6.52,0,-6.7,0,-6.625],sourceLine:86},{angle:7.5,originX:0,originY:0,deltaX:3.123,deltaY:3.567,dashes:[0,-3.82,0,-6.37,0,-2.525],sourceLine:87},{angle:-32.5,originX:-2.23,originY:0,deltaX:4.6234,deltaY:2.678,dashes:[0,-2.5,0,-7.8,0,-10.35],sourceLine:88},{angle:-42.5,originX:-3.23,originY:0,deltaX:3.6234,deltaY:4.678,dashes:[0,-3.25,0,-5.18,0,-7.35],sourceLine:89}]},{name:"AR-HBONE",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:4,deltaY:4,dashes:[12,-4],sourceLine:91},{angle:135,originX:2.828427125,originY:2.828427125,deltaX:4,deltaY:-4,dashes:[12,-4],sourceLine:92}]},{name:"AR-PARQ1",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:94},{angle:90,originX:2,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:95},{angle:90,originX:4,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:96},{angle:90,originX:6,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:97},{angle:90,originX:8,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:98},{angle:90,originX:10,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:99},{angle:90,originX:12,originY:0,deltaX:12,deltaY:12,dashes:[12,-12],sourceLine:100},{angle:0,originX:0,originY:12,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:101},{angle:0,originX:0,originY:14,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:102},{angle:0,originX:0,originY:16,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:103},{angle:0,originX:0,originY:18,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:104},{angle:0,originX:0,originY:20,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:105},{angle:0,originX:0,originY:22,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:106},{angle:0,originX:0,originY:24,deltaX:12,deltaY:-12,dashes:[12,-12],sourceLine:107}]},{name:"AR-RROOF",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:2.2,deltaY:1,dashes:[15,-2,5,-1],sourceLine:109},{angle:0,originX:1.33,originY:.5,deltaX:-1,deltaY:1.33,dashes:[3,-.33,6,-.75],sourceLine:110},{angle:0,originX:.5,originY:.85,deltaX:5.2,deltaY:.67,dashes:[8,-1.4,4,-1],sourceLine:111}]},{name:"AR-RSHKE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:25.5,deltaY:12,dashes:[6,-5,7,-3,9,-4],sourceLine:113},{angle:0,originX:6,originY:.5,deltaX:25.5,deltaY:12,dashes:[5,-19,4,-6],sourceLine:114},{angle:0,originX:18,originY:-.75,deltaX:25.5,deltaY:12,dashes:[3,-31],sourceLine:115},{angle:90,originX:0,originY:0,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:116},{angle:90,originX:6,originY:0,deltaX:12,deltaY:8.5,dashes:[11.25,-36.75],sourceLine:117},{angle:90,originX:11,originY:0,deltaX:12,deltaY:8.5,dashes:[10.5,-37.5],sourceLine:118},{angle:90,originX:18,originY:-.75,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:119},{angle:90,originX:21,originY:-.75,deltaX:12,deltaY:8.5,dashes:[11.5,-36.5],sourceLine:120},{angle:90,originX:30,originY:0,deltaX:12,deltaY:8.5,dashes:[11,-37],sourceLine:121}]},{name:"AR-SAND",description:"",lines:[{angle:37.5,originX:0,originY:0,deltaX:1.123,deltaY:1.567,dashes:[0,-1.52,0,-1.7,0,-1.625],sourceLine:123},{angle:7.5,originX:0,originY:0,deltaX:2.123,deltaY:2.567,dashes:[0,-.82,0,-1.37,0,-.525],sourceLine:124},{angle:-32.5,originX:-1.23,originY:0,deltaX:2.6234,deltaY:1.678,dashes:[0,-.5,0,-1.8,0,-2.35],sourceLine:125},{angle:-42.5,originX:-1.23,originY:0,deltaX:1.6234,deltaY:2.678,dashes:[0,-.25,0,-1.18,0,-1.35],sourceLine:126}]},{name:"BOX",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:128},{angle:90,originX:.25,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:129},{angle:0,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[-.25,.25],sourceLine:130},{angle:0,originX:0,originY:.25,deltaX:0,deltaY:1,dashes:[-.25,.25],sourceLine:131},{angle:0,originX:0,originY:.5,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:132},{angle:0,originX:0,originY:.75,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:133},{angle:90,originX:.5,originY:0,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:134},{angle:90,originX:.75,originY:0,deltaX:0,deltaY:1,dashes:[.25,-.25],sourceLine:135}]},{name:"BRASS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:137},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.25,dashes:[.125,-.0625],sourceLine:138}]},{name:"BRICK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:140},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.5,dashes:[.25,-.25],sourceLine:141},{angle:90,originX:.25,originY:0,deltaX:0,deltaY:.5,dashes:[-.25,.25],sourceLine:142}]},{name:"BRSTONE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.33,dashes:[],sourceLine:144},{angle:90,originX:.9,originY:0,deltaX:.33,deltaY:.5,dashes:[.33,-.33],sourceLine:145},{angle:90,originX:.8,originY:0,deltaX:.33,deltaY:.5,dashes:[.33,-.33],sourceLine:146},{angle:0,originX:.9,originY:.055,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:147},{angle:0,originX:.9,originY:.11,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:148},{angle:0,originX:.9,originY:.165,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:149},{angle:0,originX:.9,originY:.22,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:150},{angle:0,originX:.9,originY:.275,deltaX:.5,deltaY:.33,dashes:[-.9,.1],sourceLine:151}]},{name:"CLAY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.1875,dashes:[],sourceLine:153},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.1875,dashes:[],sourceLine:154},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.1875,dashes:[],sourceLine:155},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.1875,dashes:[.1875,-.125],sourceLine:156}]},{name:"CORK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:158},{angle:135,originX:.0625,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:159},{angle:135,originX:.09375,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:160},{angle:135,originX:.125,originY:-.0625,deltaX:0,deltaY:.35355339,dashes:[.176776696,-.176776696],sourceLine:161}]},{name:"CROSS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.25,dashes:[.125,-.375],sourceLine:163},{angle:90,originX:.0625,originY:-.0625,deltaX:.25,deltaY:.25,dashes:[.125,-.375],sourceLine:164}]},{name:"DASH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:166}]},{name:"DOLMIT",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:168},{angle:45,originX:0,originY:0,deltaX:0,deltaY:.70710678,dashes:[.3535533905932738,-.7071067811865476],sourceLine:169}]},{name:"DOTS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.03125,deltaY:.0625,dashes:[0,-.0625],sourceLine:171}]},{name:"EARTH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:173},{angle:0,originX:0,originY:.09375,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:174},{angle:0,originX:0,originY:.1875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:175},{angle:90,originX:.03125,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:176},{angle:90,originX:.125,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:177},{angle:90,originX:.21875,originY:.21875,deltaX:.25,deltaY:.25,dashes:[.25,-.25],sourceLine:178}]},{name:"ESCHER",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:180},{angle:180,originX:0,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:181},{angle:300,originX:0,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[1.1,-.1],sourceLine:182},{angle:60,originX:.1,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:183},{angle:300,originX:.1,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:184},{angle:60,originX:-.05,originY:.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:185},{angle:180,originX:-.05,originY:.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:186},{angle:300,originX:-.05,originY:-.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:187},{angle:180,originX:-.05,originY:-.08660254,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:188},{angle:60,originX:-.4,originY:0,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:189},{angle:300,originX:-.4,originY:0,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:190},{angle:60,originX:.2,originY:-.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:191},{angle:180,originX:.2,originY:-.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:192},{angle:300,originX:.2,originY:.346410161,deltaX:.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:193},{angle:180,originX:.2,originY:.346410161,deltaX:-.6,deltaY:1.039230484,dashes:[.2,-1],sourceLine:194},{angle:0,originX:.2,originY:.173205081,deltaX:-.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:195},{angle:0,originX:.2,originY:-.173205081,deltaX:-.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:196},{angle:120,originX:.05,originY:.259807621,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:197},{angle:120,originX:-.25,originY:.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:198},{angle:240,originX:-.25,originY:-.08660254,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:199},{angle:240,originX:.05,originY:-.259807621,deltaX:.6,deltaY:1.039230484,dashes:[.7,-.5],sourceLine:200}]},{name:"FLEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[.25,-.25],sourceLine:202},{angle:45,originX:.25,originY:0,deltaX:.176776695296,deltaY:.176776695296,dashes:[.0625,-.2285533906,.0625,-.353553390593],sourceLine:203}]},{name:"GOST_GLASS",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:6,deltaY:-6,dashes:[5,-7],sourceLine:205},{angle:45,originX:2.12132,originY:0,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:206},{angle:45,originX:0,originY:2.12132,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:207}]},{name:"GOST_WOOD",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:209},{angle:90,originX:2,originY:-2,deltaX:0,deltaY:-6,dashes:[6,-1.5,3,-1.5],sourceLine:210},{angle:90,originX:4,originY:-5,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:211}]},{name:"GOST_GROUND",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:213},{angle:45,originX:3,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:214},{angle:45,originX:6,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:215}]},{name:"GRASS",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:.707106781,deltaY:.707106781,dashes:[.1875,-1.226713563],sourceLine:217},{angle:45,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[.1875,-.8125],sourceLine:218},{angle:135,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[.1875,-.8125],sourceLine:219}]},{name:"GRATE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.03125,dashes:[],sourceLine:221},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:222}]},{name:"GRAVEL",description:"",lines:[{angle:228.012787504,originX:.72,originY:1,deltaX:12.0413651692039,deltaY:.0743294146632,dashes:[.134536,-13.3190880470737],sourceLine:224},{angle:184.969740728,originX:.63,originY:.9,deltaX:-12.0415166747131,deltaY:.0433148081592,dashes:[.230868,-22.85592476123],sourceLine:225},{angle:132.510447078,originX:.4,originY:.88,deltaX:-14.8659418273816,deltaY:.061429511683,dashes:[.162788,-16.1160325960997],sourceLine:226},{angle:267.273689006,originX:.01,originY:.63,deltaX:-20.0249279039043,deltaY:.0475651493827,dashes:[.210238,-20.813558041629],sourceLine:227},{angle:292.833654178,originX:0,originY:.42,deltaX:-12.9999095019474,deltaY:.048507125026,dashes:[.206155,-20.4093731280883],sourceLine:228},{angle:357.273689006,originX:.08,originY:.23,deltaX:-20.0249279039043,deltaY:.0475651493827,dashes:[.210238,-20.813558041629],sourceLine:229},{angle:37.6942404667,originX:.29,originY:.22,deltaX:-16.4011800288558,deltaY:.0359675000664,dashes:[.278029,-27.524848548916],sourceLine:230},{angle:72.2553283749,originX:.51,originY:.39,deltaX:23.0867613281116,deltaY:.0380969659053,dashes:[.262488,-25.9863214968134],sourceLine:231},{angle:121.429565615,originX:.59,originY:.64,deltaX:15.2642639131074,deltaY:.047404546271,dashes:[.21095,-20.884073109729],sourceLine:232},{angle:175.236358309,originX:.48,originY:.82,deltaX:-11.0450488205478,deltaY:.083045479801,dashes:[.240832,-11.8007625787923],sourceLine:233},{angle:222.397437798,originX:.24,originY:.84,deltaX:16.2787889313724,deltaY:.0321080648114,dashes:[.311448,-30.8333750047949],sourceLine:234},{angle:138.814074834,originX:1,originY:.62,deltaX:9.2190645101588,deltaY:.0940720868851,dashes:[.106301,-10.5238448127347],sourceLine:235},{angle:171.46923439,originX:.92,originY:.69,deltaX:-13.1528534931484,deltaY:.0494468176315,dashes:[.202237,-20.021511416157],sourceLine:236},{angle:225,originX:.72,originY:.72,deltaX:.7071067811865,deltaY:.7071067811865,dashes:[.141421,-1.2727925623731],sourceLine:237},{angle:203.198590514,originX:.65,originY:.84,deltaX:-5.3835637472478,deltaY:.1313064328928,dashes:[.076158,-7.5396151058639],sourceLine:238},{angle:291.801409486,originX:.58,originY:.81,deltaX:-3.156820749011,deltaY:.185695338158,dashes:[.107703,-5.2774618071345],sourceLine:239},{angle:30.9637565321,originX:.62,originY:.71,deltaX:3.6014702879928,deltaY:.1714985851408,dashes:[.174929,-5.6560228948453],sourceLine:240},{angle:161.565051177,originX:.77,originY:.8,deltaX:-2.2135943621183,deltaY:.3162277660138,dashes:[.126491,-3.0357866601684],sourceLine:241},{angle:16.389540334,originX:0,originY:.81,deltaX:10.4401539876873,deltaY:.0564332648047,dashes:[.1772,-17.5428451466694],sourceLine:242},{angle:70.3461759419,originX:.17,originY:.86,deltaX:-11.7045066155395,deltaY:.0672672793901,dashes:[.148661,-14.717407747319],sourceLine:243},{angle:293.198590514,originX:.77,originY:1,deltaX:-5.3835637472478,deltaY:.1313064328928,dashes:[.152315,-7.4634581058639],sourceLine:244},{angle:343.610459666,originX:.83,originY:.86,deltaX:-10.4401539876873,deltaY:.0564332648047,dashes:[.1772,-17.542845146669],sourceLine:245},{angle:339.44395478,originX:0,originY:.19,deltaX:-5.3838927710229,deltaY:.117041147157,dashes:[.17088,-8.3731237453175],sourceLine:246},{angle:294.775140569,originX:.16,originY:.13,deltaX:-12.0828441168135,deltaY:.0698430296124,dashes:[.143178,-14.174643063276],sourceLine:247},{angle:66.8014094864,originX:.78,originY:0,deltaX:5.3835637472487,deltaY:.1313064328552,dashes:[.152315,-7.4634581058639],sourceLine:248},{angle:17.3540246363,originX:.84,originY:.14,deltaX:-13.6013396869991,deltaY:.0596549986364,dashes:[.167631,-16.59542361424],sourceLine:249},{angle:69.4439547804,originX:.29,originY:0,deltaX:-5.383892771022,deltaY:.1170411471946,dashes:[.08544,-8.4585637453175],sourceLine:250},{angle:101.309932474,originX:.72,originY:0,deltaX:4.1184388379018,deltaY:.1961161351396,dashes:[.05099,-5.0480295135928],sourceLine:251},{angle:165.963756532,originX:.71,originY:.05,deltaX:-3.1529631254726,deltaY:.2425356250323,dashes:[.206155,-3.9169506256177],sourceLine:252},{angle:186.009005957,originX:.51,originY:.1,deltaX:-10.0497393137326,deltaY:.0523423921723,dashes:[.19105,-18.9139231745428],sourceLine:253},{angle:303.690067526,originX:.62,originY:.62,deltaX:-2.2188007849008,deltaY:.2773500981134,dashes:[.144222,-3.461329275464],sourceLine:254},{angle:353.157226587,originX:.7,originY:.5,deltaX:17.1171966955143,deltaY:.0397150736497,dashes:[.251794,-24.9275626240283],sourceLine:255},{angle:60.9453959009,originX:.95,originY:.47,deltaX:-8.0616726575653,deltaY:.0971285862325,dashes:[.102956,-10.192674140987],sourceLine:256},{angle:90,originX:1,originY:.56,deltaX:1,deltaY:1,dashes:[.06,-.94],sourceLine:257},{angle:120.256437164,originX:.49,originY:.13,deltaX:-8.0619364083848,deltaY:.0719815751411,dashes:[.138924,-13.7535199894498],sourceLine:258},{angle:48.0127875042,originX:.42,originY:.25,deltaX:12.0413651692041,deltaY:.0743294146212,dashes:[.269072,-13.1845520470737],sourceLine:259},{angle:0,originX:.6,originY:.45,deltaX:1,deltaY:1,dashes:[.26,-.74],sourceLine:260},{angle:325.304846469,originX:.86,originY:.45,deltaX:12.2063917682497,deltaY:-.063245553253,dashes:[.158114,-15.653274300842],sourceLine:261},{angle:254.054604099,originX:.99,originY:.36,deltaX:4.1208169184605,deltaY:.1373605639542,dashes:[.145602,-7.1345078892805],sourceLine:262},{angle:207.645975364,originX:.95,originY:.22,deltaX:21.4708691170287,deltaY:.0421824539631,dashes:[.237065,-23.4694741822594],sourceLine:263},{angle:175.42607874,originX:.74,originY:.11,deltaX:13.0383438432524,deltaY:.039872611164,dashes:[.250799,-24.8290734079689],sourceLine:264}]},{name:"HEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:266},{angle:120,originX:0,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:267},{angle:60,originX:.125,originY:0,deltaX:0,deltaY:.21650635094610965,dashes:[.125,-.25],sourceLine:268}]},{name:"HONEY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[.125,-.25],sourceLine:270},{angle:120,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[.125,-.25],sourceLine:271},{angle:60,originX:0,originY:0,deltaX:.1875,deltaY:.10825317547305482,dashes:[-.25,.125],sourceLine:272}]},{name:"HOUND",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.25,deltaY:.0625,dashes:[1,-.5],sourceLine:274},{angle:90,originX:0,originY:0,deltaX:-.25,deltaY:.0625,dashes:[1,-.5],sourceLine:275}]},{name:"INSUL",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.375,dashes:[],sourceLine:277},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.375,dashes:[.125,-.125],sourceLine:278},{angle:0,originX:0,originY:.25,deltaX:0,deltaY:.375,dashes:[.125,-.125],sourceLine:279}]},{name:"ACAD_ISO02W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3],sourceLine:292}]},{name:"ACAD_ISO03W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-18],sourceLine:294}]},{name:"ACAD_ISO04W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3],sourceLine:296}]},{name:"ACAD_ISO05W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-3],sourceLine:298}]},{name:"ACAD_ISO06W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-6.5],sourceLine:300},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-34,.5,-3],sourceLine:301}]},{name:"ACAD_ISO07W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[.5,-3],sourceLine:303}]},{name:"ACAD_ISO08W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3],sourceLine:305}]},{name:"ACAD_ISO09W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3,6,-3],sourceLine:307}]},{name:"ACAD_ISO10W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3],sourceLine:309}]},{name:"ACAD_ISO11W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-3],sourceLine:311}]},{name:"ACAD_ISO12W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-3],sourceLine:313}]},{name:"ACAD_ISO13W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-6.5],sourceLine:315},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3],sourceLine:316}]},{name:"ACAD_ISO14W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-6.5],sourceLine:318},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-22,.5,-3],sourceLine:319}]},{name:"ACAD_ISO15W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-10],sourceLine:321},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3,.5,-3],sourceLine:322}]},{name:"LINE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:327}]},{name:"MUDST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.5,deltaY:.25,dashes:[.25,-.25,0,-.25,0,-.25],sourceLine:329}]},{name:"NET",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:331},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:332}]},{name:"NET3",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:334},{angle:60,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:335},{angle:120,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:336}]},{name:"PLAST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:338},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.25,dashes:[],sourceLine:339},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.25,dashes:[],sourceLine:340}]},{name:"PLASTI",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:342},{angle:0,originX:0,originY:.03125,deltaX:0,deltaY:.25,dashes:[],sourceLine:343},{angle:0,originX:0,originY:.0625,deltaX:0,deltaY:.25,dashes:[],sourceLine:344},{angle:0,originX:0,originY:.15625,deltaX:0,deltaY:.25,dashes:[],sourceLine:345}]},{name:"SACNCR",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.09375,dashes:[],sourceLine:347},{angle:45,originX:.066291261,originY:0,deltaX:0,deltaY:.09375,dashes:[0,-.09375],sourceLine:348}]},{name:"SQUARE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[.125,-.125],sourceLine:350},{angle:90,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[.125,-.125],sourceLine:351}]},{name:"STARS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:353},{angle:60,originX:0,originY:0,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:354},{angle:120,originX:.0625,originY:.108253176,deltaX:0,deltaY:.216506351,dashes:[.125,-.125],sourceLine:355}]},{name:"STEEL",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.125,dashes:[],sourceLine:357},{angle:45,originX:0,originY:.0625,deltaX:0,deltaY:.125,dashes:[],sourceLine:358}]},{name:"SWAMP",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.125,-.875],sourceLine:360},{angle:90,originX:.0625,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.0625,-1.669550806],sourceLine:361},{angle:90,originX:.078125,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.05,-1.682050806],sourceLine:362},{angle:90,originX:.046875,originY:0,deltaX:.866025403,deltaY:.5,dashes:[.05,-1.682050806],sourceLine:363},{angle:60,originX:.09375,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.04,-.96],sourceLine:364},{angle:120,originX:.03125,originY:0,deltaX:.5,deltaY:.866025403,dashes:[.04,-.96],sourceLine:365}]},{name:"TRANS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.25,dashes:[],sourceLine:367},{angle:0,originX:0,originY:.125,deltaX:0,deltaY:.25,dashes:[.125,-.125],sourceLine:368}]},{name:"TRIANG",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:370},{angle:120,originX:0,originY:0,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:371},{angle:0,originX:-.09375,originY:.162379763,deltaX:.1875,deltaY:.324759526,dashes:[.1875,-.1875],sourceLine:372}]},{name:"ZIGZAG",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:374},{angle:90,originX:.125,originY:0,deltaX:.125,deltaY:.125,dashes:[.125,-.125],sourceLine:375}]}],issues:[]},Wo={patterns:[{name:"SOLID",description:"",lines:[]},{name:"ANGLE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.985,dashes:[5.08,-1.905],sourceLine:20},{angle:90,originX:0,originY:0,deltaX:0,deltaY:6.985,dashes:[5.08,-1.905],sourceLine:21}]},{name:"ANSI31",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:23}]},{name:"ANSI32",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:25},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:26}]},{name:"ANSI33",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:28},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:6.35,dashes:[3.175,-1.5875],sourceLine:29}]},{name:"ANSI34",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:31},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:32},{angle:45,originX:8.98026,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:33},{angle:45,originX:13.4704,originY:0,deltaX:0,deltaY:19.05,dashes:[],sourceLine:34}]},{name:"ANSI35",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:36},{angle:45,originX:4.49013,originY:0,deltaX:0,deltaY:6.35,dashes:[7.9375,-1.5875,0,-1.5875],sourceLine:37}]},{name:"ANSI36",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:5.55625,deltaY:3.175,dashes:[7.9375,-1.5875,0,-1.5875],sourceLine:39}]},{name:"ANSI37",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:41},{angle:135,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:42}]},{name:"ANSI38",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:44},{angle:135,originX:0,originY:0,deltaX:6.35,deltaY:3.175,dashes:[7.9375,-4.7625],sourceLine:45}]},{name:"AR-B816",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[],sourceLine:47},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[203.2,-203.2],sourceLine:48}]},{name:"AR-B816C",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[396.875,-9.525],sourceLine:50},{angle:0,originX:-203.2,originY:9.525,deltaX:203.2,deltaY:203.2,dashes:[396.875,-9.525],sourceLine:51},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:203.2,dashes:[-212.725,193.675],sourceLine:52},{angle:90,originX:-9.525,originY:0,deltaX:203.2,deltaY:203.2,dashes:[-212.725,193.675],sourceLine:53}]},{name:"AR-B88",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[],sourceLine:55},{angle:90,originX:0,originY:0,deltaX:203.2,deltaY:101.6,dashes:[203.2,-203.2],sourceLine:56}]},{name:"AR-BRELM",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:135.484,dashes:[193.675,-9.525],sourceLine:58},{angle:0,originX:0,originY:57.15,deltaX:0,deltaY:135.484,dashes:[193.675,-9.525],sourceLine:59},{angle:0,originX:50.8,originY:67.7418,deltaX:0,deltaY:135.484,dashes:[92.075,-9.525],sourceLine:60},{angle:0,originX:50.8,originY:124.892,deltaX:0,deltaY:135.484,dashes:[92.075,-9.525],sourceLine:61},{angle:90,originX:0,originY:0,deltaX:0,deltaY:203.2,dashes:[57.15,-78.334],sourceLine:62},{angle:90,originX:-9.525,originY:0,deltaX:0,deltaY:203.2,dashes:[57.15,-78.334],sourceLine:63},{angle:90,originX:50.8,originY:67.7418,deltaX:0,deltaY:101.6,dashes:[57.15,-78.334],sourceLine:64},{angle:90,originX:41.275,originY:67.7418,deltaX:0,deltaY:101.6,dashes:[57.15,-78.334],sourceLine:65}]},{name:"AR-BRSTD",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:67.7418,dashes:[],sourceLine:67},{angle:90,originX:0,originY:0,deltaX:67.7418,deltaY:101.6,dashes:[67.7418,-67.7418],sourceLine:68}]},{name:"AR-CONC",description:"",lines:[{angle:50,originX:0,originY:0,deltaX:104.896,deltaY:-149.807,dashes:[19.05,-209.55],sourceLine:70},{angle:355,originX:0,originY:0,deltaX:-51.76101082,deltaY:187.25814969,dashes:[15.24,-167.64058417],sourceLine:71},{angle:100.4514447,originX:15.182007,originY:-1.3282535,deltaX:145.5569059,deltaY:-176.270089,dashes:[16.1900088,-178.0902446],sourceLine:72},{angle:46.1842,originX:0,originY:50.8,deltaX:157.343,deltaY:-224.71,dashes:[28.575,-314.325],sourceLine:73},{angle:96.63555761,originX:22.5899,originY:47.2965,deltaX:218.33577212,deltaY:-264.40480444,dashes:[24.28502314,-267.13560816],sourceLine:74},{angle:351.18415117,originX:0,originY:50.8,deltaX:196.67912063,deltaY:280.88740361,dashes:[22.85996707,-251.45973192],sourceLine:75},{angle:21,originX:25.4,originY:38.1,deltaX:104.89565868,deltaY:-149.80652586,dashes:[19.05,-209.55],sourceLine:76},{angle:326,originX:25.4,originY:38.1,deltaX:-51.7604,deltaY:187.258,dashes:[15.24,-167.64],sourceLine:77},{angle:71.451445,originX:38.0345326,originY:29.5779001,deltaX:145.5567546,deltaY:-176.2700748,dashes:[16.1900088,-178.0899376],sourceLine:78},{angle:37.5,originX:0,originY:0,deltaX:53.9242,deltaY:65.2018,dashes:[0,-165.608,0,-170.18,0,-168.275],sourceLine:79},{angle:7.5,originX:0,originY:0,deltaX:79.3242,deltaY:90.6018,dashes:[0,-97.028,0,-161.798,0,-64.135],sourceLine:80},{angle:-32.5,originX:-56.642,originY:0,deltaX:117.434,deltaY:68.0212,dashes:[0,-63.5,0,-198.12,0,-262.89],sourceLine:81},{angle:-42.5,originX:-82.042,originY:0,deltaX:92.0344,deltaY:118.821,dashes:[0,-82.55,0,-131.572,0,-186.69],sourceLine:82}]},{name:"AR-HBONE",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:101.6,deltaY:101.6,dashes:[304.8,-101.6],sourceLine:84},{angle:135,originX:71.842,originY:71.842,deltaX:101.6,deltaY:-101.6,dashes:[304.8,-101.6],sourceLine:85}]},{name:"AR-PARQ1",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:87},{angle:90,originX:50.8,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:88},{angle:90,originX:101.6,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:89},{angle:90,originX:152.4,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:90},{angle:90,originX:203.2,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:91},{angle:90,originX:254,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:92},{angle:90,originX:304.8,originY:0,deltaX:304.8,deltaY:304.8,dashes:[304.8,-304.8],sourceLine:93},{angle:0,originX:0,originY:304.8,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:94},{angle:0,originX:0,originY:355.6,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:95},{angle:0,originX:0,originY:406.4,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:96},{angle:0,originX:0,originY:457.2,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:97},{angle:0,originX:0,originY:508,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:98},{angle:0,originX:0,originY:558.8,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:99},{angle:0,originX:0,originY:609.6,deltaX:304.8,deltaY:-304.8,dashes:[304.8,-304.8],sourceLine:100}]},{name:"AR-RROOF",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:55.88,deltaY:25.4,dashes:[381,-50.8,127,-25.4],sourceLine:102},{angle:0,originX:33.782,originY:12.7,deltaX:-25.4,deltaY:33.782,dashes:[76.2,-8.382,152.4,-19.05],sourceLine:103},{angle:0,originX:12.7,originY:21.59,deltaX:132.08,deltaY:17.018,dashes:[203.2,-35.56,101.6,-25.4],sourceLine:104}]},{name:"AR-RSHKE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:647.7,deltaY:304.8,dashes:[152.4,-127,177.8,-76.2,228.6,-101.6],sourceLine:106},{angle:0,originX:152.4,originY:12.7,deltaX:647.7,deltaY:304.8,dashes:[127,-482.6,101.6,-152.4],sourceLine:107},{angle:0,originX:457.2,originY:-19.05,deltaX:647.7,deltaY:304.8,dashes:[76.2,-787.4],sourceLine:108},{angle:90,originX:0,originY:0,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:109},{angle:90,originX:152.4,originY:0,deltaX:304.8,deltaY:215.9,dashes:[285.75,-933.45],sourceLine:110},{angle:90,originX:279.4,originY:0,deltaX:304.8,deltaY:215.9,dashes:[266.7,-952.5],sourceLine:111},{angle:90,originX:457.2,originY:-19.05,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:112},{angle:90,originX:533.4,originY:-19.05,deltaX:304.8,deltaY:215.9,dashes:[292.1,-927.1],sourceLine:113},{angle:90,originX:762,originY:0,deltaX:304.8,deltaY:215.9,dashes:[279.4,-939.8],sourceLine:114}]},{name:"AR-SAND",description:"",lines:[{angle:37.5,originX:0,originY:0,deltaX:28.5242,deltaY:39.8018,dashes:[0,-38.608,0,-43.18,0,-41.275],sourceLine:116},{angle:7.5,originX:0,originY:0,deltaX:53.9242,deltaY:65.2018,dashes:[0,-20.828,0,-34.798,0,-13.335],sourceLine:117},{angle:-32.5,originX:-31.242,originY:0,deltaX:66.6344,deltaY:42.6212,dashes:[0,-12.7,0,-45.72,0,-59.69],sourceLine:118},{angle:-42.5,originX:-31.242,originY:0,deltaX:41.2344,deltaY:68.0212,dashes:[0,-6.35,0,-29.972,0,-34.29],sourceLine:119}]},{name:"BOX",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[],sourceLine:121},{angle:90,originX:6.35,originY:0,deltaX:0,deltaY:25.4,dashes:[],sourceLine:122},{angle:0,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[-6.35,6.35],sourceLine:123},{angle:0,originX:0,originY:6.35,deltaX:0,deltaY:25.4,dashes:[-6.35,6.35],sourceLine:124},{angle:0,originX:0,originY:12.7,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:125},{angle:0,originX:0,originY:19.05,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:126},{angle:90,originX:12.7,originY:0,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:127},{angle:90,originX:19.05,originY:0,deltaX:0,deltaY:25.4,dashes:[6.35,-6.35],sourceLine:128}]},{name:"BRASS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:130},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:6.35,dashes:[3.175,-1.5875],sourceLine:131}]},{name:"BRICK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:133},{angle:90,originX:0,originY:0,deltaX:0,deltaY:12.7,dashes:[6.35,-6.35],sourceLine:134},{angle:90,originX:6.35,originY:0,deltaX:0,deltaY:12.7,dashes:[-6.35,6.35],sourceLine:135}]},{name:"BRSTONE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:8.382,dashes:[],sourceLine:137},{angle:90,originX:22.86,originY:0,deltaX:8.382,deltaY:12.7,dashes:[8.382,-8.382],sourceLine:138},{angle:90,originX:20.32,originY:0,deltaX:8.382,deltaY:12.7,dashes:[8.382,-8.382],sourceLine:139},{angle:0,originX:22.86,originY:1.397,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:140},{angle:0,originX:22.86,originY:2.794,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:141},{angle:0,originX:22.86,originY:4.191,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:142},{angle:0,originX:22.86,originY:5.588,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:143},{angle:0,originX:22.86,originY:6.985,deltaX:12.7,deltaY:8.382,dashes:[-22.86,2.54],sourceLine:144}]},{name:"CLAY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:146},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:147},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:4.7625,dashes:[],sourceLine:148},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:4.7625,dashes:[4.7625,-3.175],sourceLine:149}]},{name:"CORK",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:151},{angle:135,originX:1.5875,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:152},{angle:135,originX:2.38125,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:153},{angle:135,originX:3.175,originY:-1.5875,deltaX:0,deltaY:8.98026,dashes:[4.49013,-4.49013],sourceLine:154}]},{name:"CROSS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:6.35,dashes:[3.175,-9.525],sourceLine:156},{angle:90,originX:1.5875,originY:-1.5875,deltaX:6.35,deltaY:6.35,dashes:[3.175,-9.525],sourceLine:157}]},{name:"DASH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:159}]},{name:"DOLMIT",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:161},{angle:45,originX:0,originY:0,deltaX:0,deltaY:17.9605,dashes:[8.980256121069154,-17.960512242138307],sourceLine:162}]},{name:"DOTS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:.79375,deltaY:1.5875,dashes:[0,-1.5875],sourceLine:164}]},{name:"EARTH",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:166},{angle:0,originX:0,originY:2.38125,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:167},{angle:0,originX:0,originY:4.7625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:168},{angle:90,originX:.79375,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:169},{angle:90,originX:3.175,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:170},{angle:90,originX:5.55625,originY:5.55625,deltaX:6.35,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:171}]},{name:"ESCHER",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:173},{angle:180,originX:0,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:174},{angle:300,originX:0,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[27.94,-2.54],sourceLine:175},{angle:60,originX:2.54,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:176},{angle:300,originX:2.54,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:177},{angle:60,originX:-1.27,originY:2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:178},{angle:180,originX:-1.27,originY:2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:179},{angle:300,originX:-1.27,originY:-2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:180},{angle:180,originX:-1.27,originY:-2.199704516,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:181},{angle:60,originX:-10.16,originY:0,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:182},{angle:300,originX:-10.16,originY:0,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:183},{angle:60,originX:5.08,originY:-8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:184},{angle:180,originX:5.08,originY:-8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:185},{angle:300,originX:5.08,originY:8.7988180894,deltaX:15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:186},{angle:180,originX:5.08,originY:8.7988180894,deltaX:-15.24,deltaY:26.3964542936,dashes:[5.08,-25.4],sourceLine:187},{angle:0,originX:5.08,originY:4.3994090574,deltaX:-15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:188},{angle:0,originX:5.08,originY:-4.3994090574,deltaX:-15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:189},{angle:120,originX:1.27,originY:6.5991135734,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:190},{angle:120,originX:-6.35,originY:2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:191},{angle:240,originX:-6.35,originY:-2.199704516,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:192},{angle:240,originX:1.27,originY:-6.5991135734,deltaX:15.24,deltaY:26.3964542936,dashes:[17.78,-12.7],sourceLine:193}]},{name:"FLEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[6.35,-6.35],sourceLine:195},{angle:45,originX:6.35,originY:0,deltaX:4.490128053,deltaY:4.490128053,dashes:[1.5875,-5.8052561314,1.5875,-8.9802561314],sourceLine:196}]},{name:"GOST_GLASS",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:6,deltaY:-6,dashes:[5,-7],sourceLine:198},{angle:45,originX:2.12132,originY:0,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:199},{angle:45,originX:0,originY:2.12132,deltaX:6,deltaY:-6,dashes:[2,-10],sourceLine:200}]},{name:"GOST_WOOD",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:202},{angle:90,originX:2,originY:-2,deltaX:0,deltaY:-6,dashes:[6,-1.5,3,-1.5],sourceLine:203},{angle:90,originX:4,originY:-5,deltaX:0,deltaY:-6,dashes:[10,-2],sourceLine:204}]},{name:"GOST_GROUND",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:206},{angle:45,originX:3,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:207},{angle:45,originX:6,originY:0,deltaX:10,deltaY:-10,dashes:[20],sourceLine:208}]},{name:"GRASS",description:"",lines:[{angle:90,originX:0,originY:0,deltaX:17.96051224,deltaY:17.96051224,dashes:[4.7625,-31.15852448],sourceLine:210},{angle:45,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[4.7625,-20.6375],sourceLine:211},{angle:135,originX:0,originY:0,deltaX:0,deltaY:25.4,dashes:[4.7625,-20.6375],sourceLine:212}]},{name:"GRATE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:.79375,dashes:[],sourceLine:214},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:215}]},{name:"GRAVEL",description:"",lines:[{angle:228.0127875,originX:18.288,originY:25.4,deltaX:305.85067529778,deltaY:1.88796713245,dashes:[3.4172144,-338.30483639565],sourceLine:217},{angle:184.969741,originX:16.002,originY:22.86,deltaX:-305.8545235377,deltaY:1.10019612724,dashes:[5.8640472,-580.54048893524],sourceLine:218},{angle:132.5104471,originX:10.16,originY:22.352,deltaX:-377.59492241548,deltaY:1.56030959675,dashes:[4.1348152,-409.347227941],sourceLine:219},{angle:267.273689,originX:.254,originY:16.002,deltaX:-508.63316875916,deltaY:1.20815479432,dashes:[5.3400452,-528.66437425738],sourceLine:220},{angle:292.83365418,originX:0,originY:10.668,deltaX:-330.19770134945,deltaY:1.23208097566,dashes:[5.236337,-518.39807745344],sourceLine:221},{angle:357.273689,originX:2.032,originY:5.842,deltaX:-508.63316875916,deltaY:1.20815479432,dashes:[5.3400452,-528.66437425738],sourceLine:222},{angle:37.69424047,originX:7.366,originY:5.588,deltaX:-416.58997273292,deltaY:.91357450169,dashes:[7.0619366,-699.13115314247],sourceLine:223},{angle:72.25532837,originX:12.954,originY:9.906,deltaX:586.40373773403,deltaY:.96766293399,dashes:[6.6671952,-660.05256601905],sourceLine:224},{angle:121.42956562,originX:14.986,originY:16.256,deltaX:387.71230339293,deltaY:1.2040754753,dashes:[5.35813,-530.45545698712],sourceLine:225},{angle:175.2363583,originX:12.192,originY:20.828,deltaX:-280.5442400419,deltaY:2.10935518695,dashes:[6.1171328,-299.7393695],sourceLine:226},{angle:222.3974378,originX:6.096,originY:21.336,deltaX:413.48123885686,deltaY:.81554484621,dashes:[7.9107792,-783.16772512177],sourceLine:227},{angle:138.81407483,originX:25.4,originY:15.748,deltaX:234.164238558,deltaY:2.38943100688,dashes:[2.7000454,-267.30565824344],sourceLine:228},{angle:171.4692344,originX:23.368,originY:17.526,deltaX:-334.082478726,deltaY:1.25594916784,dashes:[5.1368198,-508.5463899704],sourceLine:229},{angle:225,originX:18.288,originY:18.288,deltaX:17.96051224214,deltaY:17.96051224214,dashes:[3.5920934,-32.32893108428],sourceLine:230},{angle:203.19859051,originX:16.51,originY:21.336,deltaX:-136.74251918,deltaY:3.33518339548,dashes:[1.9344132,-191.50622368894],sourceLine:231},{angle:291.80140949,originX:14.732,originY:20.574,deltaX:-80.18324702488,deltaY:4.71666158921,dashes:[2.7356562,-134.0475299],sourceLine:232},{angle:30.96375653,originX:15.748,originY:18.034,deltaX:91.47734531502,deltaY:4.35606406258,dashes:[4.4431966,-143.6629815291],sourceLine:233},{angle:161.56505118,originX:19.558,originY:20.32,deltaX:-56.2252967978,deltaY:8.03218525675,dashes:[3.2128714,-77.10898116828],sourceLine:234},{angle:16.389540334,originX:0,originY:20.574,deltaX:265.17991128726,deltaY:1.43340492604,dashes:[4.50088,-445.58826672539],sourceLine:235},{angle:70.34617594,originX:4.318,originY:21.844,deltaX:-297.29446803469,deltaY:1.70858889651,dashes:[3.7759894,-373.822156782],sourceLine:236},{angle:293.19859051,originX:19.558,originY:25.4,deltaX:-136.7425191801,deltaY:3.33518339548,dashes:[3.868801,-189.57183588894],sourceLine:237},{angle:343.61045967,originX:21.082,originY:21.844,deltaX:-265.17991128725,deltaY:1.433404926,dashes:[4.50088,-445.5882667254],sourceLine:238},{angle:339.44395478,originX:0,originY:4.826,deltaX:-136.75087638398,deltaY:2.97284513779,dashes:[4.340352,-212.67734313106],sourceLine:239},{angle:294.7751406,originX:4.064,originY:3.302,deltaX:-306.90424056705,deltaY:1.77401295215,dashes:[3.6367212,-360.0359338072],sourceLine:240},{angle:66.80140949,originX:19.812,originY:0,deltaX:136.74251918012,deltaY:3.33518339452,dashes:[3.868801,-189.57183588894],sourceLine:241},{angle:17.35402464,originX:21.336,originY:3.556,deltaX:-345.47402804977,deltaY:1.51523696536,dashes:[4.2578274,-421.523759802],sourceLine:242},{angle:69.44395478,originX:7.366,originY:0,deltaX:-136.75087638396,deltaY:2.97284513874,dashes:[2.170176,-214.84751913106],sourceLine:243},{angle:101.309932474,originX:18.288,originY:0,deltaX:104.60834648271,deltaY:4.98134983255,dashes:[1.295146,-128.21994964526],sourceLine:244},{angle:165.963756532,originX:18.034,originY:1.27,deltaX:-80.085263387,deltaY:6.16040487582,dashes:[5.236337,-99.49054589069],sourceLine:245},{angle:186.00900596,originX:12.954,originY:2.54,deltaX:-255.26337856879,deltaY:1.32949676118,dashes:[4.85267,-480.41364863337],sourceLine:246},{angle:303.69006753,originX:15.748,originY:15.748,deltaX:-56.35753993648,deltaY:7.0446924921,dashes:[3.6632388,-87.9177635968],sourceLine:247},{angle:353.15722659,originX:17.78,originY:12.7,deltaX:434.77679606606,deltaY:1.0087628707,dashes:[6.3955676,-633.16009065031],sourceLine:248},{angle:60.9453959,originX:24.13,originY:11.938,deltaX:-204.76648550216,deltaY:2.46706609031,dashes:[2.6150824,-258.8939231811],sourceLine:249},{angle:90,originX:25.4,originY:14.224,deltaX:25.4,deltaY:25.4,dashes:[1.524,-23.876],sourceLine:250},{angle:120.25643716,originX:12.446,originY:3.302,deltaX:-204.77318477297,deltaY:1.8283320086,dashes:[3.5286696,-349.339407732],sourceLine:251},{angle:48.0127875,originX:10.668,originY:6.35,deltaX:305.85067529778,deltaY:1.88796713138,dashes:[6.8344288,-334.88762199565],sourceLine:252},{angle:0,originX:15.24,originY:11.43,deltaX:25.4,deltaY:25.4,dashes:[6.604,-18.796],sourceLine:253},{angle:325.3048465,originX:21.844,originY:11.43,deltaX:310.04235091354,deltaY:-1.6064370526,dashes:[4.0160956,-397.5931672414],sourceLine:254},{angle:254.0546041,originX:25.146,originY:9.144,deltaX:104.6687497289,deltaY:3.48895832444,dashes:[3.6982908,-181.21650038772],sourceLine:255},{angle:207.64597536,originX:24.13,originY:5.588,deltaX:545.36007557253,deltaY:1.07143433066,dashes:[6.021451,-596.12464422938],sourceLine:256},{angle:175.42607874,originX:18.796,originY:2.794,deltaX:331.1739336186,deltaY:1.01276432357,dashes:[6.3702946,-630.6584645624],sourceLine:257}]},{name:"HEX",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:259},{angle:120,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:260},{angle:60,originX:3.175,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-6.35],sourceLine:261}]},{name:"HONEY",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[3.175,-6.35],sourceLine:263},{angle:120,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[3.175,-6.35],sourceLine:264},{angle:60,originX:0,originY:0,deltaX:4.7625,deltaY:2.749630645,dashes:[-6.35,3.175],sourceLine:265}]},{name:"HOUND",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:6.35,deltaY:1.5875,dashes:[25.4,-12.7],sourceLine:267},{angle:90,originX:0,originY:0,deltaX:-6.35,deltaY:1.5875,dashes:[25.4,-12.7],sourceLine:268}]},{name:"INSUL",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:9.525,dashes:[],sourceLine:270},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:9.525,dashes:[3.175,-3.175],sourceLine:271},{angle:0,originX:0,originY:6.35,deltaX:0,deltaY:9.525,dashes:[3.175,-3.175],sourceLine:272}]},{name:"ACAD_ISO02W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3],sourceLine:285}]},{name:"ACAD_ISO03W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-18],sourceLine:287}]},{name:"ACAD_ISO04W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3],sourceLine:289}]},{name:"ACAD_ISO05W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-3],sourceLine:291}]},{name:"ACAD_ISO06W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,.5,-3,.5,-6.5],sourceLine:293},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-34,.5,-3],sourceLine:294}]},{name:"ACAD_ISO07W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[.5,-3],sourceLine:296}]},{name:"ACAD_ISO08W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3],sourceLine:298}]},{name:"ACAD_ISO09W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[24,-3,6,-3,6,-3],sourceLine:300}]},{name:"ACAD_ISO10W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3],sourceLine:302}]},{name:"ACAD_ISO11W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-3],sourceLine:304}]},{name:"ACAD_ISO12W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-3],sourceLine:306}]},{name:"ACAD_ISO13W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-6.5],sourceLine:308},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3],sourceLine:309}]},{name:"ACAD_ISO14W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,.5,-3,.5,-6.5],sourceLine:311},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-22,.5,-3],sourceLine:312}]},{name:"ACAD_ISO15W100",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[12,-3,12,-3,.5,-10],sourceLine:314},{angle:0,originX:0,originY:0,deltaX:0,deltaY:5,dashes:[-33.5,.5,-3,.5,-3],sourceLine:315}]},{name:"JIS_LC_20",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:322},{angle:45,originX:.4,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:323}]},{name:"JIS_LC_20A",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:325},{angle:45,originX:1,originY:0,deltaX:0,deltaY:20,dashes:[],sourceLine:326}]},{name:"JIS_LC_8",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:328},{angle:45,originX:.4,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:329}]},{name:"JIS_LC_8A",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:331},{angle:45,originX:1,originY:0,deltaX:0,deltaY:7.8,dashes:[],sourceLine:332}]},{name:"JIS_RC_10",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:334},{angle:45,originX:.725,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:335},{angle:45,originX:1.45,originY:0,deltaX:0,deltaY:10,dashes:[],sourceLine:336}]},{name:"JIS_RC_15",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:338},{angle:45,originX:.725,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:339},{angle:45,originX:1.45,originY:0,deltaX:0,deltaY:15,dashes:[],sourceLine:340}]},{name:"JIS_RC_18",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:342},{angle:45,originX:1,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:343},{angle:45,originX:2,originY:0,deltaX:0,deltaY:18,dashes:[],sourceLine:344}]},{name:"JIS_RC_30",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:346},{angle:45,originX:1,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:347},{angle:45,originX:2,originY:0,deltaX:0,deltaY:30,dashes:[],sourceLine:348}]},{name:"JIS_STN_1E",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:1,dashes:[],sourceLine:350},{angle:45,originX:.705,originY:0,deltaX:0,deltaY:1,dashes:[1,-.5],sourceLine:351}]},{name:"JIS_STN_2.5",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:2.5,dashes:[],sourceLine:353},{angle:45,originX:1.765,originY:0,deltaX:0,deltaY:2.5,dashes:[1.2,-.5],sourceLine:354}]},{name:"JIS_WOOD",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:.70710678,dashes:[],sourceLine:356}]},{name:"LINE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:359}]},{name:"MUDST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:12.7,deltaY:6.35,dashes:[6.35,-6.35,0,-6.35,0,-6.35],sourceLine:361}]},{name:"NET",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:363},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:364}]},{name:"NET3",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:366},{angle:60,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:367},{angle:120,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:368}]},{name:"PLAST",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:370},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:6.35,dashes:[],sourceLine:371},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:372}]},{name:"PLASTI",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:374},{angle:0,originX:0,originY:.79375,deltaX:0,deltaY:6.35,dashes:[],sourceLine:375},{angle:0,originX:0,originY:1.5875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:376},{angle:0,originX:0,originY:3.96875,deltaX:0,deltaY:6.35,dashes:[],sourceLine:377}]},{name:"SACNCR",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:2.38125,dashes:[],sourceLine:379},{angle:45,originX:1.6838,originY:0,deltaX:0,deltaY:2.38125,dashes:[0,-2.38125],sourceLine:380}]},{name:"SQUARE",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:382},{angle:90,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:383}]},{name:"STARS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:385},{angle:60,originX:0,originY:0,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:386},{angle:120,originX:1.5875,originY:2.7496306704,deltaX:0,deltaY:5.4992613154,dashes:[3.175,-3.175],sourceLine:387}]},{name:"STEEL",description:"",lines:[{angle:45,originX:0,originY:0,deltaX:0,deltaY:3.175,dashes:[],sourceLine:389},{angle:45,originX:0,originY:1.5875,deltaX:0,deltaY:3.175,dashes:[],sourceLine:390}]},{name:"SWAMP",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[3.175,-22.225],sourceLine:392},{angle:90,originX:1.5875,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.5875,-42.4065904724],sourceLine:393},{angle:90,originX:1.984375,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.27,-42.7240904724],sourceLine:394},{angle:90,originX:1.190625,originY:0,deltaX:21.9970452362,deltaY:12.7,dashes:[1.27,-42.7240904724],sourceLine:395},{angle:60,originX:2.38125,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[1.016,-24.384],sourceLine:396},{angle:120,originX:.79375,originY:0,deltaX:12.7,deltaY:21.9970452362,dashes:[1.016,-24.384],sourceLine:397}]},{name:"TRANS",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:0,deltaY:6.35,dashes:[],sourceLine:399},{angle:0,originX:0,originY:3.175,deltaX:0,deltaY:6.35,dashes:[3.175,-3.175],sourceLine:400}]},{name:"TRIANG",description:"",lines:[{angle:60,originX:0,originY:0,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:402},{angle:120,originX:0,originY:0,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:403},{angle:0,originX:-2.38125,originY:4.1244459802,deltaX:4.7625,deltaY:8.2488919604,dashes:[4.7625,-4.7625],sourceLine:404}]},{name:"ZIGZAG",description:"",lines:[{angle:0,originX:0,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:406},{angle:90,originX:3.175,originY:0,deltaX:3.175,deltaY:3.175,dashes:[3.175,-3.175],sourceLine:407}]}],issues:[]};var we=(i=>(i[i.UserDefined=0]="UserDefined",i[i.Predefined=1]="Predefined",i[i.Custom=2]="Custom",i))(we||{}),Do=(i=>(i[i.Normal=0]="Normal",i[i.Outer=1]="Outer",i[i.Ignore=2]="Ignore",i))(Do||{}),Uo=(i=>(i[i.HatchObject=0]="HatchObject",i[i.GradientObject=1]="GradientObject",i))(Uo||{}),$o=(i=>(i[i.PreDefinedGradient=0]="PreDefinedGradient",i[i.UserDefinedGradient=1]="UserDefinedGradient",i))($o||{});const rr=class rr extends ${constructor(){super(),this._gradientAngle=0,this._elevation=0,this._geo=new Bt,this._isSolidFill=!1,this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1,this._patternName="",this._patternNameSet=!1,this._patternType=1,this._patternAngle=0,this._patternAngleSet=!1,this._patternScale=1,this._patternScaleSet=!1,this._associative=!1,this._associativeSet=!1,this._backgroundColor=void 0,this._backgroundColorSet=!1,this._patternDouble=!1,this._patternDoubleSet=!1,this._hatchStyle=0,this._hatchStyleSet=!1,this._hatchObjectType=0,this._gradientAngle=0,this._gradientShift=0,this._shadeTintValue=0,this._gradientStartColor=void 0,this._gradientEndColor=void 0,this._gradientType=0,this._gradientName="",this._gradientOneColorMode=!1}get dxfTypeName(){return"HATCH"}get isGradient(){return this._hatchObjectType===1}get isHatch(){return this._hatchObjectType===0}get isSolidFill(){return this._isSolidFill||this.getEffectivePatternName().trim().toUpperCase()===Gt}set isSolidFill(t){this._isSolidFill=t}get color(){if(this.hasExplicitColor())return this.getEntityColor();const t=this.database,e=gt.instance().getVar(v.HPCOLOR,t);return e instanceof k&&e.colorMethod!==exports.AcCmColorMethod.None?e.clone():t.cecolor.clone()}set color(t){this.setEntityColor(t)}get definitionLines(){return this._definitionLines}get patternName(){return this._patternName}set patternName(t){this._patternName=t??"",this._isSolidFill=this._patternName.trim().toUpperCase()===Gt,this._patternNameSet=!0,this.updatePredefinedPatternDefinitionLines()}get patternType(){return this._patternType}set patternType(t){this._patternType=t,t!==1&&this._definitionLinesAutoGenerated&&(this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1),this.updatePredefinedPatternDefinitionLines()}get patternAngle(){return this._patternAngle}set patternAngle(t){this._patternAngle=t,this._patternAngleSet=!0}get patternScale(){return this._patternScale}set patternScale(t){this._patternScale=t,this._patternScaleSet=!0,this.updatePredefinedPatternDefinitionLines()}get associative(){return this._associative}set associative(t){this._associative=!!t,this._associativeSet=!0}get backgroundColor(){return this._backgroundColor}set backgroundColor(t){this._backgroundColor=t==null?void 0:t.clone(),this._backgroundColorSet=!0}get patternDouble(){return this._patternDouble}set patternDouble(t){this._patternDouble=!!t,this._patternDoubleSet=!0}get hatchStyle(){return this._hatchStyle}set hatchStyle(t){this._hatchStyle=t,this._hatchStyleSet=!0}get elevation(){return this._elevation}set elevation(t){this._elevation=t}get hatchObjectType(){return this._hatchObjectType}set hatchObjectType(t){this._hatchObjectType=t}get gradientAngle(){return this._gradientAngle}set gradientAngle(t){this._gradientAngle=t}get gradientShift(){return this._gradientShift}set gradientShift(t){this._gradientShift=t}get gradientType(){return this._gradientType}set gradientType(t){this._gradientType=t}get gradientName(){return this.isGradient&&this._gradientName.trim()===""?To:this._gradientName}set gradientName(t){this._gradientName=t??""}get gradientOneColorMode(){return this._gradientOneColorMode}set gradientOneColorMode(t){this._gradientOneColorMode=t}get shadeTintValue(){return this._shadeTintValue}set shadeTintValue(t){this._shadeTintValue=t}get gradientStartColor(){return this._gradientStartColor}set gradientStartColor(t){this._gradientStartColor=t==null||!Number.isFinite(t)?void 0:t&16777215}get gradientEndColor(){return this._gradientEndColor}set gradientEndColor(t){this._gradientEndColor=t==null||!Number.isFinite(t)?void 0:t&16777215}applyPatternDefaultsFromSysVars(t){const e=gt.instance();if(!this.hasExplicitLayer()){const n=e.getVar(v.HPLAYER,t);this.shouldUseSysVarOverride(n)&&(this.layer=n)}if(!this.hasExplicitTransparency()){const n=this.parseHpTransparency(e.getVar(v.HPTRANSPARENCY,t));n&&(this.transparency=n)}if(this._backgroundColorSet||(this._backgroundColor=this.parseHpBackgroundColor(e.getVar(v.HPBACKGROUNDCOLOR,t)),this._backgroundColorSet=!0),!this._patternNameSet){const n=e.getVar(v.HPNAME,t);this._patternName=typeof n=="string"?n:"",this._patternNameSet=!0}if(!this._patternAngleSet){const n=e.getVar(v.HPANG,t);this._patternAngle=typeof n=="number"&&Number.isFinite(n)?n:0,this._patternAngleSet=!0}if(this._patternScaleSet||(this._patternScale=this.normalizePatternScale(e.getVar(v.HPSCALE,t)),this._patternScaleSet=!0),!this._associativeSet){const n=e.getVar(v.HPASSOC,t);this._associative=typeof n=="number"?n!==0:!1,this._associativeSet=!0}if(this._hatchStyleSet||(this._hatchStyle=this.normalizeHatchStyle(e.getVar(v.HPISLANDDETECTION,t)),this._hatchStyleSet=!0),!this._patternDoubleSet){const n=e.getVar(v.HPDOUBLE,t);this._patternDouble=typeof n=="number"?n!==0:!1,this._patternDoubleSet=!0}this.updatePredefinedPatternDefinitionLines()}getEffectivePatternName(){if(this._patternNameSet)return this._patternName;const t=this.database,e=gt.instance().getVar(v.HPNAME,t);return typeof e=="string"?e:this._patternName}shouldResolveColorFromCecolor(){return!1}getEffectivePatternAngle(){if(this._patternAngleSet)return this._patternAngle;const t=this.database,e=gt.instance().getVar(v.HPANG,t);return typeof e=="number"&&Number.isFinite(e)?e:this._patternAngle}getRenderablePatternAngle(){return!this._definitionLinesAutoGenerated&&this._definitionLines.length>0?0:this.getEffectivePatternAngle()}getEffectivePatternScale(){if(this._patternScaleSet)return this._patternScale;const t=this.database;return this.normalizePatternScale(gt.instance().getVar(v.HPSCALE,t))}getEffectiveAssociative(){if(this._associativeSet)return this._associative;const t=this.database,e=gt.instance().getVar(v.HPASSOC,t);return typeof e=="number"?e!==0:this._associative}normalizePatternScale(t){return typeof t=="number"&&Number.isFinite(t)&&t>0?t:1}normalizeHatchStyle(t){return typeof t!="number"||!Number.isFinite(t)?1:t===0?0:t===2?2:1}shouldUseSysVarOverride(t){if(typeof t!="string")return!1;const e=t.trim().toLowerCase();return e!==""&&e!=="."&&e!=="use current"}parseHpBackgroundColor(t){if(t instanceof k)return t.colorMethod===exports.AcCmColorMethod.None?void 0:t.clone();if(typeof t!="string")return;const e=t.trim().toLowerCase();if(!(!e||e==="."||e==="none"))return k.fromString(t)}parseHpTransparency(t){if(t instanceof U)return t.clone();if(!this.shouldUseSysVarOverride(t))return;const e=t.trim();if(/^bylayer$/i.test(e)||/^byblock$/i.test(e))return U.fromString(e);const n=Number(e);if(Number.isInteger(n)&&n>=0&&n<=90){const r=new U;return r.percentage=n,r}}updatePredefinedPatternDefinitionLines(t=this.getEffectivePatternName(),e=this.getEffectivePatternScale()){if(this.patternType!==1||!(this._definitionLinesAutoGenerated||this._definitionLines.length===0))return;const r=t.trim().toUpperCase();if(!r||r===Gt){this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1;return}const s=this.normalizePatternScale(e);if(this._definitionLinesAutoGenerated&&this._definitionLinesPatternName===r&&this._definitionLinesPatternScale===s)return;const o=Wo.patterns.find(a=>a.name.trim().toUpperCase()===r);if(!o){this._definitionLinesAutoGenerated&&(this._definitionLines=[],this._definitionLinesAutoGenerated=!1,this._definitionLinesPatternName="",this._definitionLinesPatternScale=1);return}this._definitionLines=o.lines.map(a=>({angle:a.angle*Math.PI/180,base:{x:a.originX*s,y:a.originY*s},offset:{x:a.deltaX*s,y:a.deltaY*s},dashLengths:a.dashes.map(h=>h*s)})),this._definitionLinesAutoGenerated=!0,this._definitionLinesPatternName=r,this._definitionLinesPatternScale=s}add(t){this._geo.add(t)}buildAreasFromLoops(){const t=this._geo.loops;if(t.length===0)return[];if(t.length===1)return[this._geo];const e=this._geo.buildHierarchy(),n=[],r=(s,o)=>{if(s.index>=0&&o%2===0){const a=new Bt;a.add(t[s.index]),s.children.forEach(h=>{h.index>=0&&a.add(t[h.index])}),n.push(a)}s.children.forEach(a=>r(a,o+1))};return e.children.forEach(s=>r(s,0)),n.length>0?n:[this._geo]}getCalculatedAreaValue(){const t=this.buildAreasFromLoops();return t.length===0?0:t.reduce((e,n)=>e+n.area,0)}get area(){return this.getCalculatedAreaValue()}get geometricExtents(){const t=this.buildAreasFromLoops();if(t.length===0)return new C;const e=new C;return t.forEach(n=>{const r=n.box;e.union(new C({x:r.min.x,y:r.min.y,z:this._elevation},{x:r.max.x,y:r.max.y,z:this._elevation}))}),e}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"pattern",properties:[{name:"patternType",type:"enum",editable:!0,options:[{label:we[0],value:0},{label:we[1],value:1},{label:we[2],value:2}],accessor:{get:()=>this.patternType,set:t=>{this.patternType=t}}},{name:"patternName",type:"string",editable:!0,accessor:{get:()=>this.patternName,set:t=>{this.patternName=t}}},{name:"patternAngle",type:"float",editable:!0,accessor:{get:()=>this.patternAngle,set:t=>{this.patternAngle=t}}},{name:"patternScale",type:"float",editable:!0,accessor:{get:()=>this.patternScale,set:t=>{this.patternScale=t}}},{name:"associative",type:"boolean",editable:!0,accessor:{get:()=>this.associative,set:t=>{this.associative=t}}},{name:"backgroundColor",type:"color",editable:!0,accessor:{get:()=>this.backgroundColor,set:t=>{this.backgroundColor=t}}},{name:"patternDouble",type:"boolean",editable:!0,accessor:{get:()=>this.patternDouble,set:t=>{this.patternDouble=t}}}]},{groupName:"geometry",properties:[{name:"elevation",type:"float",editable:!0,accessor:{get:()=>this.elevation,set:t=>{this.elevation=t}}},{name:"area",type:"float",editable:!1,accessor:{get:()=>this.area}}]}]}}subGetOsnapPoints(t,e,n,r){const s=this._elevation,o=[];if(this._geo.loops.forEach(a=>{var h;if(a instanceof H){const l=a,c=l.numberOfVertices;if(c===0)return;switch(t){case b.EndPoint:for(let u=0;u<c;u++){const g=l.getPointAt(u);r.push(new _(g.x,g.y,s))}break;case b.MidPoint:case b.Nearest:case b.Perpendicular:case b.Tangent:{const u=a.closed?c:c-1;for(let g=0;g<u;g++){const d=[];$e(l.getPointAt(g),l.getPointAt((g+1)%c),(h=l.vertices[g])==null?void 0:h.bulge,s,t,e,d),t===b.MidPoint?r.push(...d):o.push(...d)}break}}return}a.curves.forEach(l=>{if(l instanceof kt){const c=[];$e(l.startPoint,l.endPoint,void 0,s,t,e,c),t===b.MidPoint?r.push(...c):t===b.Nearest||t===b.Perpendicular||t===b.Tangent?o.push(...c):r.push(...c)}else if(l instanceof pt)switch(t){case b.EndPoint:r.push(new _(l.startPoint.x,l.startPoint.y,s),new _(l.endPoint.x,l.endPoint.y,s));break;case b.MidPoint:r.push(new _(l.midPoint.x,l.midPoint.y,s));break;case b.Nearest:{const c=l.nearestPoint({x:e.x,y:e.y});o.push(new _(c.x,c.y,s));break}case b.Perpendicular:{l.perpendicularPoints({x:e.x,y:e.y}).forEach(u=>o.push(new _(u.x,u.y,s)));break}case b.Tangent:{l.tangentPoints({x:e.x,y:e.y}).forEach(u=>o.push(new _(u.x,u.y,s)));break}}else if(l instanceof ve)switch(t){case b.EndPoint:r.push(new _(l.startPoint.x,l.startPoint.y,s),new _(l.endPoint.x,l.endPoint.y,s));break;case b.MidPoint:{const c=l.getPoint(.5);r.push(new _(c.x,c.y,s));break}case b.Nearest:{const c=l.nearestPoint({x:e.x,y:e.y});o.push(new _(c.x,c.y,s));break}case b.Perpendicular:{l.perpendicularPoints({x:e.x,y:e.y}).forEach(u=>o.push(new _(u.x,u.y,s)));break}case b.Tangent:{l.tangentPoints({x:e.x,y:e.y}).forEach(u=>o.push(new _(u.x,u.y,s)));break}}})}),(t===b.Nearest||t===b.Perpendicular||t===b.Tangent)&&o.length>0){const a=ht(e,o);r.length=0,a&&r.push(a)}}subWorldDraw(t){var s;this.updatePredefinedPatternDefinitionLines();const e=t.subEntityTraits;e.fillType={solidFill:this.isSolidFill,patternAngle:this.getRenderablePatternAngle(),definitionLines:this.definitionLines,backgroundColor:(s=this.backgroundColor)==null?void 0:s.clone(),gradient:this.isGradient?{name:this.gradientName,angle:this.gradientAngle,shift:this.gradientShift,oneColorMode:this.gradientOneColorMode,shadeTintValue:this.shadeTintValue,startColor:this.gradientStartColor,endColor:this.gradientEndColor}:void 0},e.drawOrder=-1;const n=this.buildAreasFromLoops();if(n.length===0)return t.area(this._geo);if(n.length===1)return t.area(n[0]);const r=n.map(o=>t.area(o));return t.group(r)}transformBy(t){const e=t.elements,n=new Ee(e[0],e[4],e[12],e[1],e[5],e[13],0,0,1);this._geo.transform(n),this._elevation=new _(0,0,this._elevation).applyMatrix4(t).z;const r=new _(1,0,0).applyMatrix4(t),s=new _().applyMatrix4(t),o=new _(r).sub(s);if(o.length()>0){const a=Math.atan2(o.y,o.x);this._patternAngle=this.getEffectivePatternAngle()+a,this._gradientAngle+=a,this._patternScale=this.getEffectivePatternScale()*o.length(),this._patternAngleSet=!0,this._patternScaleSet=!0,this.updatePredefinedPatternDefinitionLines()}return this}dxfOutFields(t){super.dxfOutFields(t);const e=this._geo.loops,n=this.getEffectivePatternName(),r=this.getEffectivePatternAngle(),s=this.getEffectivePatternScale();return this.updatePredefinedPatternDefinitionLines(n,s),t.writeSubclassMarker("AcDbHatch"),t.writePoint3d(10,{x:0,y:0,z:this.elevation}),t.writeVector3d(210,{x:0,y:0,z:1}),t.writeString(2,n||(this.isSolidFill?Gt:Io)),t.writeInt16(70,this.isSolidFill?1:0),t.writeInt16(71,this.getEffectiveAssociative()?1:0),t.writeInt16(91,e.length),e.forEach((o,a)=>{const h=a===0;if(o instanceof H){const l=o.vertices,c=l.some(g=>(g.bulge??0)!==0);t.writeInt16(92,2),t.writeInt16(72,c?1:0),t.writeInt16(73,o.closed?1:0),t.writeInt16(93,l.length);for(const g of l)t.writePoint2d(10,g),c&&t.writeDouble(42,g.bulge??0);t.writeInt16(97,0);return}if(o instanceof Xn){const l=h?1:0;t.writeInt16(92,l),t.writeInt16(93,o.numberOfEdges);for(const c of o.curves){if(c instanceof kt){t.writeInt16(72,1),t.writePoint2d(10,c.startPoint),t.writePoint2d(11,c.endPoint);continue}if(c instanceof pt){t.writeInt16(72,2),t.writePoint2d(10,c.center),t.writeDouble(40,c.radius),t.writeAngle(50,c.startAngle),t.writeAngle(51,c.endAngle),t.writeInt16(73,c.clockwise?0:1);continue}if(c instanceof ve){t.writeInt16(72,3),t.writePoint2d(10,c.center);const u=new P(c.majorAxisRadius*Math.cos(c.rotation),c.majorAxisRadius*Math.sin(c.rotation));t.writePoint2d(11,u);const g=c.majorAxisRadius===0?0:c.minorAxisRadius/c.majorAxisRadius;t.writeDouble(40,g),t.writeAngle(50,c.startAngle),t.writeAngle(51,c.endAngle),t.writeInt16(73,c.clockwise?0:1);continue}if(c instanceof Yt){const u=c.knots,g=c.controlPoints,d=c.weights,p=c.fitPoints,f=d.some(y=>y!==1);t.writeInt16(72,4),t.writeInt16(94,c.degree),t.writeInt16(73,f?1:0),t.writeInt16(74,c.closed?1:0),t.writeInt16(95,u.length),t.writeInt16(96,g.length),u.forEach(y=>t.writeDouble(40,y)),g.forEach((y,m)=>{t.writePoint2d(10,y),f&&t.writeDouble(42,d[m]??1)}),t.writeInt16(97,(p==null?void 0:p.length)??0),p==null||p.forEach(y=>t.writePoint2d(11,y))}}t.writeInt16(97,0)}}),t.writeInt16(75,this.hatchStyle),t.writeInt16(76,this.patternType),t.writeAngle(52,r),t.writeDouble(41,s),t.writeInt16(77,0),t.writeInt16(78,this.definitionLines.length),this.definitionLines.forEach(o=>{t.writeAngle(53,o.angle),t.writePoint2d(43,o.base),t.writePoint2d(45,o.offset),t.writeInt16(79,o.dashLengths.length),o.dashLengths.forEach(a=>t.writeDouble(49,a))}),this.isGradient&&(t.writeInt16(450,this._hatchObjectType),t.writeInt16(451,0),t.writeInt16(452,this._gradientOneColorMode?1:0),t.writeAngle(460,this._gradientAngle),t.writeDouble(461,this._gradientShift),t.writeString(470,this.gradientName)),t.writeInt16(98,0),this}};rr.typeName="Hatch";let qe=rr;var qo=(i=>(i[i.MText=0]="MText",i[i.Fcf=1]="Fcf",i[i.BlockReference=2]="BlockReference",i[i.NoAnnotation=3]="NoAnnotation",i))(qo||{});const sr=class sr extends q{get dxfTypeName(){return"LEADER"}constructor(){super(),this._isSplined=!1,this._updated=!1,this._hasArrowHead=!1,this._vertices=[],this._dimensionStyle="",this._hasHookLine=!1,this._isHookLineSameDirection=!1,this._annoType=3,this._textHeight=0,this._textWidth=0,this._associatedAnnotation="",this._normal=new w(0,0,1),this._horizontalDirection=new w(1,0,0)}get isSplined(){return this._isSplined}set isSplined(t){this._isSplined=t}get hasArrowHead(){return this._hasArrowHead}set hasArrowHead(t){this._hasArrowHead=t}get hasHookLine(){return this._hasHookLine}set hasHookLine(t){this._hasHookLine=t}get isHookLineSameDirection(){return this._isHookLineSameDirection}set isHookLineSameDirection(t){this._isHookLineSameDirection=t}get numVertices(){return this._vertices.length}get vertices(){return this._vertices.map(t=>t.clone())}get dimensionStyle(){return this._dimensionStyle}set dimensionStyle(t){this._dimensionStyle=t}get annoType(){return this._annoType}set annoType(t){this._annoType=t}get textHeight(){return this._textHeight}set textHeight(t){this._textHeight=t}get textWidth(){return this._textWidth}set textWidth(t){this._textWidth=t}get byBlockColor(){return this._byBlockColor}set byBlockColor(t){this._byBlockColor=t}get associatedAnnotation(){return this._associatedAnnotation}set associatedAnnotation(t){this._associatedAnnotation=t}get normal(){return this._normal}set normal(t){this._normal.copy(t)}get horizontalDirection(){return this._horizontalDirection}set horizontalDirection(t){this._horizontalDirection.copy(t)}get offsetFromBlock(){var t;return(t=this._offsetFromBlock)==null?void 0:t.clone()}set offsetFromBlock(t){this._offsetFromBlock=t?new w(t):void 0}get offsetFromAnnotation(){var t;return(t=this._offsetFromAnnotation)==null?void 0:t.clone()}set offsetFromAnnotation(t){this._offsetFromAnnotation=t?new w(t):void 0}appendVertex(t){this._vertices.push(new _().copy(t)),this._updated=!0}setVertexAt(t,e){if(t<0||t>=this._vertices.length)throw new Error("The vertex index is out of range!");return this._vertices[t].copy(e),this._updated=!0,this}vertexAt(t){if(t<0||t>=this._vertices.length)throw new Error("The vertex index is out of range!");return this._vertices[t].clone()}subGetGripPoints(){return this._vertices.map(t=>t.clone())}subGetOsnapPoints(t,e,n,r){if(this.numVertices===0)return;if(this.isSplined&&this.splineGeo){switch(t){case b.EndPoint:r.push(this._vertices[0]),r.push(this._vertices[this.numVertices-1]);break;case b.Nearest:r.push(this.splineGeo.nearestPoint(e));break}return}const s=this._vertices;switch(t){case b.EndPoint:r.push(...s);break;case b.MidPoint:case b.Nearest:case b.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const h=[];ge(s[a],s[a+1],t,e,h),o.push(...h)}if(t===b.MidPoint)r.push(...o);else{const a=ht(e,o);a&&r.push(a)}break}}}get geometricExtents(){return this._isSplined&&this.splineGeo?this.splineGeo.calculateBoundingBox():new C().setFromPoints(this._vertices)}get closed(){return!1}set closed(t){}get area(){return 0}transformBy(t){return this._vertices.forEach(e=>e.applyMatrix4(t)),this.transformVector(this._normal,t),this.transformVector(this._horizontalDirection,t),this._offsetFromBlock&&this.transformVector(this._offsetFromBlock,t),this._offsetFromAnnotation&&this.transformVector(this._offsetFromAnnotation,t),this._splineGeo?(this._splineGeo.transform(t),this._updated=!1):this._updated=!0,this}subWorldDraw(t){if(this.isSplined&&this.splineGeo){const e=this.splineGeo.getPoints(100);return t.lines(e)}else return t.lines(this._vertices)}get splineGeo(){return this.createSplineIfNeeded(),this._splineGeo}createSplineIfNeeded(){this.isSplined&&this.numVertices>=2&&(this._splineGeo==null||this._updated)&&(this._splineGeo=new Yt(this._vertices,"Uniform"),this._updated=!1)}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbLeader"),t.writeString(3,this.dimensionStyle),t.writeInt16(71,this.hasArrowHead?1:0),t.writeInt16(72,this.isSplined?1:0),t.writeInt16(73,this.annoType),t.writeInt16(74,this.isHookLineSameDirection?1:0),t.writeInt16(75,this.hasHookLine?1:0),t.writeInt16(76,this.numVertices),this.textHeight!==0&&t.writeDouble(40,this.textHeight),this.textWidth!==0&&t.writeDouble(41,this.textWidth),this.byBlockColor!=null&&t.writeInt16(77,this.byBlockColor),this.associatedAnnotation&&t.writeHandle(340,this.associatedAnnotation);for(const e of this.vertices)t.writePoint3d(10,e);return t.writeVector3d(210,this.normal),t.writeVector3d(211,this.horizontalDirection),this._offsetFromBlock&&t.writeVector3d(212,this._offsetFromBlock),this._offsetFromAnnotation&&t.writeVector3d(213,this._offsetFromAnnotation),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectPath2d();return e.length<2?1:lt.from2dPoints(e,!1).getOffsetSideAtPoint(t)}createOffsetCurve(t){return fi(this.collectPath2d(),!1,t)}collectPath2d(){return this.isSplined&&this.splineGeo?this.splineGeo.getPoints(64).map(t=>new P(t.x,t.y)):this._vertices.map(t=>new P(t.x,t.y))}transformVector(t,e){const n=new _,r=new _(t.x,t.y,t.z);n.applyMatrix4(e),r.applyMatrix4(e),t.set(r.x-n.x,r.y-n.y,r.z-n.z)}};sr.typeName="Leader";let tn=sr;var b=(i=>(i[i.EndPoint=1]="EndPoint",i[i.MidPoint=2]="MidPoint",i[i.Center=3]="Center",i[i.Node=4]="Node",i[i.Quadrant=5]="Quadrant",i[i.Insertion=7]="Insertion",i[i.Perpendicular=8]="Perpendicular",i[i.Tangent=9]="Tangent",i[i.Nearest=10]="Nearest",i[i.Centroid=11]="Centroid",i))(b||{});function Jh(i){let t=0;for(const e of i)t|=1<<e-1;return t}function tc(i){const t=[];for(const e of Object.values(b)){if(typeof e!="number")continue;const n=1<<e-1;i&n&&t.push(e)}return t}function ec(i,t){return i^1<<t-1}function ic(i,t){return(i&1<<t-1)!==0}function nc(i,t){return i|1<<t-1}function rc(i,t){return i&~(1<<t-1)}const hi=class hi extends q{get dxfTypeName(){return"LINE"}constructor(t,e){super(),this._geo=new xt(t,e)}get startPoint(){return this._geo.startPoint}set startPoint(t){this._geo.startPoint=t}get endPoint(){return this._geo.endPoint}set endPoint(t){this._geo.endPoint=t}get midPoint(){return this._geo.midPoint}get geometricExtents(){return this._geo.box}get closed(){return!1}get area(){return 0}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"startX",type:"float",editable:!0,accessor:{get:()=>this.startPoint.x,set:t=>{this.startPoint.x=t}}},{name:"startY",type:"float",editable:!0,accessor:{get:()=>this.startPoint.y,set:t=>{this.startPoint.y=t}}},{name:"startZ",type:"float",editable:!0,accessor:{get:()=>this.startPoint.z,set:t=>{this.startPoint.z=t}}},{name:"endX",type:"float",editable:!0,accessor:{get:()=>this.endPoint.x,set:t=>{this.endPoint.x=t}}},{name:"endY",type:"float",editable:!0,accessor:{get:()=>this.endPoint.y,set:t=>{this.endPoint.y=t}}},{name:"endZ",type:"float",editable:!0,accessor:{get:()=>this.endPoint.z,set:t=>{this.endPoint.z=t}}},{name:"length",type:"float",editable:!1,accessor:{get:()=>this._geo.length}}]}]}}subGetGripPoints(){const t=new Array;return t.push(this.midPoint),t.push(this.startPoint),t.push(this.endPoint),t}subGetOsnapPoints(t,e,n,r){const s=this.startPoint,o=this.endPoint;switch(t){case b.EndPoint:r.push(s),r.push(o);break;case b.MidPoint:r.push(this.midPoint);break;case b.Nearest:{const a=this._geo.project(e);r.push(a)}break;case b.Perpendicular:{const a=this._geo.perpPoint(e);r.push(a)}break;case b.Tangent:break}}transformBy(t){return this._geo.transform(t),this}subWorldDraw(t){const e=this.startPoint,n=this.endPoint,r=[new _(e.x,e.y,0),new _(n.x,n.y,0)];return t.lines(r)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbLine"),t.writePoint3d(10,this.startPoint),t.writePoint3d(11,this.endPoint),this}getOffsetCurves(t){const e=this._geo.offset(t);return[new hi(e.startPoint,e.endPoint)]}getOffsetSideAtPoint(t){const e=this.startPoint,n=this.endPoint;return(n.x-e.x)*(t.y-e.y)-(n.y-e.y)*(t.x-e.x)>=0?1:-1}};hi.typeName="Line";let Ze=hi;var Zo=(i=>(i[i.Top=0]="Top",i[i.Zero=1]="Zero",i[i.Bottom=2]="Bottom",i))(Zo||{}),Ko=(i=>(i[i.HasVertex=1]="HasVertex",i[i.Closed=2]="Closed",i[i.SuppressStartCaps=4]="SuppressStartCaps",i[i.SuppressEndCaps=8]="SuppressEndCaps",i))(Ko||{});const or=class or extends ${get dxfTypeName(){return"MLINE"}constructor(){super(),this._styleName="",this._styleObjectHandle="",this._scale=1,this._justification=1,this._flags=0,this._styleCount=0,this._startPosition=new _,this._normal=new w(0,0,1),this._segments=[]}get styleName(){return this._styleName||this.getDefaultStyleName()}set styleName(t){this._styleName=t}get styleObjectHandle(){return this._styleObjectHandle}set styleObjectHandle(t){this._styleObjectHandle=t}get scale(){return this._scale}set scale(t){this._scale=t}get justification(){return this._justification}set justification(t){this._justification=t}get flags(){return this._flags}set flags(t){this._flags=t}get styleCount(){return this._styleCount}set styleCount(t){this._styleCount=Math.max(0,t)}get startPosition(){return this._startPosition}set startPosition(t){this._startPosition.copy(t)}get normal(){return this._normal}set normal(t){this._normal.copy(t)}get segments(){return this._segments.map(t=>this.cloneSegment(t))}set segments(t){this._segments=t.map(e=>this.createSegment(e)),this.updateHasVertexFlag()}get vertexCount(){return this._segments.length}get closed(){return(this._flags&2)!==0}set closed(t){this.setFlag(2,t)}get suppressStartCaps(){return(this._flags&4)!==0}set suppressStartCaps(t){this.setFlag(4,t)}get suppressEndCaps(){return(this._flags&8)!==0}set suppressEndCaps(t){this.setFlag(8,t)}appendSegment(t){this._segments.push(this.createSegment(t)),this.updateHasVertexFlag()}clearSegments(){this._segments=[],this.updateHasVertexFlag()}get geometricExtents(){const t=this.collectGeometryPoints();return new C().setFromPoints(t)}transformBy(t){return this._startPosition.applyMatrix4(t),this._segments.forEach(e=>{e.position.applyMatrix4(t),this.transformVector(e.direction,t),this.transformVector(e.miterDirection,t)}),this.transformVector(this._normal,t),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"mline",properties:[{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:t=>{this.styleName=t}}},{name:"scale",type:"float",editable:!0,accessor:{get:()=>this.scale,set:t=>{this.scale=t}}},{name:"justification",type:"int",editable:!0,accessor:{get:()=>this.justification,set:t=>{this.justification=t}}},{name:"closed",type:"boolean",editable:!0,accessor:{get:()=>this.closed,set:t=>{this.closed=t}}},{name:"vertexCount",type:"int",editable:!1,accessor:{get:()=>this.vertexCount}}]}]}}subGetOsnapPoints(t,e,n,r){const s=[this._startPosition,...this._segments.map(o=>o.position)];if(s.length!==0)switch(t){case b.EndPoint:r.push(...s);break;case b.MidPoint:case b.Nearest:case b.Perpendicular:{const o=[];for(let a=0;a<s.length-1;a++){const h=[];ge(s[a],s[a+1],t,e,h),o.push(...h)}if(t===b.MidPoint)r.push(...o);else{const a=ht(e,o);a&&r.push(a)}break}}}subWorldDraw(t){if(this._segments.length===0)return;const e=[],n=this.getMLineStyle(),r=this.getRenderableElementCount(n),s=t.subEntityTraits,o=s.color,a=s.rgbColor,h=s.lineType,l=s.fillType,c=s.drawOrder,u=this.createFillArea(n,r);if(u&&(s.color=o,s.rgbColor=a,this.applyFillTraits(n,s),s.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},s.drawOrder=-1,e.push(t.area(u)),s.fillType=l,s.drawOrder=c),r<=0){const g=this.getReferencePath();g.length>=2&&e.push(t.lines(g))}else{for(let g=0;g<r;g++){s.color=o,s.rgbColor=a,s.lineType=h,this.applyStyleElementTraits(n,g,s);const d=this.getElementPath(g,n);d.length>=2&&e.push(t.lines(d))}this.appendStyleDrivenJointAndCapEntities(t,e,n,r,o,a,h)}if(s.color=o,s.rgbColor=a,s.lineType=h,s.fillType=l,s.drawOrder=c,e.length!==0)return e.length===1?e[0]:t.group(e)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbMline"),t.writeString(2,this.styleName),t.writeHandle(340,this._styleObjectHandle),t.writeDouble(40,this._scale),t.writeInt16(70,this._justification),t.writeInt16(71,this._flags),t.writeInt16(72,this.vertexCount),t.writeInt16(73,this._styleCount),t.writePoint3d(10,this._startPosition),t.writeVector3d(210,this._normal),this._segments.forEach(e=>{t.writePoint3d(11,e.position),t.writeVector3d(12,e.direction),t.writeVector3d(13,e.miterDirection),e.elements.forEach(n=>{t.writeInt16(74,n.parameterCount),n.parameters.forEach(r=>t.writeDouble(41,r)),t.writeInt16(75,n.fillCount),n.fillParameters.forEach(r=>t.writeDouble(42,r))})}),this}setFlag(t,e){e?this._flags|=t:this._flags&=~t}updateHasVertexFlag(){this.setFlag(1,this._segments.length>0)}createSegment(t){var e;return{position:new _().copy(t.position),direction:new w().copy(t.direction),miterDirection:new w().copy(t.miterDirection),elements:((e=t.elements)==null?void 0:e.map(n=>this.createElement(n)))??[]}}createElement(t){const e=t.parameters?[...t.parameters]:[],n=t.fillParameters?[...t.fillParameters]:[];return{parameterCount:t.parameterCount??e.length,parameters:e,fillCount:t.fillCount??n.length,fillParameters:n}}cloneSegment(t){return{position:t.position.clone(),direction:t.direction.clone(),miterDirection:t.miterDirection.clone(),elements:t.elements.map(e=>({parameterCount:e.parameterCount,parameters:[...e.parameters],fillCount:e.fillCount,fillParameters:[...e.fillParameters]}))}}collectGeometryPoints(){const t=[this._startPosition];if(this._segments.length===0)return t;const e=this.getMLineStyle(),n=this.getRenderableElementCount(e);if(n<=0)return this._segments.forEach(r=>t.push(r.position)),t;for(let r=0;r<n;r++)t.push(...this.getElementPath(r,e));return t}getRenderableElementCount(t){const e=(t==null?void 0:t.elementCount)??0;return Math.max(this._styleCount,e,...this._segments.map(n=>n.elements.length),0)}getReferencePath(){const t=[this._startPosition.clone(),...this._segments.map(e=>e.position.clone())];return this.closePathIfNeeded(t)}getElementPath(t,e){const n=[],r=this._segments[0];return n.push(this.getElementBoundaryPoint("start",r,t,e)),this._segments.forEach(s=>{n.push(this.offsetPoint(s.position,s.miterDirection,this.getElementMiterOffset(s,t,e)))}),n[n.length-1]=this.getElementBoundaryPoint("end",this._segments[this._segments.length-1],t,e),this.closePathIfNeeded(n)}getElementMiterOffset(t,e,n){var s;const r=t.elements[e];return(s=r==null?void 0:r.parameters)!=null&&s.length?r.parameters[0]:this.getStyleElementOffset(e,n)}getElementBoundaryPoint(t,e,n,r){const s=this.getElementMiterOffset(e,n,r),o=t==="start"?this._startPosition:e.position,a=this.offsetPoint(o,e.miterDirection,s);if(!this.shouldApplyCapCutAtSide(t,r))return a;const h=t==="start"?r==null?void 0:r.startAngle:r==null?void 0:r.endAngle,l=this.computeCapCutDistance(s,h,t);if(l===0)return a;const c=t==="start"?this.getStartSegmentDirection():this.getEndSegmentDirection();return c.lengthSq()===0?a:a.add(c.multiplyScalar(l))}shouldApplyCapCutAtSide(t,e){return!e||this.closed?!1:t==="start"?this.suppressStartCaps?!1:(e.flags&112)!==0:this.suppressEndCaps?!1:(e.flags&1792)!==0}computeCapCutDistance(t,e,n){const r=this.normalizeCapAngle(e),s=Math.tan(r);if(Math.abs(s)<1e-6)return 0;const o=t/s;return o}normalizeCapAngle(t){if(t==null||!Number.isFinite(t))return Math.PI/2;let e=t%180;return e<0&&(e+=180),(e<1||e>179)&&(e=90),e*Math.PI/180}getStartSegmentDirection(){const t=this._segments[0],e=new w;return t&&(e.subVectors(t.position,this._startPosition),e.lengthSq()===0&&e.copy(t.direction)),e.lengthSq()>0&&e.normalize(),e}getEndSegmentDirection(){const t=this._segments[this._segments.length-1];if(!t)return new w;const e=new w,n=this._segments.length>1?this._segments[this._segments.length-2].position:this._startPosition;return e.subVectors(t.position,n),e.lengthSq()===0&&e.copy(t.direction),e.lengthSq()>0&&e.normalize(),e}createFillArea(t,e){if(!t||!(t.flags&1)||e<2)return;const n=this.getFillBoundaryElementIndices(e,t);if(!n)return;const r=this.getElementPath(n.outerIndex,t),s=this.getElementPath(n.innerIndex,t),o=this.stripClosingPoint(r),a=this.stripClosingPoint(s);if(o.length<2||a.length<2)return;const h=new Bt;if(this.closed){if(o.length<3||a.length<3)return;h.add(new H(o.map(l=>({x:l.x,y:l.y})),!0)),h.add(new H(a.map(l=>({x:l.x,y:l.y})),!0))}else{const l=[...o,...a.slice().reverse()].map(c=>({x:c.x,y:c.y}));if(l.length<3)return;h.add(new H(l,!0))}return h}getFillBoundaryElementIndices(t,e){let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY,s=-1,o=-1;for(let a=0;a<t;a++){const h=this.getElementReferenceOffset(a,e);h<n&&(n=h,s=a),h>r&&(r=h,o=a)}if(!(s<0||o<0||s===o))return{outerIndex:o,innerIndex:s}}getElementReferenceOffset(t,e){var r;const n=this._segments[0];if(n){const s=n.elements[t];if((r=s==null?void 0:s.parameters)!=null&&r.length)return s.parameters[0]}return this.getStyleElementOffset(t,e)}getStyleElementOffset(t,e){const n=e==null?void 0:e.elements[t];if(!n)return 0;const r=this.getStyleJustificationShift(e);return(n.offset+r)*this._scale}getStyleJustificationShift(t){const e=(t==null?void 0:t.elements)??[];if(e.length<=0)return 0;let n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY;for(const s of e){const o=s.offset;o<n&&(n=o),o>r&&(r=o)}return this._justification===0?-r:this._justification===2?-n:0}stripClosingPoint(t){if(t.length<2)return t;const e=t[0],n=t[t.length-1],r=1e-9;return Math.abs(e.x-n.x)<=r&&Math.abs(e.y-n.y)<=r&&Math.abs(e.z-n.z)<=r?t.slice(0,-1):t}offsetPoint(t,e,n){if(n===0||e.lengthSq()===0)return t.clone();const r=e.clone().normalize().multiplyScalar(n);return t.clone().add(r)}closePathIfNeeded(t){if(!this.closed||t.length<2)return t;const e=t[0],n=t[t.length-1],r=1e-9;return Math.abs(e.x-n.x)<=r&&Math.abs(e.y-n.y)<=r&&Math.abs(e.z-n.z)<=r||t.push(e.clone()),t}appendStyleDrivenJointAndCapEntities(t,e,n,r,s,o,a){!n||r<2||(e.push(...this.drawMiterJointEntities(t,n,r,s,o,a)),e.push(...this.drawCapEntities(t,n,r,s,o,a)))}drawMiterJointEntities(t,e,n,r,s,o){if(this.closed||this._segments.length<2||!(e.flags&2))return[];const a=[],h=t.subEntityTraits;for(let l=0;l<this._segments.length-1;l++){const c=this._segments[l],u=Array.from({length:n},(g,d)=>{const p=this.getElementMiterOffset(c,d,e);return{elementIndex:d,offset:p,point:this.offsetPoint(c.position,c.miterDirection,p)}}).sort((g,d)=>d.offset-g.offset);for(let g=0;g<u.length-1;g++)this.applyElementDrawTraits(h,r,s,o,e,u[g].elementIndex),a.push(t.lines([u[g].point,u[g+1].point]))}return a}drawCapEntities(t,e,n,r,s,o){if(this.closed||this._segments.length<=0)return[];const a=[];return a.push(...this.drawCapEntitiesForSide(t,"start",e,n,r,s,o)),a.push(...this.drawCapEntitiesForSide(t,"end",e,n,r,s,o)),a}drawCapEntitiesForSide(t,e,n,r,s,o,a){if(e==="start"&&this.suppressStartCaps)return[];if(e==="end"&&this.suppressEndCaps)return[];const h=n.flags,l=e==="start",c=l?(h&16)!==0:(h&256)!==0,u=l?(h&64)!==0:(h&1024)!==0,g=l?(h&32)!==0:(h&512)!==0;if(!c&&!u&&!g)return[];const d=this.getCapElementPoints(e,r,n);if(d.length<2)return[];const p=[],f=t.subEntityTraits;if(c)for(let m=0;m<d.length-1;m++)this.applyElementDrawTraits(f,s,o,a,n,d[m].elementIndex),p.push(t.lines([d[m].point,d[m+1].point]));const y=l?this.getStartSegmentDirection().multiplyScalar(-1):this.getEndSegmentDirection().clone();if(u){const m=this.drawCapArcBetweenElements(t,e,d[0],d[d.length-1],y,f,s,o,a,n);m&&p.push(m)}if(g)for(let m=1;m<Math.floor(d.length/2);m++){const x=d[m],S=d[d.length-1-m];if(!x||!S||x===S)continue;const A=this.drawCapArcBetweenElements(t,e,x,S,y,f,s,o,a,n);A&&p.push(A)}return p}getCapElementPoints(t,e,n){const r=t==="start"?this._segments[0]:this._segments[this._segments.length-1];return r?Array.from({length:e},(s,o)=>({elementIndex:o,offset:this.getElementMiterOffset(r,o,n),point:this.getElementBoundaryPoint(t,r,o,n)})).sort((s,o)=>o.offset-s.offset):[]}drawCapArcBetweenElements(t,e,n,r,s,o,a,h,l,c){const u=e==="end"?r.point:n.point,g=e==="end"?n.point:r.point,d=u.distanceTo(g);if(d<=1e-9||s.lengthSq()===0)return;const f=u.clone().add(new w().subVectors(g,u).multiplyScalar(.5)).add(s.clone().normalize().multiplyScalar(d/2)),y=gi.createByThreePoints(u,g,f);if(y)return this.applyElementDrawTraits(o,a,h,l,c,e==="end"?r.elementIndex:n.elementIndex),t.circularArc(y)}applyElementDrawTraits(t,e,n,r,s,o){t.color=e,t.rgbColor=n,t.lineType=r,this.applyStyleElementTraits(s,o,t)}transformVector(t,e){const n=new _,r=new _(t.x,t.y,t.z);n.applyMatrix4(e),r.applyMatrix4(e),t.set(r.x-n.x,r.y-n.y,r.z-n.z)}getMLineStyle(){var s;const t=this.database.objects.mlineStyle,e=this.styleObjectHandle?t.getIdAt(this.styleObjectHandle):void 0;if(e)return e;const n=this.styleName?t.getAt(this.styleName):void 0;if(n)return n;const r=(s=this.styleName)==null?void 0:s.toUpperCase();if(r)for(const[o,a]of t.entries()){const h=(a.styleName||o).toUpperCase();if(o.toUpperCase()===r||h===r)return a}}applyStyleElementTraits(t,e,n){const r=t==null?void 0:t.elements[e];if(!r)return;const s=this.resolveStyleElementLineType(r.lineType);s&&(n.lineType=s),!(r.color.isByBlock||r.color.isByLayer)&&(n.color=r.color.clone(),n.rgbColor=r.color.RGB??this.rgbColor)}applyFillTraits(t,e){const n=t==null?void 0:t.fillColor;!n||n.isByBlock||n.isByLayer||(e.color=n.clone(),e.rgbColor=n.RGB??this.rgbColor)}resolveStyleElementLineType(t){var l;const e=t==null?void 0:t.trim();if(!e)return;const n=e.toUpperCase(),r=tt.toUpperCase(),s=Ot.toUpperCase();let o="UserSpecified",a=e;if(n===r){o="ByLayer";const c=(l=this.database.tables.layerTable.getAt(this.layer))==null?void 0:l.linetype;a=c&&c.toUpperCase()!==r&&c.toUpperCase()!==s?c:Xt}else n===s&&(o="ByBlock",a=Xt);const h=this.database.tables.linetypeTable.getAt(a);return h?{type:o,...h.linetype}:{type:o,name:a,standardFlag:0,description:"",totalPatternLength:0}}resolveEffectiveProperties(){super.resolveEffectiveProperties(),this._styleName||(this._styleName=this.getDefaultStyleName())}getDefaultStyleName(){try{return this.database.cmlstyle||Tt}catch{return Tt}}};or.typeName="MLine";let en=or;var be=(i=>(i[i.InvisibleLeader=0]="InvisibleLeader",i[i.StraightLeader=1]="StraightLeader",i[i.SplineLeader=2]="SplineLeader",i))(be||{}),te=(i=>(i[i.NoneContent=0]="NoneContent",i[i.BlockContent=1]="BlockContent",i[i.MTextContent=2]="MTextContent",i[i.ToleranceContent=3]="ToleranceContent",i))(te||{}),Qo=(i=>(i[i.Horizontal=0]="Horizontal",i[i.Vertical=1]="Vertical",i))(Qo||{}),Jo=(i=>(i[i.Unknown=0]="Unknown",i[i.Left=1]="Left",i[i.Right=2]="Right",i[i.Top=3]="Top",i[i.Bottom=4]="Bottom",i))(Jo||{});const sc=1,oc=2,ac=4,lc=8,hc=64,cc=128,uc=32768,ar=class ar extends ${get dxfTypeName(){return"MULTILEADER"}constructor(){super(),this._leaders=[],this._leaderLineType=1,this._contentType=0,this._doglegEnabled=!1,this._doglegLength=0,this._doglegVector=new w(1,0,0),this._normal=new w(0,0,1),this._mleaderStyleId="",this._textHeight=2.5,this._textWidth=0,this._textRotation=0,this._textDirection=new w(1,0,0),this._textStyleName="",this._textAttachmentPoint=exports.AcGiMTextAttachmentPoint.MiddleLeft,this._textDrawingDirection=exports.AcGiMTextFlowDirection.LEFT_TO_RIGHT,this._textLineSpacingFactor=1,this._textAttachmentDirection=0,this._arrowheadOverrides=[],this._blockAttributes=[]}get leaders(){return this._leaders.map(t=>this.cloneLeader(t))}get numberOfLeaders(){return this._leaders.length}get leaderLineType(){return this._leaderLineType}set leaderLineType(t){this._leaderLineType=t}get contentType(){return this._contentType}set contentType(t){this._contentType=t}get doglegEnabled(){return this._doglegEnabled}set doglegEnabled(t){this._doglegEnabled=t}get doglegLength(){return this._doglegLength}set doglegLength(t){this._doglegLength=t}get doglegVector(){return this._doglegVector}set doglegVector(t){this._doglegVector.copy(t)}get landingPoint(){return this._landingPoint}set landingPoint(t){this._landingPoint=t?this.createPoint(t):void 0}get normal(){return this._normal}set normal(t){this._normal.copy(t)}get mleaderStyleId(){return this._mleaderStyleId}set mleaderStyleId(t){this._mleaderStyleId=t}get version(){return this._version}set version(t){this._version=t}get leaderStyleId(){return this._leaderStyleId}set leaderStyleId(t){this._leaderStyleId=t}get propertyOverrideFlag(){return this._propertyOverrideFlag}set propertyOverrideFlag(t){this._propertyOverrideFlag=t}get leaderLineColor(){return this._leaderLineColor}set leaderLineColor(t){this._leaderLineColor=t}get leaderLineTypeId(){return this._leaderLineTypeId}set leaderLineTypeId(t){this._leaderLineTypeId=t}get leaderLineWeight(){return this._leaderLineWeight}set leaderLineWeight(t){this._leaderLineWeight=t}get landingEnabled(){return this._landingEnabled}set landingEnabled(t){this._landingEnabled=t}get arrowheadId(){return this._arrowheadId}set arrowheadId(t){this._arrowheadId=t}get arrowheadSize(){return this._arrowheadSize}set arrowheadSize(t){this._arrowheadSize=t}get textStyleId(){return this._textStyleId}set textStyleId(t){this._textStyleId=t}get textLeftAttachmentType(){return this._textLeftAttachmentType}set textLeftAttachmentType(t){this._textLeftAttachmentType=t}get textRightAttachmentType(){return this._textRightAttachmentType}set textRightAttachmentType(t){this._textRightAttachmentType=t}get textAngleType(){return this._textAngleType}set textAngleType(t){this._textAngleType=t}get textAlignmentType(){return this._textAlignmentType}set textAlignmentType(t){this._textAlignmentType=t}get textColor(){return this._textColor}set textColor(t){this._textColor=t}get textFrameEnabled(){return this._textFrameEnabled}set textFrameEnabled(t){this._textFrameEnabled=t}get landingGap(){return this._landingGap}set landingGap(t){this._landingGap=t}get textAttachment(){return this._textAttachment}set textAttachment(t){this._textAttachment=t}get textFlowDirection(){return this._textFlowDirection}set textFlowDirection(t){this._textFlowDirection=t}get blockContentId(){return this._blockContentId}set blockContentId(t){this._blockContentId=t}get blockContentColor(){return this._blockContentColor}set blockContentColor(t){this._blockContentColor=t}get blockContentScale(){return this._blockContentScale}set blockContentScale(t){this._blockContentScale=t}get blockContentRotation(){return this._blockContentRotation}set blockContentRotation(t){this._blockContentRotation=t}get blockContentConnectionType(){return this._blockContentConnectionType}set blockContentConnectionType(t){this._blockContentConnectionType=t}get annotativeScaleEnabled(){return this._annotativeScaleEnabled}set annotativeScaleEnabled(t){this._annotativeScaleEnabled=t}get arrowheadOverrides(){return this._arrowheadOverrides}set arrowheadOverrides(t){this._arrowheadOverrides=t}get blockAttributes(){return this._blockAttributes}set blockAttributes(t){this._blockAttributes=t}get textDirectionNegative(){return this._textDirectionNegative}set textDirectionNegative(t){this._textDirectionNegative=t}get textAlignInIPE(){return this._textAlignInIPE}set textAlignInIPE(t){this._textAlignInIPE=t}get bottomTextAttachmentDirection(){return this._bottomTextAttachmentDirection}set bottomTextAttachmentDirection(t){this._bottomTextAttachmentDirection=t}get topTextAttachmentDirection(){return this._topTextAttachmentDirection}set topTextAttachmentDirection(t){this._topTextAttachmentDirection=t}get contentScale(){return this._contentScale}set contentScale(t){this._contentScale=t}get contentBasePosition(){return this._contentBasePosition}set contentBasePosition(t){this._contentBasePosition=t}get textAnchor(){return this._textAnchor}set textAnchor(t){this._textAnchor=t}get textLineSpacingStyle(){return this._textLineSpacingStyle}set textLineSpacingStyle(t){this._textLineSpacingStyle=t}get textBackgroundColor(){return this._textBackgroundColor}set textBackgroundColor(t){this._textBackgroundColor=t}get textBackgroundScaleFactor(){return this._textBackgroundScaleFactor}set textBackgroundScaleFactor(t){this._textBackgroundScaleFactor=t}get textBackgroundTransparency(){return this._textBackgroundTransparency}set textBackgroundTransparency(t){this._textBackgroundTransparency=t}get textBackgroundColorOn(){return this._textBackgroundColorOn}set textBackgroundColorOn(t){this._textBackgroundColorOn=t}get textFillOn(){return this._textFillOn}set textFillOn(t){this._textFillOn=t}get textColumnType(){return this._textColumnType}set textColumnType(t){this._textColumnType=t}get textUseAutoHeight(){return this._textUseAutoHeight}set textUseAutoHeight(t){this._textUseAutoHeight=t}get textColumnWidth(){return this._textColumnWidth}set textColumnWidth(t){this._textColumnWidth=t}get textColumnGutterWidth(){return this._textColumnGutterWidth}set textColumnGutterWidth(t){this._textColumnGutterWidth=t}get textColumnFlowReversed(){return this._textColumnFlowReversed}set textColumnFlowReversed(t){this._textColumnFlowReversed=t}get textColumnHeight(){return this._textColumnHeight}set textColumnHeight(t){this._textColumnHeight=t}get textUseWordBreak(){return this._textUseWordBreak}set textUseWordBreak(t){this._textUseWordBreak=t}get hasMText(){return this._hasMText}set hasMText(t){this._hasMText=t}get hasBlock(){return this._hasBlock}set hasBlock(t){this._hasBlock=t}get planeOrigin(){return this._planeOrigin}set planeOrigin(t){this._planeOrigin=t}get planeXAxisDirection(){return this._planeXAxisDirection}set planeXAxisDirection(t){this._planeXAxisDirection=t}get planeYAxisDirection(){return this._planeYAxisDirection}set planeYAxisDirection(t){this._planeYAxisDirection=t}get planeNormalReversed(){return this._planeNormalReversed}set planeNormalReversed(t){this._planeNormalReversed=t}get leaderSections(){return this.leaders}get blockContentData(){return this.blockContent}get mtextContent(){return this._mtextContent?{text:this._mtextContent.text,anchorPoint:this._mtextContent.anchorPoint.clone()}:void 0}set mtextContent(t){if(!t){this._mtextContent=void 0,this._contentType===2&&(this._contentType=0);return}this._mtextContent={text:t.text,anchorPoint:this.createPoint(t.anchorPoint)},this._contentType=2}get contents(){var t;return((t=this._mtextContent)==null?void 0:t.text)??""}set contents(t){this._mtextContent?this._mtextContent.text=t:this._mtextContent={text:t,anchorPoint:new _},this._contentType=2}get textLocation(){var t;return(t=this._mtextContent)==null?void 0:t.anchorPoint}set textLocation(t){if(!t){this._mtextContent=void 0;return}this._mtextContent?this._mtextContent.anchorPoint.copy(t):this._mtextContent={text:"",anchorPoint:this.createPoint(t)},this._contentType=2}get textHeight(){return this._textHeight}set textHeight(t){this._textHeight=t}get textWidth(){return this._textWidth}set textWidth(t){this._textWidth=t}get textRotation(){return this._textRotation}set textRotation(t){this._textRotation=t}get textDirection(){return this._textDirection}set textDirection(t){this._textDirection.copy(t)}get textStyleName(){return this._textStyleName}set textStyleName(t){this._textStyleName=t}get textAttachmentPoint(){return this._textAttachmentPoint}set textAttachmentPoint(t){this._textAttachmentPoint=t}get textDrawingDirection(){return this._textDrawingDirection}set textDrawingDirection(t){this._textDrawingDirection=t}get textLineSpacingFactor(){return this._textLineSpacingFactor}set textLineSpacingFactor(t){this._textLineSpacingFactor=t}get textAttachmentDirection(){return this._textAttachmentDirection}set textAttachmentDirection(t){this._textAttachmentDirection=t}get blockContent(){var t,e;return this._blockContent?{blockContentId:this._blockContent.blockContentId,blockHandle:this._blockContent.blockHandle,normal:(t=this._blockContent.normal)==null?void 0:t.clone(),position:(e=this._blockContent.position)==null?void 0:e.clone(),scale:this._blockContent.scale.clone(),rotation:this._blockContent.rotation,color:this._blockContent.color,transformationMatrix:[...this._blockContent.transformationMatrix]}:void 0}set blockContent(t){if(!t){this._blockContent=void 0,this._contentType===1&&(this._contentType=0);return}this._blockContent={blockContentId:t.blockContentId??t.blockHandle,blockHandle:t.blockHandle,normal:t.normal?new w(t.normal):void 0,position:t.position?this.createPoint(t.position):void 0,scale:new w(t.scale??{x:1,y:1,z:1}),rotation:t.rotation??0,color:t.color,transformationMatrix:t.transformationMatrix?[...t.transformationMatrix]:[]},this.blockContentId=this._blockContent.blockContentId,this._contentType=1}addLeader(t={}){var n,r;const e={lastLeaderLinePoint:t.lastLeaderLinePoint?this.createPoint(t.lastLeaderLinePoint):void 0,lastLeaderLinePointSet:t.lastLeaderLinePointSet,landingPoint:t.landingPoint?this.createPoint(t.landingPoint):void 0,doglegVector:t.doglegVector?new w(t.doglegVector):void 0,doglegVectorSet:t.doglegVectorSet,doglegLength:t.doglegLength,breaks:((n=t.breaks)==null?void 0:n.map(s=>({index:s.index,start:this.createPoint(s.start),end:this.createPoint(s.end)})))??[],leaderBranchIndex:t.leaderBranchIndex,directionType:t.directionType,leaderLines:[]};return(r=t.leaderLines)==null||r.forEach(s=>{e.leaderLines.push(this.createLeaderLine(s))}),this._leaders.push(e),this._leaders.length-1}removeLeader(t){return this.checkLeaderIndex(t),this._leaders.splice(t,1),this}addLeaderLine(t,e=[]){return this.checkLeaderIndex(t),this._leaders[t].leaderLines.push(this.createLeaderLine({vertices:e})),this._leaders[t].leaderLines.length-1}appendVertex(t,e,n){return this.getMutableLeaderLine(t,e).vertices.push(this.createPoint(n)),this}setLeaderLineVertices(t,e,n){return this.getMutableLeaderLine(t,e).vertices=n.map(r=>this.createPoint(r)),this}getLeaderLineVertices(t,e){return this.getMutableLeaderLine(t,e).vertices.map(n=>n.clone())}addBreak(t,e,n,r){return this.getMutableLeaderLine(t,e).breaks.push({start:this.createPoint(n),end:this.createPoint(r)}),this}setLandingPoint(t,e){return this.checkLeaderIndex(t),this._leaders[t].landingPoint=e?this.createPoint(e):void 0,this}setDoglegDirection(t,e){return this.checkLeaderIndex(t),this._leaders[t].doglegVector=new w(e),this}setDoglegLength(t,e){return this.checkLeaderIndex(t),this._leaders[t].doglegLength=e,this}get geometricExtents(){const t=this.collectGeometryPoints();return t.length>0?new C().setFromPoints(t):new C}subGetGripPoints(){return this.collectGeometryPoints().map(t=>t.clone())}subGetOsnapPoints(t,e,n,r){var s;if(t===b.Insertion){this.contentBasePosition?r.push(this.contentBasePosition):this._mtextContent?r.push(this._mtextContent.anchorPoint):(s=this._blockContent)!=null&&s.position&&r.push(this._blockContent.position);return}this._leaders.forEach(o=>{o.leaderLines.forEach(a=>{const h=this.getLeaderLineDrawPoints(o,a);if(h.length!==0)switch(t){case b.EndPoint:r.push(...h);break;case b.MidPoint:case b.Nearest:case b.Perpendicular:{const l=[];for(let c=0;c<h.length-1;c++){const u=[];ge(h[c],h[c+1],t,e,u),l.push(...u)}if(t===b.MidPoint)r.push(...l);else{const c=ht(e,l);c&&r.push(c)}break}}})})}transformBy(t){var e,n,r,s,o,a,h,l;return this._leaders.forEach(c=>{var u,g;(u=c.lastLeaderLinePoint)==null||u.applyMatrix4(t),(g=c.landingPoint)==null||g.applyMatrix4(t),c.doglegVector&&this.transformVector(c.doglegVector,t),c.breaks.forEach(d=>{d.start.applyMatrix4(t),d.end.applyMatrix4(t)}),c.leaderLines.forEach(d=>{d.vertices.forEach(p=>p.applyMatrix4(t)),d.breaks.forEach(p=>{p.start.applyMatrix4(t),p.end.applyMatrix4(t)})})}),(e=this._landingPoint)==null||e.applyMatrix4(t),(n=this.contentBasePosition)==null||n.applyMatrix4(t),this.transformVector(this._doglegVector,t),this.transformVector(this._normal,t),(r=this.textAnchor)==null||r.applyMatrix4(t),(s=this._mtextContent)==null||s.anchorPoint.applyMatrix4(t),this.transformVector(this._textDirection,t),(a=(o=this._blockContent)==null?void 0:o.position)==null||a.applyMatrix4(t),(h=this._blockContent)!=null&&h.normal&&this.transformVector(this._blockContent.normal,t),this.blockContentScale&&this.transformVector(this.blockContentScale,t),(l=this.planeOrigin)==null||l.applyMatrix4(t),this.planeXAxisDirection&&this.transformVector(this.planeXAxisDirection,t),this.planeYAxisDirection&&this.transformVector(this.planeYAxisDirection,t),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"leader",properties:[{name:"contentType",type:"enum",editable:!0,options:[{label:te[0],value:0},{label:te[1],value:1},{label:te[2],value:2},{label:te[3],value:3}],accessor:{get:()=>this.contentType,set:t=>{this.contentType=t}}},{name:"leaderLineType",type:"enum",editable:!0,options:[{label:be[0],value:0},{label:be[1],value:1},{label:be[2],value:2}],accessor:{get:()=>this.leaderLineType,set:t=>{this.leaderLineType=t}}},{name:"doglegEnabled",type:"boolean",editable:!0,accessor:{get:()=>this.doglegEnabled,set:t=>{this.doglegEnabled=t}}},{name:"doglegLength",type:"float",editable:!0,accessor:{get:()=>this.doglegLength,set:t=>{this.doglegLength=t}}},{name:"leaderCount",type:"int",editable:!1,accessor:{get:()=>this.numberOfLeaders}}]},{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.contents,set:t=>{this.contents=t}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.textHeight,set:t=>{this.textHeight=t}}},{name:"textWidth",type:"float",editable:!0,accessor:{get:()=>this.textWidth,set:t=>{this.textWidth=t}}},{name:"textStyleName",type:"string",editable:!0,accessor:{get:()=>this.textStyleName,set:t=>{this.textStyleName=t}}}]}]}}resolveEffectiveProperties(){if(super.resolveEffectiveProperties(),this._mleaderStyleId)return;const t=this.getDefaultMLeaderStyle();t&&(this._mleaderStyleId=t.objectId)}subWorldDraw(t){const e=[],n=t.subEntityTraits,r=n.color,s=n.rgbColor,o=n.lineType,a=n.lineWeight,h=this.getResolvedLeaderLineColor(),l=this.getResolvedLeaderLineStyle(),c=this.getResolvedLeaderLineWeight(),u=this.getResolvedTextColor();this.getResolvedLeaderLineType()!==0&&(this.applyColorTraits(n,h,r,s),this.applyLineTraits(n,l,c),this._leaders.forEach(d=>{d.leaderLines.forEach(f=>{const y=this.getLeaderLineDrawPoints(d,f);if(y.length>0){const m=this.drawLeaderLine(t,y);m&&e.push(m)}});const p=this.getDoglegPoints(d);p&&e.push(t.lines(p))}));const g=this.getRenderableMTextContent();if(this.contentType===2&&g){this.applyColorTraits(n,u,r,s);const d=this.getResolvedTextHeight(),p={text:g.text,height:d,width:this.getMTextRenderWidth(g.text,d),position:g.anchorPoint,rotation:this.textRotation,directionVector:this.textDirection,attachmentPoint:this.textAttachmentPoint,drawingDirection:this.textDrawingDirection,lineSpaceFactor:this.textLineSpacingFactor};e.push(t.mtext(p,this.getTextStyle(),!1))}if(n.color=r,n.rgbColor=s,n.lineType=o,n.lineWeight=a,e.length!==0)return e.length===1?e[0]:t.group(e)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbMLeader"),t.writeInt16(170,this.leaderLineType),t.writeBoolean(290,this.doglegEnabled),t.writeDouble(41,this.doglegLength),t.writeInt16(172,this.contentType),t.writeVector3d(210,this.normal),t.writeHandle(340,this.mleaderStyleId),this._landingPoint&&t.writePoint3d(10,this._landingPoint),t.writeVector3d(11,this.doglegVector),this._mtextContent&&(t.writeString(1,this._mtextContent.text),t.writePoint3d(12,this._mtextContent.anchorPoint),t.writeDouble(40,this.textHeight),t.writeDouble(42,this.textWidth),t.writeAngle(50,this.textRotation),t.writeString(7,this.textStyleName)),this._blockContent&&(t.writeHandle(341,this._blockContent.blockContentId??""),this._blockContent.position&&t.writePoint3d(15,this._blockContent.position),t.writeVector3d(16,this._blockContent.scale),t.writeAngle(52,this._blockContent.rotation)),this._leaders.forEach(e=>{e.landingPoint&&t.writePoint3d(110,e.landingPoint),e.doglegVector&&t.writeVector3d(111,e.doglegVector),t.writeDouble(140,e.doglegLength),t.writeInt16(171,e.leaderLines.length),e.leaderLines.forEach(n=>{t.writeInt16(90,n.vertices.length),n.vertices.forEach(r=>t.writePoint3d(10,r))})}),this}createPoint(t){return new _().copy(t)}createLeaderLine(t){var e,n;return{vertices:((e=t.vertices)==null?void 0:e.map(r=>this.createPoint(r)))??[],breakPointIndexes:t.breakPointIndexes?[...t.breakPointIndexes]:[],leaderLineIndex:t.leaderLineIndex,breaks:((n=t.breaks)==null?void 0:n.map(r=>({index:r.index,start:this.createPoint(r.start),end:this.createPoint(r.end)})))??[]}}cloneLeader(t){var e,n,r;return{lastLeaderLinePoint:(e=t.lastLeaderLinePoint)==null?void 0:e.clone(),lastLeaderLinePointSet:t.lastLeaderLinePointSet,landingPoint:(n=t.landingPoint)==null?void 0:n.clone(),doglegVector:(r=t.doglegVector)==null?void 0:r.clone(),doglegVectorSet:t.doglegVectorSet,doglegLength:t.doglegLength,breaks:t.breaks.map(s=>({index:s.index,start:s.start.clone(),end:s.end.clone()})),leaderBranchIndex:t.leaderBranchIndex,directionType:t.directionType,leaderLines:t.leaderLines.map(s=>({vertices:s.vertices.map(o=>o.clone()),breakPointIndexes:[...s.breakPointIndexes],leaderLineIndex:s.leaderLineIndex,breaks:s.breaks.map(o=>({index:o.index,start:o.start.clone(),end:o.end.clone()}))}))}}checkLeaderIndex(t){if(t<0||t>=this._leaders.length)throw new Error("The leader index is out of range!")}getMutableLeaderLine(t,e){this.checkLeaderIndex(t);const n=this._leaders[t].leaderLines[e];if(!n)throw new Error("The leader line index is out of range!");return n}collectGeometryPoints(){var e;const t=[];return this._leaders.forEach(n=>{n.lastLeaderLinePoint&&t.push(n.lastLeaderLinePoint),n.landingPoint&&t.push(n.landingPoint),n.breaks.forEach(s=>t.push(s.start,s.end)),n.leaderLines.forEach(s=>{t.push(...s.vertices),s.breaks.forEach(o=>t.push(o.start,o.end))});const r=this.getDoglegPoints(n);r&&t.push(...r),n.leaderLines.forEach(s=>{const o=this.getArrowheadPoints(this.getLeaderLineDrawPoints(n,s));o&&t.push(...o)})}),this._landingPoint&&t.push(this._landingPoint),this.contentBasePosition&&t.push(this.contentBasePosition),this.textAnchor&&t.push(this.textAnchor),this._mtextContent&&t.push(this._mtextContent.anchorPoint),(e=this._blockContent)!=null&&e.position&&t.push(this._blockContent.position),this.planeOrigin&&t.push(this.planeOrigin),t}getLeaderLineDrawPoints(t,e){if(e.vertices.length>=2)return e.vertices;if(e.vertices.length===0)return[];const n=t.lastLeaderLinePoint??t.landingPoint??this._landingPoint??this.contentBasePosition;return!n||e.vertices[0].equals(n)?e.vertices:[e.vertices[0],n]}getDoglegPoints(t){if(!this.getResolvedDoglegEnabled())return;const e=t.lastLeaderLinePoint??t.landingPoint??this._landingPoint,n=t.doglegVector??this._doglegVector,r=t.doglegLength??this.getResolvedDoglegLength();if(!e||r==null||r===0||n.lengthSq()===0)return;const s=e.clone().add(n.clone().normalize().multiplyScalar(r));return[e,s]}getArrowheadPoints(t){if(!this.isArrowheadVisible()||t.length<2)return;const e=this.getArrowheadFrame(t);if(!e)return;const n=this.getResolvedArrowheadSize(),{tip:r,unit:s}=e,o=r.clone().add(s.clone().multiplyScalar(n)),a=n/6,h=new w(-s.y,s.x,0),l=o.clone().add(h.clone().multiplyScalar(a)),c=o.clone().add(h.clone().multiplyScalar(-a));return[r,l,c,r]}isArrowheadVisible(){const t=this.getResolvedArrowheadId();return(t==null?void 0:t.toUpperCase())==="_NONE"?!1:this.getResolvedArrowheadSize()>0}drawLeaderLine(t,e){const n=[],r=this.getLeaderLinePointsForDraw(e);r.length>=2&&n.push(t.lines(r));const s=this.drawArrowhead(t,e);if(s&&n.push(s),n.length!==0)return n.length===1?n[0]:t.group(n)}getLeaderLinePointsForDraw(t){const e=this.getArrowheadLeaderLineTrimDistance();return e<=0?t:this.trimPolylineStart(t,e)}getArrowheadLeaderLineTrimDistance(){if(!this.isArrowheadVisible())return 0;const t=this.getResolvedArrowheadBlockTableRecord();if(!t)return 0;const e=this.getResolvedArrowheadSize();if(e<=0)return 0;const n=t.origin??_.ORIGIN;let r=n.x;for(const s of t.newIterator()){const o=s.geometricExtents;o.isEmpty()||o.max.x>r&&(r=o.max.x)}return Math.max(0,(r-n.x)*e)}trimPolylineStart(t,e){if(t.length<2||e<=0)return t;let n=e;for(let r=0;r<t.length-1;r++){const s=t[r],o=t[r+1],a=o.distanceTo(s);if(!(a<=0)){if(n<a){const h=new w().subVectors(o,s);return[s.clone().add(h.multiplyScalar(n/a)),...t.slice(r+1)]}n-=a}}return[t[t.length-1]]}drawArrowhead(t,e){if(!this.isArrowheadVisible())return;const n=this.drawArrowheadBlock(t,e);if(n)return n;const r=this.getArrowheadPoints(e);if(!r)return;const s=new Bt;s.add(new H(r,!0));const o=t.subEntityTraits,a=o.fillType;o.fillType={solidFill:!0,patternAngle:0,definitionLines:[]};const h=t.area(s);return o.fillType=a,h}drawArrowheadBlock(t,e){const n=this.getResolvedArrowheadBlockTableRecord();if(!n)return;const r=this.getArrowheadFrame(e);if(!r)return;const{tip:s,unit:o}=r,a=this.getResolvedArrowheadSize(),h=Math.atan2(o.y,o.x),l=n.origin??_.ORIGIN,c=new Y().makeTranslation(-l.x,-l.y,-l.z),u=new Y().makeScale(a,a,a),g=new Y().makeRotationZ(h),d=new Y().makeTranslation(s.x,s.y,s.z),p=new Y().multiplyMatrices(d,g).multiply(u).multiply(c);return Wt.instance.draw(t,n,this.rgbColor,[],!0,p,new w(this.normal))}getArrowheadFrame(t){if(t.length<2)return;const e=t[0],n=t.find(s=>!s.equals(e));if(!n)return;const r=new w().subVectors(n,e);if(r.lengthSq()!==0)return{tip:e,unit:r.normalize()}}getResolvedArrowheadId(){var e;const t=(e=this.getMLeaderStyle())==null?void 0:e.arrowSymbolId;return this.arrowheadId??t}getResolvedArrowheadBlockTableRecord(){const t=this.getResolvedArrowheadId();if(t)return this.database.tables.blockTable.getIdAt(t)}getResolvedArrowheadSize(){const t=this.getMLeaderStyle(),e=(t==null?void 0:t.arrowSize)??(t==null?void 0:t.scale);return this.arrowheadSize??this.contentScale??e??this.getResolvedTextHeight()}getResolvedTextHeight(){var e;const t=(e=this.getMLeaderStyle())==null?void 0:e.textHeight;return this.textHeight>0?this.textHeight:t!=null&&t>0?t:2.5}getRenderableMTextContent(){var n;if(this._mtextContent)return{text:this._mtextContent.text,anchorPoint:this._mtextContent.anchorPoint};const t=(n=this.getMLeaderStyle())==null?void 0:n.defaultMTextContents,e=this.textAnchor??this.contentBasePosition??this._landingPoint;if(!(!t||!e))return{text:t,anchorPoint:e}}getMTextRenderWidth(t,e){if(this._textWidth>0)return this._textWidth;if(!t)return this._textWidth;const n=t.replace(/\\[PpNn]/g,`
5
+ `).replace(/\\[A-Za-z][^;]*;/g,"").replace(/[{}]/g,""),r=Math.max(...n.split(/\r\n|\r|\n/g).map(s=>s.length),1);return Math.max(e,r*e)}transformVector(t,e){const n=new _,r=new _(t.x,t.y,t.z);n.applyMatrix4(e),r.applyMatrix4(e),t.set(r.x-n.x,r.y-n.y,r.z-n.z)}getMLeaderStyle(){const t=this.database.objects.mleaderStyle,e=this.mleaderStyleId||this.leaderStyleId;if(e){const n=t.getIdAt(e);if(n)return n}return this.getDefaultMLeaderStyle()}getDefaultMLeaderStyle(){const t=this.resolveMLeaderStyleByName(this.getDefaultMLeaderStyleName());return t||this.database.objects.mleaderStyle.newIterator().toArray()[0]}resolveMLeaderStyleByName(t){const e=t==null?void 0:t.trim();if(!e)return;const n=this.database.objects.mleaderStyle,r=n.getAt(e);if(r)return r;const s=n.getIdAt(e);if(s)return s;const o=e.toUpperCase();for(const[a,h]of n.entries())if(a.toUpperCase()===o)return h}getDefaultMLeaderStyleName(){try{return this.database.cmleaderstyle||Ct}catch{return Ct}}getResolvedTextStyleName(){var s,o;const t=this.database.tables.textStyleTable,e=(s=this.getMLeaderStyle())==null?void 0:s.textStyleId,n=e?(o=t.getIdAt(e))==null?void 0:o.name:void 0;if(this.textStyleName)return this.textStyleName;const r=this.textStyleId?t.getIdAt(this.textStyleId):void 0;return r!=null&&r.name?r.name:n}getTextStyle(){const t=this.database.tables.textStyleTable.resolveAt(this.getResolvedTextStyleName());if(!t)throw new Error("No valid text style found in text style table.");return t.textStyle}getResolvedLeaderLineColor(){var t;return this.getResolvedComponentColor(this.leaderLineColor,(t=this.getMLeaderStyle())==null?void 0:t.leaderLineColor,oc)}getResolvedLeaderLineType(){var e;const t=(e=this.getMLeaderStyle())==null?void 0:e.leaderLineType;return this.getResolvedStyleDrivenValue(this.leaderLineType,t,sc)}getResolvedLeaderLineTypeId(){var t;return this.getResolvedStyleDrivenValue(this.leaderLineTypeId,(t=this.getMLeaderStyle())==null?void 0:t.leaderLineTypeId,ac)}getResolvedLeaderLineStyle(){const t=this.getResolvedLeaderLineTypeId();if(!t)return;const e=this.database.tables.linetypeTable.getIdAt(t);if(e)return{type:"UserSpecified",...e.linetype}}getResolvedLeaderLineWeight(){var n;const t=(n=this.getMLeaderStyle())==null?void 0:n.leaderLineWeight,e=this.getResolvedStyleDrivenValue(this.leaderLineWeight,t,lc);if(e!=null)return e}getResolvedDoglegEnabled(){var e;const t=(e=this.getMLeaderStyle())==null?void 0:e.doglegEnabled;return this.getResolvedStyleDrivenValue(this.doglegEnabled,t,hc)}getResolvedDoglegLength(){var e;const t=(e=this.getMLeaderStyle())==null?void 0:e.doglegLength;return this.getResolvedStyleDrivenValue(this.doglegLength,t,cc)}getResolvedTextColor(){var t;return this.getResolvedComponentColor(this.textColor,(t=this.getMLeaderStyle())==null?void 0:t.textColor,uc)}getResolvedComponentColor(t,e,n){const r=t!=null?ha(t):void 0;if(!r)return e;const s=this.isPropertyOverrideEnabled(n);return s===!0?r:s===!1?e??r:!r.isByBlock&&!r.isByLayer?r:e??r}getResolvedStyleDrivenValue(t,e,n){const r=this.isPropertyOverrideEnabled(n);return r===!0?t??e:e??t}isPropertyOverrideEnabled(t){if(this.propertyOverrideFlag!=null)return(this.propertyOverrideFlag&t)!==0}applyColorTraits(t,e,n,r){t.color=n,t.rgbColor=r,e&&(t.color=e,t.rgbColor=this.resolveColorToRgb(e))}applyLineTraits(t,e,n){e&&(t.lineType=e),n!=null&&(t.lineWeight=n)}resolveColorToRgb(t){if(t.isByLayer){const e=this.getLayerColor();return(e==null?void 0:e.RGB)!=null?e.RGB:this.rgbColor}return t.isByBlock?this.rgbColor:t.RGB??this.rgbColor}};ar.typeName="MLeader";let nn=ar;const lr=class lr extends ${get dxfTypeName(){return"MTEXT"}constructor(){super(),this._contents="",this._height=0,this._width=0,this._lineSpacingFactor=.25,this._lineSpacingStyle=0,this._backgroundFill=!1,this._backgroundFillColor=13158600,this._backgroundFillTransparency=1,this._backgroundScaleFactor=1,this._rotation=0,this._styleName="",this._location=new _,this._attachmentPoint=exports.AcGiMTextAttachmentPoint.TopLeft,this._direction=new w(1,0,0),this._drawingDirection=exports.AcGiMTextFlowDirection.LEFT_TO_RIGHT}get contents(){return this._contents}set contents(t){this._contents=t}get height(){return this._height}set height(t){this._height=t}get width(){return this._width}set width(t){this._width=t}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get lineSpacingFactor(){return this._lineSpacingFactor}set lineSpacingFactor(t){this._lineSpacingFactor=t}get lineSpacingStyle(){return this._lineSpacingStyle}set lineSpacingStyle(t){this._lineSpacingStyle=t}get backgroundFill(){return this._backgroundFill}set backgroundFill(t){this._backgroundFill=t,this._backgroundFillColor=13158600}get backgroundFillColor(){return this._backgroundFillColor}set backgroundFillColor(t){this._backgroundFillColor=t}get backgroundFillTransparency(){return this._backgroundFillTransparency}set backgroundFillTransparency(t){this._backgroundFillTransparency=t}get backgroundScaleFactor(){return this._backgroundScaleFactor}set backgroundScaleFactor(t){this._backgroundScaleFactor=t}get styleName(){return this._styleName}set styleName(t){this._styleName=t}get location(){return this._location}set location(t){this._location.copy(t)}get attachmentPoint(){return this._attachmentPoint}set attachmentPoint(t){this._attachmentPoint=t}get direction(){return this._direction}set direction(t){this._direction.copy(t)}get drawingDirection(){return this._drawingDirection}set drawingDirection(t){this._drawingDirection=t}get geometricExtents(){const t=new C,e=this.width>0?this.width:Vo(this.contents,this.height),n=$h(this.contents),r=qh(n,this.height,this.lineSpacingFactor);return jo(t,this._location,e,r,this.attachmentPoint,this.rotation,this.direction)}subGetGripPoints(){return[this._location]}subGetOsnapPoints(t,e,n,r){b.Insertion===t&&r.push(this._location)}transformBy(t){const e=this._location.clone(),n=this._direction.lengthSq()>0?this._direction.clone().normalize():new w(Math.cos(this._rotation),Math.sin(this._rotation),0),r=new w(-n.y,n.x,n.z);r.lengthSq()===0&&r.set(0,1,0),r.normalize();const s=e.clone().add(n),o=e.clone().add(r);e.applyMatrix4(t),s.applyMatrix4(t),o.applyMatrix4(t);const a=new w(s).sub(e),h=new w(o).sub(e),l=a.length(),c=h.length();return this._location.copy(e),l>0&&(this._direction.copy(a).normalize(),this._rotation=Math.atan2(this._direction.y,this._direction.x),this._width*=l),c>0&&(this._height*=c),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"text",properties:[{name:"contents",type:"string",editable:!0,accessor:{get:()=>this.contents,set:t=>{this.contents=t}}},{name:"styleName",type:"string",editable:!0,accessor:{get:()=>this.styleName,set:t=>{this.styleName=t}}},{name:"attachmentPoint",type:"enum",editable:!0,options:[{label:exports.AcGiMTextAttachmentPoint[1],value:1},{label:exports.AcGiMTextAttachmentPoint[2],value:2},{label:exports.AcGiMTextAttachmentPoint[3],value:3},{label:exports.AcGiMTextAttachmentPoint[4],value:4},{label:exports.AcGiMTextAttachmentPoint[5],value:5},{label:exports.AcGiMTextAttachmentPoint[6],value:6},{label:exports.AcGiMTextAttachmentPoint[7],value:7},{label:exports.AcGiMTextAttachmentPoint[8],value:8},{label:exports.AcGiMTextAttachmentPoint[9],value:9}],accessor:{get:()=>this.attachmentPoint,set:t=>{this.attachmentPoint=t}}},{name:"drawingDirection",type:"enum",editable:!0,options:[{label:exports.AcGiMTextFlowDirection[1],value:1},{label:exports.AcGiMTextFlowDirection[2],value:2},{label:exports.AcGiMTextFlowDirection[3],value:3},{label:exports.AcGiMTextFlowDirection[4],value:4},{label:exports.AcGiMTextFlowDirection[5],value:5}],accessor:{get:()=>this.drawingDirection,set:t=>{this.drawingDirection=t}}},{name:"textHeight",type:"float",editable:!0,accessor:{get:()=>this.height,set:t=>{this.height=t}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:t=>{this.rotation=t}}},{name:"lineSpacingFactor",type:"float",editable:!0,accessor:{get:()=>this.lineSpacingFactor,set:t=>{this.lineSpacingFactor=t}}},{name:"definedWidth",type:"float",editable:!0,accessor:{get:()=>this.width,set:t=>{this.width=t}}},{name:"directionX",type:"float",editable:!0,accessor:{get:()=>this.direction.x,set:t=>{this.direction.x=t}}},{name:"directionY",type:"float",editable:!0,accessor:{get:()=>this.direction.y,set:t=>{this.direction.y=t}}},{name:"directionZ",type:"float",editable:!0,accessor:{get:()=>this.direction.z,set:t=>{this.direction.z=t}}}]},{groupName:"geometry",properties:[{name:"locationX",type:"float",editable:!0,accessor:{get:()=>this.location.x,set:t=>{this.location.x=t}}},{name:"locationY",type:"float",editable:!0,accessor:{get:()=>this.location.y,set:t=>{this.location.y=t}}},{name:"locationZ",type:"float",editable:!0,accessor:{get:()=>this.location.z,set:t=>{this.location.z=t}}}]}]}}getTextStyle(){const t=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!t)throw new Error("No valid text style found in text style table.");return t.textStyle}subWorldDraw(t,e){const n={text:this.contents,height:this.height,width:this.width,position:this.location,rotation:this.rotation,directionVector:this.direction,attachmentPoint:this.attachmentPoint,drawingDirection:this.drawingDirection,lineSpaceFactor:this.lineSpacingFactor};return t.mtext(n,this.getTextStyle(),e)}encodeMTextContentsForDxf(t){return t.replace(/\r\n|\r|\n/g,"\\P")}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbMText"),t.writePoint3d(10,this.location),t.writeDouble(40,this.height),t.writeDouble(41,this.width),t.writeString(1,this.encodeMTextContentsForDxf(this.contents)),t.writeString(7,this.styleName),t.writeAngle(50,this.rotation),t.writeVector3d(11,this.direction),t.writeInt16(71,this.attachmentPoint),t.writeInt16(72,this.drawingDirection),t.writeInt16(73,this.lineSpacingStyle),t.writeDouble(44,this.lineSpacingFactor),this.backgroundFill&&(t.writeInt16(90,1),t.writeInt32(63,this.backgroundFillColor),t.writeInt32(441,this.backgroundFillTransparency),t.writeDouble(45,this.backgroundScaleFactor)),this}};lr.typeName="MText";let Ke=lr;const hr=class hr extends q{get dxfTypeName(){return"SPLINE"}constructor(t,e,n,r,s){super(),this.rebuild(t,e,n,r,s)}rebuild(t,e,n,r,s){const o=+(t!==void 0)+ +(e!==void 0)+ +(n!==void 0)+ +(r!==void 0)+ +(s!==void 0);if(o<2||o>5)throw st.ILLEGAL_PARAMETERS;!Array.isArray(e)?this._geo=new Yt(t,e,n,r):this._geo=new Yt(t,e,n,r,s)}get geometricExtents(){return this._geo.box}get closed(){return this._geo.closed}get area(){return this._geo.area}set closed(t){this._geo.closed=t}subGetGripPoints(){return this._geo.controlPoints.map(t=>new _(t.x,t.y,t.z??0))}subGetOsnapPoints(t,e,n,r){switch(t){case b.EndPoint:r.push(this._geo.startPoint),r.push(this._geo.endPoint);break;case b.Node:{const s=new Set;for(const o of this._geo.knots)s.has(o)||(s.add(o),r.push(this._geo.evaluateAt(o)));break}case b.Nearest:r.push(this._geo.nearestPoint(e));break}}transformBy(t){return this._geo.transform(t),this}subWorldDraw(t){const e=this._geo.getPoints(100);return t.lines(e)}dxfOutFields(t){var n;const e=this._geo;super.dxfOutFields(t),t.writeSubclassMarker("AcDbSpline"),t.writeInt16(70,this.closed?1:0),t.writeInt16(71,e.degree),t.writeInt16(72,e.knots.length),t.writeInt16(73,e.controlPoints.length),t.writeInt16(74,((n=e.fitPoints)==null?void 0:n.length)??0);for(const r of e.knots)t.writeDouble(40,r);for(const r of e.weights)t.writeDouble(41,r);for(const r of e.controlPoints)t.writePoint3d(10,r);for(const r of e.fitPoints??[])t.writePoint3d(11,r);return this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectPath2d(1);return e.length<2?1:lt.from2dPoints(e,this.closed).getOffsetSideAtPoint(t)}createOffsetCurve(t){const{points:e,tangents:n}=this._geo.getOffsetSamplePath2d(t),r=Bl(e,this.closed,t,n);return r?lt.fromGePolyline(r):null}collectPath2d(t){return this._geo.getOffsetSamplePath2d(t).points}};hr.typeName="Spline";let rn=hr;const dc=new w,cr=class cr extends he{get dxfTypeName(){return"ACAD_TABLE"}constructor(t,e,n){super(t),this._attachmentPoint=exports.AcGiMTextAttachmentPoint.TopLeft,this._numColumns=n,this._numRows=e,this._columnWidth=new Array(n),this._rowHeight=new Array(e),this._cells=new Array(e*n)}get attachmentPoint(){return this._attachmentPoint}set attachmentPoint(t){this._attachmentPoint=t}get numRows(){return this._numRows}set numRows(t){this._numRows=t}get numColumns(){return this._numColumns}set numColumns(t){this._numColumns=t}numContents(t,e){return 1}rowHeight(t){return this._rowHeight[t]}setRowHeight(t,e){this._rowHeight[t]=e}setUniformRowHeight(t){this._rowHeight.fill(t)}columnWidth(t){return this._columnWidth[t]}setUniformColumnWidth(t){this._columnWidth.fill(t)}setColumnWidth(t,e){this._columnWidth[t]=e}cell(t){if(!(t<0||t>=this._cells.length))return this._cells[t]}setCell(t,e){this._cells[t]=e}textString(t,e,n){var s;const r=t*this._numColumns+e;return(s=this._cells[r])==null?void 0:s.text}setTextString(t,e,n){const r=t*this._numColumns+e;if(!this._cells[r]){this._cells[r]={text:n,attachmentPoint:this._attachmentPoint,cellType:1,textHeight:0};return}this._cells[r].text=n}isEmpty(t,e){var r;const n=t*this._numColumns+e;return!((r=this._cells[n])!=null&&r.text)}get geometricExtents(){let t;try{t=this.blockTableRecord}catch{t=void 0}if(t&&t.newIterator().count>0){const a=new C;for(const h of t.newIterator())a.union(h.geometricExtents);return a.applyMatrix4(this.blockTransform),a}const e=this._columnWidth.reduce((a,h)=>a+h,0),n=this._rowHeight.reduce((a,h)=>a+h,0),r=new C;if(e===0&&n===0)return r.expandByPoint(this.position),r;const s=new ae;s.setFromAxisAngle(w.Z_AXIS,this.rotation),Kt.compose(this.position,s,this.scaleFactors);const o=[new _(0,0,0),new _(e,0,0),new _(e,-n,0),new _(0,-n,0)];for(const a of o)r.expandByPoint(a.applyMatrix4(Kt));return r}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"table",properties:[{name:"numRows",type:"string",editable:!0,accessor:{get:()=>this.numRows,set:t=>{this.numRows=t}}},{name:"numColumns",type:"float",editable:!0,accessor:{get:()=>this.numColumns,set:t=>{this.numColumns=t}}},{name:"tableWidth",type:"float",editable:!1,accessor:{get:()=>this._columnWidth.reduce((t,e)=>t+e,0)}},{name:"tableHeight",type:"float",editable:!1,accessor:{get:()=>this._rowHeight.reduce((t,e)=>t+e,0)}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:t=>{this.position.x=t}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:t=>{this.position.y=t}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:t=>{this.position.z=t}}}]}]}}subWorldDraw(t){const e=this.blockTableRecord;if(e&&e.newIterator().count>0){const d=this.drawAnonymousTableBlock(t,e);if(d)return d}let n=0,r=0;const s=new Uint16Array(this.numColumns*this.numRows*8),o=new Float32Array((this.numColumns+1)*(this.numRows+1)*3);let a=0;for(let d=0;d<=this.numRows;d++){n-=d>0?this.rowHeight(d-1):0,r=0;for(let p=0;p<=this.numColumns;p++)r+=p>0?this.columnWidth(p-1):0,o[a++]=r,o[a++]=n,o[a++]=0}const h=[],l=new Array(this.numRows*this.numColumns).fill(!1);r=0,a=0;let c=0;for(let d=0;d<this.numColumns;d++){r+=d>0?this.columnWidth(d-1):0,n=0;for(let p=0;p<this.numRows;p++){n+=p>0?this.rowHeight(p-1):0;const f=this.cell(p*this.numColumns+d);if(c=p*this.numColumns+d,f&&!l[c]){const y=f.borderWidth??1,m=f.borderHeight??1;this.fillVisited(l,c,this.numColumns,y,m),s[a++]=d+p*(this.numColumns+1),s[a++]=d+p*(this.numColumns+1)+y;const x=o[s[a-1]*3]-r,S=d+(p+m)*(this.numColumns+1)+y;d+y==this.numColumns&&(s[a++]=d+p*(this.numColumns+1)+y,s[a++]=S);const A=-o[S*3+1]-n;if(p+m==this.numRows&&(s[a++]=d+(p+m)*(this.numColumns+1)+m,s[a++]=d+(p+m)*(this.numColumns+1)),s[a++]=d+(p+m)*(this.numColumns+1),s[a++]=d+p*(this.numColumns+1),f.text){const L=f.attachmentPoint||this.attachmentPoint||exports.AcGiMTextAttachmentPoint.MiddleCenter,T=this.getTableTextOffset(L,x,A),M={text:f.text,height:this.getCellTextHeight(f,A),width:x,position:dc.set(r,-n,0).clone().add(T),rotation:this.rotation,attachmentPoint:L},X=this.getTextStyle(f);h.push(t.mtext(M,X))}}}}h.push(t.lineSegments(o,3,s));const u=t.group(h),g=new ae;return g.setFromAxisAngle(w.Z_AXIS,this.rotation),Kt.compose(this.position,g,this.scaleFactors),u.applyMatrix(Kt),u}drawAnonymousTableBlock(t,e){const n=[],r=e.newIterator();for(const a of r){let h;a.color.isByBlock&&this.rgbColor?(qr.copy(a.color),a.color.setRGBValue(this.rgbColor),h=a.worldDraw(t),a.color.copy(qr)):h=a.worldDraw(t),h&&(h.objectId=this.objectId,h.ownerId=this.ownerId,h.layerName=this.layer,h.visible=this.visibility&&a.visibility,n.push(h))}const s=t.group(n);s.applyMatrix(this.blockTransform);const o=this.normal;return o&&(o.x!==0||o.y!==0||o.z!==1)&&(Kt.setFromExtrusionDirection(o),s.applyMatrix(Kt)),s}fillVisited(t,e,n,r,s){if(s==1&&r==1)t[e]=!0;else for(let o=0;o<r;++o)for(let a=0;a<s;++a)t[e+o+a*n]=!0}getTextStyle(t){const e=this.database.tables.textStyleTable.resolveAt(t.textStyle);if(!e)throw new Error("No valid text style found in text style table.");return e.textStyle}getTableTextOffset(t,e,n){const r=new w;switch(t){case 1:break;case 2:r.setX(e/2);break;case 3:r.setX(e);break;case 4:r.setY(-n/2);break;case 5:r.set(e/2,-n/2,0);break;case 6:r.set(e,-n/2,0);break;case 7:r.setY(-n);break;case 8:r.set(e/2,-n,0);break;case 9:r.set(e,-n,0);break}return r}getCellTextHeight(t,e){return t.textHeight&&t.textHeight>0?t.textHeight:Math.max(e/2,1)}dxfOutFields(t){var s,o,a,h,l,c,u;super.dxfOutFields(t),t.writeSubclassMarker("AcDbTable");const e=t.version??((s=t.database)==null?void 0:s.version)??((o=this.database)==null?void 0:o.version),n=(e==null?void 0:e.value)!=null?e.value>=27:!1;t.writeInt16(280,this.tableDataVersion),t.writeObjectId(342,this.tableStyleId),t.writeObjectId(343,this.owningBlockRecordId),t.writeVector3d(11,this.horizontalDirection),t.writeUInt32(90,this.tableValueFlag),t.writeUInt32(93,this.tableOverrideFlag),t.writeUInt32(94,this.borderColorOverrideFlag),t.writeUInt32(95,this.borderLineweightOverrideFlag),t.writeUInt32(96,this.borderVisibilityOverrideFlag),t.writeInt16(71,this.attachmentPoint),t.writeInt32(91,this.numRows),t.writeInt32(92,this.numColumns);for(let g=0;g<this.numRows;++g)t.writeDouble(141,this.rowHeight(g));for(let g=0;g<this.numColumns;++g)t.writeDouble(142,this.columnWidth(g));const r=this._cells.length>0?this._cells.length:this.numRows*this.numColumns;for(let g=0;g<r;g++){const d=this._cells[g],p=(d==null?void 0:d.cellType)??(d!=null&&d.blockTableRecordId?2:1);if(t.writeInt16(171,p),t.writeInt16(172,(d==null?void 0:d.flagValue)??0),t.writeInt16(173,(d==null?void 0:d.mergedValue)??0),t.writeBoolean(174,d==null?void 0:d.autoFit),t.writeInt16(175,d==null?void 0:d.borderWidth),t.writeInt16(176,d==null?void 0:d.borderHeight),(d==null?void 0:d.overrideFlag)!=null&&(n?t.writeInt32(91,d.overrideFlag):t.writeInt16(177,d.overrideFlag)),t.writeInt16(178,d==null?void 0:d.virtualEdgeFlag),t.writeAngle(145,d==null?void 0:d.rotation),n&&t.writeInt16(92,d==null?void 0:d.extendedCellFlags),p===1)d!=null&&d.fieldObjetId?t.writeObjectId(344,d.fieldObjetId):this.writeCellText(t,(d==null?void 0:d.text)??"",n,d==null?void 0:d.cellValueBlockBegin);else if(p===2){if(t.writeObjectId(340,d==null?void 0:d.blockTableRecordId),t.writeDouble(144,d==null?void 0:d.blockScale),t.writeInt16(179,d==null?void 0:d.blockAttrNum),(a=d==null?void 0:d.attrDefineId)!=null&&a.length)for(const f of d.attrDefineId)t.writeObjectId(331,f);if((d==null?void 0:d.attrText)!=null)if(Array.isArray(d.attrText))for(const f of d.attrText)t.writeString(300,f);else t.writeString(300,d.attrText)}d!=null&&d.textStyle&&t.writeString(7,d.textStyle),(d==null?void 0:d.textHeight)!=null&&t.writeDouble(140,d.textHeight),(d==null?void 0:d.attachmentPoint)!=null&&t.writeInt16(170,d.attachmentPoint),(d==null?void 0:d.topBorderVisibility)!=null&&t.writeInt16(289,d.topBorderVisibility?1:0),(d==null?void 0:d.rightBorderVisibility)!=null&&t.writeInt16(285,d.rightBorderVisibility?1:0),(d==null?void 0:d.bottomBorderVisibility)!=null&&t.writeInt16(286,d.bottomBorderVisibility?1:0),(d==null?void 0:d.leftBorderVisibility)!=null&&t.writeInt16(288,d.leftBorderVisibility?1:0)}if(t.writeInt16(70,this.flowDirection),t.writeDouble(40,this.horizontalCellMargin),t.writeDouble(41,this.verticalCellMargin),this.suppressTitle!=null&&t.writeInt16(280,this.suppressTitle?1:0),this.suppressHeader!=null&&t.writeInt16(281,this.suppressHeader?1:0),(h=this.cellTypeOverrides)!=null&&h.length)for(const g of this.cellTypeOverrides){t.writeString(7,g.textStyle),t.writeDouble(140,g.textHeight),t.writeInt16(170,g.alignment),t.writeInt16(63,g.backgroundColor),t.writeInt16(64,g.contentColor),g.backgroundColorEnabled!=null&&t.writeInt16(283,g.backgroundColorEnabled?1:0);const d=g.borderLineweights;d&&(t.writeInt16(274,d.top),t.writeInt16(275,d.right),t.writeInt16(276,d.bottom),t.writeInt16(277,d.left),t.writeInt16(278,d.insideHorizontal),t.writeInt16(279,d.insideVertical));const p=g.borderVisibility;p&&(t.writeInt16(284,p.top?1:0),t.writeInt16(285,p.right?1:0),t.writeInt16(286,p.bottom?1:0),t.writeInt16(287,p.left?1:0),t.writeInt16(288,p.insideHorizontal?1:0),t.writeInt16(289,p.insideVertical?1:0))}if(this.tableBorderColors&&(t.writeInt16(63,this.tableBorderColors.left),t.writeInt16(64,this.tableBorderColors.top),t.writeInt16(65,this.tableBorderColors.insideHorizontal),t.writeInt16(66,this.tableBorderColors.bottom),t.writeInt16(68,this.tableBorderColors.insideVertical),t.writeInt16(69,this.tableBorderColors.right)),(l=this.rowDataTypes)!=null&&l.length)for(const g of this.rowDataTypes)t.writeInt16(97,g);if((c=this.rowUnitTypes)!=null&&c.length)for(const g of this.rowUnitTypes)t.writeInt16(98,g);if((u=this.rowFormats)!=null&&u.length)for(const g of this.rowFormats)t.writeString(4,g);return this}writeCellText(t,e,n,r){if(!n){if(e.length<=250){t.writeString(1,e);return}const a=Math.ceil(e.length/250);for(let h=0;h<a;h++){const l=h*250,c=l+250,u=e.slice(l,c);h===a-1?t.writeString(1,u):t.writeString(2,u)}return}if(t.writeString(301,r??"CELL_VALUE"),e.length<=250){t.writeString(302,e),t.writeString(304,"ACVALUE_END");return}const o=Math.ceil(e.length/250);for(let a=0;a<o;a++){const h=a*250,l=h+250,c=e.slice(h,l);a===o-1?t.writeString(302,c):t.writeString(303,c)}t.writeString(304,"ACVALUE_END")}};cr.typeName="Table";let sn=cr;const Kt=new Y,qr=new k,ne=class ne extends q{get dxfTypeName(){return"TRACE"}constructor(){super(),this._elevation=0,this._thickness=1,this._vertices=[new _,new _,new _,new _]}get elevation(){return this._elevation}set elevation(t){this._elevation=t}get closed(){return!0}get area(){return new H(ne.boundaryPointsFromVertices(this._vertices),!0).area}get thickness(){return this._thickness}set thickness(t){this._thickness=t}getPointAt(t){return t<0?this._vertices[0]:t>3?this._vertices[3]:this._vertices[t]}setPointAt(t,e){if(t<0&&this._vertices[0].copy(e),t>3)return this._vertices[3].copy(e);this._vertices[t].copy(e)}get geometricExtents(){return new C().setFromPoints(this._vertices)}subGetGripPoints(){const t=new Array;return t.push(...this._vertices),t}subGetOsnapPoints(t,e,n,r){const s=[this._vertices[0],this._vertices[1],this._vertices[3],this._vertices[2]];Hn(s,!0,t,e,r)}transformBy(t){return this._vertices.forEach(e=>e.applyMatrix4(t)),this._elevation=this._vertices[0].z,this}subWorldDraw(t){const e=new H(ne.boundaryPointsFromVertices(this._vertices),!0),n=new Bt;n.add(e);const r=t.subEntityTraits;return r.fillType={solidFill:!0,patternAngle:0,definitionLines:[]},t.area(n)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbTrace"),t.writeDouble(38,this.elevation),t.writeDouble(39,this.thickness),t.writePoint3d(10,this.getPointAt(0)),t.writePoint3d(11,this.getPointAt(1)),t.writePoint3d(12,this.getPointAt(2)),t.writePoint3d(13,this.getPointAt(3)),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectBoundary2d();return e.length<2?1:lt.from2dPoints(e,!0).getOffsetSideAtPoint(t)}createOffsetCurve(t){return fi(this.collectBoundary2d(),!0,t)}collectBoundary2d(){return ne.boundaryPointsFromVertices(this._vertices)}static boundaryPointsFromVertices(t){const e=t[0],n=t[1],r=t[2],s=t[3];return[new P(e.x,e.y),new P(n.x,n.y),new P(s.x,s.y),new P(r.x,r.y)]}};ne.typeName="Trace";let on=ne;const ur=class ur extends ${get dxfTypeName(){return"POINT"}constructor(){super(),this._geo=new _}get position(){return this._geo}set position(t){this._geo.set(t.x,t.y,t.z||0)}get geometricExtents(){return new C().expandByPoint(this._geo)}subGetGripPoints(){return[this._geo]}subGetOsnapPoints(t,e,n,r){t===b.Node&&r.push(this._geo)}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:t=>{this.position.x=t}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:t=>{this.position.y=t}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:t=>{this.position.z=t}}}]}]}}transformBy(t){return this._geo.applyMatrix4(t),this}subWorldDraw(t){return t.point(this._geo,{displayMode:this.database.pdmode,displaySize:this.database.pdsize})}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbPoint"),t.writePoint3d(10,this.position),this}};ur.typeName="Point";let an=ur;var ta=(i=>(i[i.Invalid=0]="Invalid",i[i.Rect=1]="Rect",i[i.Poly=2]="Poly",i))(ta||{}),ea=(i=>(i[i.Show=1]="Show",i[i.ShowUnAligned=2]="ShowUnAligned",i[i.Clip=4]="Clip",i[i.Transparent=8]="Transparent",i))(ea||{});const dr=class dr extends ${get dxfTypeName(){return"IMAGE"}constructor(){super(),this._brightness=50,this._contrast=50,this._fade=0,this._width=0,this._height=0,this._position=new _,this._scale=new j(1,1),this._rotation=0,this._imageSize=new P,this._clipBoundaryType=1,this._clipBoundary=[],this._isClipped=!1,this._isShownClipped=!1,this._isImageShown=!0,this._isImageTransparent=!1,this._imageDefId=""}get brightness(){return this._brightness}set brightness(t){this._brightness=t}get contrast(){return this._contrast}set contrast(t){this._contrast=t}get fade(){return this._fade}set fade(t){this._fade=t}get height(){return this._height}set height(t){this._height=t}get width(){return this._width}set width(t){this._width=t}get position(){return this._position}set position(t){this._position=t}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get scale(){return this._scale}set scale(t){this._scale.copy(t)}get imageSize(){return this._imageSize}set imageSize(t){this._imageSize.copy(t)}get clipBoundaryType(){return this._clipBoundaryType}set clipBoundaryType(t){this._clipBoundaryType=t}get clipBoundary(){return this._clipBoundary}set clipBoundary(t){this._clipBoundary=[],this._clipBoundary.push(...t)}get isClipped(){return this._isClipped}set isClipped(t){this._isClipped=t}get isShownClipped(){return this._isShownClipped}set isShownClipped(t){this._isShownClipped=t}get isImageShown(){return this._isImageShown}set isImageShown(t){this._isImageShown=t}get isImageTransparent(){return this._isImageTransparent}set isImageTransparent(t){this._isImageTransparent=t}get image(){return this._image}set image(t){this._image=t}get imageDefId(){return this._imageDefId}set imageDefId(t){this._imageDefId=t}get imageFileName(){if(this._imageDefId){const t=this.database.objects.imageDefinition.getIdAt(this._imageDefId);if(t)return t.sourceFileName}return""}get geometricExtents(){const t=new C;return t.min.copy(this._position),t.max.set(this._position.x+this._width,this._position.y+this._height,0),t}subGetGripPoints(){return this.boundaryPath()}subGetOsnapPoints(t,e,n,r){if(t===b.Insertion){r.push(this._position);return}const s=this.boundaryPath();if(s.length===0)return;let o=s;if(s.length>1){const a=s[0],h=s[s.length-1];a.x===h.x&&a.y===h.y&&(a.z||0)===(h.z||0)&&(o=s.slice(0,-1))}if(t===b.EndPoint){r.push(...o);return}Hn(o,!0,t,e,r)}subWorldDraw(t){const e=this.boundaryPath();return this._image?t.image(this._image,{boundary:e,roation:this._rotation}):t.lines(e)}transformBy(t){const e=this._width*this._scale.x,n=this._height*this._scale.y,r=new w(e*Math.cos(this._rotation),e*Math.sin(this._rotation),0),s=new w(-n*Math.sin(this._rotation),n*Math.cos(this._rotation),0),o=this._position.clone(),a=this._position.clone().add(r),h=this._position.clone().add(s);o.applyMatrix4(t),a.applyMatrix4(t),h.applyMatrix4(t);const l=new w(a).sub(o),c=new w(h).sub(o);return this._position.copy(o),this._rotation=Math.atan2(l.y,l.x),this._width=l.length(),this._height=c.length(),this._scale.set(1,1),this}boundaryPath(){const t=[];if(this.isClipped&&this._clipBoundary.length>3){const e=this._width,n=this._height,r=new et;r.setFromPoints(this._clipBoundary);const s=new P;s.setX(this._position.x-r.min.x*e),s.setY(this._position.y-r.min.y*n),this._clipBoundary.forEach(o=>{const a=o.x*e+s.x,h=o.y*n+s.y;t.push(new _(a,h,this._position.z))})}else{if(t.push(this._position),t.push(this._position.clone().setX(this._position.x+this._width)),t.push(this._position.clone().set(this._position.x+this._width,this._position.y+this._height,this._position.z)),t.push(this._position.clone().setY(this._position.y+this._height)),this._rotation>0){Zr.copy(t[1]);for(let e=1;e<4;e++)Fe.copy(t[e]),Fe.rotateAround(Zr,this._rotation),t[e].setX(Fe.x),t[e].setY(Fe.y)}t.push(t[0])}return t}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbRasterImage"),t.writePoint3d(10,this.position);const e=this.width*this.scale.x,n=this.height*this.scale.y,r=this._imageSize.x>0&&this._imageSize.y>0?this._imageSize:{x:e,y:n},s=r.x>0?e/r.x:e,o=r.y>0?n/r.y:n,a=Math.cos(this._rotation),h=Math.sin(this._rotation);t.writePoint3d(11,{x:s*a,y:s*h,z:0}),t.writePoint3d(12,{x:-o*h,y:o*a,z:0}),t.writePoint2d(13,r),t.writeObjectId(340,this.imageDefId);const l=(this.isImageShown?1:0)|(this.isShownClipped?4:0)|(this.isImageTransparent?8:0);if(t.writeInt16(70,l),t.writeInt16(280,this.isClipped?1:0),t.writeInt16(281,this.brightness),t.writeInt16(282,this.contrast),t.writeInt16(283,this.fade),t.writeInt16(71,this.clipBoundaryType),this.isClipped){t.writeInt16(91,this.clipBoundary.length);for(const c of this.clipBoundary)t.writePoint2d(14,c)}return this}};dr.typeName="RasterImage";let Qe=dr;const Zr=new P,Fe=new P,ci=class ci extends q{get dxfTypeName(){return"RAY"}constructor(){super(),this._basePoint=new _,this._unitDir=new w}get basePoint(){return this._basePoint}set basePoint(t){this._basePoint.copy(t)}get unitDir(){return this._unitDir}set unitDir(t){this._unitDir.copy(t)}get closed(){return!1}get area(){return 0}get geometricExtents(){const t=new C;return t.expandByPoint(this._unitDir.clone().multiplyScalar(10).add(this._basePoint)),t.expandByPoint(this._unitDir.clone().multiplyScalar(-10).add(this._basePoint)),t}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"basePointX",type:"float",editable:!0,accessor:{get:()=>this.basePoint.x,set:t=>{this.basePoint.x=t}}},{name:"basePointY",type:"float",editable:!0,accessor:{get:()=>this.basePoint.y,set:t=>{this.basePoint.y=t}}},{name:"basePointZ",type:"float",editable:!0,accessor:{get:()=>this.basePoint.z,set:t=>{this.basePoint.z=t}}},{name:"unitDirX",type:"float",editable:!0,accessor:{get:()=>this.unitDir.x,set:t=>{this.unitDir.x=t}}},{name:"unitDirY",type:"float",editable:!0,accessor:{get:()=>this.unitDir.y,set:t=>{this.unitDir.y=t}}},{name:"unitDirZ",type:"float",editable:!0,accessor:{get:()=>this.unitDir.z,set:t=>{this.unitDir.z=t}}}]}]}}subGetGripPoints(){const t=new Array;return t.push(this.basePoint),t}subGetOsnapPoints(t,e,n,r){const s=this.basePoint;if(t===b.EndPoint){r.push(s);return}const o=this.unitDir.clone();if(o.lengthSq()===0)return;o.normalize();const a=new xt(s,s.clone().add(o));switch(t){case b.Nearest:{const h=a.project(e),c=new w(h).sub(s).dot(o);r.push(c<0?s:h);break}case b.Perpendicular:r.push(a.perpPoint(e));break}}transformBy(t){return this._basePoint.applyMatrix4(t),this._unitDir.transformDirection(t),this}subWorldDraw(t){const e=[];return e.push(this.basePoint),e.push(this._unitDir.clone().multiplyScalar(1e6).add(this._basePoint)),t.lines(e)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbRay"),t.writePoint3d(10,this.basePoint),t.writeVector3d(11,this.unitDir),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.basePoint,n=this.unitDir,r=Math.hypot(n.x,n.y);return r<=1e-9||(n.x*(t.y-e.y)-n.y*(t.x-e.x))/r>=0?1:-1}createOffsetCurve(t){const e=js(this.basePoint,this.unitDir,t);if(!e)return null;const n=new ci;return n.basePoint=e,n.unitDir=this.unitDir.clone(),n}};ci.typeName="Ray";let ln=ci;const gr=class gr extends ${get dxfTypeName(){return"SHAPE"}constructor(){super(),this._position=new _,this._size=1,this._name="",this._rotation=0,this._widthFactor=1,this._oblique=0,this._thickness=0,this._normal=new w(0,0,1),this._shapeNumber=0,this._styleName=""}get position(){return this._position}set position(t){this._position.copy(t)}get size(){return this._size}set size(t){this._size=t}get name(){return this._name}set name(t){this._name=t}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get widthFactor(){return this._widthFactor}set widthFactor(t){this._widthFactor=t}get oblique(){return this._oblique}set oblique(t){this._oblique=t}get thickness(){return this._thickness}set thickness(t){this._thickness=t}get normal(){return this._normal}set normal(t){this._normal.copy(t)}get shapeNumber(){return this._shapeNumber}set shapeNumber(t){this._shapeNumber=t}get styleId(){var e,n,r;const t=(r=(n=(e=this.database)==null?void 0:e.tables)==null?void 0:n.textStyleTable)==null?void 0:r.resolveAt(this._styleName);return(t==null?void 0:t.objectId)??""}set styleId(t){var n,r,s;const e=(s=(r=(n=this.database)==null?void 0:n.tables)==null?void 0:r.textStyleTable)==null?void 0:s.getIdAt(t);e&&(this._styleName=e.name)}get styleName(){return this._styleName}set styleName(t){this._styleName=t}get isPlanar(){return!0}get geometricExtents(){const t=Math.abs(this._size)/2,e=new C;return e.expandByPoint(this._position),t>0&&(e.expandByPoint(new _(this._position.x-t,this._position.y-t,this._position.z)),e.expandByPoint(new _(this._position.x+t,this._position.y+t,this._position.z))),e}subGetGripPoints(){return[this._position]}subGetOsnapPoints(t,e,n,r){t===b.Insertion&&r.push(this._position)}transformBy(t){const e=new Y().setFromExtrusionDirection(this._normal),n=new Y().makeRotationZ(this._rotation),r=new Y().multiplyMatrices(e,n),s=this._position.clone(),o=new _(this._widthFactor,0,0).applyMatrix4(r).add(s),a=new _(0,1,0).applyMatrix4(r).add(s),h=new _(0,0,1).applyMatrix4(r).add(s);s.applyMatrix4(t),o.applyMatrix4(t),a.applyMatrix4(t),h.applyMatrix4(t);const l=new w(o).sub(s),c=new w(a).sub(s),u=new w(h).sub(s);let g=new w().crossVectors(l,c);g.lengthSq()===0?g=this._normal.clone().transformDirection(t):g.normalize();const p=new Y().setFromExtrusionDirection(g).clone().invert(),f=l.clone().applyMatrix4(p),y=c.length(),m=l.length();this._position.copy(s),this._normal.copy(g),m>0&&(this._rotation=Math.atan2(f.y,f.x)),y>0&&(this._size*=y,m>0&&(this._widthFactor*=m/y));const x=u.length();return x>0&&(this._thickness*=x),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"shape",properties:[{name:"name",type:"string",editable:!0,accessor:{get:()=>this.name,set:t=>{this.name=t}}},{name:"size",type:"float",editable:!0,accessor:{get:()=>this.size,set:t=>{this.size=t}}},{name:"rotation",type:"float",editable:!0,accessor:{get:()=>this.rotation,set:t=>{this.rotation=t}}},{name:"widthFactor",type:"float",editable:!0,accessor:{get:()=>this.widthFactor,set:t=>{this.widthFactor=t}}},{name:"oblique",type:"float",editable:!0,accessor:{get:()=>this.oblique,set:t=>{this.oblique=t}}},{name:"shapeNumber",type:"int",editable:!0,accessor:{get:()=>this.shapeNumber,set:t=>{this.shapeNumber=t}}}]},{groupName:"geometry",properties:[{name:"positionX",type:"float",editable:!0,accessor:{get:()=>this.position.x,set:t=>{this.position.x=t}}},{name:"positionY",type:"float",editable:!0,accessor:{get:()=>this.position.y,set:t=>{this.position.y=t}}},{name:"positionZ",type:"float",editable:!0,accessor:{get:()=>this.position.z,set:t=>{this.position.z=t}}}]}]}}subWorldDraw(t,e){const r={...this.getTextStyle(),widthFactor:this.widthFactor,obliqueAngle:this.oblique*180/Math.PI},s={name:this._name.trim()||void 0,shapeNumber:this._shapeNumber!==0?this._shapeNumber:void 0,size:this.size,position:this._position,rotation:this._rotation,directionVector:this._normal,widthFactor:this.widthFactor};return t.shape(s,r,e)}getTextStyle(){const t=this.database.tables.textStyleTable.resolveAt(this.styleName);if(!t)throw new Error("No valid text style found in text style table.");return t.textStyle}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbShape"),t.writePoint3d(10,this.position),t.writeDouble(40,this.size),t.writeString(2,this.name),t.writeAngle(50,this.rotation),t.writeDouble(41,this.widthFactor),t.writeAngle(51,this.oblique),t.writeDouble(39,this.thickness),this._styleName&&t.writeString(3,this._styleName),t.writeVector3d(210,this.normal),this}};gr.typeName="Shape";let hn=gr;const pr=class pr extends ${get dxfTypeName(){return"VIEWPORT"}constructor(){super(),this._centerPoint=new _,this._height=0,this._width=0,this._viewCenter=new _,this._viewHeight=0,this._number=-1}get number(){return this._number}set number(t){this._number=t}get centerPoint(){return this._centerPoint}set centerPoint(t){this._centerPoint=t}get height(){return this._height}set height(t){this._height=t}get width(){return this._width}set width(t){this._width=t}get viewCenter(){return this._viewCenter}set viewCenter(t){this._viewCenter=t}get viewHeight(){return this._viewHeight}set viewHeight(t){this._viewHeight=t}get geometricExtents(){const t=this._width/2,e=this._height/2,n=new C;return n.expandByPoint(new _(this._centerPoint.x-t,this._centerPoint.y-e,this._centerPoint.z)),n.expandByPoint(new _(this._centerPoint.x+t,this._centerPoint.y+e,this._centerPoint.z)),n}transformBy(t){const e=this._centerPoint.clone(),n=this._centerPoint.clone().add(new w(this._width,0,0)),r=this._centerPoint.clone().add(new w(0,this._height,0));e.applyMatrix4(t),n.applyMatrix4(t),r.applyMatrix4(t);const s=new w(n).sub(e),o=new w(r).sub(e),a=this._height!==0?o.length()/this._height:1;return this._centerPoint.copy(e),this._width=s.length(),this._height=o.length(),this._viewHeight*=a,this}subWorldDraw(t){if(this._number>1&&this.ownerId!=this.database.tables.blockTable.modelSpace.objectId){const e=this.toGiViewport();return t.group(this.createViewportRect(e,t))}}toGiViewport(){const t=new Co;return t.id=this.objectId,t.groupId=this.ownerId,t.number=this.number,t.centerPoint=this.centerPoint,t.width=this.width,t.height=this.height,t.viewHeight=this.viewHeight,t.viewCenter=this.viewCenter,t}createViewportRect(t,e){const n=[];return n.push(e.lines([new _(t.centerPoint.x-t.width/2,t.centerPoint.y-t.height/2,0),new _(t.centerPoint.x+t.width/2,t.centerPoint.y-t.height/2,0)])),n.push(e.lines([new _(t.centerPoint.x+t.width/2,t.centerPoint.y-t.height/2,0),new _(t.centerPoint.x+t.width/2,t.centerPoint.y+t.height/2,0)])),n.push(e.lines([new _(t.centerPoint.x+t.width/2,t.centerPoint.y+t.height/2,0),new _(t.centerPoint.x-t.width/2,t.centerPoint.y+t.height/2,0)])),n.push(e.lines([new _(t.centerPoint.x-t.width/2,t.centerPoint.y+t.height/2,0),new _(t.centerPoint.x-t.width/2,t.centerPoint.y-t.height/2,0)])),n}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbViewport"),t.writePoint3d(10,this.centerPoint),t.writeDouble(40,this.height),t.writeDouble(41,this.width),t.writePoint3d(12,this.viewCenter),t.writeDouble(45,this.viewHeight),t.writeInt32(69,this.number),this}};pr.typeName="Viewport";let cn=pr;const fr=class fr extends Qe{get dxfTypeName(){return"WIPEOUT"}subWorldDraw(t){const e=this.boundaryPath(),n=new Bt;return n.add(new H(e)),t.area(n)}dxfOutFields(t){return super.dxfOutFields(t),this}};fr.typeName="Wipeout";let un=fr;const ui=class ui extends q{get dxfTypeName(){return"XLINE"}constructor(){super(),this._basePoint=new _,this._unitDir=new w}get basePoint(){return this._basePoint}set basePoint(t){this._basePoint.copy(t)}get unitDir(){return this._unitDir}set unitDir(t){this._unitDir.copy(t)}get closed(){return!1}get area(){return 0}get geometricExtents(){const t=new C;return t.expandByPoint(this._unitDir.clone().multiplyScalar(10).add(this._basePoint)),t.expandByPoint(this._unitDir.clone().multiplyScalar(-10).add(this._basePoint)),t}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"basePointX",type:"float",editable:!0,accessor:{get:()=>this.basePoint.x,set:t=>{this.basePoint.x=t}}},{name:"basePointY",type:"float",editable:!0,accessor:{get:()=>this.basePoint.y,set:t=>{this.basePoint.y=t}}},{name:"basePointZ",type:"float",editable:!0,accessor:{get:()=>this.basePoint.z,set:t=>{this.basePoint.z=t}}},{name:"unitDirX",type:"float",editable:!0,accessor:{get:()=>this.unitDir.x,set:t=>{this.unitDir.x=t}}},{name:"unitDirY",type:"float",editable:!0,accessor:{get:()=>this.unitDir.y,set:t=>{this.unitDir.y=t}}},{name:"unitDirZ",type:"float",editable:!0,accessor:{get:()=>this.unitDir.z,set:t=>{this.unitDir.z=t}}}]}]}}subGetGripPoints(){const t=new Array;return t.push(this.basePoint),t}subGetOsnapPoints(t,e,n,r){const s=this.basePoint;if(t===b.EndPoint){r.push(s);return}const o=this.unitDir.clone();if(o.lengthSq()===0)return;o.normalize();const a=new xt(s,s.clone().add(o));switch(t){case b.Nearest:r.push(a.project(e));break;case b.Perpendicular:r.push(a.perpPoint(e));break}}transformBy(t){return this._basePoint.applyMatrix4(t),this._unitDir.transformDirection(t),this}subWorldDraw(t){const e=[];return e.push(this._unitDir.clone().multiplyScalar(-1e6).add(this._basePoint)),e.push(this._unitDir.clone().multiplyScalar(1e6).add(this._basePoint)),t.lines(e)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbXline"),t.writePoint3d(10,this.basePoint),t.writeVector3d(11,this.unitDir),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.basePoint,n=this.unitDir,r=Math.hypot(n.x,n.y);return r<=1e-9||(n.x*(t.y-e.y)-n.y*(t.x-e.x))/r>=0?1:-1}createOffsetCurve(t){const e=js(this.basePoint,this.unitDir,t);if(!e)return null;const n=new ui;return n.basePoint=e,n.unitDir=this.unitDir.clone(),n}};ui.typeName="Xline";let dn=ui;class ia{constructor(t){this.position=new _(t.x,t.y,t.z||0)}}const yr=class yr extends q{get dxfTypeName(){return"POLYLINE"}constructor(t,e,n,r=!1,s=!1){super(),this._mCount=t,this._nCount=e,this._closedM=r,this._closedN=s,this._vertices=n.map(o=>new ia(o))}get mCount(){return this._mCount}get nCount(){return this._nCount}get closedM(){return this._closedM}get closedN(){return this._closedN}get closed(){return this._closedM}get area(){return 0}set closed(t){this._closedM=t}get numberOfVertices(){return this._vertices.length}getVertexAt(t){if(t<0||t>=this._vertices.length)throw new Error("Vertex index out of bounds");return this._vertices[t]}getVertexAtMN(t,e){const n=t*this._nCount+e;return this.getVertexAt(n)}get geometricExtents(){if(this._vertices.length===0)return new C(new _(0,0,0),new _(0,0,0));let t=Number.MAX_VALUE,e=Number.MAX_VALUE,n=Number.MAX_VALUE,r=-Number.MAX_VALUE,s=-Number.MAX_VALUE,o=-Number.MAX_VALUE;return this._vertices.forEach(a=>{t=Math.min(t,a.position.x),e=Math.min(e,a.position.y),n=Math.min(n,a.position.z),r=Math.max(r,a.position.x),s=Math.max(s,a.position.y),o=Math.max(o,a.position.z)}),new C(new _(t,e,n),new _(r,s,o))}subGetGripPoints(){const t=new Array;return this._vertices.forEach(e=>{t.push(e.position)}),t}subGetOsnapPoints(t,e,n,r){switch(t){case b.EndPoint:this._vertices.forEach(s=>{r.push(s.position)});break}}transformBy(t){return this._vertices.forEach(e=>{e.position.applyMatrix4(t)}),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"mCount",type:"float",editable:!1,accessor:{get:()=>this._mCount}},{name:"nCount",type:"float",editable:!1,accessor:{get:()=>this._nCount}},{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._vertices.map(t=>({x:t.position.x,y:t.position.y,z:t.position.z}))}}]},{groupName:"others",properties:[{name:"closedM",type:"boolean",editable:!0,accessor:{get:()=>this._closedM,set:t=>{this._closedM=t}}},{name:"closedN",type:"boolean",editable:!0,accessor:{get:()=>this._closedN,set:t=>{this._closedN=t}}}]}]}}subWorldDraw(t){const e=[];for(let n=0;n<this._mCount;n++)for(let r=0;r<this._nCount;r++){const s=this.getVertexAtMN(n,r);let o=r+1;if(o>=this._nCount)if(this._closedN)o=0;else continue;const a=this.getVertexAtMN(n,o);e.push(s.position),e.push(a.position)}for(let n=0;n<this._nCount;n++)for(let r=0;r<this._mCount;r++){const s=this.getVertexAtMN(r,n);let o=r+1;if(o>=this._mCount)if(this._closedM)o=0;else continue;const a=this.getVertexAtMN(o,n);e.push(s.position),e.push(a.position)}return t.lines(e)}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbPolygonMesh");let e=16;return this._closedM&&(e|=1),this._closedN&&(e|=32),t.writeInt16(66,1),t.writeInt16(70,e),t.writeInt32(71,this._mCount),t.writeInt32(72,this._nCount),this}dxfOut(t,e=!1){super.dxfOut(t,e);for(let n=0;n<this.numberOfVertices;n++){const r=this.getVertexAt(n);t.writeStart("VERTEX"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDbPolygonMeshVertex"),t.writePoint3d(10,r.position),t.writeInt16(70,16)}return t.writeStart("SEQEND"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectBoundary2d();return e.length<2?1:lt.from2dPoints(e,this.isBoundaryClosed()).getOffsetSideAtPoint(t)}createOffsetCurve(t){return fi(this.collectBoundary2d(),this.isBoundaryClosed(),t)}isBoundaryClosed(){return this._closedM&&this._closedN&&this._mCount>1&&this._nCount>1}collectBoundary2d(){const t=this._mCount,e=this._nCount;if(t<1||e<1)return[];const n=[],r=(s,o)=>{const a=this.getVertexAtMN(s,o).position;n.push(new P(a.x,a.y))};if(t===1){for(let s=0;s<e;s++)r(0,s);return n}if(e===1){for(let s=0;s<t;s++)r(s,0);return n}for(let s=0;s<e;s++)r(0,s);for(let s=1;s<t;s++)r(s,e-1);for(let s=e-2;s>=0;s--)r(t-1,s);for(let s=t-2;s>=1;s--)r(s,0);return n}};yr.typeName="PolygonMesh";let gn=yr;class na{constructor(t){this.position=new _(t.x,t.y,t.z||0)}}class ra{constructor(t){this.vertexIndices=t}}const mr=class mr extends q{get dxfTypeName(){return"POLYLINE"}constructor(t,e){super(),this._vertices=t.map(n=>new na(n)),this._faces=e.map(n=>new ra(n))}get numberOfVertices(){return this._vertices.length}get numberOfFaces(){return this._faces.length}get closed(){return!1}get area(){return 0}set closed(t){}getVertexAt(t){if(t<0||t>=this._vertices.length)throw new Error("Vertex index out of bounds");return this._vertices[t]}getFaceAt(t){if(t<0||t>=this._faces.length)throw new Error("Face index out of bounds");return this._faces[t]}get geometricExtents(){if(this._vertices.length===0)return new C(new _(0,0,0),new _(0,0,0));let t=Number.MAX_VALUE,e=Number.MAX_VALUE,n=Number.MAX_VALUE,r=-Number.MAX_VALUE,s=-Number.MAX_VALUE,o=-Number.MAX_VALUE;return this._vertices.forEach(a=>{t=Math.min(t,a.position.x),e=Math.min(e,a.position.y),n=Math.min(n,a.position.z),r=Math.max(r,a.position.x),s=Math.max(s,a.position.y),o=Math.max(o,a.position.z)}),new C(new _(t,e,n),new _(r,s,o))}subGetGripPoints(){const t=new Array;return this._vertices.forEach(e=>{t.push(e.position)}),t}subGetOsnapPoints(t,e,n,r){switch(t){case b.EndPoint:this._vertices.forEach(s=>{r.push(s.position)});break}}transformBy(t){return this._vertices.forEach(e=>{e.position.applyMatrix4(t)}),this}get properties(){return{type:this.type,groups:[this.getGeneralProperties(),{groupName:"geometry",properties:[{name:"vertices",type:"array",editable:!1,itemSchema:{properties:[{name:"x",type:"float",editable:!0},{name:"y",type:"float",editable:!0},{name:"z",type:"float",editable:!0}]},accessor:{get:()=>this._vertices.map(t=>({x:t.position.x,y:t.position.y,z:t.position.z}))}},{name:"faces",type:"array",editable:!1,itemSchema:{properties:[{name:"vertexIndices",type:"array",editable:!1,itemSchema:{properties:[{name:"index",type:"int",editable:!1}]}}]},accessor:{get:()=>this._faces.map(t=>({vertexIndices:t.vertexIndices}))}}]}]}}subWorldDraw(t){const e=[];return this._faces.forEach(n=>{const r=[];if(n.vertexIndices.forEach(s=>{const o=Math.abs(s)-1;o>=0&&o<this._vertices.length&&r.push(this._vertices[o].position)}),r.length>=3)for(let s=0;s<r.length;s++){const o=r[s],a=r[(s+1)%r.length];e.push(o),e.push(a)}}),t.lines(e)}dxfOutFields(t){super.dxfOutFields(t),t.writeSubclassMarker("AcDbPolyFaceMesh");const e=64;return t.writeInt16(66,1),t.writeInt16(70,e),this}dxfOut(t,e=!1){super.dxfOut(t,e);for(let n=0;n<this.numberOfVertices;n++){const r=this.getVertexAt(n);t.writeStart("VERTEX"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDbPolyFaceMeshVertex"),t.writePoint3d(10,r.position),t.writeInt16(70,64)}for(let n=0;n<this.numberOfFaces;n++){const r=this.getFaceAt(n);t.writeStart("VERTEX"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),t.writeSubclassMarker("AcDbVertex"),t.writeSubclassMarker("AcDbPolyFaceMeshVertex"),t.writeInt16(70,128),r.vertexIndices.forEach((s,o)=>{t.writeInt32(10+o,s)})}return t.writeStart("SEQEND"),t.writeHandle(5,this.database.generateHandle()),t.writeObjectId(330,this.objectId),t.writeSubclassMarker("AcDbEntity"),this}getOffsetCurves(t){const e=this.createOffsetCurve(t);return e?[e]:[]}getOffsetSideAtPoint(t){const e=this.collectLargestFaceBoundary2d();return e.length<2?1:lt.from2dPoints(e,!0).getOffsetSideAtPoint(t)}createOffsetCurve(t){return fi(this.collectLargestFaceBoundary2d(),!0,t)}collectLargestFaceBoundary2d(){let t=[];for(const e of this._faces){const n=e.vertexIndices.filter(r=>r>=0);n.length>t.length&&(t=n)}return t.length<2?this._vertices.map(e=>new P(e.position.x,e.position.y)):t.map(e=>{const n=this.getVertexAt(e).position;return new P(n.x,n.y)})}};mr.typeName="PolyFaceMesh";let pn=mr;var Je=(i=>(i[i.AtLeast=1]="AtLeast",i[i.Exactly=2]="Exactly",i))(Je||{});const _r=class _r extends ${get dxfTypeName(){return"DIMENSION"}constructor(){super(),this._dimBlockId=null,this._dimBlockPosition=new _,this._dimensionStyleName=null,this._dimensionText=null,this._textLineSpacingFactor=1,this._textLineSpacingStyle=1,this._textPosition=new _,this._textRotation=0,this._normal=new w(0,0,1)}get dimBlockId(){return this._dimBlockId}set dimBlockId(t){this._dimBlockId=t}get dimBlockPosition(){return this._dimBlockPosition}set dimBlockPosition(t){this._dimBlockPosition.copy(t)}get dimensionStyleName(){return this._dimensionStyleName}set dimensionStyleName(t){this._dimensionStyleName=t,this._dimStyle=void 0}get dimensionStyle(){if(this._dimStyle==null){let t;this.dimensionStyleName&&(t=this.database.tables.dimStyleTable.getAt(this.dimensionStyleName)),t==null&&(t=new le),this._dimStyle=t}return this._dimStyle}get dimensionText(){return this._dimensionText}set dimensionText(t){this._dimensionText=t}get measurement(){return this._measurement}set measurement(t){this._measurement=t}get textLineSpacingFactor(){return this._textLineSpacingFactor}set textLineSpacingFactor(t){this._textLineSpacingFactor=t}get textLineSpacingStyle(){return this._textLineSpacingStyle}set textLineSpacingStyle(t){this._textLineSpacingStyle=t}get textPosition(){return this._textPosition}set textPosition(t){this._textPosition.copy(t)}get textRotation(){return this._textRotation}set textRotation(t){this._textRotation=t}get normal(){return this._normal}set normal(t){this._normal.copy(t).normalize()}get properties(){return this.getBaseProperties()}getBaseProperties(){return{type:this.type,groups:[this.getGeneralProperties(),this.getDimensionProperties()]}}transformBy(t){const e=this._textPosition.clone(),n=this._textPosition.clone().add(new w(Math.cos(this._textRotation),Math.sin(this._textRotation),0));this._dimBlockPosition.applyMatrix4(t),this._textPosition.applyMatrix4(t),this._normal.transformDirection(t),e.applyMatrix4(t),n.applyMatrix4(t);const r=new w(n).sub(e);return r.lengthSq()>0&&(this._textRotation=Math.atan2(r.y,r.x)),this.subTransformBy(t),this}subGetOsnapPoints(t,e,n,r,s){const o=this.getDimBlockTableRecord();if(!o)return;const a=this.getFullDimBlockTransform(),h=new _(e).applyMatrix4(a.clone().invert()),l=new _(n).applyMatrix4(a.clone().invert()),c=(u,g)=>{const d=[];u.subGetOsnapPoints(t,h,l,d,g,a),u instanceof he?d.forEach(p=>r.push(p.clone())):d.forEach(p=>r.push(new _(p).applyMatrix4(a)))};if(s){const u=o.getIdAt(s);if(u&&(c(u,s),r.length>0))return}for(const u of o.newIterator())c(u)}subWorldDraw(t){const e=this.getDimBlockTableRecord();if(e){const r=this.computeDimBlockTransform();return Wt.instance.draw(t,e,this.rgbColor,[],!1,r,this._normal)}return t.group([])}getDimBlockGeometricExtents(){const t=new C,e=this.getDimBlockTableRecord();if(!e)return t;for(const n of e.newIterator())t.union(n.geometricExtents);return t.applyMatrix4(this.getFullDimBlockTransform()),t}getGeometricExtentsFromDimBlockOrPoints(t){const e=this.getDimBlockGeometricExtents();if(!e.isEmpty())return e;const n=new C;for(const r of t)n.expandByPoint(r);return this.hasExplicitTextPosition()&&n.expandByPoint(this.textPosition),n}hasExplicitTextPosition(){const{x:t,y:e,z:n}=this.textPosition;return t!==0||e!==0||n!==0}getDimBlockTableRecord(){return this.dimBlockId?this.database.tables.blockTable.getAt(this.dimBlockId):void 0}getDimensionProperties(){return{groupName:"dimension",properties:[this.createProperty("dimensionStyleName","string",()=>this.dimensionStyleName??"",t=>{this.dimensionStyleName=t.trim()===""?null:t}),this.createProperty("dimensionText","string",()=>this.dimensionText??"",t=>{this.dimensionText=t}),this.createProperty("measurement","float",()=>this.getMeasurementPropertyValue()),this.createProperty("dimBlockId","string",()=>this.dimBlockId??""),...this.createPoint3dProperties("dimBlockPosition",()=>this.dimBlockPosition),...this.createPoint3dProperties("textPosition",()=>this.textPosition),this.createProperty("textRotation","float",()=>this.textRotation,t=>{this.textRotation=t}),this.createProperty("textLineSpacingFactor","float",()=>this.textLineSpacingFactor,t=>{this.textLineSpacingFactor=t}),this.createProperty("textLineSpacingStyle","enum",()=>this.textLineSpacingStyle,t=>{this.textLineSpacingStyle=t},[{label:Je[1],value:1},{label:Je[2],value:2}]),...this.createPoint3dProperties("normal",()=>this.normal)]}}createProperty(t,e,n,r,s){return{name:t,type:e,editable:r!=null,options:s,accessor:r?{get:n,set:r}:{get:n}}}createPoint3dProperties(t,e){return[this.createProperty(`${t}X`,"float",()=>e().x,n=>{e().x=n}),this.createProperty(`${t}Y`,"float",()=>e().y,n=>{e().y=n}),this.createProperty(`${t}Z`,"float",()=>e().z,n=>{e().z=n})]}getMeasurementPropertyValue(){return this.measurement}getFullDimBlockTransform(){const t=this.computeDimBlockTransform();if(this._normal.x===0&&this._normal.y===0&&this._normal.z===1)return t;const e=new Y().setFromExtrusionDirection(this._normal);return new Y().multiplyMatrices(e,t)}get arrowScaleFactor(){return this.dimensionStyle.dimasz}get firstArrowStyle(){return{type:this.firstArrowType,scale:this.arrowScaleFactor,appended:this.isAppendArrow,visible:this.dimensionStyle.dimse1==0}}get secondArrowStyle(){return{type:this.secondArrowType,scale:this.arrowScaleFactor,appended:this.isAppendArrow,visible:this.dimensionStyle.dimse2==0}}get isAppendArrow(){return!0}get firstArrowTypeBtrId(){const t=this.dimensionStyle;return t.dimsah==0?t.dimblk:t.dimblk1}get firstArrowType(){const t=this.firstArrowTypeBtrId;return this.getArrowName(t)}get secondArrowTypeBtrId(){const t=this.dimensionStyle;return t.dimsah==0?t.dimblk:t.dimblk2}get secondArrowType(){const t=this.secondArrowTypeBtrId;return this.getArrowName(t)}get arrowLineCount(){return 1}findPointOnLine1(t,e,n){const r=new _().subVectors(e,t).normalize();return new _(e).addScaledVector(r,n)}findPointOnLine2(t,e,n){const r=t.x+n*Math.cos(e),s=t.y+n*Math.sin(e);return{x:r,y:s}}adjustExtensionLine(t){const e=this.dimensionStyle;t.extend(e.dimexe),t.extend(-e.dimexo,!0)}getArrowName(t){const e=this.database.tables.blockTable.getIdAt(t);return e?e.name.toUpperCase():exports.AcGiArrowType.Closed}computeDimBlockTransform(){const t=this.dimBlockId?this.database.tables.blockTable.getAt(this.dimBlockId):void 0,e=(t==null?void 0:t.origin)??_.ORIGIN,n=new Y().makeTranslation(-e.x,-e.y,-e.z),r=new Y().makeTranslation(this._dimBlockPosition.x,this._dimBlockPosition.y,this._dimBlockPosition.z);return new Y().multiplyMatrices(r,n)}subTransformBy(t){}dxfOutFields(t){super.dxfOutFields(t);const e=this.dimensionStyleName!=null?this.database.tables.dimStyleTable.getAt(this.dimensionStyleName):void 0;return t.writeSubclassMarker("AcDbDimension"),t.writeInt16(280,0),t.writeString(2,this.dimBlockId??void 0),t.writeString(3,this.dimensionStyleName??this.dimensionStyle.name),t.writePoint3d(10,this.dimBlockPosition),t.writeString(1,this.dimensionText??""),t.writeAngle(53,this.textRotation),t.writePoint3d(11,this.textPosition),t.writeInt16(70,0),t.writeInt16(72,this.textLineSpacingStyle),t.writeDouble(41,this.textLineSpacingFactor),t.writeDouble(42,this.measurement),t.writeVector3d(210,this.normal),t.writeObjectId(340,e==null?void 0:e.objectId),this}};_r.typeName="Dimension";let vt=_r;const wr=class wr extends vt{constructor(t,e,n,r,s=null,o=null){super(),this._centerPoint=new _().copy(t),this._xLine1Point=new _().copy(e),this._xLine2Point=new _().copy(n),this._arcPoint=new _().copy(r),this.dimensionText=s,this.dimensionStyleName=o}get arcPoint(){return this._arcPoint}set arcPoint(t){this._arcPoint.copy(t)}get centerPoint(){return this._centerPoint}set centerPoint(t){this._centerPoint.copy(t)}get xLine1Point(){return this._xLine1Point}set xLine1Point(t){this._xLine1Point.copy(t)}get xLine2Point(){return this._xLine2Point}set xLine2Point(t){this._xLine2Point.copy(t)}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("centerPoint",()=>this.centerPoint),...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("arcPoint",()=>this.arcPoint)]}]}}subTransformBy(t){this._arcPoint.applyMatrix4(t),this._centerPoint.applyMatrix4(t),this._xLine1Point.applyMatrix4(t),this._xLine2Point.applyMatrix4(t)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.centerPoint,this.arcPoint])}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDb3PointAngularDimension"),t.writePoint3d(13,this.xLine1Point),t.writePoint3d(14,this.xLine2Point),t.writePoint3d(15,this.centerPoint),t.writePoint3d(16,this.arcPoint),this}};wr.typeName="3PointAngularDimension";let fn=wr;const br=class br extends vt{constructor(t,e,n,r=null,s=null){super(),this._dimLinePoint=new _().copy(n),this._xLine1Point=new _().copy(t),this._xLine2Point=new _().copy(e),this._oblique=0,this._rotation=0,this.calculateRotation(),r?this.dimensionText=r:this.dimensionText=this._xLine1Point.distanceTo(this._xLine2Point).toFixed(3),this.dimensionStyleName=s}get dimLinePoint(){return this._dimLinePoint}set dimLinePoint(t){this._dimLinePoint.copy(t)}get xLine1Point(){return this._xLine1Point}set xLine1Point(t){this._xLine1Point.copy(t)}get xLine2Point(){return this._xLine2Point}set xLine2Point(t){this._xLine2Point.copy(t)}get rotation(){return this._rotation}set rotation(t){this._rotation=t}get oblique(){return this._oblique}set oblique(t){this._oblique=t}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("dimLinePoint",()=>this.dimLinePoint),this.createProperty("rotation","float",()=>this.rotation,e=>{this.rotation=e}),this.createProperty("oblique","float",()=>this.oblique,e=>{this.oblique=e})]}]}}subTransformBy(t){this._dimLinePoint.applyMatrix4(t),this._xLine1Point.applyMatrix4(t),this._xLine2Point.applyMatrix4(t),this.calculateRotation()}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.dimLinePoint])}get isAppendArrow(){return!1}createDimBlock(t){const e=new Q;e.name=t;const n=this.createLines();n.forEach(a=>e.appendEntity(new Ze(a.startPoint,a.endPoint))),this.createArrows(n[0]).forEach(a=>e.appendEntity(a));const s=n[0].midPoint,o=this.createMText(s,this._rotation);return o&&e.appendEntity(o),e}createMText(t,e){const n=r=>({x:Math.cos(r),y:Math.sin(r),z:0});if(this.dimensionText){const r=new Ke;return r.attachmentPoint=exports.AcGiMTextAttachmentPoint.MiddleLeft,r.layer="0",r.color=new k(exports.AcCmColorMethod.ByBlock),r.location=t,r.contents=this.dimensionText??"",r.height=10,r.direction=n(e),r.styleName=this.dimensionStyle.dimtxsty,r}}createArrows(t){const e=[];return e.push(this.createArrow(t.startPoint,this.rotation+Math.PI,10)),e.push(this.createArrow(t.endPoint,this.rotation,10)),e}createArrow(t,e,n){const r="_CAXARROW",s=new he(r);return s.position=t,s.rotation=e,s.scaleFactors={x:n,y:n,z:n},s}createLines(){const t=[],e=this.createExtensionLine(this._xLine1Point),n=this.createExtensionLine(this._xLine2Point),r=this.findIntersectionPoint(e,this._dimLinePoint),s=this.findIntersectionPoint(n,this._dimLinePoint),o=new xt(r,s);return t.push(o),e.endPoint=r,this.adjustExtensionLine(e),t.push(e),n.endPoint=s,this.adjustExtensionLine(n),t.push(n),t}createExtensionLine(t){const e=this.rotation+Math.PI/2,n=this.findPointOnLine2(t,e,100);return new xt(t,{...n,z:t.z})}findIntersectionPoint(t,e){const n=t.startPoint,r=t.endPoint,s=new w().subVectors(r,n).normalize(),a=new w().subVectors(e,n).dot(s),h=new w().copy(s).multiplyScalar(a);return new w().addVectors(n,h)}calculateRotation(){const t=this._xLine1Point,e=this._xLine2Point,n=e.x-t.x,r=e.y-t.y;this._rotation=Math.atan2(r,n)}get dxfSubclassMarker(){return"AcDbAlignedDimension"}getMeasurementPropertyValue(){return this.measurement??this.xLine1Point.distanceTo(this.xLine2Point)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker(this.dxfSubclassMarker),t.writePoint3d(13,this.xLine1Point),t.writePoint3d(14,this.xLine2Point),t.writePoint3d(15,this.dimLinePoint),t.writeAngle(50,this.rotation),t.writeAngle(52,this.oblique),this}};br.typeName="AlignedDimension";let ti=br;const xr=class xr extends vt{constructor(t,e,n,r,s=null,o=null){super(),this._arcPoint=new _().copy(r),this._xLine1Point=new _().copy(e),this._xLine2Point=new _().copy(n),this._centerPoint=new _().copy(t),this.dimensionText=s,this.dimensionStyleName=o}get arcPoint(){return this._arcPoint}set arcPoint(t){this._arcPoint.copy(t)}get centerPoint(){return this._centerPoint}set centerPoint(t){this._centerPoint.copy(t)}get xLine1Point(){return this._xLine1Point}set xLine1Point(t){this._xLine1Point.copy(t)}get xLine2Point(){return this._xLine2Point}set xLine2Point(t){this._xLine2Point.copy(t)}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("centerPoint",()=>this.centerPoint),...this.createPoint3dProperties("xLine1Point",()=>this.xLine1Point),...this.createPoint3dProperties("xLine2Point",()=>this.xLine2Point),...this.createPoint3dProperties("arcPoint",()=>this.arcPoint)]}]}}subTransformBy(t){this._arcPoint.applyMatrix4(t),this._centerPoint.applyMatrix4(t),this._xLine1Point.applyMatrix4(t),this._xLine2Point.applyMatrix4(t)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.xLine1Point,this.xLine2Point,this.centerPoint,this.arcPoint])}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbArcDimension"),t.writePoint3d(13,this.xLine1Point),t.writePoint3d(14,this.xLine2Point),t.writePoint3d(15,this.centerPoint),t.writePoint3d(16,this.arcPoint),this}};xr.typeName="ArcDimension";let yn=xr;const vr=class vr extends vt{constructor(t,e,n=0,r=null,s=null){super(),this._chordPoint=new _().copy(t),this._farChordPoint=new _().copy(e),this._extArcStartAngle=0,this._extArcEndAngle=0,this._leaderLength=n,this.dimensionText=r,this.dimensionStyleName=s}get chordPoint(){return this._chordPoint}set chordPoint(t){this._chordPoint.copy(t)}get farChordPoint(){return this._farChordPoint}set farChordPoint(t){this._farChordPoint.copy(t)}get extArcStartAngle(){return this._extArcStartAngle}set extArcStartAngle(t){this._extArcStartAngle=t}get extArcEndAngle(){return this._extArcEndAngle}set extArcEndAngle(t){this._extArcEndAngle=t}get leaderLength(){return this._leaderLength}set leaderLength(t){this._leaderLength=t}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("chordPoint",()=>this.chordPoint),...this.createPoint3dProperties("farChordPoint",()=>this.farChordPoint),this.createProperty("leaderLength","float",()=>this.leaderLength,e=>{this.leaderLength=e}),this.createProperty("extArcStartAngle","float",()=>this.extArcStartAngle,e=>{this.extArcStartAngle=e}),this.createProperty("extArcEndAngle","float",()=>this.extArcEndAngle,e=>{this.extArcEndAngle=e})]}]}}subTransformBy(t){this._chordPoint.applyMatrix4(t),this._farChordPoint.applyMatrix4(t)}getMeasurementPropertyValue(){return this.measurement??this.chordPoint.distanceTo(this.farChordPoint)}get geometricExtents(){const t=[this.chordPoint,this.farChordPoint];if(this.leaderLength>0){const e=this.farChordPoint.clone().sub(this.chordPoint);e.lengthSq()>0&&(e.normalize().multiplyScalar(this.leaderLength),t.push(this.farChordPoint.clone().add(e)))}return this.getGeometricExtentsFromDimBlockOrPoints(t)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbDiametricDimension"),t.writePoint3d(15,this.chordPoint),t.writePoint3d(16,this.farChordPoint),t.writeDouble(40,this.leaderLength),t.writeAngle(52,this.extArcStartAngle),t.writeAngle(53,this.extArcEndAngle),this}};vr.typeName="DiametricDimension";let mn=vr;const Pr=class Pr extends vt{constructor(t,e,n=null,r=null){super(),this._definingPoint=new _().copy(t),this._leaderEndPoint=new _().copy(e),this.dimensionText=n,this.dimensionStyleName=r}get definingPoint(){return this._definingPoint}set definingPoint(t){this._definingPoint.copy(t)}get leaderEndPoint(){return this._leaderEndPoint}set leaderEndPoint(t){this._leaderEndPoint.copy(t)}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("definingPoint",()=>this.definingPoint),...this.createPoint3dProperties("leaderEndPoint",()=>this.leaderEndPoint)]}]}}subTransformBy(t){this._definingPoint.applyMatrix4(t),this._leaderEndPoint.applyMatrix4(t)}get geometricExtents(){return this.getGeometricExtentsFromDimBlockOrPoints([this.definingPoint,this.leaderEndPoint])}get arrowLineCount(){return 0}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbOrdinateDimension"),t.writePoint3d(13,this.definingPoint),t.writePoint3d(14,this.leaderEndPoint),this}};Pr.typeName="OrdinateDimension";let _n=Pr;const Ar=class Ar extends vt{constructor(t,e,n,r=null,s=null){super(),this._center=new _().copy(t),this._chordPoint=new _().copy(e),this._leaderLength=n,this._extArcStartAngle=0,this._extArcEndAngle=0,this.dimensionText=r,this.dimensionStyleName=s}get center(){return this._center}set center(t){this._center.copy(t)}get chordPoint(){return this._chordPoint}set chordPoint(t){this._chordPoint.copy(t)}get extArcStartAngle(){return this._extArcStartAngle}set extArcStartAngle(t){this._extArcStartAngle=t}get extArcEndAngle(){return this._extArcEndAngle}set extArcEndAngle(t){this._extArcEndAngle=t}get leaderLength(){return this._leaderLength}set leaderLength(t){this._leaderLength=t}set leaderLenght(t){this._leaderLength=t}get properties(){const t=this.getBaseProperties();return{type:this.type,groups:[...t.groups,{groupName:"geometry",properties:[...this.createPoint3dProperties("center",()=>this.center),...this.createPoint3dProperties("chordPoint",()=>this.chordPoint),this.createProperty("leaderLength","float",()=>this.leaderLength,e=>{this.leaderLength=e}),this.createProperty("extArcStartAngle","float",()=>this.extArcStartAngle,e=>{this.extArcStartAngle=e}),this.createProperty("extArcEndAngle","float",()=>this.extArcEndAngle,e=>{this.extArcEndAngle=e})]}]}}subTransformBy(t){this._center.applyMatrix4(t),this._chordPoint.applyMatrix4(t)}getMeasurementPropertyValue(){return this.measurement??this.center.distanceTo(this.chordPoint)}get geometricExtents(){const t=[this.center,this.chordPoint];if(this.leaderLength>0){const e=this.chordPoint.clone().sub(this.center);e.lengthSq()>0&&(e.normalize().multiplyScalar(this.leaderLength),t.push(this.chordPoint.clone().add(e)))}return this.getGeometricExtentsFromDimBlockOrPoints(t)}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbRadialDimension"),t.writePoint3d(15,this.center),t.writePoint3d(13,this.chordPoint),t.writeDouble(40,this.leaderLength),t.writeAngle(52,this.extArcStartAngle),t.writeAngle(53,this.extArcEndAngle),this}};Ar.typeName="RadialDimension";let wn=Ar;const Sr=class Sr extends ti{get dxfSubclassMarker(){return"AcDbRotatedDimension"}};Sr.typeName="RotatedDimension";let bn=Sr;class gc extends ft{constructor(){super(),this._sourceFileName=""}get sourceFileName(){return this._sourceFileName}set sourceFileName(t){this._sourceFileName=t}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbRasterImageDef"),t.writeString(1,this.sourceFileName),t.writeInt16(280,1),t.writeInt16(281,0),this}}var sa=(i=>(i[i.NotApplicable=0]="NotApplicable",i[i.Ignore=1]="Ignore",i[i.Replace=2]="Replace",i[i.XrefMangleName=3]="XrefMangleName",i[i.MangleName=4]="MangleName",i))(sa||{});class pc extends ft{constructor(){super(...arguments),this._data=null}get data(){return this._data}set data(t){this._data=t}clear(){var t;(t=this._data)==null||t.clear()}clone(){return super.clone()}getDuplicateRecordCloning(){return 0}dxfOutFields(t){return super.dxfOutFields(t),t.writeSubclassMarker("AcDbXrecord"),t.writeInt16(280,1),t.writeResultBuffer(this.data),this}}class oa{constructor(t){this.db=t}createDefaultLayer(){const t=new k;return t.colorIndex=7,this.db.tables.layerTable.add(new Fn({name:"0",standardFlags:0,linetype:"Continuous",lineWeight:0,isOff:!1,color:t,isPlottable:!0}))}createDefaultLineType(){this.db.tables.linetypeTable.add(new Ht({name:"ByBlock",standardFlag:0,description:"",totalPatternLength:0})),this.db.tables.linetypeTable.add(new Ht({name:"ByLayer",standardFlag:0,description:"",totalPatternLength:0})),this.db.tables.linetypeTable.add(new Ht({name:"Continuous",standardFlag:0,description:"Solid line",totalPatternLength:0}))}createDefaultTextStyle(){this.db.tables.textStyleTable.add(new Vn({name:K,standardFlag:0,fixedTextHeight:0,widthFactor:1,obliqueAngle:0,textGenerationFlag:0,lastHeight:.2,font:"SimKai",bigFont:"",extendedFont:"SimKai"}))}createDefaultDimStyle(){this.db.tables.dimStyleTable.add(new le({name:K,dimtxsty:K}))}createDefaultLayout(){const t=new pi;t.layoutName="Model",t.tabOrder=0,t.blockTableRecordId=this.db.tables.blockTable.modelSpace.objectId,t.limits.min.copy({x:0,y:0}),t.limits.max.copy({x:1e6,y:1e6}),t.extents.min.copy({x:0,y:0,z:0}),t.extents.max.copy({x:1e6,y:1e6,z:0}),this.db.objects.layout.setAt(t.layoutName,t),this.db.tables.blockTable.modelSpace.layoutId=t.objectId}createArrowBlock(){if(!this.db.tables.blockTable.getAt("_CAXARROW")){const e=new qe;e.patternName=Gt;const n=new Xn;n.add(new kt({x:0,y:0},{x:-1,y:.125})),n.add(new kt({x:-1,y:.125},{x:-1,y:-.125})),n.add(new kt({x:-1,y:-.125},{x:0,y:0})),e.add(n);const r=new Q;r.name="_CAXARROW",r.appendEntity(e),this.db.tables.blockTable.add(r)}}}var aa=(i=>(i.ClosedFilled="",i.Dot="_DOT",i.DotSmall="_DOTSMALL",i.DotBlank="_DOTBLANK",i.Origin="_ORIGIN",i.Origin2="_ORIGIN2",i.Open="_OPEN",i.Open90="_OPEN90",i.Open30="_OPEN30",i.Closed="_CLOSED",i.Small="_SMALL",i.None="_NONE",i.Oblique="_OBLIQUE",i.BoxFilled="_BOXFILLED",i.Box="_BOXBLANK",i.ClosedBlank="_CLOSEDBLANK",i.DatumBlank="_DATUMBLANK",i.DatumFilled="_DATUMFILLED",i.Integral="_INTEGRAL",i.ArchTick="_ARCHTICK",i))(aa||{});const Wn=192,ei=193,Dn=194,Un=195,la=200;function Ge(i){if(i.isByBlock)return ei<<24>>0;if(i.isByLayer)return Wn<<24>>0;const t=i.colorIndex;if(t!=null&&t>0&&t<256)return(Un<<24|t&255)>>0;const e=i.RGB;return e!=null?(Dn<<24|e&16777215)>>0:ei<<24>>0}function ha(i){const t=new k(exports.AcCmColorMethod.ByBlock);switch(i>>>24&255){case Wn:t.setByLayer();break;case ei:case la:t.setByBlock();break;case Un:t.colorIndex=i&255;break;case Dn:t.setRGBValue(i&16777215);break;default:i>=0&&i<=256&&(t.colorIndex=i);break}return t}class $n{parse(t){const n=this.normalizeLineEndings(t).split(`
6
+ `),r=[],s=[];let o=null;return n.forEach((a,h)=>{const l=h+1,c=this.stripInlineComment(a).trim();if(!c)return;if(c.startsWith("*")){this.flushCurrentPattern(o,r,s);const g=this.parseHeader(c.slice(1));if(!g){s.push({line:l,message:"Invalid pattern header.",source:a}),o=null;return}o={pattern:{name:g.name,description:g.description,lines:[]},headerLine:l};return}if(!o){s.push({line:l,message:"Line descriptor appears before any pattern header.",source:a});return}const u=this.parseLineDescriptor(c,l);if(!u){s.push({line:l,message:"Invalid line descriptor. Expect: angle,x-origin,y-origin,delta-x,delta-y[,dash-1,...].",source:a});return}o.pattern.lines.push(u)}),this.flushCurrentPattern(o,r,s),{patterns:r,issues:s}}static parse(t){return new $n().parse(t)}normalizeLineEndings(t){return t.replace(/\r\n/g,`
7
7
  `).replace(/\r/g,`
8
- `)}stripInlineComment(e){const t=e.indexOf(";");return t<0?e:e.slice(0,t)}parseHeader(e){const t=e.indexOf(",");if(t<0){const s=e.trim();return s?{name:s,description:""}:null}const r=e.slice(0,t).trim(),i=e.slice(t+1).trim();return r?{name:r,description:i}:null}parseNumber(e){const t=Number(e.trim());return Number.isFinite(t)?t:null}parseLineDescriptor(e,t){const r=e.split(",").map(d=>d.trim()).filter(d=>d.length>0);if(r.length<5)return null;const i=this.parseNumber(r[0]),s=this.parseNumber(r[1]),o=this.parseNumber(r[2]),a=this.parseNumber(r[3]),l=this.parseNumber(r[4]);if(i==null||s==null||o==null||a==null||l==null)return null;const c=r.slice(5),h=[];for(const d of c){const p=this.parseNumber(d);if(p==null)return null;h.push(p)}return{angle:i,originX:s,originY:o,deltaX:a,deltaY:l,dashes:h,sourceLine:t}}flushCurrentPattern(e,t,r){e&&(e.pattern.lines.length===0&&r.push({line:e.headerLine,message:`Pattern "${e.pattern.name}" has no line descriptor.`,source:""}),t.push(e.pattern))}}const V=class V{static nextGradientId(e){return V.gradientIdCounter+=1,`acdb-pat-gradient-${e.toLowerCase()}-${V.gradientIdCounter}`}static packedRgbToCss(e){return`#${(e&16777215).toString(16).padStart(6,"0")}`}static gradientColorToCss(e,t){return typeof e=="number"?V.packedRgbToCss(e):e??t}static applyShadeTint(e,t){const r=T.clamp(t,0,1),i=r<.5?0:16777215,s=r<.5?1-r*2:r*2-1,o=e>>16&255,a=e>>8&255,l=e&255,c=i>>16&255,h=i>>8&255,d=i&255;return Math.round(o+(c-o)*s)*65536+Math.round(a+(h-a)*s)*256+Math.round(l+(d-l)*s)}static resolveGradientColors(e){const t="#2563eb",r="#f8fafc",i=V.gradientColorToCss(e.startColor,t);if(e.oneColorMode&&e.endColor==null){if(typeof e.startColor=="number"){const s=V.applyShadeTint(e.startColor,e.shadeTintValue??.5);return{start:i,end:V.packedRgbToCss(s)}}return{start:i,end:(e.shadeTintValue??.5)<.5?"#000000":"#ffffff"}}return{start:i,end:V.gradientColorToCss(e.endColor,r)}}static renderGradientStops(e){return e.map(t=>`<stop offset="${(T.clamp(t.offset,0,1)*100).toFixed(2)}%" stop-color="${t.color}" />`).join("")}static getGradientVector(e){return{x:Math.cos(e),y:-Math.sin(e)}}static isSolidPattern(e){return e.name.trim().toUpperCase()===rn}static renderBackground(e,t,r){return`<rect x="${-e/2}" y="${-t/2}" width="${e}" height="${t}" fill="${r}" />`}static estimateUnitScale(e){const t=[];for(const s of e.lines){t.push(Math.abs(s.deltaX),Math.abs(s.deltaY));for(const o of s.dashes)t.push(Math.abs(o))}const r=t.filter(s=>s>V.EPSILON);if(r.length===0)return 1;const i=r.sort((s,o)=>s-o);return i[Math.floor(i.length/2)]||1}static segmentToSvgPath(e){return`M ${e.x1.toFixed(2)} ${(-e.y1).toFixed(2)} L ${e.x2.toFixed(2)} ${(-e.y2).toFixed(2)}`}static buildDashSegments(e,t,r,i,s,o,a){const l=e.dashes;if(l.length===0)return[{x1:i+o*t,y1:s+a*t,x2:i+o*r,y2:s+a*r}];const c=l.reduce((g,f)=>g+Math.abs(f),0);if(c<=V.EPSILON)return[{x1:i+o*t,y1:s+a*t,x2:i+o*r,y2:s+a*r}];const h=[],d=Math.ceil((r-t)/c)+2;let p=t-c;for(let g=0;g<d;g++){let f=p;for(const m of l){const y=Math.abs(m),_=f+y;if(m>0||m===0){const P=T.clamp(f,t,r),L=T.clamp(_,t,r);L>P?h.push({x1:i+o*P,y1:s+a*P,x2:i+o*L,y2:s+a*L}):m===0&&P>=t&&P<=r&&h.push({x1:i+o*(P-.35),y1:s+a*(P-.35),x2:i+o*(P+.35),y2:s+a*(P+.35)})}f=_}p+=c}return h}static renderFamily(e,t){const r=T.degToRad(e.angle),i=Math.cos(r),s=Math.sin(r),o=-s,a=i,l=i*e.deltaX+o*e.deltaY,c=s*e.deltaX+a*e.deltaY,h=Math.hypot(l,c),d=h<=V.EPSILON?1:Math.max(1,Math.ceil(t*2/h)+1),p=Math.floor(d/2),g=-t*1.5,f=t*1.5,m=[];for(let y=-p;y<=p;y++){const _=e.originX+l*y,P=e.originY+c*y,L=V.buildDashSegments(e,g,f,_,P,i,s);for(const S of L)m.push(V.segmentToSvgPath(S))}return`<path d="${m.join(" ")}" fill="none" />`}static renderLinearGradientDef(e,t,r,i,s){const o=V.getGradientVector(t),a=T.clamp(r,-1,1)*i*.5,l=o.x*a,c=o.y*a;return[`<linearGradient id="${e}" gradientUnits="userSpaceOnUse"`,` x1="${(-o.x*i+l).toFixed(2)}"`,` y1="${(-o.y*i+c).toFixed(2)}"`,` x2="${(o.x*i+l).toFixed(2)}"`,` y2="${(o.y*i+c).toFixed(2)}">`,V.renderGradientStops(s),"</linearGradient>"].join("")}static renderRadialGradientDef(e,t,r,i,s){return[`<radialGradient id="${e}" gradientUnits="userSpaceOnUse"`,` cx="${t.toFixed(2)}" cy="${r.toFixed(2)}" r="${i.toFixed(2)}"`,` fx="${t.toFixed(2)}" fy="${r.toFixed(2)}">`,V.renderGradientStops(s),"</radialGradient>"].join("")}static renderGradientDef(e,t,r,i,s,o,a){const l=t.toUpperCase(),c=l.startsWith("INV"),h=l.replace(/^INV/,""),d=c?r.end:r.start,p=c?r.start:r.end,g=Math.hypot(o,a)/2,f=V.getGradientVector(i),m=T.clamp(s,-1,1),y=f.x*m*o*.25,_=f.y*m*a*.25;switch(h){case"CYLINDER":{const P=T.clamp(.5+m*.45,.05,.95);return V.renderLinearGradientDef(e,i,0,g,[{offset:0,color:d},{offset:P,color:p},{offset:1,color:d}])}case"SPHERICAL":return V.renderRadialGradientDef(e,y,_,g,[{offset:0,color:p},{offset:1,color:d}]);case"HEMISPHERICAL":return V.renderRadialGradientDef(e,y+f.x*o*.18,_+f.y*a*.18,g*.92,[{offset:0,color:p},{offset:.72,color:d},{offset:1,color:d}]);case"CURVED":return V.renderRadialGradientDef(e,-f.x*o*.95+y,-f.y*a*.95+_,g*1.65,[{offset:0,color:d},{offset:.55,color:d},{offset:1,color:p}]);case"LINEAR":default:return V.renderLinearGradientDef(e,i,s,g,[{offset:0,color:d},{offset:1,color:p}])}}renderPattern(e,t={}){const r=t.width??260,i=t.height??160,s=t.stroke??"#1f2937",o=t.strokeWidth??1.3,a=t.background??"#ffffff",l=`${-r/2} ${-i/2} ${r} ${i}`;if(V.isSolidPattern(e))return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${l}" width="${r}" height="${i}">`,V.renderBackground(r,i,a),`<rect x="${-r/2}" y="${-i/2}" width="${r}" height="${i}" fill="${s}" />`,"</svg>"].join("");const c=V.estimateUnitScale(e),d=Math.min(r,i)*.18/Math.max(c,V.EPSILON),p={...e,lines:e.lines.map(m=>({...m,originX:m.originX*d,originY:m.originY*d,deltaX:m.deltaX*d,deltaY:m.deltaY*d,dashes:m.dashes.map(y=>y*d)}))},g=Math.hypot(r,i)*.75,f=p.lines.map(m=>V.renderFamily(m,g)).join("");return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${l}" width="${r}" height="${i}">`,V.renderBackground(r,i,a),`<g stroke="${s}" stroke-width="${o.toFixed(2)}" stroke-linecap="round">`,f,"</g>","</svg>"].join("")}renderGradient(e,t={}){const r=t.width??260,i=t.height??160,s=t.background??"#ffffff",o=t.angle??0,a=t.shift??0,l=`${-r/2} ${-i/2} ${r} ${i}`,c=V.nextGradientId(e),h=V.resolveGradientColors(t),d=V.renderGradientDef(c,e,h,o,a,r,i);return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${l}" width="${r}" height="${i}">`,V.renderBackground(r,i,s),"<defs>",d,"</defs>",`<rect x="${-r/2}" y="${-i/2}" width="${r}" height="${i}" fill="url(#${c})" />`,"</svg>"].join("")}};V.EPSILON=1e-9,V.gradientIdCounter=0;let Es=V;class wt extends Ge{constructor(e){super(),this.database=e,this.objectId=e.generateHandle(),this.ownerId=e.objectId,this._recordsByName=new Map,this._recordsById=new Map}get numEntries(){return this._recordsByName.size}add(e){e.database=this.database,e.ownerId=this.objectId,this.database.commitObjectHandle(e,r=>this.hasId(r));const t=this.normalizeName(e.name);this._recordsByName.set(t,e),this._recordsById.set(e.objectId,e)}remove(e){const t=this.normalizeName(e),r=this._recordsByName.get(t);return r?(this._recordsById.delete(r.objectId),this._recordsByName.delete(t),!0):!1}removeId(e){const t=this._recordsById.get(e);return t?(this._recordsByName.delete(this.normalizeName(t.name)),this._recordsById.delete(e),!0):!1}removeAll(){this._recordsByName.clear(),this._recordsById.clear()}has(e){const t=this.normalizeName(e);return this._recordsByName.has(t)}hasId(e){return this._recordsById.has(e)}getAt(e){const t=this.normalizeName(e);return this._recordsByName.get(t)}getIdAt(e){return this._recordsById.get(e)}getOwnerIdAt(e){return this._recordsById.get(e)}newIterator(){return new _r(this._recordsByName)}normalizeName(e){return e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbSymbolTable"),e.writeInt16(70,this.numEntries),this}}class uc extends wt{constructor(e){super(e)}get modelSpace(){let e=this.getAt(se.MODEL_SPACE_NAME);return e||(e=new se,e.name=se.MODEL_SPACE_NAME,this.add(e)),e}getEntityById(e){for(const t of this.database.tables.blockTable.newIterator()){const r=t.getIdAt(e);if(r)return r}}removeEntity(e){let t=!1;for(const r of this.database.tables.blockTable.newIterator())if(r.removeEntity(e)){t=!0;break}return t}normalizeName(e){let t=e;if(se.isModelSapceName(e))t=se.MODEL_SPACE_NAME;else if(se.isPaperSapceName(e)){const r=se.PAPER_SPACE_NAME_PREFIX,i=e.substring(r.length);t=r+i}return t}}class gc extends wt{constructor(e){super(e)}}var pc=(n=>(n[n.Center=0]="Center",n[n.Left=1]="Left",n[n.Right=2]="Right",n[n.OverFirst=3]="OverFirst",n[n.OverSecond=4]="OverSecond",n))(pc||{}),fc=(n=>(n[n.Center=0]="Center",n[n.Above=1]="Above",n[n.Outside=2]="Outside",n[n.JIS=3]="JIS",n[n.Below=4]="Below",n))(fc||{}),mc=(n=>(n[n.Feet=0]="Feet",n[n.None=1]="None",n[n.Inch=2]="Inch",n[n.FeetAndInch=3]="FeetAndInch",n[n.Leading=4]="Leading",n[n.Trailing=8]="Trailing",n[n.LeadingAndTrailing=12]="LeadingAndTrailing",n))(mc||{}),yc=(n=>(n[n.None=0]="None",n[n.Leading=1]="Leading",n[n.Trailing=2]="Trailing",n[n.LeadingAndTrailing=3]="LeadingAndTrailing",n))(yc||{}),_c=(n=>(n[n.Bottom=0]="Bottom",n[n.Middle=1]="Middle",n[n.Top=2]="Top",n))(_c||{});const Ni=class Ni extends Xt{constructor(e,t){e=e||{},fr(e,Ni.DEFAULT_DIM_VALUES),super(e,t)}get dimpost(){return this.getAttr("dimpost")}set dimpost(e){this.setAttr("dimpost",e)}get dimapost(){return this.getAttr("dimapost")}set dimapost(e){this.setAttr("dimapost",e)}get dimscale(){return this.getAttr("dimscale")}set dimscale(e){this.setAttr("dimscale",e)}get dimasz(){return this.getAttr("dimasz")}set dimasz(e){this.setAttr("dimasz",e)}get dimexo(){return this.getAttr("dimexo")}set dimexo(e){this.setAttr("dimexo",e)}get dimdli(){return this.getAttr("dimdli")}set dimdli(e){this.setAttr("dimdli",e)}get dimexe(){return this.getAttr("dimexe")}set dimexe(e){this.setAttr("dimexe",e)}get dimrnd(){return this.getAttr("dimrnd")}set dimrnd(e){this.setAttr("dimrnd",e)}get dimdle(){return this.getAttr("dimdle")}set dimdle(e){this.setAttr("dimdle",e)}get dimtp(){return this.getAttr("dimtp")}set dimtp(e){this.setAttr("dimtp",e)}get dimtm(){return this.getAttr("dimtm")}set dimtm(e){this.setAttr("dimtm",e)}get dimtxt(){return this.getAttr("dimtxt")}set dimtxt(e){this.setAttr("dimtxt",e)}get dimcen(){return this.getAttr("dimcen")}set dimcen(e){this.setAttr("dimcen",e)}get dimtsz(){return this.getAttr("dimtsz")}set dimtsz(e){this.setAttr("dimtsz",e)}get dimaltf(){return this.getAttr("dimaltf")}set dimaltf(e){this.setAttr("dimaltf",e)}get dimlfac(){return this.getAttr("dimlfac")}set dimlfac(e){this.setAttr("dimlfac",e)}get dimtvp(){return this.getAttr("dimtvp")}set dimtvp(e){this.setAttr("dimtvp",e)}get dimtfac(){return this.getAttr("dimtfac")}set dimtfac(e){this.setAttr("dimtfac",e)}get dimgap(){return this.getAttr("dimgap")}set dimgap(e){this.setAttr("dimgap",e)}get dimaltrnd(){return this.getAttr("dimaltrnd")}set dimaltrnd(e){this.setAttr("dimaltrnd",e)}get dimtol(){return this.getAttr("dimtol")}set dimtol(e){this.setAttr("dimtol",e)}get dimlim(){return this.getAttr("dimlim")}set dimlim(e){this.setAttr("dimlim",e)}get dimtih(){return this.getAttr("dimtih")}set dimtih(e){this.setAttr("dimtih",e)}get dimtoh(){return this.getAttr("dimtoh")}set dimtoh(e){this.setAttr("dimtoh",e)}get dimse1(){return this.getAttr("dimse1")}set dimse1(e){this.setAttr("dimse1",e)}get dimse2(){return this.getAttr("dimse2")}set dimse2(e){this.setAttr("dimse2",e)}get dimtad(){return this.getAttr("dimtad")}set dimtad(e){this.setAttr("dimtad",e)}get dimzin(){return this.getAttr("dimzin")}set dimzin(e){this.setAttr("dimzin",e)}get dimazin(){return this.getAttr("dimazin")}set dimazin(e){this.setAttr("dimazin",e)}get dimalt(){return this.getAttr("dimalt")}set dimalt(e){this.setAttr("dimalt",e)}get dimaltd(){return this.getAttr("dimaltd")}set dimaltd(e){this.setAttr("dimaltd",e)}get dimtofl(){return this.getAttr("dimtofl")}set dimtofl(e){this.setAttr("dimtofl",e)}get dimsah(){return this.getAttr("dimsah")}set dimsah(e){this.setAttr("dimsah",e)}get dimtix(){return this.getAttr("dimtix")}set dimtix(e){this.setAttr("dimtix",e)}get dimsoxd(){return this.getAttr("dimsoxd")}set dimsoxd(e){this.setAttr("dimsoxd",e)}get dimclrd(){return this.getAttr("dimclrd")}set dimclrd(e){this.setAttr("dimclrd",e)}get dimclre(){return this.getAttr("dimclre")}set dimclre(e){this.setAttr("dimclre",e)}get dimclrt(){return this.getAttr("dimclrt")}set dimclrt(e){this.setAttr("dimclrt",e)}get dimadec(){return this.getAttr("dimadec")}set dimadec(e){this.setAttr("dimadec",e)}get dimunit(){return this.getAttr("dimunit")}set dimunit(e){this.setAttr("dimunit",e)}get dimdec(){return this.getAttr("dimdec")}set dimdec(e){this.setAttr("dimdec",e)}get dimtdec(){return this.getAttr("dimtdec")}set dimtdec(e){this.setAttr("dimtdec",e)}get dimaltu(){return this.getAttr("dimaltu")}set dimaltu(e){this.setAttr("dimaltu",e)}get dimalttd(){return this.getAttr("dimalttd")}set dimalttd(e){this.setAttr("dimalttd",e)}get dimaunit(){return this.getAttr("dimaunit")}set dimaunit(e){this.setAttr("dimaunit",e)}get dimfrac(){return this.getAttr("dimfrac")}set dimfrac(e){this.setAttr("dimfrac",e)}get dimlunit(){return this.getAttr("dimlunit")}set dimlunit(e){this.setAttr("dimlunit",e)}get dimdsep(){return this.getAttr("dimdsep")}set dimdsep(e){this.setAttr("dimdsep",e)}get dimtmove(){return this.getAttr("dimtmove")}set dimtmove(e){this.setAttr("dimtmove",e)}get dimjust(){return this.getAttr("dimjust")}set dimjust(e){this.setAttr("dimjust",e)}get dimsd1(){return this.getAttr("dimsd1")}set dimsd1(e){this.setAttr("dimsd1",e)}get dimsd2(){return this.getAttr("dimsd2")}set dimsd2(e){this.setAttr("dimsd2",e)}get dimtolj(){return this.getAttr("dimtolj")}set dimtolj(e){this.setAttr("dimtolj",e)}get dimtzin(){return this.getAttr("dimtzin")}set dimtzin(e){this.setAttr("dimtzin",e)}get dimaltz(){return this.getAttr("dimaltz")}set dimaltz(e){this.setAttr("dimaltz",e)}get dimalttz(){return this.getAttr("dimalttz")}set dimalttz(e){this.setAttr("dimalttz",e)}get dimfit(){return this.getAttr("dimfit")}set dimfit(e){this.setAttr("dimfit",e)}get dimupt(){return this.getAttr("dimupt")}set dimupt(e){this.setAttr("dimupt",e)}get dimatfit(){return this.getAttr("dimatfit")}set dimatfit(e){this.setAttr("dimatfit",e)}get dimtxsty(){return this.getAttr("dimtxsty")}set dimtxsty(e){this.setAttr("dimtxsty",e)}get dimldrblk(){return this.getAttr("dimldrblk")}set dimldrblk(e){this.setAttr("dimldrblk",e)}get dimblk(){return this.getAttr("dimblk")}set dimblk(e){this.setAttr("dimblk",e)}get dimblk1(){return this.getAttr("dimblk1")}set dimblk1(e){this.setAttr("dimblk1",e)}get dimblk2(){return this.getAttr("dimblk2")}set dimblk2(e){this.setAttr("dimblk2",e)}get dimlwd(){return this.getAttr("dimlwd")}set dimlwd(e){this.setAttr("dimlwd",e)}get dimlwe(){return this.getAttr("dimlwe")}set dimlwe(e){this.setAttr("dimlwe",e)}dxfOutFields(e){super.dxfOutFields(e);const t=this.database.tables.textStyleTable.getAt(this.dimtxsty),r=this.database.tables.blockTable.getAt(this.dimldrblk),i=this.database.tables.blockTable.getAt(this.dimblk),s=this.database.tables.blockTable.getAt(this.dimblk1),o=this.database.tables.blockTable.getAt(this.dimblk2);return e.writeSubclassMarker("AcDbDimStyleTableRecord"),e.writeString(2,this.name),e.writeInt16(70,0),e.writeString(3,this.dimpost),e.writeString(4,this.dimapost),e.writeDouble(40,this.dimscale),e.writeDouble(41,this.dimasz),e.writeDouble(42,this.dimexo),e.writeDouble(43,this.dimdli),e.writeDouble(44,this.dimexe),e.writeDouble(140,this.dimtxt),e.writeDouble(147,this.dimgap),e.writeInt16(170,this.dimalt),e.writeInt16(171,this.dimtol),e.writeInt16(172,this.dimlim),e.writeInt16(173,this.dimtih),e.writeInt16(174,this.dimtoh),e.writeObjectId(340,t==null?void 0:t.objectId),e.writeObjectId(341,r==null?void 0:r.objectId),e.writeObjectId(342,i==null?void 0:i.objectId),e.writeObjectId(343,s==null?void 0:s.objectId),e.writeObjectId(344,o==null?void 0:o.objectId),e.writeInt16(371,this.dimlwd),e.writeInt16(372,this.dimlwe),this}};Ni.DEFAULT_DIM_VALUES={name:"",dimpost:"",dimapost:"",dimscale:1,dimasz:2.5,dimexo:.625,dimdli:.38,dimexe:.18,dimrnd:0,dimdle:0,dimtp:0,dimtm:0,dimtxt:2.5,dimcen:2.5,dimtsz:0,dimaltf:0,dimlfac:1,dimtvp:0,dimtfac:1,dimgap:1,dimaltrnd:0,dimtol:0,dimlim:0,dimtih:0,dimtoh:0,dimse1:0,dimse2:0,dimtad:0,dimzin:0,dimazin:0,dimalt:0,dimaltd:2,dimtofl:0,dimsah:0,dimtix:0,dimsoxd:0,dimclrd:0,dimclre:0,dimclrt:0,dimadec:0,dimunit:2,dimdec:4,dimtdec:4,dimaltu:2,dimalttd:2,dimaunit:0,dimfrac:0,dimlunit:2,dimdsep:".",dimtmove:0,dimjust:0,dimsd1:0,dimsd2:0,dimtolj:0,dimtzin:0,dimaltz:0,dimalttz:0,dimfit:0,dimupt:0,dimatfit:3,dimtxsty:ae,dimldrblk:"",dimblk:"",dimblk1:"",dimblk2:"",dimlwd:-2,dimlwe:-2};let on=Ni;class bc extends wt{constructor(e){super(e)}add(e){super.add(e),this.database.events.layerAppended.dispatch({database:this.database,layer:e})}}class Bi extends Xt{constructor(e,t){e=e||{},fr(e,{color:new R,description:"",standardFlags:0,isHidden:!1,isInUse:!0,isOff:!1,isPlottable:!0,transparency:new te,linetype:"",lineWeight:1,materialId:-1}),super(e,t),this.attrs.events.attrChanged.addEventListener(r=>{this.database.events.layerModified.dispatch({database:this.database,layer:this,changes:r.object.changedAttributes()})})}get color(){return this.getAttr("color")}set color(e){this.setAttr("color",e.clone())}get description(){return this.getAttr("description")}set description(e){this.setAttr("description",e)}get standardFlags(){return this.getAttr("standardFlags")}set standardFlags(e){this.setAttr("standardFlags",e)}get isFrozen(){return(this.standardFlags&1)==1}set isFrozen(e){const t=e?1:0;this.standardFlags=this.standardFlags|t}get isHidden(){return this.getAttr("isHidden")}set isHidden(e){this.setAttr("isHidden",e)}get isInUse(){return this.getAttr("isInUse")}set isInUse(e){this.setAttr("isInUse",e)}get isLocked(){return(this.standardFlags&4)==4}set isLocked(e){const t=e?4:0;this.standardFlags=this.standardFlags|t}get isOff(){return this.getAttr("isOff")}set isOff(e){this.setAttr("isOff",e)}get isPlottable(){return this.getAttr("isPlottable")}set isPlottable(e){this.setAttr("isPlottable",e)}get transparency(){return this.getAttr("transparency")}set transparency(e){this.setAttr("transparency",e.clone())}get linetype(){return this.getAttr("linetype")}set linetype(e){this.setAttr("linetype",e)}get lineStyle(){var t;const e=(t=this.database)==null?void 0:t.tables.linetypeTable.getAt(this.linetype);if(e)return{type:"UserSpecified",...e.linetype}}get lineWeight(){return this.getAttr("lineWeight")}set lineWeight(e){this.setAttr("lineWeight",e)}get materialId(){return this.getAttr("materialId")}set materialId(e){this.setAttr("materialId",e)}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbLayerTableRecord"),e.writeString(2,this.name),e.writeInt16(70,this.standardFlags),e.writeCmColor(this.color),e.writeString(6,this.linetype),e.writeInt16(290,this.isPlottable?1:0),e.writeInt16(370,this.lineWeight),e.writeTransparency(this.transparency),this.description&&e.writeString(4,this.description),this}}class xc extends wt{constructor(e){super(e)}}class Ot extends Xt{constructor(e){super(),this.name=e.name,this._linetype=e}get numDashes(){return this._linetype.pattern?this._linetype.pattern.length:0}get patternLength(){return this._linetype.totalPatternLength}get comments(){return this._linetype.description}get linetype(){return this._linetype}dashLengthAt(e){if(e<0||e>=this.numDashes)throw new Error('Index must be greater than or equal to zero, but less than the value of property "numDashes".');return this._linetype.pattern[e].elementLength}toPreviewSvgString(e){const t=Math.max((e==null?void 0:e.width)??220,1),r=Math.max((e==null?void 0:e.height)??36,1),i=Math.min(Math.max((e==null?void 0:e.padding)??8,0),Math.floor(t/2)),s=Math.max((e==null?void 0:e.strokeWidth)??2,.5),o=this.escapeSvgAttribute((e==null?void 0:e.stroke)??"currentColor"),a=Math.max((e==null?void 0:e.repeats)??4,1),l=r/2,c=i,h=Math.max(t-i,c+1),d=h-c,p=this._linetype.pattern??[];if(p.length===0||this.patternLength<=0||!p.some(L=>L.elementLength!==0))return this.buildSvgString({width:t,height:r,stroke:o,strokeWidth:s,lineSegments:[[c,h]],dots:[],y:l});const g=[],f=[],m=d/(this.patternLength*a),y=.5,_=Math.max(s*2,2);let P=c;for(;P<h;)for(const L of p){if(P>=h)break;const S=L.elementLength;if(S===0){f.push(P),P=Math.min(P+_,h);continue}const A=Math.max(Math.abs(S)*m,y),N=Math.min(P+A,h);S>0&&N>P&&g.push([P,N]),P=N}return this.buildSvgString({width:t,height:r,stroke:o,strokeWidth:s,lineSegments:g,dots:f,y:l})}buildSvgString(e){const{width:t,height:r,stroke:i,strokeWidth:s,lineSegments:o,dots:a,y:l}=e,c=o.map(([d,p])=>`<line x1="${d.toFixed(2)}" y1="${l.toFixed(2)}" x2="${p.toFixed(2)}" y2="${l.toFixed(2)}" stroke="${i}" stroke-width="${s.toFixed(2)}" stroke-linecap="round" />`).join(""),h=a.map(d=>`<circle cx="${d.toFixed(2)}" cy="${l.toFixed(2)}" r="${(s/2).toFixed(2)}" fill="${i}" />`).join("");return`<svg xmlns="http://www.w3.org/2000/svg" width="${t}" height="${r}" viewBox="0 0 ${t} ${r}" role="img" aria-label="${this.escapeSvgAttribute(this.name)} linetype preview">${c}${h}</svg>`}escapeSvgAttribute(e){return e.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/'/g,"&#39;")}dxfOutFields(e){super.dxfOutFields(e),e.writeSubclassMarker("AcDbLinetypeTableRecord"),e.writeString(2,this.name),e.writeInt16(70,this.linetype.standardFlag),e.writeString(3,this.comments),e.writeInt16(72,65),e.writeInt16(73,this.numDashes),e.writeDouble(40,this.patternLength);for(const t of this.linetype.pattern??[])e.writeDouble(49,t.elementLength),e.writeInt16(74,t.elementTypeFlag);return this}}class wc extends wt{constructor(e){super(e)}resolveAt(e){this.database.ensureTextStyleDefaults();const t=[],r=i=>{const s=i==null?void 0:i.trim();s&&!t.includes(s)&&t.push(s)};r(e),r(this.database.textstyle),r(ae),r("STANDARD");for(const i of t){const s=this.getAt(i);if(s)return s;const o=i.toUpperCase();for(const a of this.newIterator())if(a.name.toUpperCase()===o)return a}return this.newIterator().next().value??void 0}get fonts(){const e=new Set,t=i=>{if(i){const s=i.lastIndexOf(".");if(s>=0){const o=i.substring(0,s).toLowerCase();e.add(o)}else e.add(i.toLowerCase())}},r=this.newIterator();for(const i of r)t(i.fileName),t(i.bigFontFileName);return Array.from(e)}}class Fi extends Xt{constructor(e){super(),this.name=e.name,this._textStyle=e,this._textStyle.font=this.getFileNameWithoutExtension(this._textStyle.font||this._textStyle.extendedFont||this.name),this._isVertical=!1}get obliquingAngle(){return this._textStyle.obliqueAngle}set obliquingAngle(e){this._textStyle.obliqueAngle=e}get priorSize(){return this._textStyle.lastHeight}set priorSize(e){this._textStyle.lastHeight=e}get textSize(){return this._textStyle.fixedTextHeight}set textSize(e){this._textStyle.fixedTextHeight=e}get xScale(){return this._textStyle.widthFactor}set xScale(e){this._textStyle.widthFactor=e}get isVertical(){return this._isVertical}set isVertical(e){this._isVertical=e}get fileName(){return this._textStyle.font}set fileName(e){this._textStyle.font=e}get bigFontFileName(){return this._textStyle.bigFont}set bigFontFileName(e){this._textStyle.bigFont=e}get textStyle(){return this._textStyle}getFileNameWithoutExtension(e){const t=e.split("/").pop();if(t){const r=t.lastIndexOf(".");return r===-1?t:t.substring(0,r)}return e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbTextStyleTableRecord"),e.writeString(2,this.name),e.writeInt16(70,this.textStyle.standardFlag),e.writeDouble(40,this.textSize),e.writeDouble(41,this.xScale),e.writeAngle(50,this.obliquingAngle),e.writeInt16(71,this.isVertical?4:this.textStyle.textGenerationFlag),e.writeDouble(42,this.priorSize),e.writeString(3,this.fileName),e.writeString(4,this.bigFontFileName),this}}class vc extends wt{constructor(e){super(e)}}const Ng=()=>({center:new E,viewDirectionFromTarget:new b(0,0,1),viewTarget:new b(0,0,0),lensLength:500,frontClippingPlane:0,backClippingPlane:0,viewHeight:1e3,viewTwistAngle:0,frozenLayers:[],styleSheet:"",renderMode:exports.AcGiRenderMode.OPTIMIZED_2D,viewMode:0,ucsIconSetting:0,ucsOrigin:new b(0,0,0),ucsXAxis:new b(1,0,0),ucsYAxis:new b(0,1,0),orthographicType:exports.AcGiOrthographicType.TOP,shadePlotSetting:0,shadePlotObjectId:void 0,visualStyleObjectId:void 0,isDefaultLightingOn:!1,defaultLightingType:exports.AcGiDefaultLightingType.ONE_DISTANT_LIGHT,brightness:0,contrast:0,ambientColor:void 0,aspectRatio:void 0});class so extends Xt{constructor(){super(),this._gsView=Ng(),this._centerPoint=this._gsView.center}get gsView(){return this._gsView}get centerPoint(){return this._centerPoint}set centerPoint(e){this._centerPoint.copy(e)}get viewDirectionFromTarget(){return this._gsView.viewDirectionFromTarget}set viewDirectionFromTarget(e){this._gsView.viewDirectionFromTarget.copy(e)}get viewTarget(){return this._gsView.viewTarget}set viewTarget(e){this._gsView.viewTarget.copy(e)}get viewHeight(){return this._gsView.viewHeight}set viewHeight(e){this._gsView.viewHeight=e}get viewTwistAngle(){return this._gsView.viewTwistAngle}set viewTwistAngle(e){this._gsView.viewTwistAngle=e}get lensLength(){return this._gsView.lensLength}set lensLength(e){this._gsView.lensLength=e}get frontClippingPlane(){return this._gsView.frontClippingPlane}set frontClippingPlane(e){this._gsView.frontClippingPlane=e}get backClippingPlane(){return this._gsView.backClippingPlane}set backClippingPlane(e){this._gsView.backClippingPlane=e}get renderMode(){return this._gsView.renderMode}set renderMode(e){this._gsView.renderMode=e}get viewMode(){return this._gsView.viewMode}set viewMode(e){this._gsView.viewMode=e}get ucsIconSetting(){return this._gsView.ucsIconSetting}set ucsIconSetting(e){this._gsView.ucsIconSetting=e}get ucsOrigin(){return this._gsView.ucsOrigin}set ucsOrigin(e){this._gsView.ucsOrigin.copy(e)}get ucsXAxis(){return this._gsView.ucsXAxis}set ucsXAxis(e){this._gsView.ucsXAxis.copy(e)}get ucsYAxis(){return this._gsView.ucsYAxis}set ucsYAxis(e){this._gsView.ucsYAxis.copy(e)}get orthographicType(){return this._gsView.orthographicType}set orthographicType(e){this._gsView.orthographicType=e}get shadePlotSetting(){return this._gsView.shadePlotSetting}set shadePlotSetting(e){this._gsView.shadePlotSetting=e}get shadePlotObjectId(){return this._gsView.shadePlotObjectId}set shadePlotObjectId(e){this._gsView.shadePlotObjectId=e}get visualStyleObjectId(){return this._gsView.visualStyleObjectId}set visualStyleObjectId(e){this._gsView.visualStyleObjectId=e}get isDefaultLightingOn(){return this._gsView.isDefaultLightingOn}set isDefaultLightingOn(e){this._gsView.isDefaultLightingOn=e}get defaultLightingType(){return this._gsView.defaultLightingType}set defaultLightingType(e){this._gsView.defaultLightingType=e}get brightness(){return this._gsView.brightness}set brightness(e){this._gsView.brightness=e}get contrast(){return this._gsView.contrast}set contrast(e){this._gsView.contrast=e}get ambientColor(){return this._gsView.ambientColor}set ambientColor(e){this._gsView.ambientColor=e}get aspectRatio(){return this._gsView.aspectRatio}set aspectRatio(e){this._gsView.aspectRatio=e}}class Di extends so{static isActiveVportName(e){return e.toLowerCase()===lr.toLowerCase()}constructor(){super(),this._circleSides=100,this._lowerLeftCorner=new E(0,0),this._upperRightCorner=new E(1,1),this._snapBase=new E(0,0),this._snapAngle=0,this._snapSpacing=new E(0,0),this._standardFlag=0,this._gridSpacing=new E,this._gridMajor=10}get circleSides(){return this._circleSides}set circleSides(e){this._circleSides=e}get center(){return this.centerPoint}set center(e){this.centerPoint=e}get lowerLeftCorner(){return this._lowerLeftCorner}set lowerLeftCorner(e){this._lowerLeftCorner.copy(e)}get upperRightCorner(){return this._upperRightCorner}set upperRightCorner(e){this._upperRightCorner.copy(e)}get snapBase(){return this._snapBase}set snapBase(e){this._snapBase.copy(e)}get snapAngle(){return this._snapAngle}set snapAngle(e){this._snapAngle=e}get snapIncrements(){return this._snapSpacing}set snapIncrements(e){this._snapSpacing.copy(e)}get gridMajor(){return this._gridMajor}set gridMajor(e){this._gridMajor=e}get gridIncrements(){return this._gridSpacing}set gridIncrements(e){this._gridSpacing.copy(e)}get standardFlag(){return this._standardFlag}set standardFlag(e){this._standardFlag=e}get snapEnabled(){return!!(this._standardFlag&256)}get backgroundObjectId(){return this._backgroundObjectId}set backgroundObjectId(e){this._backgroundObjectId=e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbViewportTableRecord"),e.writeString(2,this.name),e.writeDouble(40,this.gsView.viewHeight),this.gsView.aspectRatio!=null&&Number.isFinite(this.gsView.aspectRatio)&&e.writeDouble(41,this.gsView.aspectRatio),e.writeDouble(45,this.gsView.viewHeight),e.writePoint2d(10,this.lowerLeftCorner),e.writePoint2d(11,this.upperRightCorner),e.writePoint2d(12,this.center),e.writePoint2d(13,this.snapBase),e.writePoint2d(14,this.snapIncrements),e.writePoint2d(15,this.gridIncrements),e.writeInt16(70,this.standardFlag),e.writeInt16(71,this.circleSides),e.writeDouble(42,this.gsView.lensLength),e.writePoint3d(16,this.gsView.viewDirectionFromTarget),e.writePoint3d(17,this.gsView.viewTarget),e.writeAngle(50,this.snapAngle),e.writeAngle(51,this.gsView.viewTwistAngle),e.writeInt16(61,this.gridMajor),e.writeInt16(281,this.backgroundObjectId?1:0),e.writeObjectId(332,this.backgroundObjectId),this}}class Pc extends wt{constructor(e){super(e)}normalizeName(e){return Di.isActiveVportName(e)?lr:e.toUpperCase()}}class Ac extends wt{constructor(e){super(e)}}class Ts extends Xt{constructor(e){super(),this.name=e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbRegAppTableRecord"),e.writeString(2,this.name),e.writeInt16(70,0),this}}class Yg extends Ge{constructor(){super({objectId:"0"}),this._drawNoPlotLayers=!0,this.events={dictObjetSet:new ie,dictObjectErased:new ie,entityAppended:new ie,entityModified:new ie,entityErased:new ie,layerAppended:new ie,layerModified:new ie,layerErased:new ie,openProgress:new ie},this._version=new Ye("AC1014"),this._angbase=0,this._angdir=0,this._aunits=ve.DecimalDegrees,this._auprec=0,this._lunits=J.Decimal,this._luprec=4,this._celtscale=1,this._cecolor=new R,this._celtype=fe,this._celweight=exports.AcGiLineWeight.ByLayer,this._cetransparency=new te,this._clayer="0",this._cmlstyle=ft,this._cmlscale=1,this._cmleaderstyle=mt,this._hpbackgroundcolor=new R(exports.AcCmColorMethod.None),this._hpcolor=this._cecolor.clone(),this._hplayer=".",this._hptransparency=new te,this._textstyle=ae,this._extents=new B,this._insunits=K.Millimeters,this._unitmode=0,this._measurement=1,this._ltscale=1,this._lwdisplay=!1,this._pdmode=0,this._pdsize=0,this._osmode=0,this._orthomode=0,this._maxHandle=0,this._tables={appIdTable:new Ac(this),blockTable:new uc(this),dimStyleTable:new gc(this),linetypeTable:new xc(this),textStyleTable:new wc(this),viewTable:new vc(this),layerTable:new bc(this),viewportTable:new Pc(this)},this._objects={dictionary:new tn(this),imageDefinition:new tn(this),layout:new oc(this),mleaderStyle:new tn(this),mlineStyle:new tn(this),xrecord:new tn(this)}}get tables(){return this._tables}get objects(){return this._objects}get formatter(){return this._formatter??(this._formatter=new Sl(this))}generateHandle(){return this._maxHandle++,this._maxHandle.toString(16).toUpperCase()}updateMaxHandle(e){const t=parseInt(e,16);!isNaN(t)&&t>this._maxHandle&&(this._maxHandle=t)}commitObjectHandle(e,t){const r=e.getAttrWithoutException("objectId");!r||e.isTemp||t&&t(r)?e.objectId=this.generateHandle():this.updateMaxHandle(r)}get currentSpaceId(){return this._currentSpace||(this._currentSpace=this._tables.blockTable.modelSpace),this._currentSpace.objectId}set currentSpaceId(e){const t=this.tables.blockTable.getIdAt(e);if(t==null)throw new Error(`[AcDbDatabase] The specified block table record id '${e}' doesn't exist in the drawing database!`);this._currentSpace=t}get aunits(){return this._aunits}set aunits(e){this.updateSysVar(I.AUNITS,this._aunits,e??0,t=>{this._aunits=t})}get auprec(){return this._auprec}set auprec(e){this.updateSysVar(I.AUPREC,this._auprec,e??0,t=>{this._auprec=t})}get lunits(){return this._lunits}set lunits(e){this.updateSysVar(I.LUNITS,this._lunits,e??J.Decimal,t=>{this._lunits=t})}get luprec(){return this._luprec}set luprec(e){this.updateSysVar(I.LUPREC,this._luprec,e??4,t=>{this._luprec=t})}get version(){return this._version}set version(e){this.updateSysVar(I.ACADVER,this._version,new Ye(e),t=>{this._version=t})}get insunits(){return this._insunits}set insunits(e){this.updateSysVar(I.INSUNITS,this._insunits,e??4,t=>{this._insunits=t})}get unitmode(){return this._unitmode}set unitmode(e){this.updateSysVar(I.UNITMODE,this._unitmode,e??0,t=>{this._unitmode=t})}get measurement(){return this._measurement}set measurement(e){this.updateSysVar(I.MEASUREMENT,this._measurement,e??1,t=>{this._measurement=t})}get ltscale(){return this._ltscale}set ltscale(e){this.updateSysVar(I.LTSCALE,this._ltscale,e??1,t=>{this._ltscale=t})}get lwdisplay(){return this._lwdisplay}get drawNoPlotLayers(){return this._drawNoPlotLayers}isLayerDrawable(e){if(this._drawNoPlotLayers)return!0;const t=this.tables.layerTable.getAt(e);return t==null||t.isPlottable}set lwdisplay(e){this.updateSysVar(I.LWDISPLAY,this._lwdisplay,e??!1,t=>{this._lwdisplay=t})}get cecolor(){return this._cecolor}set cecolor(e){this.updateSysVar(I.CECOLOR,this._cecolor,e||0,t=>{this._cecolor=t.clone()})}get celtscale(){return this._celtscale}set celtscale(e){this.updateSysVar(I.CELTSCALE,this._celtscale,e??1,t=>{this._celtscale=t})}get celtype(){return this._celtype}set celtype(e){const t=this.normalizeLinetypeName(e??fe);this.updateSysVar(I.CELTYPE,this._celtype,t,r=>{this._celtype=r})}get celweight(){return this._celweight}set celweight(e){this.updateSysVar(I.CELWEIGHT,this._celweight,e??exports.AcGiLineWeight.ByLayer,t=>{this._celweight=t})}get cetransparency(){return this._cetransparency}set cetransparency(e){this.updateSysVar(I.CETRANSPARENCY,this._cetransparency,e??new te,t=>{this._cetransparency=t.clone()})}get clayer(){return this._clayer}set clayer(e){this.updateSysVar(I.CLAYER,this._clayer,e??"0",t=>{this._clayer=t})}get cmlstyle(){return this._cmlstyle}set cmlstyle(e){this.updateSysVar(I.CMLSTYLE,this._cmlstyle,e??ft,t=>{this._cmlstyle=t})}get cmlscale(){return this._cmlscale}set cmlscale(e){this.updateSysVar(I.CMLSCALE,this._cmlscale,e??1,t=>{this._cmlscale=t})}get cmleaderstyle(){return this._cmleaderstyle}set cmleaderstyle(e){this.updateSysVar(I.CMLEADERSTYLE,this._cmleaderstyle,e??mt,t=>{this._cmleaderstyle=t})}get hpbackgroundcolor(){return this._hpbackgroundcolor}set hpbackgroundcolor(e){this.updateSysVar(I.HPBACKGROUNDCOLOR,this._hpbackgroundcolor,e??new R(exports.AcCmColorMethod.None),t=>{this._hpbackgroundcolor=t.clone()})}get hpcolor(){return this._hpcolor}set hpcolor(e){this.updateSysVar(I.HPCOLOR,this._hpcolor,e??this._cecolor,t=>{this._hpcolor=t.clone()})}get hplayer(){return this._hplayer}set hplayer(e){this.updateSysVar(I.HPLAYER,this._hplayer,e??".",t=>{this._hplayer=t})}get hptransparency(){return this._hptransparency}set hptransparency(e){this.updateSysVar(I.HPTRANSPARENCY,this._hptransparency,e??new te,t=>{this._hptransparency=t.clone()})}get textstyle(){return this._textstyle}set textstyle(e){this.updateSysVar(I.TEXTSTYLE,this._textstyle,e??ae,t=>{this._textstyle=t})}get angbase(){return this._angbase}set angbase(e){this.updateSysVar(I.ANGBASE,this._angbase,e??0,t=>{this._angbase=t})}get angdir(){return this._angdir}set angdir(e){this.updateSysVar(I.ANGDIR,this._angdir,e??0,t=>{this._angdir=t})}get extmax(){return this._extents.max}set extmax(e){if(e){const t=this._extents.max.clone();this._extents.expandByPoint(e),this._extents.max.equals(t)||this.triggerSysVarChangedEvent(I.EXTMAX,t,this._extents.max)}}get extmin(){return this._extents.min}set extmin(e){if(e){const t=this._extents.min.clone();this._extents.expandByPoint(e),this._extents.min.equals(t)||this.triggerSysVarChangedEvent(I.EXTMIN,t,this._extents.min)}}get extents(){return this._extents}get pdmode(){return this._pdmode}set pdmode(e){this.updateSysVar(I.PDMODE,this._pdmode,e??0,t=>{this._pdmode=t})}get pdsize(){return this._pdsize}set pdsize(e){this.updateSysVar(I.PDSIZE,this._pdsize,e??0,t=>{this._pdsize=t})}get osmode(){return this._osmode}set osmode(e){this.updateSysVar(I.OSMODE,this._osmode,e??0,t=>{this._osmode=t})}get orthomode(){return this._orthomode}set orthomode(e){this.updateSysVar(I.ORTHOMODE,this._orthomode,e??0,t=>{this._orthomode=t})}async read(e,t,r=Jn.DXF){const i=We.instance.get(r);if(i==null)throw new Error(`Database converter for file type '${r}' isn't registered and can can't read this file!`);this.clear(),this._drawNoPlotLayers=(t==null?void 0:t.drawNoPlotLayers)??!0,await i.read(e,this,t&&t.minimumChunkSize||10,async(s,o,a,l)=>{if(this.events.openProgress.dispatch({database:this,percentage:s,stage:"CONVERSION",subStage:o,subStageStatus:a,data:l}),t&&t.fontLoader&&o=="FONT"&&a=="END"){const c=l||this.tables.textStyleTable.fonts;await t.fontLoader.load(c)}},t==null?void 0:t.timeout,t==null?void 0:t.sysVars),this.ensureDatabaseDefaults()}async openUri(e,t){var g;this.events.openProgress.dispatch({database:this,percentage:0,stage:"FETCH_FILE",subStageStatus:"START"});const r=await fetch(e);if(!r.ok)throw this.events.openProgress.dispatch({database:this,percentage:100,stage:"FETCH_FILE",subStageStatus:"ERROR"}),new Error(`Failed to fetch file '${e}' with HTTP status code '${r.status}'!`);const i=r.headers.get("content-length"),s=i?parseInt(i,10):null;let o=0;const a=(g=r.body)==null?void 0:g.getReader();if(!a)throw new Error("Failed to get response reader");const l=[];for(;;){const{done:f,value:m}=await a.read();if(f)break;if(l.push(m),o+=m.length,s!==null){const y=Math.round(o/s*100);this.events.openProgress.dispatch({database:this,percentage:y,stage:"FETCH_FILE",subStageStatus:"IN-PROGRESS"})}}const c=new Uint8Array(o);let h=0;for(const f of l)c.set(f,h),h+=f.length;const p=this.getFileNameFromUri(e).toLowerCase().split(".").pop();p==="dwg"?await this.read(c.buffer,t,Jn.DWG):p==="dxf"?await this.read(c.buffer,t,Jn.DXF):await this.read(c.buffer,t,p),this.events.openProgress.dispatch({database:this,percentage:100,stage:"FETCH_FILE",subStageStatus:"END"})}dxfOut(e,t=16,r=this.version.name,i=!1){this.ensureDatabaseDefaults();const s=r instanceof Ye?r:new Ye(r),o=new Ta({database:this,precision:t,version:s});return this.writeDxfHeaderSection(o),this.writeDxfTablesSection(o,s),this.writeDxfBlocksSection(o),this.writeDxfEntitiesSection(o),this.writeDxfObjectsSection(o),o.writeStart("EOF"),o.toString()}async regen(){await new Uh(this).read(null,this,500,async(t,r,i,s)=>{this.events.openProgress.dispatch({database:this,percentage:t,stage:"CONVERSION",subStage:r,subStageStatus:i,data:s})})}createDefaultData(e={layer:!0,lineType:!0,textStyle:!0,dimStyle:!0,layout:!0}){const t=new cc(this);e.layer&&t.createDefaultLayer(),e.lineType&&t.createDefaultLineType(),e.textStyle&&t.createDefaultTextStyle(),e.dimStyle&&t.createDefaultDimStyle(),e.layout&&t.createDefaultLayout()}ensureEntityStyleDefaults(e){var t;if(e.dxfTypeName==="MLINE"){this.ensureMLineStyle(this._cmlstyle||ft);return}if(e.dxfTypeName==="MULTILEADER"){this.ensureMLeaderStyle(this._cmleaderstyle||mt);return}if(e.dxfTypeName==="HATCH"){const r=e;(t=r.applyPatternDefaultsFromSysVars)==null||t.call(r,this)}}ensureTextStyleDefaults(){this.hasDefaultTextStyle()||this.tables.textStyleTable.add(new Fi({name:ae,standardFlag:0,fixedTextHeight:0,widthFactor:1,obliqueAngle:0,textGenerationFlag:0,lastHeight:.2,font:"SimKai",bigFont:"",extendedFont:"SimKai"}))}hasDefaultTextStyle(){const e=[ae,"STANDARD"];for(const t of e)if(this.tables.textStyleTable.has(t))return!0;for(const t of this.tables.textStyleTable.newIterator())if(t.name.toUpperCase()===ae.toUpperCase())return!0;return!1}ensureDatabaseDefaults(){if(!this.tables.layerTable.has("0")){const t=new R;t.colorIndex=7,this.tables.layerTable.add(new Bi({name:"0",standardFlags:0,linetype:Mt,lineWeight:0,isOff:!1,color:t,isPlottable:!0}))}if(this.tables.linetypeTable.has(Ct)||this.tables.linetypeTable.add(new Ot({name:Ct,standardFlag:0,description:"",totalPatternLength:0})),this.tables.linetypeTable.has(fe)||this.tables.linetypeTable.add(new Ot({name:fe,standardFlag:0,description:"",totalPatternLength:0})),this.tables.linetypeTable.has(Mt)||this.tables.linetypeTable.add(new Ot({name:Mt,standardFlag:0,description:"Solid line",totalPatternLength:0})),this.ensureTextStyleDefaults(),this.tables.dimStyleTable.has(ae)||this.tables.dimStyleTable.add(new on({name:ae,dimtxsty:ae})),!this.tables.viewportTable.has(lr)){const t=new Di;t.name=lr,this.tables.viewportTable.add(t)}this.ensureMLineStyle(this._cmlstyle||ft),this.ensureMLeaderStyle(this._cmleaderstyle||mt);const e=this.tables.blockTable.modelSpace;if(!this.objects.layout.getAt("Model")){const t=new br;t.layoutName="Model",t.tabOrder=0,t.blockTableRecordId=e.objectId,t.limits.min.copy({x:0,y:0}),t.limits.max.copy({x:1e6,y:1e6}),t.extents.min.copy({x:0,y:0,z:0}),t.extents.max.copy({x:1e6,y:1e6,z:0}),this.objects.layout.setAt(t.layoutName,t),e.layoutId=t.objectId}this.tables.appIdTable.has(vs)||this.tables.appIdTable.add(new Ts(vs)),this.tables.appIdTable.has(ws)||this.tables.appIdTable.add(new Ts(ws))}ensureMLineStyle(e){const t=this.objects.mlineStyle,r=e.trim();if(!r||t.getAt(r))return;for(const[s,o]of t.entries())if(s.toUpperCase()===r.toUpperCase()||o.styleName.toUpperCase()===r.toUpperCase())return;const i=new eo;i.styleName=r,i.elements=[{offset:.5,color:new R().setByLayer(),lineType:fe},{offset:-.5,color:new R().setByLayer(),lineType:fe}],t.setAt(r,i)}ensureMLeaderStyle(e){const t=this.objects.mleaderStyle,r=e.trim();if(!r||t.getAt(r))return;for(const[a]of t.entries())if(a.toUpperCase()===r.toUpperCase())return;const i=new Js;i.unknown1=2,i.maxLeaderSegmentsPoints=2,i.leaderLineColor=new R().setByBlock(),i.textColor=new R().setByBlock(),i.blockColor=new R().setByBlock(),i.alignSpace=4,i.breakSize=3.75,i.enableBlockRotation=!0,i.unknown2=!1;const s=this.tables.linetypeTable.getAt(Ct);i.leaderLineTypeId=s==null?void 0:s.objectId;const o=this.tables.textStyleTable.getAt(ae);i.textStyleId=o==null?void 0:o.objectId,t.setAt(r,i)}writeDxfHeaderSection(e){var t;e.startSection("HEADER"),e.writeString(9,"$ACADVER"),e.writeString(1,((t=e.version)==null?void 0:t.name)??this.version.name),e.writeString(9,"$HANDSEED"),e.writeString(5,e.nextHandle.toString(16).toUpperCase()),e.version!=null&&e.version.value>=27&&(e.writeString(9,"$DWGCODEPAGE"),e.writeString(3,"UTF-8")),e.writeString(9,"$INSUNITS"),e.writeInt16(70,this.insunits),e.writeString(9,"$LUNITS"),e.writeInt16(70,this.lunits),e.writeString(9,"$LUPREC"),e.writeInt16(70,this.luprec),e.writeString(9,"$UNITMODE"),e.writeInt16(70,this.unitmode),e.writeString(9,"$MEASUREMENT"),e.writeInt16(70,this.measurement),e.writeString(9,"$LTSCALE"),e.writeDouble(40,this.ltscale),e.writeString(9,"$LWDISPLAY"),e.writeInt16(70,this.lwdisplay?1:0),e.writeString(9,"$CLAYER"),e.writeString(8,this.clayer),e.writeString(9,"$CELTYPE"),e.writeString(6,this.celtype),this.cetransparency.isInvalid||(e.writeString(9,"$CETRANSPARENCY"),e.writeTransparency(this.cetransparency)),e.writeString(9,"$CMLSTYLE"),e.writeString(2,this.cmlstyle),e.writeString(9,"$CMLSCALE"),e.writeDouble(40,this.cmlscale),e.writeString(9,"$CMLEADERSTYLE"),e.writeString(2,this.cmleaderstyle),this.hpcolor.colorMethod!==exports.AcCmColorMethod.None&&(e.writeString(9,"$HPCOLOR"),e.writeCmColor(this.hpcolor,2)),this.hpbackgroundcolor.colorMethod!==exports.AcCmColorMethod.None&&(e.writeString(9,"$HPBACKGROUNDCOLOR"),e.writeCmColor(this.hpbackgroundcolor,2)),e.writeString(9,"$HPLAYER"),e.writeString(8,this.hplayer),this.hptransparency.isInvalid||(e.writeString(9,"$HPTRANSPARENCY"),e.writeTransparency(this.hptransparency)),e.writeString(9,"$TEXTSTYLE"),e.writeString(7,this.textstyle),e.writeString(9,"$ANGBASE"),e.writeAngle(50,this.angbase),e.writeString(9,"$ANGDIR"),e.writeInt16(70,this.angdir),e.writeString(9,"$AUNITS"),e.writeInt16(70,this.aunits),e.writeString(9,"$AUPREC"),e.writeInt16(70,this.auprec),e.writeString(9,"$EXTMIN"),e.writePoint3d(10,this.extmin),e.writeString(9,"$EXTMAX"),e.writePoint3d(10,this.extmax),e.writeString(9,"$PDMODE"),e.writeInt32(70,this.pdmode),e.writeString(9,"$PDSIZE"),e.writeDouble(40,this.pdsize),e.writeString(9,"$OSMODE"),e.writeInt32(70,this.osmode),e.writeString(9,"$ORTHOMODE"),e.writeInt16(70,this.orthomode),e.endSection()}writeDxfTablesSection(e,t){e.startSection("TABLES"),this.writeDxfTable(e,"VPORT",this.tables.viewportTable,this.tables.viewportTable.newIterator(),"VPORT"),this.writeDxfTable(e,"VIEW",this.tables.viewTable,this.tables.viewTable.newIterator(),"VIEW"),this.writeDxfTable(e,"LTYPE",this.tables.linetypeTable,this.tables.linetypeTable.newIterator(),"LTYPE"),this.writeDxfTable(e,"LAYER",this.tables.layerTable,this.tables.layerTable.newIterator(),"LAYER"),this.writeDxfTable(e,"STYLE",this.tables.textStyleTable,this.tables.textStyleTable.newIterator(),"STYLE"),this.writeDxfTable(e,"APPID",this.tables.appIdTable,this.tables.appIdTable.newIterator(),"APPID"),this.writeDxfTable(e,"DIMSTYLE",this.tables.dimStyleTable,this.tables.dimStyleTable.newIterator(),"DIMSTYLE"),t.value>=19&&this.writeDxfTable(e,"BLOCK_RECORD",this.tables.blockTable,this.tables.blockTable.newIterator(),"BLOCK_RECORD"),e.endSection()}writeDxfBlocksSection(e){e.startSection("BLOCKS");for(const t of this.tables.blockTable.newIterator()){if(t.dxfOutBlockBegin(e),!t.isModelSapce&&!t.isPaperSapce)for(const r of t.newIterator())this.writeDxfEntity(e,r);t.dxfOutBlockEnd(e)}e.endSection()}writeDxfEntitiesSection(e){e.startSection("ENTITIES");for(const t of this.tables.blockTable.newIterator())if(!(!t.isModelSapce&&!t.isPaperSapce))for(const r of t.newIterator())this.writeDxfEntity(e,r);e.endSection()}writeDxfObjectsSection(e){e.startSection("OBJECTS");const t=this.objects.dictionary;t.ownerId="0";const r=o=>{e.writeStart("DICTIONARY"),o.dxfOut(e)},i=(o,a)=>{t.getAt(o)!==a&&t.setAt(o,a)},s=o=>{t.getAt(o)&&t.remove(o)};i("ACAD_LAYOUT",this.objects.layout),this.objects.mleaderStyle.numEntries>0?i("ACAD_MLEADERSTYLE",this.objects.mleaderStyle):s("ACAD_MLEADERSTYLE"),this.objects.mlineStyle.numEntries>0?i("ACAD_MLINESTYLE",this.objects.mlineStyle):s("ACAD_MLINESTYLE"),this.objects.imageDefinition.numEntries>0?i("ISM_RASTER_IMAGE_DICT",this.objects.imageDefinition):s("ISM_RASTER_IMAGE_DICT"),this.objects.xrecord.numEntries>0?i("MLIGHT_XRECORD",this.objects.xrecord):s("MLIGHT_XRECORD"),r(t),r(this.objects.layout),this.objects.mleaderStyle.numEntries>0&&r(this.objects.mleaderStyle),this.objects.mlineStyle.numEntries>0&&r(this.objects.mlineStyle),this.objects.imageDefinition.numEntries>0&&r(this.objects.imageDefinition),this.objects.xrecord.numEntries>0&&r(this.objects.xrecord);for(const[o,a]of this.objects.layout.entries())e.writeStart("LAYOUT"),a.dxfOut(e);for(const[o,a]of this.objects.imageDefinition.entries())e.writeStart("IMAGEDEF"),a.dxfOut(e);for(const[o,a]of this.objects.mleaderStyle.entries())e.writeStart("MLEADERSTYLE"),a.dxfOut(e);for(const[o,a]of this.objects.mlineStyle.entries())e.writeStart("MLINESTYLE"),a.dxfOut(e);for(const[o,a]of this.objects.xrecord.entries())e.writeStart("XRECORD"),a.dxfOut(e);e.endSection()}writeDxfTable(e,t,r,i,s){const o=[...i];e.startTable(t),r.dxfOut(e);for(const a of o){if(s==="BLOCK_RECORD"&&a instanceof se){a.dxfOutBlockRecord(e);continue}e.writeStart(s),a.dxfOut(e)}e.endTable()}writeDxfEntity(e,t){e.writeStart(t.dxfTypeName),t.dxfOut(e)}clear(){this._tables.blockTable.removeAll(),this._tables.dimStyleTable.removeAll(),this._tables.linetypeTable.removeAll(),this._tables.textStyleTable.removeAll(),this._tables.viewTable.removeAll(),this._tables.layerTable.removeAll(),this._tables.viewportTable.removeAll(),this._objects.layout.removeAll(),this._objects.imageDefinition.removeAll(),this._objects.mleaderStyle.removeAll(),this._objects.mlineStyle.removeAll(),this._objects.xrecord.removeAll(),this._currentSpace=void 0,this._extents.makeEmpty()}updateSysVar(e,t,r,i){this.hasSysVarValueChanged(t,r)&&(i(r),this.triggerSysVarChangedEvent(e,t,r))}hasSysVarValueChanged(e,t){return e instanceof R&&t instanceof R||e instanceof te&&t instanceof te?!e.equals(t):e instanceof Ye&&t instanceof Ye?e.value!==t.value:!Object.is(e,t)}normalizeLinetypeName(e){const t=e.trim();return t.toUpperCase()==="BYLAYER"?fe:t.toUpperCase()==="BYBLOCK"?Ct:t}triggerSysVarChangedEvent(e,t,r){const i=Xe.instance(),s=e.toLowerCase();i.getDescriptor(s)!=null&&i.events.sysVarChanged.dispatch({database:this,name:s,oldVal:t,newVal:r})}getFileNameFromUri(e){try{const r=new URL(e).pathname.split("/");return r[r.length-1]||""}catch{return""}}}const Sc="Load Database",ua=3e4,Xg=12e4,Rg=1024*1024;class we extends Sa{constructor(e,t){super(e.stage),this.data=e,this.progress=t}async run(e){const t=ks.getInstance().getEntry(Sc),r=Date.now();this.progress&&await this.progress(this.data.progress.value,this.data.stage,"START");const i=await this.data.task(e);return this.progress&&(await this.progress(this.data.progress.value,this.data.stage,"END",i?i.data:null),this.data.progress.value+=this.data.step,this.data.progress.value>100&&(this.data.progress.value=100)),t&&(t.data[this.name]=Date.now()-r),i}}class oo{constructor(e={}){this.config=e}async read(e,t,r,i,s,o){const a={name:Sc,data:{total:0},format(){let d="";return Object.keys(this.data).forEach(p=>{p!=="total"&&(d+=`- ${p}: ${this.data[p]} ms
9
- `)}),d+=`- total: ${this.data.total} ms`,d}};ks.getInstance().collect(a),this.progress=i;const l={value:0},c=new La;c.setCompleteCallback(()=>this.onFinished()),c.setErrorCallback(d=>this.onError(d)),c.addTask(new we({stage:"START",step:1,progress:l,task:async d=>d},i)),c.addTask(new we({stage:"PARSE",step:5,progress:l,task:async d=>await this.parse(d,s)},i)),c.addTask(new we({stage:"FONT",step:5,progress:l,task:async d=>{const p=this.getFonts(d.model);return{model:d.model,data:p}}},i)),c.addTask(new we({stage:"LTYPE",step:1,progress:l,task:async d=>(this.processLineTypes(d.model,t),d)},i)),c.addTask(new we({stage:"STYLE",step:1,progress:l,task:async d=>(this.processTextStyles(d.model,t),d)},i)),c.addTask(new we({stage:"DIMSTYLE",step:1,progress:l,task:async d=>(this.processDimStyles(d.model,t),d)},i)),c.addTask(new we({stage:"LAYER",step:1,progress:l,task:async d=>(this.processLayers(d.model,t),t.tables.layerTable.numEntries===0&&t.createDefaultData({layer:!0}),d)},i)),c.addTask(new we({stage:"VPORT",step:1,progress:l,task:async d=>(this.processViewports(d.model,t),d)},i)),c.addTask(new we({stage:"HEADER",step:1,progress:l,task:async d=>{if(this.processHeader(d.model,t),o){const p=Xe.instance();for(const[g,f]of Object.entries(o))p.setVar(g,f,t)}return d}},i)),c.addTask(new we({stage:"BLOCK_RECORD",step:5,progress:l,task:async d=>(this.processBlockTables(d.model,t),d)},i)),c.addTask(new we({stage:"OBJECT",step:5,progress:l,task:async d=>(this.processObjects(d.model,t),t.objects.layout.numEntries===0&&t.createDefaultData({layout:!0}),d)},i)),c.addTask(new we({stage:"BLOCK",step:5,progress:l,task:async d=>(await this.processBlocks(d.model,t),d)},i)),c.addTask(new we({stage:"ENTITY",step:100,progress:l,task:async d=>(await this.processEntities(d.model,t,r,l,i),d)},i)),c.addTask(new we({stage:"END",step:0,progress:l,task:async d=>d},i));const h=Date.now();await c.run(e),a.data.total=Date.now()-h}onError(e){if(this.progress){const t=e.task;this.progress(t.data.progress.value,t.data.stage,"ERROR",void 0,e)}return e.task.name==="ENTITY"?!1:(this.onFinished(),!0)}onFinished(){this.progress&&(this.progress(100,"END","END"),an.instance.clear())}getParserWorkerTimeout(e,t){const r=t??this.config.timeout;if(r!=null)return r;const i=Math.ceil(e.byteLength/Rg),s=ua+i*1e3;return Math.min(Xg,Math.max(ua,s))}async parse(e,t){throw new Error("Not impelemented yet!")}getFonts(e){throw new Error("Not impelemented yet!")}processLineTypes(e,t){throw new Error("Not impelemented yet!")}processTextStyles(e,t){throw new Error("Not impelemented yet!")}processDimStyles(e,t){throw new Error("Not impelemented yet!")}processLayers(e,t){throw new Error("Not impelemented yet!")}processViewports(e,t){throw new Error("Not impelemented yet!")}processHeader(e,t){throw new Error("Not impelemented yet!")}processBlockTables(e,t){throw new Error("Not impelemented yet!")}processObjects(e,t){throw new Error("Not impelemented yet!")}processBlocks(e,t){throw new Error("Not impelemented yet!")}processEntities(e,t,r,i,s){throw new Error("Not impelemented yet!")}}class Bg extends so{constructor(){super(),this._standardFlags=0,this._viewWidth=this.viewHeight,this._ucsAssociated=!1,this._cameraPlottable=!1,this._ucsElevation=0}get standardFlags(){return this._standardFlags}set standardFlags(e){this._standardFlags=e}get viewWidth(){return this._viewWidth}set viewWidth(e){this._viewWidth=e}get ucsAssociated(){return this._ucsAssociated}set ucsAssociated(e){this._ucsAssociated=e}get cameraPlottable(){return this._cameraPlottable}set cameraPlottable(e){this._cameraPlottable=e}get ucsElevation(){return this._ucsElevation}set ucsElevation(e){this._ucsElevation=e}get ucsObjectId(){return this._ucsObjectId}set ucsObjectId(e){this._ucsObjectId=e}get ucsBaseObjectId(){return this._ucsBaseObjectId}set ucsBaseObjectId(e){this._ucsBaseObjectId=e}get backgroundObjectId(){return this._backgroundObjectId}set backgroundObjectId(e){this._backgroundObjectId=e}get liveSectionObjectId(){return this._liveSectionObjectId}set liveSectionObjectId(e){this._liveSectionObjectId=e}dxfOutFields(e){return super.dxfOutFields(e),e.writeSubclassMarker("AcDbViewTableRecord"),e.writeString(2,this.name),e.writeInt16(70,this.standardFlags),e.writeDouble(40,this.gsView.viewHeight),e.writePoint2d(10,this.centerPoint),e.writeDouble(41,this.viewWidth),e.writePoint3d(11,this.gsView.viewDirectionFromTarget),e.writePoint3d(12,this.gsView.viewTarget),e.writeDouble(42,this.gsView.lensLength),e.writeDouble(43,this.gsView.frontClippingPlane),e.writeDouble(44,this.gsView.backClippingPlane),e.writeAngle(50,this.gsView.viewTwistAngle),e.writeInt16(71,this.gsView.viewMode),e.writeInt16(281,this.gsView.renderMode),e.writeInt16(72,this.ucsAssociated?1:0),e.writeInt16(73,this.cameraPlottable?1:0),e.writeObjectId(332,this.backgroundObjectId),e.writeObjectId(334,this.liveSectionObjectId),e.writeObjectId(348,this.gsView.visualStyleObjectId),this.ucsAssociated&&(e.writePoint3d(110,this.gsView.ucsOrigin),e.writePoint3d(111,this.gsView.ucsXAxis),e.writePoint3d(112,this.gsView.ucsYAxis),e.writeInt16(79,this.gsView.orthographicType),e.writeDouble(146,this.ucsElevation),e.writeObjectId(345,this.ucsObjectId),e.writeObjectId(346,this.ucsBaseObjectId)),this}}var ce,On,Q,re,kn,De,Ft,Ze,ye,Qe,ze,Dt,zt,Vt,Le,Je,Nn,Yn,jt,Gt,Xn,Rn,Bn,Ie,et,$,Ht,Fn,Y,_e,Dn,be,zn,tt,W,Vn,nt,Wt,ts,ns,Ve,jn,Ut,Ee,rt,it,st,Gn,Hn,ot,$t,qt,rs,Wn,Kt,at,Zt,he,lt,Te,is,de,ss,ct,Ce,Qt,Un,Jt,Me,ht,Oe,dt,os,en,ke;(ce={})[ce.None=0]="None",ce[ce.Anonymous=1]="Anonymous",ce[ce.NonConstant=2]="NonConstant",ce[ce.Xref=4]="Xref",ce[ce.XrefOverlay=8]="XrefOverlay",ce[ce.ExternallyDependent=16]="ExternallyDependent",ce[ce.ResolvedOrDependent=32]="ResolvedOrDependent",ce[ce.ReferencedXref=64]="ReferencedXref";(On={})[On.BYBLOCK=0]="BYBLOCK",On[On.BYLAYER=256]="BYLAYER";(Q={})[Q.Rotated=0]="Rotated",Q[Q.Aligned=1]="Aligned",Q[Q.Angular=2]="Angular",Q[Q.Diameter=3]="Diameter",Q[Q.Radius=4]="Radius",Q[Q.Angular3Point=5]="Angular3Point",Q[Q.Ordinate=6]="Ordinate",Q[Q.ReferenceIsExclusive=32]="ReferenceIsExclusive",Q[Q.IsOrdinateXTypeFlag=64]="IsOrdinateXTypeFlag",Q[Q.IsCustomTextPositionFlag=128]="IsCustomTextPositionFlag";(re={})[re.TopLeft=1]="TopLeft",re[re.TopCenter=2]="TopCenter",re[re.TopRight=3]="TopRight",re[re.MiddleLeft=4]="MiddleLeft",re[re.MiddleCenter=5]="MiddleCenter",re[re.MiddleRight=6]="MiddleRight",re[re.BottomLeft=7]="BottomLeft",re[re.BottomCenter=8]="BottomCenter",re[re.BottomRight=9]="BottomRight";(kn={})[kn.AtLeast=1]="AtLeast",kn[kn.Exact=2]="Exact";var ga=((De={})[De.Center=0]="Center",De[De.Above=1]="Above",De[De.Outside=2]="Outside",De[De.JIS=3]="JIS",De[De.Below=4]="Below",De);(Ft={})[Ft.WithDimension=0]="WithDimension",Ft[Ft.AddLeader=1]="AddLeader",Ft[Ft.Independent=2]="Independent";(Ze={})[Ze.BothOutside=0]="BothOutside",Ze[Ze.ArrowFirst=1]="ArrowFirst",Ze[Ze.TextFirst=2]="TextFirst",Ze[Ze.Auto=3]="Auto";var pn=((ye={})[ye.Feet=0]="Feet",ye[ye.None=1]="None",ye[ye.Inch=2]="Inch",ye[ye.FeetAndInch=3]="FeetAndInch",ye[ye.Leading=4]="Leading",ye[ye.Trailing=8]="Trailing",ye[ye.LeadingAndTrailing=12]="LeadingAndTrailing",ye),Fg=((Qe={})[Qe.None=0]="None",Qe[Qe.Leading=1]="Leading",Qe[Qe.Trailing=2]="Trailing",Qe[Qe.LeadingAndTrailing=3]="LeadingAndTrailing",Qe),Dg=((ze={})[ze.Center=0]="Center",ze[ze.First=1]="First",ze[ze.Second=2]="Second",ze[ze.OverFirst=3]="OverFirst",ze[ze.OverSecond=4]="OverSecond",ze),zg=((Dt={})[Dt.Bottom=0]="Bottom",Dt[Dt.Center=1]="Center",Dt[Dt.Top=2]="Top",Dt);(zt={})[zt.None=0]="None",zt[zt.UseDrawingBackground=1]="UseDrawingBackground",zt[zt.Custom=2]="Custom";(Vt={})[Vt.Horizontal=0]="Horizontal",Vt[Vt.Diagonal=1]="Diagonal",Vt[Vt.NotStacked=2]="NotStacked";(Le={})[Le.Scientific=1]="Scientific",Le[Le.Decimal=2]="Decimal",Le[Le.Engineering=3]="Engineering",Le[Le.Architectural=4]="Architectural",Le[Le.Fractional=5]="Fractional",Le[Le.WindowDesktop=6]="WindowDesktop";(Je={})[Je.Decimal=0]="Decimal",Je[Je.DegreesMinutesSecond=1]="DegreesMinutesSecond",Je[Je.Gradian=2]="Gradian",Je[Je.Radian=3]="Radian";var Vg=((Nn={})[Nn.PatternFill=0]="PatternFill",Nn[Nn.SolidFill=1]="SolidFill",Nn);(Yn={})[Yn.NonAssociative=0]="NonAssociative",Yn[Yn.Associative=1]="Associative";(jt={})[jt.Normal=0]="Normal",jt[jt.Outer=1]="Outer",jt[jt.Ignore=2]="Ignore";(Gt={})[Gt.UserDefined=0]="UserDefined",Gt[Gt.Predefined=1]="Predefined",Gt[Gt.Custom=2]="Custom";(Xn={})[Xn.NotAnnotated=0]="NotAnnotated",Xn[Xn.Annotated=1]="Annotated";(Rn={})[Rn.Solid=0]="Solid",Rn[Rn.Gradient=1]="Gradient";(Bn={})[Bn.TwoColor=0]="TwoColor",Bn[Bn.OneColor=1]="OneColor";var jg=((Ie={})[Ie.Default=0]="Default",Ie[Ie.External=1]="External",Ie[Ie.Polyline=2]="Polyline",Ie[Ie.Derived=4]="Derived",Ie[Ie.Textbox=8]="Textbox",Ie[Ie.Outermost=16]="Outermost",Ie),Or=((et={})[et.Line=1]="Line",et[et.Circular=2]="Circular",et[et.Elliptic=3]="Elliptic",et[et.Spline=4]="Spline",et),Gg=(($={})[$.Off=0]="Off",$[$.Solid=1]="Solid",$[$.Dashed=2]="Dashed",$[$.Dotted=3]="Dotted",$[$.ShotDash=4]="ShotDash",$[$.MediumDash=5]="MediumDash",$[$.LongDash=6]="LongDash",$[$.DoubleShortDash=7]="DoubleShortDash",$[$.DoubleMediumDash=8]="DoubleMediumDash",$[$.DoubleLongDash=9]="DoubleLongDash",$[$.DoubleMediumLongDash=10]="DoubleMediumLongDash",$[$.SparseDot=11]="SparseDot",$);Gg.Off;(Ht={})[Ht.Standard=-3]="Standard",Ht[Ht.ByLayer=-2]="ByLayer",Ht[Ht.ByBlock=-1]="ByBlock";(Fn={})[Fn.English=0]="English",Fn[Fn.Metric=1]="Metric";(Y={})[Y.PERSPECTIVE_MODE=1]="PERSPECTIVE_MODE",Y[Y.FRONT_CLIPPING=2]="FRONT_CLIPPING",Y[Y.BACK_CLIPPING=4]="BACK_CLIPPING",Y[Y.UCS_FOLLOW=8]="UCS_FOLLOW",Y[Y.FRONT_CLIP_NOT_AT_EYE=16]="FRONT_CLIP_NOT_AT_EYE",Y[Y.UCS_ICON_VISIBILITY=32]="UCS_ICON_VISIBILITY",Y[Y.UCS_ICON_AT_ORIGIN=64]="UCS_ICON_AT_ORIGIN",Y[Y.FAST_ZOOM=128]="FAST_ZOOM",Y[Y.SNAP_MODE=256]="SNAP_MODE",Y[Y.GRID_MODE=512]="GRID_MODE",Y[Y.ISOMETRIC_SNAP_STYLE=1024]="ISOMETRIC_SNAP_STYLE",Y[Y.HIDE_PLOT_MODE=2048]="HIDE_PLOT_MODE",Y[Y.K_ISO_PAIR_TOP=4096]="K_ISO_PAIR_TOP",Y[Y.K_ISO_PAIR_RIGHT=8192]="K_ISO_PAIR_RIGHT",Y[Y.VIEWPORT_ZOOM_LOCKING=16384]="VIEWPORT_ZOOM_LOCKING",Y[Y.UNUSED=32768]="UNUSED",Y[Y.NON_RECTANGULAR_CLIPPING=65536]="NON_RECTANGULAR_CLIPPING",Y[Y.VIEWPORT_OFF=131072]="VIEWPORT_OFF",Y[Y.GRID_BEYOND_DRAWING_LIMITS=262144]="GRID_BEYOND_DRAWING_LIMITS",Y[Y.ADAPTIVE_GRID_DISPLAY=524288]="ADAPTIVE_GRID_DISPLAY",Y[Y.SUBDIVISION_BELOW_SPACING=1048576]="SUBDIVISION_BELOW_SPACING",Y[Y.GRID_FOLLOWS_WORKPLANE=2097152]="GRID_FOLLOWS_WORKPLANE";(_e={})[_e.OPTIMIZED_2D=0]="OPTIMIZED_2D",_e[_e.WIREFRAME=1]="WIREFRAME",_e[_e.HIDDEN_LINE=2]="HIDDEN_LINE",_e[_e.FLAT_SHADED=3]="FLAT_SHADED",_e[_e.GOURAUD_SHADED=4]="GOURAUD_SHADED",_e[_e.FLAT_SHADED_WITH_WIREFRAME=5]="FLAT_SHADED_WITH_WIREFRAME",_e[_e.GOURAUD_SHADED_WITH_WIREFRAME=6]="GOURAUD_SHADED_WITH_WIREFRAME";(Dn={})[Dn.UCS_UNCHANGED=0]="UCS_UNCHANGED",Dn[Dn.HAS_OWN_UCS=1]="HAS_OWN_UCS";(be={})[be.NON_ORTHOGRAPHIC=0]="NON_ORTHOGRAPHIC",be[be.TOP=1]="TOP",be[be.BOTTOM=2]="BOTTOM",be[be.FRONT=3]="FRONT",be[be.BACK=4]="BACK",be[be.LEFT=5]="LEFT",be[be.RIGHT=6]="RIGHT";(zn={})[zn.ONE_DISTANT_LIGHT=0]="ONE_DISTANT_LIGHT",zn[zn.TWO_DISTANT_LIGHTS=1]="TWO_DISTANT_LIGHTS";(tt={})[tt.ByLayer=0]="ByLayer",tt[tt.ByBlock=1]="ByBlock",tt[tt.ByDictionaryDefault=2]="ByDictionaryDefault",tt[tt.ByObject=3]="ByObject";(W={})[W.NotAllowed=0]="NotAllowed",W[W.AllowErase=1]="AllowErase",W[W.AllowTransform=2]="AllowTransform",W[W.AllowChangeColor=4]="AllowChangeColor",W[W.AllowChangeLayer=8]="AllowChangeLayer",W[W.AllowChangeLinetype=16]="AllowChangeLinetype",W[W.AllowChangeLinetypeScale=32]="AllowChangeLinetypeScale",W[W.AllowChangeVisibility=64]="AllowChangeVisibility",W[W.AllowClone=128]="AllowClone",W[W.AllowChangeLineweight=256]="AllowChangeLineweight",W[W.AllowChangePlotStyleName=512]="AllowChangePlotStyleName",W[W.AllowAllExceptClone=895]="AllowAllExceptClone",W[W.AllowAll=1023]="AllowAll",W[W.DisableProxyWarning=1024]="DisableProxyWarning",W[W.R13FormatProxy=32768]="R13FormatProxy";function X(n,e,t){return n.code===e&&(t==null||n.value===t)}function Yt(n){let e={};n.rewind();let t=n.next(),r=t.code;if(e.x=t.value,(t=n.next()).code!==r+10)throw Error("Expected code for point value to be 20 but got "+t.code+".");return e.y=t.value,(t=n.next()).code!==r+20?n.rewind():e.z=t.value,e}let xr=Symbol();function k(n,e){return(t,r,i)=>{let s=function(l,c=!1){return l.reduce((h,d)=>{d.pushContext&&h.push({});let p=h[h.length-1];for(let g of typeof d.code=="number"?[d.code]:d.code){let f=p[g]??(p[g]=[]);d.isMultiple&&f.length,f.push(d)}return h},[{}])}(n,r.debug),o=!1,a=s.length-1;for(;!X(t,0,"EOF");){let l=function(y,_,P){return y.find((L,S)=>{var A;return S>=P&&((A=L[_])==null?void 0:A.length)})}(s,t.code,a),c=l==null?void 0:l[t.code],h=c==null?void 0:c[c.length-1];if(!l||!h){r.rewind();break}h.isMultiple||l[t.code].pop();let{name:d,parser:p,isMultiple:g,isReducible:f}=h,m=p==null?void 0:p(t,r,i);if(m===xr){r.rewind();break}if(d){let[y,_]=Hg(i,d);g&&!f?(Object.prototype.hasOwnProperty.call(y,_)||(y[_]=[]),y[_].push(m)):y[_]=m}h.pushContext&&(a-=1),o=!0,t=r.next()}return e&&Object.setPrototypeOf(i,e),o}}function Hg(n,e){let t=e.split(".");if(!t.length)throw Error("[parserGenerator::getObjectByPath] Invalid empty path");let r=n;for(let i=0;i<t.length-1;++i){let s=as(t[i]),o=as(t[i+1]);Object.prototype.hasOwnProperty.call(r,s)||(typeof o=="number"?r[s]=[]:r[s]={}),r=r[s]}return[r,as(t[t.length-1])]}function as(n){let e=Number.parseInt(n);return Number.isNaN(e)?n:e}function u({value:n}){return n}function w(n,e){return Yt(e)}function O({value:n}){return!!n}function Wg({value:n}){return n.trim()}let Ug=[{code:281,name:"isEntity",parser:O},{code:280,name:"wasProxy",parser:O},{code:91,name:"instanceCount",parser:u},{code:90,name:"proxyFlag",parser:u},{code:3,name:"appName",parser:u},{code:2,name:"cppClassName",parser:u},{code:1,name:"name",parser:u}],$g=k(Ug),qg=[{code:0,name:"classes",isMultiple:!0,parser(n,e){if(n.value!=="CLASS")return xr;n=e.next();let t={};return $g(n,e,t),t}}],Kg=k(qg);(Vn={})[Vn.RayTrace=0]="RayTrace",Vn[Vn.ShadowMap=1]="ShadowMap";function qe(n,e,t){for(;X(n,102);){var r;let i=n.value;if(n=e.next(),!i.startsWith("{")){e.debug,function(o,a){for(;!X(o,102)&&!X(o,0,"EOF");)o=a.next()}(n,e),n=e.next();continue}let s=i.slice(1).trim();t.extensions??(t.extensions={}),(r=t.extensions)[s]??(r[s]=[]),function(o,a,l){for(;!X(o,102,"}")&&!X(o,0,"EOF");)l.push(o),o=a.next()}(n,e,t.extensions[s]),n=e.next()}e.rewind()}let Zg=[{code:1001,name:"xdata",isMultiple:!0,parser:Lc}],Qg=new Set([1010,1011,1012,1013]);function Lc(n,e){var i;if(!X(n,1001))throw Error("XData must starts with code 1001");let t={appName:n.value,value:[]};n=e.next();let r=[t.value];for(;!X(n,0,"EOF")&&!X(n,1001)&&n.code>=1e3;){let s=r[r.length-1];if(n.code===1002){n.value==="{"?r.push([]):(r.pop(),(i=r[r.length-1])==null||i.push(s)),n=e.next();continue}Qg.has(n.code)?s.push(Yt(e)):s.push(n.value),n=e.next()}return e.rewind(),t}(nt={})[nt.CAST_AND_RECEIVE=0]="CAST_AND_RECEIVE",nt[nt.CAST=1]="CAST",nt[nt.RECEIVE=2]="RECEIVE",nt[nt.IGNORE=3]="IGNORE";let j=[...Zg,{code:284,name:"shadowMode",parser:u},{code:390,name:"plotStyleHardId",parser:u},{code:380,name:"plotStyleType",parser:u},{code:440,name:"transparency",parser:u},{code:430,name:"colorName",parser:u},{code:420,name:"color",parser:u},{code:310,name:"proxyEntity",isMultiple:!0,isReducible:!0,parser:(n,e,t)=>(t.proxyEntity??"")+n.value},{code:[92,160],name:"proxyByte",parser:u},{code:60,name:"isVisible",parser:O},{code:48,name:"lineTypeScale",parser:u},{code:370,name:"lineweight",parser:u},{code:62,name:"colorIndex",parser:u},{code:347,name:"materialObjectHardId",parser:u},{code:6,name:"lineType",parser:u},{code:8,name:"layer",parser:u},{code:410,name:"layoutTabName",parser:u},{code:67,name:"isInPaperSpace",parser:O},{code:100},{code:330,name:"ownerBlockRecordSoftId",parser:u},{code:102,parser:qe},{code:102,parser:qe},{code:102,parser:qe},{code:5,name:"handle",parser:u}];function zi(n){return[{code:3,name:n,parser:(e,t,r)=>(r._code3text=(r._code3text??"")+e.value,r._code3text+(r._code1text??"")),isMultiple:!0,isReducible:!0},{code:1,name:n,parser:(e,t,r)=>(r._code1text=e.value,(r._code3text??"")+r._code1text)}]}function Ic(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Jg={extrusionDirection:{x:0,y:0,z:1}},ep=[{code:210,name:"extrusionDirection",parser:w},{code:51,name:"endAngle",parser:u},{code:50,name:"startAngle",parser:u},{code:100,name:"subclassMarker",parser:u},{code:40,name:"radius",parser:u},{code:10,name:"center",parser:w},{code:39,name:"thickness",parser:u},{code:100},...j];class Ec{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Ic(this,"parser",k(ep,Jg))}}Ic(Ec,"ForEntityName","ARC");(Wt={})[Wt.BeforeText=0]="BeforeText",Wt[Wt.AboveText=1]="AboveText",Wt[Wt.None=2]="None";let ao=[{name:"DIMPOST",code:3},{name:"DIMAPOST",code:4,defaultValue:""},{name:"DIMBLK_OBSOLETE",code:5},{name:"DIMBLK1_OBSOLETE",code:6},{name:"DIMBLK2_OBSOLETE",code:7},{name:"DIMSCALE",code:40,defaultValue:1},{name:"DIMASZ",code:41,defaultValue:.25},{name:"DIMEXO",code:42,defaultValue:.625,defaultValueImperial:.0625},{name:"DIMDLI",code:43,defaultValue:3.75,defaultValueImperial:.38},{name:"DIMEXE",code:44,defaultValue:2.25,defaultValueImperial:.28},{name:"DIMRND",code:45,defaultValue:0},{name:"DIMDLE",code:46,defaultValue:0},{name:"DIMTP",code:47,defaultValue:0},{name:"DIMTM",code:48,defaultValue:0},{name:"DIMFXL",code:49,defaultValue:1},{name:"DIMJOGANG",code:50,defaultValue:45},{name:"DIMTFILL",code:69,defaultValue:0},{name:"DIMTFILLCLR",code:70,defaultValue:0},{name:"DIMTOL",code:71,defaultValue:0,defaultValueImperial:1},{name:"DIMLIM",code:72,defaultValue:0},{name:"DIMTIH",code:73,defaultValue:0,defaultValueImperial:1},{name:"DIMTOH",code:74,defaultValue:0,defaultValueImperial:1},{name:"DIMSE1",code:75,defaultValue:0},{name:"DIMSE2",code:76,defaultValue:0},{name:"DIMTAD",code:77,defaultValue:ga.Above,defaultValueImperial:ga.Center},{name:"DIMZIN",code:78,defaultValue:pn.Trailing,defaultValueImperial:pn.Feet},{name:"DIMAZIN",code:79,defaultValue:Fg.None},{name:"DIMARCSYM",code:90,defaultValue:0},{name:"DIMTXT",code:140,defaultValue:2.5,defaultValueImperial:.28},{name:"DIMCEN",code:141,defaultValue:2.5,defaultValueImperial:.09},{name:"DIMTSZ",code:142,defaultValue:0},{name:"DIMALTF",code:143,defaultValue:25.4},{name:"DIMLFAC",code:144,defaultValue:1},{name:"DIMTVP",code:145,defaultValue:0},{name:"DIMTFAC",code:146,defaultValue:1},{name:"DIMGAP",code:147,defaultValue:.625,defaultValueImperial:.09},{name:"DIMALTRND",code:148,defaultValue:0},{name:"DIMALT",code:170,defaultValue:0},{name:"DIMALTD",code:171,defaultValue:3,defaultValueImperial:2},{name:"DIMTOFL",code:172,defaultValue:1,defaultValueImperial:0},{name:"DIMSAH",code:173,defaultValue:0},{name:"DIMTIX",code:174,defaultValue:0},{name:"DIMSOXD",code:175,defaultValue:0},{name:"DIMCLRD",code:176,defaultValue:0},{name:"DIMCLRE",code:177,defaultValue:0},{name:"DIMCLRT",code:178,defaultValue:0},{name:"DIMADEC",code:179,defaultValue:0},{name:"DIMUNIT",code:270},{name:"DIMDEC",code:271,defaultValue:2,defaultValueImperial:4},{name:"DIMTDEC",code:272,defaultValue:2,defaultValueImperial:4},{name:"DIMALTU",code:273,defaultValue:2},{name:"DIMALTTD",code:274,defaultValue:3,defaultValueImperial:2},{name:"DIMAUNIT",code:275,defaultValue:0},{name:"DIMFRAC",code:276,defaultValue:0},{name:"DIMLUNIT",code:277,defaultValue:2},{name:"DIMDSEP",code:278,defaultValue:44,defaultValueImperial:46},{name:"DIMTMOVE",code:279,defaultValue:0},{name:"DIMJUST",code:280,defaultValue:Dg.Center},{name:"DIMSD1",code:281,defaultValue:0},{name:"DIMSD2",code:282,defaultValue:0},{name:"DIMTOLJ",code:283,defaultValue:zg.Center},{name:"DIMTZIN",code:284,defaultValue:pn.Trailing,defaultValueImperial:pn.Feet},{name:"DIMALTZ",code:285,defaultValue:pn.Trailing},{name:"DIMALTTZ",code:286,defaultValue:pn.Trailing},{name:"DIMFIT",code:287},{name:"DIMUPT",code:288,defaultValue:0},{name:"DIMATFIT",code:289,defaultValue:3},{name:"DIMFXLON",code:290,defaultValue:0},{name:"DIMTXTDIRECTION",code:294,defaultValue:0},{name:"DIMTXSTY",code:340,defaultValue:"Standard"},{name:"DIMLDRBLK",code:341,defaultValue:""},{name:"DIMBLK",code:342,defaultValue:""},{name:"DIMBLK1",code:343,defaultValue:""},{name:"DIMBLK2",code:344,defaultValue:""},{name:"DIMLTYPE",code:345,defaultValue:""},{name:"DIMLTEX1",code:346,defaultValue:""},{name:"DIMLTEX2",code:347,defaultValue:""},{name:"DIMLWD",code:371,defaultValue:-2},{name:"DIMLWE",code:372,defaultValue:-2}],Tc=[{code:3,name:"styleName",parser:u},{code:210,name:"extrusionDirection",parser:w},{code:51,name:"ocsRotation",parser:u},{code:53,name:"textRotation",parser:u},{code:1,name:"text",parser:u},{code:42,name:"measurement",parser:u},{code:72,name:"textLineSpacingStyle",parser:u},{code:71,name:"attachmentPoint",parser:u},{code:70,name:"dimensionType",parser:u},{code:11,name:"textPoint",parser:w},{code:10,name:"definitionPoint",parser:w},{code:2,name:"name",parser:u},{code:280,name:"version",parser:u},{code:100}],tp=[{code:100},{code:52,name:"obliqueAngle",parser:u},{code:50,name:"rotationAngle",parser:u},{code:14,name:"subDefinitionPoint2",parser:w},{code:13,name:"subDefinitionPoint1",parser:w},{code:12,name:"insertionPoint",parser:w},{code:100,name:"subclassMarker",parser:u}],np=[{code:16,name:"arcPoint",parser:w},{code:15,name:"centerPoint",parser:w},{code:14,name:"subDefinitionPoint2",parser:w},{code:13,name:"subDefinitionPoint1",parser:w},{code:100,name:"subclassMarker",parser:u}],rp=[{code:14,name:"subDefinitionPoint2",parser:w},{code:13,name:"subDefinitionPoint1",parser:w},{code:100,name:"subclassMarker",parser:u}],ip=[{code:40,name:"leaderLength",parser:u},{code:15,name:"subDefinitionPoint",parser:w},{code:100,name:"subclassMarker",parser:u}],sp=[{code:100,parser(n,e,t){let r=function(i){switch(i){case"AcDbAlignedDimension":return k(tp);case"AcDb3PointAngularDimension":case"AcDb2LineAngularDimension":return k(np);case"AcDbOrdinateDimension":return k(rp);case"AcDbRadialDimension":case"AcDbDiametricDimension":return k(ip)}return null}(n.value);if(!r)return xr;r(n,e,t)},pushContext:!0},...ao.map(n=>({...n,parser:u})),...Tc,...j];class Fr{parseEntity(e,t){let r={};return k(sp)(t,e,r),r}}(ts="ForEntityName")in Fr?Object.defineProperty(Fr,ts,{value:"DIMENSION",enumerable:!0,configurable:!0,writable:!0}):Fr[ts]="DIMENSION";let op=[{code:73},{code:17,name:"leaderEnd",parser:w},{code:16,name:"leaderStart",parser:w},{code:71,name:"hasLeader",parser:O},{code:41,name:"endAngle",parser:u},{code:40,name:"startAngle",parser:u},{code:70,name:"isPartial",parser:O},{code:15,name:"centerPoint",parser:w},{code:14,name:"xline2Point",parser:w},{code:13,name:"xline1Point",parser:w},{code:100,name:"subclassMarker",parser:u,pushContext:!0},...ao.map(n=>({...n,parser:u})),...Tc,...j];class Dr{parseEntity(e,t){let r={};return k(op)(t,e,r),r}}(ns="ForEntityName")in Dr?Object.defineProperty(Dr,ns,{value:"ARC_DIMENSION",enumerable:!0,configurable:!0,writable:!0}):Dr[ns]="ARC_DIMENSION";(Ve={})[Ve.NONE=0]="NONE",Ve[Ve.INVISIBLE=1]="INVISIBLE",Ve[Ve.CONSTANT=2]="CONSTANT",Ve[Ve.VERIFICATION_REQUIRED=4]="VERIFICATION_REQUIRED",Ve[Ve.PRESET=8]="PRESET";(jn={})[jn.MULTILINE=2]="MULTILINE",jn[jn.CONSTANT_MULTILINE=4]="CONSTANT_MULTILINE";(Ut={})[Ut.NONE=0]="NONE",Ut[Ut.MIRRORED_X=2]="MIRRORED_X",Ut[Ut.MIRRORED_Y=4]="MIRRORED_Y";var ap=((Ee={})[Ee.LEFT=0]="LEFT",Ee[Ee.CENTER=1]="CENTER",Ee[Ee.RIGHT=2]="RIGHT",Ee[Ee.ALIGNED=3]="ALIGNED",Ee[Ee.MIDDLE=4]="MIDDLE",Ee[Ee.FIT=5]="FIT",Ee),lp=((rt={})[rt.BASELINE=0]="BASELINE",rt[rt.BOTTOM=1]="BOTTOM",rt[rt.MIDDLE=2]="MIDDLE",rt[rt.TOP=3]="TOP",rt);function Cc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Mc={thickness:0,rotation:0,xScale:1,obliqueAngle:0,styleName:"STANDARD",generationFlag:0,halign:ap.LEFT,valign:lp.BASELINE,extrusionDirection:{x:0,y:0,z:1}},Oc=[{code:73,name:"valign",parser:u},{code:100},{code:210,name:"extrusionDirection",parser:w},{code:11,name:"endPoint",parser:w},{code:72,name:"valign",parser:u},{code:72,name:"halign",parser:u},{code:71,name:"generationFlag",parser:u},{code:7,name:"styleName",parser:u},{code:51,name:"obliqueAngle",parser:u},{code:41,name:"xScale",parser:u},{code:50,name:"rotation",parser:u},{code:1,name:"text",parser:u},{code:40,name:"textHeight",parser:u},{code:10,name:"startPoint",parser:w},{code:39,name:"thickness",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class kc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Cc(this,"parser",k(Oc,Mc))}}function Nc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Cc(kc,"ForEntityName","TEXT");let cp={...Mc},hp=[{code:2},{code:40,name:"annotationScale",parser:u},{code:10,name:"alignmentPoint",parser:w},{code:340,name:"secondaryAttributesHardIds",isMultiple:!0,parser:u},{code:70,name:"numberOfSecondaryAttributes",parser:u},{code:70,name:"isReallyLocked",parser:O},{code:70,name:"mtextFlag",parser:u},{code:280,name:"isDuplicatedRecord",parser:O},{code:100},{code:280,name:"isLocked",parser:O},{code:74,name:"valign",parser:u},{code:73},{code:70,name:"attributeFlag",parser:u},{code:2,name:"tag",parser:u},{code:3,name:"prompt",parser:u},{code:280},{code:100,name:"subclassMarker",parser:u},...Oc.slice(2)];class Yc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Nc(this,"parser",k(hp,cp))}}function dp(n,e){let t={};for(let r of n){let i=e(r);i!=null&&(t[i]??(t[i]=[]),t[i].push(r))}return t}function*Ai(n,e=1/0,t=1){for(let r=n;r!==e;r+=t)yield r}function Cs(n){return{x:n.x??0,y:n.y??0,z:n.z??0}}Nc(Yc,"ForEntityName","ATTDEF");var up=[0,16711680,16776960,65280,65535,255,16711935,16777215,8421504,12632256,16711680,16744319,13369344,13395558,10027008,10046540,8323072,8339263,4980736,4990502,16727808,16752511,13382400,13401958,10036736,10051404,8331008,8343359,4985600,4992806,16744192,16760703,13395456,13408614,10046464,10056268,8339200,8347455,4990464,4995366,16760576,16768895,13408512,13415014,10056192,10061132,8347392,8351551,4995328,4997670,16776960,16777087,13421568,13421670,10000384,10000460,8355584,8355647,5000192,5000230,12582656,14679935,10079232,11717734,7510016,8755276,6258432,7307071,3755008,4344870,8388352,12582783,6736896,10079334,5019648,7510092,4161280,6258495,2509824,3755046,4194048,10485631,3394560,8375398,2529280,6264908,2064128,5209919,1264640,3099686,65280,8388479,52224,6736998,38912,5019724,32512,4161343,19456,2509862,65343,8388511,52275,6737023,38950,5019743,32543,4161359,19475,2509871,65407,8388543,52326,6737049,38988,5019762,32575,4161375,19494,2509881,65471,8388575,52377,6737074,39026,5019781,32607,4161391,19513,2509890,65535,8388607,52428,6737100,39064,5019800,32639,4161407,19532,2509900,49151,8380415,39372,6730444,29336,5014936,24447,4157311,14668,2507340,32767,8372223,26316,6724044,19608,5010072,16255,4153215,9804,2505036,16383,8364031,13260,6717388,9880,5005208,8063,4149119,4940,2502476,255,8355839,204,6710988,152,5000344,127,4145023,76,2500172,4129023,10452991,3342540,8349388,2490520,6245528,2031743,5193599,1245260,3089996,8323327,12550143,6684876,10053324,4980888,7490712,4128895,6242175,2490444,3745356,12517631,14647295,10027212,11691724,7471256,8735896,6226047,7290751,3735628,4335180,16711935,16744447,13369548,13395660,9961624,9981080,8323199,8339327,4980812,4990540,16711871,16744415,13369497,13395634,9961586,9981061,8323167,8339311,4980793,4990530,16711807,16744383,13369446,13395609,9961548,9981042,8323135,8339295,4980774,4990521,16711743,16744351,13369395,13395583,9961510,9981023,8323103,8339279,4980755,4990511,3355443,5987163,8684676,11382189,14079702,16777215];function gp(n){return up[n]}function pp(n){n.rewind();let e=n.next();if(e.code!==101)throw Error("Bad call for skipEmbeddedObject()");do e=n.next();while(e.code!==0);n.rewind()}function fp(n,e,t){if(X(e,102))return qe(e,t,n),!0;switch(e.code){case 0:n.type=e.value;break;case 5:n.handle=e.value;break;case 330:n.ownerBlockRecordSoftId=e.value;break;case 67:n.isInPaperSpace=!!e.value;break;case 8:n.layer=e.value;break;case 6:n.lineType=e.value;break;case 347:n.materialObjectHardId=e.value;break;case 62:n.colorIndex=e.value,n.color=gp(Math.abs(e.value));break;case 370:n.lineweight=e.value;break;case 48:n.lineTypeScale=e.value;break;case 60:n.isVisible=!!e.value;break;case 92:n.proxyByte=e.value;break;case 310:n.proxyEntity=e.value;break;case 100:break;case 420:n.color=e.value;break;case 430:n.transparency=e.value;break;case 390:n.plotStyleHardId=e.value;break;case 284:n.shadowMode=e.value;break;case 1001:(n.xdata??(n.xdata=[])).push(Lc(e,t));break;default:return!1}return!0}function Xc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let mp={textStyle:"STANDARD",extrusionDirection:{x:0,y:0,z:1},rotation:0},zr=[{code:46,name:"annotationHeight",parser:u},{code:101,parser(n,e){pp(e)}},{code:50,name:"columnHeight",parser:u},{code:49,name:"columnGutter",parser:u},{code:48,name:"columnWidth",parser:u},{code:79,name:"columnAutoHeight",parser:u},{code:78,name:"columnFlowReversed",parser:u},{code:76,name:"columnCount",parser:u},{code:75,name:"columnType",parser:u},{code:441,name:"backgroundFillTransparency",parser:u},{code:63,name:"backgroundFillColor",parser:u},{code:45,name:"fillBoxScale",parser:u},{code:[...Ai(430,440)],name:"backgroundColor",parser:u},{code:[...Ai(420,430)],name:"backgroundColor",parser:u},{code:90,name:"backgroundFill",parser:u},{code:44,name:"lineSpacing",parser:u},{code:73,name:"lineSpacingStyle",parser:u},{code:50,name:"rotation",parser:u},{code:43},{code:42},{code:11,name:"direction",parser:w},{code:210,name:"extrusionDirection",parser:w},{code:7,name:"styleName",parser:u},...zi("text"),{code:72,name:"drawingDirection",parser:u},{code:71,name:"attachmentPoint",parser:u},{code:41,name:"width",parser:u},{code:40,name:"height",parser:u},{code:10,name:"insertionPoint",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Rc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Xc(this,"parser",k(zr,mp))}}function Bc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Xc(Rc,"ForEntityName","MTEXT");let yp={thickness:0,rotation:0,scale:1,obliqueAngle:0,textStyle:"STANDARD",textGenerationFlag:0,horizontalJustification:0,verticalJustification:0,extrusionDirection:{x:0,y:0,z:1}},_p=[...zr.slice(zr.findIndex(({name:n})=>n==="columnType"),zr.findIndex(({name:n})=>n==="subclassMarker")+1),{code:100},{code:0,parser(n){if(!X(n,0,"MTEXT"))return xr}},{code:2,name:"definitionTag",parser:u},{code:40,name:"annotationScale",parser:u},{code:10,name:"alignmentPoint",parser:w},{code:340,name:"secondaryAttributesHardId",parser:u},{code:70,name:"numberOfSecondaryAttributes",parser:u},{code:70,name:"isReallyLocked",parser:O},{code:70,name:"mtextFlag",parser:u},{code:280,name:"isDuplicatedEntriesKeep",parser:O},{code:100},{code:280,name:"lockPositionFlag",parser:O},{code:210,name:"extrusionDirection",parser:w},{code:11,name:"alignmentPoint",parser:w},{code:74,name:"verticalJustification",parser:u},{code:72,name:"horizontalJustification",parser:u},{code:71,name:"textGenerationFlag",parser:u},{code:7,name:"textStyle",parser:u},{code:51,name:"obliqueAngle",parser:u},{code:41,name:"scale",parser:u},{code:50,name:"rotation",parser:u},{code:73},{code:70,name:"attributeFlag",parser:u},{code:2,name:"tag",parser:u},{code:280},{code:100,name:"subclassMarker",parser:u},{code:1,name:"text",parser:u},{code:40,name:"textHeight",parser:u},{code:10,name:"startPoint",parser:w},{code:39,name:"thickness",parser:u},{code:100},...j];class Fc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Bc(this,"parser",k(_p,yp))}}function Dc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Bc(Fc,"ForEntityName","ATTRIB");let bp=[...zi("data"),{code:70,name:"version",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class zc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Dc(this,"parser",k(bp))}}function Vc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Dc(zc,"ForEntityName","BODY");let xp={thickness:0,extrusionDirection:{x:0,y:0,z:1}},wp=[{code:210,name:"extrusionDirection",parser:w},{code:40,name:"radius",parser:u},{code:10,name:"center",parser:w},{code:39,name:"thickness",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class jc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Vc(this,"parser",k(wp,xp))}}function Gc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Vc(jc,"ForEntityName","CIRCLE");let vp={extrusionDirection:{x:0,y:0,z:1}},Pp=[{code:42,name:"endAngle",parser:u},{code:41,name:"startAngle",parser:u},{code:40,name:"axisRatio",parser:u},{code:210,name:"extrusionDirection",parser:w},{code:11,name:"majorAxisEndPoint",parser:w},{code:10,name:"center",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Hc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Gc(this,"parser",k(Pp,vp))}}function Wc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Gc(Hc,"ForEntityName","ELLIPSE");let Ap=[{code:13,name:"vertices.3",parser:w},{code:12,name:"vertices.2",parser:w},{code:11,name:"vertices.1",parser:w},{code:10,name:"vertices.0",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Uc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Wc(this,"parser",k(Ap))}}Wc(Uc,"ForEntityName","3DFACE");(it={})[it.First=1]="First",it[it.Second=2]="Second",it[it.Third=4]="Third",it[it.Fourth=8]="Fourth";function $n(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}class pa{getReadIndex(){return this._pointer}getLines(){return this._data}next(){if(!this.hasNext())return this._eof?this.debug:this.debug,{code:0,value:"EOF"};let e=this._data[this._pointer++],t=parseInt(e,10);Number.isNaN(t)&&fa(e);let r=Ms(t,this._data[this._pointer++],this.debug),i={code:t,value:r};return X(i,0,"EOF")&&(this._eof=!0),this.lastReadGroup=i,i}peek(){if(!this.hasNext())throw this._eof?Error("Cannot call 'next' after EOF group has been read"):Error("Unexpected end of input: EOF group not read before end of file. Ended on code "+this._data[this._pointer]);let e=this._data[this._pointer],t=parseInt(e,10);Number.isNaN(t)&&fa(e);let r={code:t,value:0};return r.value=Ms(r.code,this._data[this._pointer+1],this.debug),r}rewind(e){e=e||1,this._pointer=this._pointer-2*e}hasNext(){return!this._eof&&!(this._pointer>this._data.length-2)}isEOF(){return this._eof}constructor(e,t=!1){$n(this,"_data",void 0),$n(this,"debug",void 0),$n(this,"_pointer",void 0),$n(this,"_eof",void 0),$n(this,"lastReadGroup",void 0),this._data=e,this.debug=t,this.lastReadGroup={code:0,value:0},this._pointer=0,this._eof=!1}}function Ms(n,e,t=!1){var r;let i=(r=e).endsWith("\r")?r.slice(0,-1):r;return n<=9?i:n>=10&&n<=59?parseFloat(e.trim()):n>=60&&n<=99?parseInt(e.trim()):n>=100&&n<=109?i:n>=110&&n<=149?parseFloat(e.trim()):n>=160&&n<=179?parseInt(e.trim()):n>=210&&n<=239?parseFloat(e.trim()):n>=270&&n<=289?parseInt(e.trim()):n>=290&&n<=299?function(s){let o=s.trim().toLowerCase();if(o===""||o==="0"||o==="false"||o==="f"||o==="no")return!1;if(o==="1"||o==="true"||o==="t"||o==="yes")return!0;let a=Number.parseFloat(o);if(!Number.isNaN(a))return a!==0;throw TypeError("String '"+s+"' cannot be cast to Boolean type")}(e.trim()):n>=300&&n<=369?i:n>=370&&n<=389?parseInt(e.trim()):n>=390&&n<=399?i:n>=400&&n<=409?parseInt(e.trim()):n>=410&&n<=419?i:n>=420&&n<=429?parseInt(e.trim()):n>=430&&n<=439?i:n>=440&&n<=459?parseInt(e.trim()):n>=460&&n<=469?parseFloat(e.trim()):n>=470&&n<=481||n===999||n>=1e3&&n<=1009?i:n>=1010&&n<=1059?parseFloat(e.trim()):n>=1060&&n<=1071?parseInt(e.trim()):i}function fa(n){let e=n.length>120?`${n.slice(0,120)}…`:n;throw Error(`Invalid DXF group code line: "${e}". Expected a numeric group code (often caused by binary DXF, UTF-16-encoded DXF, or stray blank lines). Use ASCII/text DXF or remove blank lines between code/value pairs.`)}let $c=[{code:330,name:"sourceBoundaryObjects",parser:u,isMultiple:!0},{code:97,name:"numberOfSourceBoundaryObjects",parser:u}],Sp=[{code:11,name:"end",parser:w},{code:10,name:"start",parser:w}],Lp=[{code:73,name:"isCCW",parser:O},{code:51,name:"endAngle",parser:u},{code:50,name:"startAngle",parser:u},{code:40,name:"radius",parser:u},{code:10,name:"center",parser:w}],Ip=[{code:73,name:"isCCW",parser:O},{code:51,name:"endAngle",parser:u},{code:50,name:"startAngle",parser:u},{code:40,name:"lengthOfMinorAxis",parser:u},{code:11,name:"end",parser:w},{code:10,name:"center",parser:w}],Ep=[{code:13,name:"endTangent",parser:w},{code:12,name:"startTangent",parser:w},{code:11,name:"fitDatum",isMultiple:!0,parser:w},{code:97,name:"numberOfFitData",parser:u},{code:10,name:"controlPoints",isMultiple:!0,parser(n,e){let t={...Yt(e),weight:1};return(n=e.next()).code===42?t.weight=n.value:e.rewind(),t}},{code:40,name:"knots",isMultiple:!0,parser:u},{code:96,name:"numberOfControlPoints",parser:u},{code:95,name:"numberOfKnots",parser:u},{code:74,name:"isPeriodic",parser:O},{code:73,name:"splineFlag",parser:u},{code:94,name:"degree",parser:u}],Tp={[Or.Line]:Sp,[Or.Circular]:Lp,[Or.Elliptic]:Ip,[Or.Spline]:Ep},Cp=[...$c,{code:72,name:"edges",parser(n,e){let t={type:n.value},r=Tp[t.type];if(r==null)throw Error(`Unsupported HATCH boundary edge type: ${t.type} (expected 1–4: line, arc, elliptic arc, spline). This often happens when a polyline hatch boundary is parsed as edge segments (e.g. group 92 boundary flag missing the polyline bit). Try re-saving as ASCII DXF or simplifying hatch boundaries in CAD.`);return k(r)(n=e.next(),e,t),t},isMultiple:!0},{code:93,name:"numberOfEdges",parser:u}],Mp=[...$c,{code:10,name:"vertices",parser(n,e){let t={...Yt(e),bulge:0};return(n=e.next()).code===42?t.bulge=n.value:e.rewind(),t},isMultiple:!0},{code:93,name:"numberOfVertices",parser:u},{code:73,name:"isClosed",parser:O},{code:72,name:"hasBulge",parser:O}];function Op(n,e){let t={boundaryPathTypeFlag:n.value},r=!!(t.boundaryPathTypeFlag&jg.Polyline),i=e.getReadIndex();return n=e.next(),!r&&function(s,o){let a=Math.min(s.length,o+120),l=o;for(;l<a-1;){let c=parseInt(s[l],10);if(Number.isNaN(c))break;if(c===93){if(l+3>=s.length||parseInt(s[l+2],10)!==72)return!1;let h=Ms(72,s[l+3]);if(h===0)return!0;if(h===1){if(l+5<s.length&&parseInt(s[l+4],10)===73)return!0;if(l+8<s.length&&parseInt(s[l+4],10)===10){let d=parseInt(s[l+8],10);if(d===10||d===42)return!0}}break}if(c===0)break;l+=2}return!1}(e.getLines(),i)&&(r=!0),r?k(Mp)(n,e,t):k(Cp)(n,e,t),t}let kp=[{code:49,name:"dashLengths",parser:u,isMultiple:!0},{code:79,name:"numberOfDashLengths",parser:u},{code:45,name:"offset",parser:ma},{code:43,name:"base",parser:ma},{code:53,name:"angle",parser:u}];function ma(n,e){let t=n.code+1,r={x:n.value,y:1};return(n=e.next()).code===t?r.y=n.value:e.rewind(),r}function Np(n,e){let t={};return k(kp)(n,e,t),t}function Yp(n,e){let t=[];for(;n.code===463;){let r={reservedField:n.value};if((n=e.next()).code===63&&(r.colorIndex=n.value,n=e.next()),n.code===421)r.rgb=n.value,t.push(r),n=e.next();else{e.rewind();break}}return n.code!==463&&t.length>0&&e.rewind(),t}function qc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Xp={extrusionDirection:{x:0,y:0,z:1},gradientRotation:0,colorTint:0},Rp=[{code:470,name:"gradientName",parser:u},{code:463,name:"gradientColors",parser:Yp},{code:462,name:"colorTint",parser:u},{code:461,name:"gradientDefinition",parser:u},{code:460,name:"gradientRotation",parser:u},{code:453,name:"numberOfColors",parser:u},{code:452,name:"gradientColorFlag",parser:u},{code:451},{code:450,name:"gradientFlag",parser:u},{code:10,name:"seedPoints",parser:w,isMultiple:!0},{code:99},{code:11,name:"offsetVector",parser:w},{code:98,name:"numberOfSeedPoints",parser:u},{code:47,name:"pixelSize",parser:u},{code:53,name:"definitionLines",parser:Np,isMultiple:!0},{code:78,name:"numberOfDefinitionLines",parser:u},{code:77,name:"isDouble",parser:O},{code:73,name:"isAnnotated",parser:O},{code:41,name:"patternScale",parser:u},{code:52,name:"patternAngle",parser:u},{code:76,name:"patternType",parser:u},{code:75,name:"hatchStyle",parser:u},{code:92,name:"boundaryPaths",parser:Op,isMultiple:!0},{code:91,name:"numberOfBoundaryPaths",parser:u},{code:71,name:"associativity",parser:u},{code:63,name:"patternFillColor",parser:u},{code:70,name:"solidFill",parser:u},{code:2,name:"patternName",parser:u},{code:210,name:"extrusionDirection",parser:w},{code:10,name:"elevationPoint",parser:w},{code:100,name:"subclassMarker",parser:u,pushContext:!0},...j];class Kc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){qc(this,"parser",k(Rp,Xp))}}function Zc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}qc(Kc,"ForEntityName","HATCH");let Bp={brightness:50,contrast:50,fade:0,clippingBoundaryPath:[]},Fp=[{code:290,name:"clipMode",parser:u},{code:14,name:"clippingBoundaryPath",isMultiple:!0,parser:w},{code:91,name:"countBoundaryPoints",parser:u},{code:71,name:"clippingBoundaryType",parser:u},{code:360,name:"imageDefReactorHandle",parser:u},{code:283,name:"fade",parser:u},{code:282,name:"contrast",parser:u},{code:281,name:"brightness",parser:u},{code:280,name:"isClipped",parser:O},{code:70,name:"flags",parser:u},{code:340,name:"imageDefHandle",parser:u},{code:13,name:"imageSize",parser:w},{code:12,name:"vPixel",parser:w},{code:11,name:"uPixel",parser:w},{code:10,name:"position",parser:w},{code:90,name:"version",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Qc{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Zc(this,"parser",k(Fp,Bp))}}Zc(Qc,"ForEntityName","IMAGE");(st={})[st.ShowImage=1]="ShowImage",st[st.ShowImageWhenNotAlignedWithScreen=2]="ShowImageWhenNotAlignedWithScreen",st[st.UseClippingBoundary=4]="UseClippingBoundary",st[st.TransparencyIsOn=8]="TransparencyIsOn";(Gn={})[Gn.Rectangular=1]="Rectangular",Gn[Gn.Polygonal=2]="Polygonal";(Hn={})[Hn.Outside=0]="Outside",Hn[Hn.Inside=1]="Inside";function Jc(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Dp={xScale:1,yScale:1,zScale:1,rotation:0,columnCount:0,rowCount:0,columnSpacing:0,rowSpacing:0,extrusionDirection:{x:0,y:0,z:1}},zp=[{code:210,name:"extrusionDirection",parser:w},{code:45,name:"rowSpacing",parser:u},{code:44,name:"columnSpacing",parser:u},{code:71,name:"rowCount",parser:u},{code:70,name:"columnCount",parser:u},{code:50,name:"rotation",parser:u},{code:43,name:"zScale",parser:u},{code:42,name:"yScale",parser:u},{code:41,name:"xScale",parser:u},{code:10,name:"insertionPoint",parser:w},{code:2,name:"name",parser:u},{code:66,name:"isVariableAttributes",parser:O},{code:100,name:"subclassMarker",parser:u},...j];class eh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Jc(this,"parser",k(zp,Dp))}}function th(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Jc(eh,"ForEntityName","INSERT");let Vp={isArrowheadEnabled:!0},jp=[{code:213,name:"offsetFromAnnotation",parser:w},{code:212,name:"offsetFromBlock",parser:w},{code:211,name:"horizontalDirection",parser:w},{code:210,name:"normal",parser:w},{code:340,name:"associatedAnnotation",parser:u},{code:77,name:"byBlockColor",parser:u},{code:10,name:"vertices",parser:w,isMultiple:!0},{code:76,name:"numberOfVertices",parser:u},{code:41,name:"textWidth",parser:u},{code:40,name:"textHeight",parser:u},{code:75,name:"isHooklineExists",parser:O},{code:74,name:"isHooklineSameDirection",parser:O},{code:73,name:"leaderCreationFlag",parser:u},{code:72,name:"isSpline",parser:O},{code:71,name:"isArrowheadEnabled",parser:O},{code:3,name:"styleName",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class nh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){th(this,"parser",k(jp,Vp))}}th(nh,"ForEntityName","LEADER");(ot={})[ot.TextAnnotation=0]="TextAnnotation",ot[ot.ToleranceAnnotation=1]="ToleranceAnnotation",ot[ot.BlockReferenceAnnotation=2]="BlockReferenceAnnotation",ot[ot.NoAnnotation=3]="NoAnnotation";function rh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Gp={thickness:0,extrusionDirection:{x:0,y:0,z:1}},Hp=[{code:210,name:"extrusionDirection",parser:w},{code:11,name:"endPoint",parser:w},{code:10,name:"startPoint",parser:w},{code:39,name:"thickness",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class ih{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){rh(this,"parser",k(Hp,Gp))}}function sh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}rh(ih,"ForEntityName","LINE");let Wp=[{code:280,name:"shadowMapSoftness",parser:u},{code:91,name:"shadowMapSize",parser:u},{code:73,name:"shadowType",parser:u},{code:293,name:"isShadowCast",parser:O},{code:51,name:"falloffAngle",parser:u},{code:50,name:"hotspotAngle",parser:u},{code:42,name:"limitEnd",parser:u},{code:41,name:"limitStart",parser:u},{code:292,name:"isAttenuationLimited",parser:O},{code:72,name:"attenuationType",parser:u},{code:11,name:"target",parser:w},{code:10,name:"position",parser:w},{code:40,name:"intensity",parser:u},{code:291,name:"isPlotGlyph",parser:O},{code:290,name:"isOn",parser:O},{code:421,name:"lightColorInstance",parser:u},{code:63,name:"lightColorIndex",parser:u},{code:70,name:"lightType",parser:u},{code:1,name:"name",parser:u},{code:90,name:"version",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class oh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){sh(this,"parser",k(Wp))}}sh(oh,"ForEntityName","LIGHT");($t={})[$t.Distant=1]="Distant",$t[$t.Point=2]="Point",$t[$t.Spot=3]="Spot";(qt={})[qt.None=0]="None",qt[qt.InverseLinear=1]="InverseLinear",qt[qt.InverseSquare=2]="InverseSquare";let Up={flag:0,elevation:0,thickness:0,extrusionDirection:{x:0,y:0,z:1},vertices:[]},$p={bulge:0},qp=[{code:42,name:"bulge",parser:u},{code:41,name:"endWidth",parser:u},{code:40,name:"startWidth",parser:u},{code:91,name:"id",parser:u},{code:20,name:"y",parser:u},{code:10,name:"x",parser:u}],Kp=[{code:210,name:"extrusionDirection",parser:w},{code:10,name:"vertices",isMultiple:!0,parser(n,e){let t={};return k(qp,$p)(n,e,t),t}},{code:39,name:"thickness",parser:u},{code:38,name:"elevation",parser:u},{code:43,name:"constantWidth",parser:u},{code:70,name:"flag",parser:u},{code:90,name:"numberOfVertices",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Vr{parseEntity(e,t){let r={};return k(Kp,Up)(t,e,r),r}}(rs="ForEntityName")in Vr?Object.defineProperty(Vr,rs,{value:"LWPOLYLINE",enumerable:!0,configurable:!0,writable:!0}):Vr[rs]="LWPOLYLINE";(Wn={})[Wn.IS_CLOSED=1]="IS_CLOSED",Wn[Wn.PLINE_GEN=128]="PLINE_GEN";function ah(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let Zp=[{code:90,name:"overridenSubEntityCount",parser:u},{code:140,name:"edgeCreaseWeights",parser:u,isMultiple:!0},{code:95,name:"edgeCreaseCount",parser:u},{code:94,parser(n,e,t){t.edgeCount=n.value,t.edgeIndices=[];for(let r=0;r<t.edgeCount;++r){let i=[];n=e.next(),i[0]=n.value,n=e.next(),i[1]=n.value,t.edgeIndices.push(i)}}},{code:93,parser(n,e,t){t.totalFaceIndices=n.value,t.faceIndices=[];let r=[];for(let s=0;s<t.totalFaceIndices&&!X(n,0);++s)n=e.next(),r.push(n.value);let i=0;for(;i<r.length;){let s=r[i++],o=[];for(let a=0;a<s;++a)o.push(r[i++]);t.faceIndices.push(o)}}},{code:10,name:"vertices",parser:w,isMultiple:!0},{code:92,name:"verticesCount",parser:u},{code:91,name:"subdivisionLevel",parser:u},{code:40,name:"blendCrease",parser:u},{code:72,name:"isBlendCreased",parser:O},{code:71,name:"version",parser:u},{code:100,name:"subclassMarker",parser:Wg,pushContext:!0},...j];class lh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){ah(this,"parser",k(Zp))}}function ch(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}ah(lh,"ForEntityName","MESH");let Qp=[{code:42,name:"fillParameters",parser:u,isMultiple:!0},{code:75,name:"fillCount",parser:u},{code:41,name:"parameters",parser:u,isMultiple:!0},{code:74,name:"parameterCount",parser:u}],Jp=[{code:[74,41,75,42],name:"elements",parser(n,e){let t=k(Qp),r={};return t(n,e,r),r},isMultiple:!0},{code:13,name:"miterDirection",parser:w},{code:12,name:"direction",parser:w},{code:11,name:"position",parser:w}],e0=[{code:[11,12,13],name:"segments",parser(n,e){let t=k(Jp),r={};return t(n,e,r),r},isMultiple:!0},{code:210,name:"extrusionDirection",parser:w},{code:10,name:"startPosition",parser:w},{code:73,name:"styleCount",parser:u},{code:72,name:"vertexCount",parser:u},{code:71,name:"flags",parser:u},{code:70,name:"justification",parser:u},{code:40,name:"scale",parser:u},{code:340,name:"styleObjectHandle",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u,pushContext:!0},...j];class hh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){ch(this,"parser",k(e0))}}ch(hh,"ForEntityName","MLINE");(Kt={})[Kt.Top=0]="Top",Kt[Kt.Zero=1]="Zero",Kt[Kt.Bottom=2]="Bottom";(at={})[at.HasVertex=1]="HasVertex",at[at.Closed=2]="Closed",at[at.SuppressStartCaps=4]="SuppressStartCaps",at[at.SuppressEndCaps=8]="SuppressEndCaps";(Zt={})[Zt.LEFT_TO_RIGHT=1]="LEFT_TO_RIGHT",Zt[Zt.TOP_TO_BOTTOM=3]="TOP_TO_BOTTOM",Zt[Zt.BY_STYLE=5]="BY_STYLE";function dh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let t0={},n0=[{code:300,parser:function(n,e,t){var s;let r;if(n.value==="CONTEXT_DATA{")for(;e.hasNext();){var i;if((r=e.next()).code===301)break;switch(r.code){case 10:t.contentBasePosition=ue(r,e);break;case 11:t.normal=ue(r,e);break;case 12:t.textAnchor=ue(r,e);break;case 13:t.textDirection=ue(r,e);break;case 14:ut(t).normal=ue(r,e);break;case 15:ut(t).position=ue(r,e);break;case 16:ut(t).scale=ue(r,e);break;case 40:t.contentScale=r.value;break;case 41:case 44:t.textHeight=r.value;break;case 42:t.textRotation=r.value;break;case 43:t.textWidth=r.value;break;case 45:t.textLineSpacingFactor=r.value;break;case 46:ut(t).rotation=r.value;break;case 47:(i=ut(t)).transformationMatrix??(i.transformationMatrix=[]),(s=ut(t).transformationMatrix)==null||s.push(r.value);break;case 90:t.textColor=r.value;break;case 91:t.textBackgroundColor=r.value;break;case 92:t.textBackgroundTransparency=r.value;break;case 93:ut(t).color=r.value;break;case 110:t.planeOrigin=ue(r,e);break;case 111:t.planeXAxisDirection=ue(r,e);break;case 112:t.planeYAxisDirection=ue(r,e);break;case 140:t.arrowheadSize=r.value;break;case 141:t.textBackgroundScaleFactor=r.value;break;case 142:t.textColumnWidth=r.value;break;case 143:t.textColumnGutterWidth=r.value;break;case 144:t.textColumnHeight=r.value;break;case 145:t.landingGap=r.value;break;case 170:t.textLineSpacingStyle=r.value;break;case 171:t.textAttachment=r.value;break;case 172:t.textFlowDirection=r.value;break;case 173:t.textColumnType=r.value;break;case 290:t.hasMText=r.value;break;case 291:t.textBackgroundColorOn=r.value;break;case 292:t.textFillOn=r.value;break;case 293:t.textUseAutoHeight=r.value;break;case 294:t.textColumnFlowReversed=r.value;break;case 295:t.textUseWordBreak=r.value;break;case 296:t.hasBlock=r.value;break;case 297:t.planeNormalReversed=r.value;break;case 302:r.value==="LEADER{"&&(t.leaderSections??(t.leaderSections=[]),t.leaderSections.push(function(o,a){let l,c;if(o.value!=="LEADER{")return{leaderLines:[]};let h={leaderLines:[]};for(;a.hasNext();){if((c=a.next()).code===303){kr(h,l);break}switch(c.code){case 290:h.lastLeaderLinePointSet=c.value;break;case 291:h.doglegVectorSet=c.value;break;case 10:h.lastLeaderLinePoint=ue(c,a);break;case 11:h.doglegVector=ue(c,a);break;case 12:l??(l={}),l.start=ue(c,a);break;case 13:l??(l={}),l.end=ue(c,a),kr(h,l),l=void 0;break;case 90:h.leaderBranchIndex=c.value;break;case 40:h.doglegLength=c.value;break;case 304:c.value==="LEADER_LINE{"&&h.leaderLines.push(function(d,p){let g,f;if(d.value!=="LEADER_LINE{")return{vertices:[]};let m={vertices:[]};for(;p.hasNext();){if((f=p.next()).code===305){kr(m,g);break}switch(f.code){case 10:m.vertices.push(ue(f,p));break;case 11:g??(g={}),g.start=ue(f,p);break;case 12:g??(g={}),g.end=ue(f,p),kr(m,g),g=void 0;break;case 90:m.breakPointIndexes??(m.breakPointIndexes=[]),m.breakPointIndexes.push(f.value),g??(g={}),g.index=f.value;break;case 91:m.leaderLineIndex=f.value}}return m}(c,a))}}return h}(r,e)));break;case 304:r.value!=="LEADER_LINE{"&&(t.textContent=r.value,t.contentType??(t.contentType=2));break;case 340:t.textStyleId=r.value;break;case 341:t.blockContentId=r.value,ut(t).blockContentId=r.value}}}},{code:270,name:"version",parser:u},{code:340,name:"leaderStyleId",parser:u},{code:90,name:"propertyOverrideFlag",parser:u},{code:170,name:"leaderLineType",parser:u},{code:91,name:"leaderLineColor",parser:u},{code:341,name:"leaderLineTypeId",parser:u},{code:171,name:"leaderLineWeight",parser:u},{code:290,name:"landingEnabled",parser:O},{code:291,name:"doglegEnabled",parser:O},{code:[40,41],name:"doglegLength",parser:u},{code:342,name:"arrowheadId",parser:u},{code:42,name:"arrowheadSize",parser:u},{code:172,name:"contentType",parser:u},{code:343,name:"textStyleId",parser:u},{code:173,name:"textLeftAttachmentType",parser:u},{code:95,name:"textRightAttachmentType",parser:u},{code:174,name:"textAngleType",parser:u},{code:175,name:"textAlignmentType",parser:u},{code:92,name:"textColor",parser:u},{code:292,name:"textFrameEnabled",parser:O},{code:344,parser:function(n,e,t){t.blockContentId=n.value,ut(t).blockContentId=n.value}},{code:93,name:"blockContentColor",parser:u},{code:10,name:"blockContentScale",parser:w},{code:43,name:"blockContentRotation",parser:u},{code:176,name:"blockContentConnectionType",parser:u},{code:293,name:"annotativeScaleEnabled",parser:O},{code:94,parser:function(n,e,t){t.arrowheadOverrides??(t.arrowheadOverrides=[]),t.arrowheadOverrides.push({index:n.value})},isMultiple:!0},{code:345,parser:function(n,e,t){var r;((r=t).arrowheadOverrides??(r.arrowheadOverrides=[]),r.arrowheadOverrides.length||r.arrowheadOverrides.push({}),r.arrowheadOverrides[r.arrowheadOverrides.length-1]).handle=n.value},isMultiple:!0},{code:330,parser:function(n,e,t){t.blockAttributes??(t.blockAttributes=[]),t.blockAttributes.push({id:n.value})},isMultiple:!0},{code:177,parser:function(n,e,t){ls(t).index=n.value},isMultiple:!0},{code:44,parser:function(n,e,t){ls(t).width=n.value},isMultiple:!0},{code:302,parser:function(n,e,t){ls(t).text=n.value},isMultiple:!0},{code:294,name:"textDirectionNegative",parser:O},{code:178,name:"textAlignInIPE",parser:u},{code:179,name:"textAttachmentPoint",parser:u},{code:271,name:"textAttachmentDirection",parser:u},{code:272,name:"bottomTextAttachmentDirection",parser:u},{code:273,name:"topTextAttachmentDirection",parser:u},{code:100,name:"subclassMarker",parser:u},...j];function ue(n,e){return Cs(w(n,e))}function kr(n,e){(e!=null&&e.start||e!=null&&e.end)&&(n.breaks??(n.breaks=[]),n.breaks.push(e))}function ut(n){return n.blockContent??(n.blockContent={})}function ls(n){return n.blockAttributes??(n.blockAttributes=[]),n.blockAttributes.length||n.blockAttributes.push({}),n.blockAttributes[n.blockAttributes.length-1]}class uh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){dh(this,"parser",k(n0,t0))}}function gh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}dh(uh,"ForEntityName","MULTILEADER");let r0={thickness:0,extrusionDirection:{x:0,y:0,z:1},angle:0},i0=[{code:50,name:"angle",parser:u},{code:210,name:"extrusionDirection",parser:w},{code:39,name:"thickness",parser:u},{code:10,name:"position",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class ph{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){gh(this,"parser",k(i0,r0))}}function fh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}gh(ph,"ForEntityName","POINT");let s0={startWidth:0,endWidth:0,bulge:0},o0=[{code:91,name:"id",parser:u},{code:[...Ai(71,75)],name:"faces",isMultiple:!0,parser:u},{code:50,name:"tangentDirection",parser:u},{code:70,name:"flag",parser:u},{code:42,name:"bulge",parser:u},{code:41,name:"endWidth",parser:u},{code:40,name:"startWidth",parser:u},{code:30,name:"z",parser:u},{code:20,name:"y",parser:u},{code:10,name:"x",parser:u},{code:100,name:"subclassMarker",parser:u},{code:100},...j];class lo{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){fh(this,"parser",k(o0,s0))}}function mh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}fh(lo,"ForEntityName","VERTEX");let a0={thickness:0,flag:0,startWidth:0,endWidth:0,meshMVertexCount:0,meshNVertexCount:0,surfaceMDensity:0,surfaceNDensity:0,smoothType:0,extrusionDirection:{x:0,y:0,z:1},vertices:[]},l0=[{code:0,name:"vertices",isMultiple:!0,parser:(n,e)=>X(n,0,"VERTEX")?(n=e.next(),new lo().parseEntity(e,n)):xr},{code:210,name:"extrusionDirection",parser:w},{code:75,name:"smoothType",parser:u},{code:74,name:"surfaceNDensity",parser:u},{code:73,name:"surfaceMDensity",parser:u},{code:72,name:"meshNVertexCount",parser:u},{code:71,name:"meshMVertexCount",parser:u},{code:41,name:"endWidth",parser:u},{code:40,name:"startWidth",parser:u},{code:70,name:"flag",parser:u},{code:39,name:"thickness",parser:u},{code:30,name:"elevation",parser:u},{code:20},{code:10},{code:66},{code:100,name:"subclassMarker",parser:u},...j];class yh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){mh(this,"parser",k(l0,a0))}}mh(yh,"ForEntityName","POLYLINE");(he={})[he.CLOSED_POLYLINE=1]="CLOSED_POLYLINE",he[he.CURVE_FIT=2]="CURVE_FIT",he[he.SPLINE_FIT=4]="SPLINE_FIT",he[he.POLYLINE_3D=8]="POLYLINE_3D",he[he.POLYGON_3D=16]="POLYGON_3D",he[he.CLOSED_POLYGON=32]="CLOSED_POLYGON",he[he.POLYFACE=64]="POLYFACE",he[he.CONTINUOUS=128]="CONTINUOUS";var Nr=((lt={})[lt.NONE=0]="NONE",lt[lt.QUADRATIC=5]="QUADRATIC",lt[lt.CUBIC=6]="CUBIC",lt[lt.BEZIER=8]="BEZIER",lt);function _h(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let c0=[{code:11,name:"direction",parser:w},{code:10,name:"position",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class bh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){_h(this,"parser",k(c0))}}function xh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}_h(bh,"ForEntityName","RAY");let h0=[...zi("data"),{code:70,name:"version",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class wh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){xh(this,"parser",k(h0))}}function vh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}xh(wh,"ForEntityName","REGION");let d0={vertices:[],backLineVertices:[]},u0=[{code:360,name:"geometrySettingHardId",parser:u},{code:12,name:"backLineVertices",isMultiple:!0,parser:w},{code:93,name:"numberOfBackLineVertices",parser:u},{code:11,name:"vertices",isMultiple:!0,parser:w},{code:92,name:"verticesCount",parser:u},{code:[63,411],name:"indicatorColor",parser:u},{code:70,name:"indicatorTransparency",parser:u},{code:41,name:"bottomHeight",parser:u},{code:40,name:"topHeight",parser:u},{code:10,name:"verticalDirection",parser:w},{code:1,name:"name",parser:u},{code:91,name:"flag",parser:u},{code:90,name:"state",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Ph{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){vh(this,"parser",k(u0,d0))}}function Ah(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}vh(Ph,"ForEntityName","SECTION");let g0={thickness:0,rotation:0,xScale:1,obliqueAngle:0,extrusionDirection:{x:0,y:0,z:1}},p0=[{code:210,name:"extrusionDirection",parser:w},{code:51,name:"obliqueAngle",parser:u},{code:41,name:"xScale",parser:u},{code:50,name:"rotation",parser:u},{code:2,name:"shapeName",parser:u},{code:40,name:"size",parser:u},{code:10,name:"insertionPoint",parser:w},{code:39,name:"thickness",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Sh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Ah(this,"parser",k(p0,g0))}}function Lh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Ah(Sh,"ForEntityName","SHAPE");let f0={points:[],thickness:0,extrusionDirection:{x:0,y:0,z:1}},m0=[{code:210,name:"extrusionDirection",parser:w},{code:39,name:"thickness",parser:u},{code:[...Ai(10,14)],name:"points",isMultiple:!0,parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Ih{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Lh(this,"parser",k(m0,f0))}}function Eh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Lh(Ih,"ForEntityName","SOLID");let y0=[{code:350,name:"historyObjectSoftId",parser:u},{code:100,name:"subclassMarker",parser:u},...zi("data"),{code:70,name:"version",parser:u},{code:100},...j];class Th{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Eh(this,"parser",k(y0))}}function Ch(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}Eh(Th,"ForEntityName","3DSOLID");let _0={knotTolerance:1e-6,controlTolerance:1e-6,fitTolerance:1e-9,knotValues:[],controlPoints:[],fitPoints:[]},b0=[{code:11,name:"fitPoints",isMultiple:!0,parser:w},{code:10,name:"controlPoints",isMultiple:!0,parser:w},{code:41,name:"weights",isMultiple:!0,parser:u},{code:40,name:"knots",isMultiple:!0,parser:u},{code:13,name:"endTangent",parser:w},{code:12,name:"startTangent",parser:w},{code:44,name:"fitTolerance",parser:u},{code:43,name:"controlTolerance",parser:u},{code:42,name:"knotTolerance",parser:u},{code:74,name:"numberOfFitPoints",parser:u},{code:73,name:"numberOfControlPoints",parser:u},{code:72,name:"numberOfKnots",parser:u},{code:71,name:"degree",parser:u},{code:70,name:"flag",parser:u},{code:210,name:"normal",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Mh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Ch(this,"parser",k(b0,_0))}}Ch(Mh,"ForEntityName","SPLINE");(Te={})[Te.NONE=0]="NONE",Te[Te.CLOSED=1]="CLOSED",Te[Te.PERIODIC=2]="PERIODIC",Te[Te.RATIONAL=4]="RATIONAL",Te[Te.PLANAR=8]="PLANAR",Te[Te.LINEAR=16]="LINEAR";function Oh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let x0=[{code:280,name:"shadowMapSoftness",parser:u},{code:71,name:"shadowMapSize",parser:u},{code:70,name:"shadowType",parser:u},{code:292,name:"isSummerTime",parser:O},{code:92,name:"time",parser:u},{code:91,name:"julianDay",parser:u},{code:291,name:"hasShadow",parser:O},{code:40,name:"intensity",parser:u},{code:421,name:"lightColorInstance",parser:u},{code:63,name:"lightColorIndex",parser:u},{code:290,name:"isOn",parser:O},{code:90,name:"version",parser:u},{code:100,name:"subclassMarker",parser:u,pushContext:!0},...j.filter(n=>n.code!==100)];class kh{parseEntity(e,t){let r={layer:""};return this.parser(t,e,r),r}constructor(){Oh(this,"parser",k(x0))}}Oh(kh,"ForEntityName","SUN");class jr{parseEntity(e,t){let r={};for(;!e.isEOF();){if(t.code===0){e.rewind();break}switch(t.code){case 100:r.subclassMarker=t.value,t=e.next();break;case 2:r.name=t.value,t=e.next();break;case 5:r.handle=t.value,t=e.next();break;case 10:r.startPoint=Cs(Yt(e)),t=e.lastReadGroup;break;case 11:r.directionVector=Cs(Yt(e)),t=e.lastReadGroup;break;case 90:r.tableValue=t.value,t=e.next();break;case 91:r.rowCount=t.value,t=e.next();break;case 92:r.columnCount=t.value,t=e.next();break;case 93:r.overrideFlag=t.value,t=e.next();break;case 94:r.borderColorOverrideFlag=t.value,t=e.next();break;case 95:r.borderLineWeightOverrideFlag=t.value,t=e.next();break;case 96:r.borderVisibilityOverrideFlag=t.value,t=e.next();break;case 141:r.rowHeightArr??(r.rowHeightArr=[]),r.rowHeightArr.push(t.value),t=e.next();break;case 142:r.columnWidthArr??(r.columnWidthArr=[]),r.columnWidthArr.push(t.value),t=e.next();break;case 280:r.version=t.value,t=e.next();break;case 310:r.bmpPreview??(r.bmpPreview=""),r.bmpPreview+=t.value,t=e.next();break;case 330:r.ownerBlockRecordSoftId=t.value,t=e.next();break;case 342:r.tableStyleId=t.value,t=e.next();break;case 343:r.blockRecordHandle=t.value,t=e.next();break;case 170:r.attachmentPoint=t.value,t=e.next();break;case 171:r.cells??(r.cells=[]),r.cells.push(function(i,s){let o=!1,a=!1,l={};for(;!i.isEOF()&&s.code!==0&&!a;)switch(s.code){case 171:if(o){a=!0;continue}l.cellType=s.value,o=!0,s=i.next();break;case 172:l.flagValue=s.value,s=i.next();break;case 173:l.mergedValue=s.value,s=i.next();break;case 174:l.autoFit=s.value,s=i.next();break;case 175:l.borderWidth=s.value,s=i.next();break;case 176:l.borderHeight=s.value,s=i.next();break;case 91:l.overrideFlag=s.value,s=i.next();break;case 178:l.virtualEdgeFlag=s.value,s=i.next();break;case 145:l.rotation=s.value,s=i.next();break;case 345:l.fieldObjetId=s.value,s=i.next();break;case 340:l.blockTableRecordId=s.value,s=i.next();break;case 146:l.blockScale=s.value,s=i.next();break;case 177:l.blockAttrNum=s.value,s=i.next();break;case 7:l.textStyle=s.value,s=i.next();break;case 140:l.textHeight=s.value,s=i.next();break;case 170:l.attachmentPoint=s.value,s=i.next();break;case 92:l.extendedCellFlags=s.value,s=i.next();break;case 285:l.rightBorderVisibility=!!(s.value??!0),s=i.next();break;case 286:l.bottomBorderVisibility=!!(s.value??!0),s=i.next();break;case 288:l.leftBorderVisibility=!!(s.value??!0),s=i.next();break;case 289:l.topBorderVisibility=!!(s.value??!0),s=i.next();break;case 301:(function(c,h,d){for(;d.code!==304;)switch(d.code){case 301:case 93:case 90:case 94:d=h.next();break;case 1:c.text=d.value,d=h.next();break;case 300:c.attrText=d.value,d=h.next();break;case 302:c.text=d.value?d.value:c.text,d=h.next();break;default:d=h.next()}})(l,i,s),s=i.next();break;default:return l}return o=!1,a=!1,l}(e,t)),t=e.lastReadGroup;break;default:fp(r,t,e),t=e.next()}}return r}}function Nh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}(is="ForEntityName")in jr?Object.defineProperty(jr,is,{value:"ACAD_TABLE",enumerable:!0,configurable:!0,writable:!0}):jr[is]="ACAD_TABLE";let w0=[{code:11,name:"xAxisDirection",parser:w},{code:210,name:"extrusionDirection",parser:w},{code:1,name:"text",parser:u},{code:10,name:"position",parser:w},{code:3,name:"styleName",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Yh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Nh(this,"parser",k(w0))}}Nh(Yh,"ForEntityName","TOLERANCE");var v0=((de={})[de.CREATED_BY_CURVE_FIT=1]="CREATED_BY_CURVE_FIT",de[de.TANGENT_DEFINED=2]="TANGENT_DEFINED",de[de.NOT_USED=4]="NOT_USED",de[de.CREATED_BY_SPLINE_FIT=8]="CREATED_BY_SPLINE_FIT",de[de.SPLINE_CONTROL_POINT=16]="SPLINE_CONTROL_POINT",de[de.FOR_POLYLINE=32]="FOR_POLYLINE",de[de.FOR_POLYGON=64]="FOR_POLYGON",de[de.POLYFACE=128]="POLYFACE",de);let P0=[{code:[335,343,344,91],name:"softPointers",isMultiple:!0,parser:u},{code:361,name:"sunId",parser:u},{code:431,name:"ambientLightColorName",parser:u},{code:421,name:"ambientLightColorInstance",parser:u},{code:63,name:"ambientLightColorIndex",parser:u},{code:142,name:"contrast",parser:u},{code:141,name:"brightness",parser:u},{code:282,name:"defaultLightingType",parser:u},{code:292,name:"isDefaultLighting",parser:O},{code:348,name:"visualStyleId",parser:u},{code:333,name:"shadePlotId",parser:u},{code:332,name:"backgroundId",parser:u},{code:61,name:"majorGridFrequency",parser:u},{code:170,name:"shadePlotMode",parser:u},{code:146,name:"elevation",parser:u},{code:79,name:"orthographicType",parser:u},{code:346,name:"ucsBaseId",parser:u},{code:345,name:"ucsId",parser:u},{code:112,name:"ucsYAxis",parser:w},{code:111,name:"ucsXAxis",parser:w},{code:110,name:"ucsOrigin",parser:w},{code:74,name:"iconFlag",parser:u},{code:71,name:"ucsPerViewport",parser:u},{code:281,name:"renderMode",parser:u},{code:1,name:"sheetName",parser:u},{code:340,name:"clippingBoundaryId",parser:u},{code:90,name:"statusBitFlags",parser:u},{code:331,name:"frozenLayerIds",isMultiple:!0,parser:u},{code:72,name:"circleZoomPercent",parser:u},{code:51,name:"viewTwistAngle",parser:u},{code:50,name:"snapAngle",parser:u},{code:45,name:"viewHeight",parser:u},{code:44,name:"backClipZ",parser:u},{code:43,name:"frontClipZ",parser:u},{code:42,name:"perspectiveLensLength",parser:u},{code:17,name:"targetPoint",parser:w},{code:16,name:"viewDirection",parser:w},{code:15,name:"gridSpacing",parser:w},{code:14,name:"snapSpacing",parser:w},{code:13,name:"snapBase",parser:w},{code:12,name:"displayCenter",parser:w},{code:69,name:"viewportId",parser:u},{code:68,name:"status",parser:u},{code:41,name:"height",parser:u},{code:40,name:"width",parser:u},{code:10,name:"viewportCenter",parser:w},{code:100,name:"subclassMarker",parser:u,pushContext:!0},...j];class Gr{parseEntity(e,t){let r={};return k(P0)(t,e,r),r}}function Xh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}(ss="ForEntityName")in Gr?Object.defineProperty(Gr,ss,{value:"VIEWPORT",enumerable:!0,configurable:!0,writable:!0}):Gr[ss]="VIEWPORT";let A0={brightness:50,constrast:50,fade:0},S0=[{code:14,name:"boundary",isMultiple:!0,parser:w},{code:91,name:"numberOfVertices",parser:u},{code:71,name:"boundaryType",parser:u},{code:360,name:"imageDefReactorHardId",parser:u},{code:283,name:"fade",parser:u},{code:282,name:"contrast",parser:u},{code:281,name:"brightness",parser:u},{code:280,name:"isClipping",parser:O},{code:70,name:"displayFlag",parser:u},{code:340,name:"imageDefHardId",parser:u},{code:13,name:"imageSize",parser:w},{code:12,name:"vDirection",parser:w},{code:11,name:"uDirection",parser:w},{code:10,name:"position",parser:w},{code:90,name:"classVersion",parser:u},{code:100,name:"subclassMarker",parser:u},...j];class Rh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Xh(this,"parser",k(S0,A0))}}Xh(Rh,"ForEntityName","WIPEOUT");(ct={})[ct.ShowImage=1]="ShowImage",ct[ct.ShowImageWhenNotAligned=2]="ShowImageWhenNotAligned",ct[ct.UseClippingBoundary=4]="UseClippingBoundary",ct[ct.Transparency=8]="Transparency";function Bh(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}let L0=[{code:11,name:"direction",parser:w},{code:10,name:"position",parser:w},{code:100,name:"subclassMarker",parser:u},...j];class Fh{parseEntity(e,t){let r={};return this.parser(t,e,r),r}constructor(){Bh(this,"parser",k(L0))}}Bh(Fh,"ForEntityName","XLINE");let I0=0;function Dh(n){if(!n)throw TypeError("entity cannot be undefined or null");n.handle||(n.handle=I0++)}let E0=Object.fromEntries([Ec,Dr,Yc,Fc,zc,jc,Fr,Hc,Uc,Qc,eh,nh,ih,oh,Vr,lh,hh,Rc,uh,ph,yh,bh,wh,Ph,Sh,Ih,Th,Mh,kh,jr,kc,Yh,Kc,lo,Gr,Rh,Fh].map(n=>[n.ForEntityName,new n]));function zh(n,e){let t=[];for(;!X(n,0,"EOF");){if(n.code===0){if(n.value==="ENDBLK"||n.value==="ENDSEC"){e.rewind();break}let r=E0[n.value];if(r){let i=n.value;n=e.next();let s=r.parseEntity(e,n);s.type=i,Dh(s),t.push(s)}else e.debug}n=e.next()}return t}function T0(n,e){let t=null,r={};for(;!X(n,0,"EOF")&&!X(n,0,"ENDSEC");)n.code===9?t=typeof n.value=="string"?n.value:null:t!=null&&(n.code===10?r[t]=Yt(e):r[t]=n.value),n=e.next();return r}let vt=[{code:100,name:"subclassMarker",parser:u},{code:330,name:"ownerObjectId",parser:u},{code:102,isMultiple:!0,parser(n,e){for(;!X(n,0,"EOF")&&!X(n,102,"}");)n=e.next()}},{code:5,name:"handle",parser:u}],C0=[{code:70,name:"flag",parser:u},{code:2,name:"appName",parser:u},{code:100,name:"subclassMarker",parser:u},...vt],M0=k(C0),O0=k([{code:310,name:"bmpPreview",parser:u},{code:281,name:"scalability",parser:u},{code:280,name:"explodability",parser:u},{code:70,name:"insertionUnits",parser:u},{code:340,name:"layoutObjects",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt]),k0=k([...ao.map(n=>({...n,parser:u})),{code:70,name:"standardFlag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},{code:105,name:"handle",parser:u},...vt.filter(n=>n.code!==5)]),N0=k([{code:347,name:"materialObjectId",parser:u},{code:390,name:"plotStyleNameObjectId",parser:u},{code:370,name:"lineweight",parser:u},{code:290,name:"isPlotting",parser:O},{code:6,name:"lineType",parser:u},{code:62,name:"colorIndex",parser:u},{code:70,name:"standardFlag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt]),Y0=k([{code:9,name:"text",parser:u},{code:45,name:"offsetY",parser:u},{code:44,name:"offsetX",parser:u},{code:50,name:"rotation",parser:u},{code:46,name:"scale",parser:u},{code:340,name:"styleObjectId",parser:u},{code:75,name:"shapeNumber",parser:u},{code:74,name:"elementTypeFlag",parser:u},{code:49,name:"elementLength",parser:u}],{elementTypeFlag:0,elementLength:0}),X0=k([{code:49,name:"pattern",parser(n,e){let t={};return Y0(n,e,t),t},isMultiple:!0},{code:40,name:"totalPatternLength",parser:u},{code:73,name:"numberOfLineTypes",parser:u},{code:72,parser:u},{code:3,name:"description",parser:u},{code:70,name:"standardFlag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt]),R0=k([{code:1e3,name:"extendedFont",parser:u},{code:1001},{code:4,name:"bigFont",parser:u},{code:3,name:"font",parser:u},{code:42,name:"lastHeight",parser:u},{code:71,name:"textGenerationFlag",parser:u},{code:50,name:"obliqueAngle",parser:u},{code:41,name:"widthFactor",parser:u},{code:40,name:"fixedTextHeight",parser:u},{code:70,name:"standardFlag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt]),B0=[{code:13,name:"orthographicOrigin",parser:w},{code:71,name:"orthographicType",parser:u},{code:346,name:"baseUcsHandle",parser:u},{code:146,name:"elevation",parser:u},{code:79,name:"isOrthographic",parser:O},{code:12,name:"yAxis",parser:w},{code:11,name:"xAxis",parser:w},{code:10,name:"origin",parser:w},{code:70,name:"flag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt],F0=k(B0),D0=[{code:346,name:"baseUcsId",parser:u},{code:345,name:"ucsId",parser:u},{code:146,name:"elevation",parser:u},{code:79,name:"orthographicType",parser:u},{code:112,name:"ucsYAxis",parser:w},{code:111,name:"ucsXAxis",parser:w},{code:110,name:"ucsOrigin",parser:w},{code:361,name:"sunHardId",parser:u},{code:348,name:"styleHardId",parser:u},{code:334,name:"liveSectionSoftId",parser:u},{code:332,name:"backgroundSoftId",parser:u},{code:73,name:"isPlottable",parser:O},{code:72,name:"isUcsAssociated",parser:O},{code:281,name:"renderMode",parser:u},{code:71,name:"viewMode",parser:u},{code:50,name:"twistAngle",parser:u},{code:44,name:"backClippingPlane",parser:u},{code:43,name:"frontClippingPlane",parser:u},{code:42,name:"lensLength",parser:u},{code:12,name:"target",parser:w},{code:11,name:"direction",parser:w},{code:10,name:"center",parser:w},{code:41,name:"width",parser:u},{code:40,name:"height",parser:u},{code:70,name:"flag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt],z0=k(D0),V0=k([{code:[63,421,431],name:"ambientColor",parser:u},{code:142,name:"contrast",parser:u},{code:141,name:"brightness",parser:u},{code:282,name:"defaultLightingType",parser:u},{code:292,name:"isDefaultLightingOn",parser:O},{code:348,name:"visualStyleObjectId",parser:u},{code:333,name:"shadePlotObjectId",parser:u},{code:332,name:"backgroundObjectId",parser:u},{code:61,name:"majorGridLines",parser:u},{code:170,name:"shadePlotSetting",parser:u},{code:146,name:"elevation",parser:u},{code:79,name:"orthographicType",parser:u},{code:112,name:"ucsYAxis",parser:w},{code:111,name:"ucsXAxis",parser:w},{code:110,name:"ucsOrigin",parser:w},{code:74,name:"ucsIconSetting",parser:u},{code:71,name:"viewMode",parser:u},{code:281,name:"renderMode",parser:u},{code:1,name:"styleSheet",parser:u},{code:[331,441],name:"frozenLayers",parser:u,isMultiple:!0},{code:72,name:"circleSides",parser:u},{code:51,name:"viewTwistAngle",parser:u},{code:50,name:"snapRotationAngle",parser:u},{code:45,name:"viewHeight",parser:u},{code:44,name:"backClippingPlane",parser:u},{code:43,name:"frontClippingPlane",parser:u},{code:42,name:"lensLength",parser:u},{code:41,name:"aspectRatio",parser:u},{code:40,name:"viewHeight",parser:u},{code:17,name:"viewTarget",parser:w},{code:16,name:"viewDirectionFromTarget",parser:w},{code:15,name:"gridSpacing",parser:w},{code:14,name:"snapSpacing",parser:w},{code:13,name:"snapBasePoint",parser:w},{code:12,name:"center",parser:w},{code:11,name:"upperRightCorner",parser:w},{code:10,name:"lowerLeftCorner",parser:w},{code:70,name:"standardFlag",parser:u},{code:2,name:"name",parser:u},{code:100,name:"subclassMarker",parser:u},...vt]),j0={APPID:M0,BLOCK_RECORD:O0,DIMSTYLE:k0,LAYER:N0,LTYPE:X0,STYLE:R0,UCS:F0,VIEW:z0,VPORT:V0},G0=k([{code:70,name:"maxNumberOfEntries",parser:u},{code:100,name:"subclassMarker",parser:u},{code:330,name:"ownerObjectId",parser:u},{code:102,parser:qe},{code:102,parser:qe},{code:102,parser:qe},{code:360,isMultiple:!0},{code:5,name:"handle",parser:u},{code:2,name:"name",parser:u}]);function H0(n,e){var r;let t={};for(;!X(n,0,"EOF")&&!X(n,0,"ENDSEC");){if(X(n,0,"TABLE")){n=e.next();let i={entries:[]};G0(n,e,i),t[i.name]=i}if(X(n,0)&&!X(n,0,"ENDTAB")){let i=n.value;n=e.next();let s=j0[i];if(!s){e.debug,n=e.next();continue}let o={};s(n,e,o),i==="VPORT"&&(o.lowerLeftCorner==null&&(o.lowerLeftCorner={x:0,y:0}),o.upperRightCorner==null&&(o.upperRightCorner={x:1,y:1}),o.center==null&&(o.center={x:0,y:0}),o.snapBasePoint==null&&(o.snapBasePoint={x:0,y:0}),o.snapSpacing==null&&(o.snapSpacing={x:0,y:0}),o.gridSpacing==null&&(o.gridSpacing={x:0,y:0}),o.viewDirectionFromTarget==null&&(o.viewDirectionFromTarget={x:0,y:0,z:1}),o.viewTarget==null&&(o.viewTarget={x:0,y:0,z:0})),(r=t[i])==null||r.entries.push(o)}n=e.next()}return t}function W0(n,e){let t={};for(;!X(n,0,"EOF")&&!X(n,0,"ENDSEC");){if(X(n,0,"BLOCK")){let r=U0(n=e.next(),e);Dh(r),r.name&&(t[r.name]=r)}n=e.next()}return t}function U0(n,e){let t={};for(;!X(n,0,"EOF");){if(X(n,0,"ENDBLK")){for(n=e.next();!X(n,0,"EOF");){if(X(n,100,"AcDbBlockEnd"))return t;n=e.next()}break}switch(n.code){case 1:t.xrefPath=n.value;break;case 2:t.name=n.value;break;case 3:t.name2=n.value;break;case 5:t.handle=n.value;break;case 8:t.layer=n.value;break;case 10:t.position=Yt(e);break;case 67:t.paperSpace=!!n.value&&n.value==1;break;case 70:n.value!==0&&(t.type=n.value);break;case 100:break;case 330:t.ownerHandle=n.value;break;case 0:t.entities=zh(n,e)}n=e.next()}return t}let Pt=[{code:330,name:"ownerObjectId",parser:u},{code:102,parser:qe},{code:102,parser:qe},{code:102,parser:qe},{code:5,name:"handle",parser:u}],Vh=[{code:333,name:"shadePlotId",parser:u},{code:149,name:"imageOriginY",parser:u},{code:148,name:"imageOriginX",parser:u},{code:147,name:"scaleFactor",parser:u},{code:78,name:"shadePlotCustomDPI",parser:u},{code:77,name:"shadePlotResolution",parser:u},{code:76,name:"shadePlotMode",parser:u},{code:75,name:"standardScaleType",parser:u},{code:7,name:"currentStyleSheet",parser:u},{code:74,name:"plotType",parser:u},{code:73,name:"plotRotation",parser:u},{code:72,name:"plotPaperUnit",parser:u},{code:70,name:"layoutFlag",parser:u},{code:143,name:"printScaleDenominator",parser:u},{code:142,name:"printScaleNumerator",parser:u},{code:141,name:"windowAreaYMax",parser:u},{code:140,name:"windowAreaXMax",parser:u},{code:49,name:"windowAreaYMin",parser:u},{code:48,name:"windowAreaXMin",parser:u},{code:47,name:"plotOriginY",parser:u},{code:46,name:"plotOriginX",parser:u},{code:45,name:"paperHeight",parser:u},{code:44,name:"paperWidth",parser:u},{code:43,name:"marginTop",parser:u},{code:42,name:"marginRight",parser:u},{code:41,name:"marginBottom",parser:u},{code:40,name:"marginLeft",parser:u},{code:6,name:"plotViewName",parser:u},{code:4,name:"paperSize",parser:u},{code:2,name:"configName",parser:u},{code:1,name:"pageSetupName",parser:u},{code:100,name:"subclassMarker",parser:u},...Pt],$0=[{code:346,name:"orthographicUcsId",parser:u},{code:345,name:"namedUcsId",parser:u},{code:331,name:"viewportId",parser:u},{code:330,name:"paperSpaceTableId",parser:u},{code:76,name:"orthographicType",parser:u},{code:17,name:"ucsYAxis",parser:w},{code:16,name:"ucsXAxis",parser:w},{code:13,name:"ucsOrigin",parser:w},{code:146,name:"elevation",parser:u},{code:15,name:"maxExtent",parser:w},{code:14,name:"minExtent",parser:w},{code:12,name:"insertionPoint",parser:w},{code:11,name:"maxLimit",parser:w},{code:10,name:"minLimit",parser:w},{code:71,name:"tabOrder",parser:u},{code:70,name:"controlFlag",parser:u},{code:1,name:"layoutName",parser:u},{code:100,name:"subclassMarker",parser:u},...Vh],q0=[{code:3,name:"entries",parser:(n,e)=>{let t={name:n.value};return(n=e.next()).code===350?t.objectSoftId=n.value:n.code===360?t.objectHardId=n.value:e.rewind(),t},isMultiple:!0},{code:281,name:"recordCloneFlag",parser:u},{code:280,name:"isHardOwned",parser:O},{code:100,name:"subclassMarker",parser:u},...Pt],K0=[{code:40,name:"wcsToOCSTransform",parser:ya},{code:40,name:"ocsToWCSTransform",parser:ya},{code:41,name:"backClippingDistance",parser:u},{code:73,name:"isBackClipping",parser:O,pushContext:!0},{code:40,name:"frontClippingDistance",parser:u},{code:72,name:"isFrontClipping",parser:O,pushContext:!0},{code:71,name:"isClipBoundaryDisplayed",parser:O},{code:11,name:"position",parser:w},{code:210,name:"normal",parser:w},{code:10,name:"boundaryVertices",parser:w,isMultiple:!0},{code:70,name:"boundaryCount",parser:u},{code:100,name:"subclassMarker",parser:u},{code:100},...Pt];function ya(n,e){let t=[];for(let r=0;r<3&&X(n,40);++r){let i=[];for(let s=0;s<4&&X(n,40);++s)i.push(n.value),n=e.next();t.push(i)}return e.rewind(),t}let Z0=[{code:330,name:"imageDefReactorIdSoft",isMultiple:!0,parser:u},{code:90,name:"version",parser:u},{code:1,name:"fileName",parser:u},{code:10,name:"size",parser:w},{code:11,name:"sizeOfOnePixel",parser:w},{code:280,name:"isLoaded",parser:u},{code:281,name:"resolutionUnits",parser:u},{code:100,name:"subclassMarker",parser:u}],Q0=[{code:179,name:"unknown1",parser:u},{code:170,name:"contentType",parser:u},{code:171,name:"drawMLeaderOrderType",parser:u},{code:172,name:"drawLeaderOrderType",parser:u},{code:90,name:"maxLeaderSegmentPoints",parser:u},{code:40,name:"firstSegmentAngleConstraint",parser:u},{code:41,name:"secondSegmentAngleConstraint",parser:u},{code:173,name:"leaderLineType",parser:u},{code:91,name:"leaderLineColor",parser:u},{code:340,name:"leaderLineTypeId",parser:u},{code:92,name:"leaderLineWeight",parser:u},{code:290,name:"landingEnabled",parser:O},{code:42,name:"landingGap",parser:u},{code:291,name:"doglegEnabled",parser:O},{code:43,name:"doglegLength",parser:u},{code:3,name:"description",parser:u},{code:341,name:"arrowheadId",parser:u},{code:44,name:"arrowheadSize",parser:u},{code:300,name:"defaultMTextContents",parser:u},{code:342,name:"textStyleId",parser:u},{code:174,name:"textLeftAttachmentType",parser:u},{code:175,name:"textAngleType",parser:u},{code:176,name:"textAlignmentType",parser:u},{code:178,name:"textRightAttachmentType",parser:u},{code:93,name:"textColor",parser:u},{code:45,name:"textHeight",parser:u},{code:292,name:"textFrameEnabled",parser:O},{code:297,name:"textAlignAlwaysLeft",parser:O},{code:46,name:"alignSpace",parser:u},{code:343,name:"blockContentId",parser:u},{code:94,name:"blockContentColor",parser:u},{code:47,name:"blockContentScale.x",parser:u},{code:49,name:"blockContentScale.y",parser:u},{code:140,name:"blockContentScale.z",parser:u},{code:293,name:"blockContentScaleEnabled",parser:O},{code:141,name:"blockContentRotation",parser:u},{code:294,name:"blockContentRotationEnabled",parser:O},{code:177,name:"blockContentConnectionType",parser:u},{code:142,name:"scale",parser:u},{code:295,name:"overwritePropertyValue",parser:O},{code:296,name:"annotative",parser:O},{code:143,name:"breakGapSize",parser:u},{code:271,name:"textAttachmentDirection",parser:u},{code:272,name:"bottomTextAttachmentDirection",parser:u},{code:273,name:"topTextAttachmentDirection",parser:u},{code:298,name:"unknown2",parser:u},{code:100,name:"subclassMarker",parser:u},...Pt];function Yr(n,e,t){n.elements||(n.elements=[]);let r=n.elements.find(i=>i[e]===void 0);if(r){r[e]=t;return}n.elements.push({[e]:t})}let J0=[{code:6,parser:function({value:n},e,t){Yr(t,"lineType",n)},isMultiple:!0},{code:62,parser:function({value:n},e,t){var r;if(t.fillColorIndex===void 0&&!((r=t.elements)!=null&&r.length)){t.fillColorIndex=n;return}Yr(t,"colorIndex",n)},isMultiple:!0},{code:420,parser:function({value:n},e,t){var r;if(t.fillColor===void 0&&!((r=t.elements)!=null&&r.length)){t.fillColor=n;return}Yr(t,"color",n)},isMultiple:!0},{code:49,parser:function({value:n},e,t){Yr(t,"offset",n)},isMultiple:!0},{code:71,name:"elementCount",parser:u},{code:52,name:"endAngle",parser:u},{code:51,name:"startAngle",parser:u},{code:3,name:"description",parser:u},{code:70,name:"flags",parser:u},{code:2,name:"styleName",parser:u},{code:100,name:"subclassMarker",parser:u},...Pt],ef=[{code:340,name:"entityIds",parser:u,isMultiple:!0},{code:71,name:"isSelectable",parser:O},{code:70,name:"isUnnamed",parser:O},{code:300,name:"description",parser:u},{code:100,name:"subclassMarker",parser:u},...Pt],tf=[{code:8,name:"layerNames",parser:u,isMultiple:!0},{code:100,name:"subclassMarker",parser:u},{code:100,name:"filterSubclassMarker",parser:u},...Pt],nf=[{code:90,name:"idBufferEntryCounts",parser:u,isMultiple:!0},{code:360,name:"idBufferIds",parser:u,isMultiple:!0},{code:8,name:"layerNames",parser:u,isMultiple:!0},{code:100,name:"subclassMarker",parser:u},{code:40,name:"timeStamp",parser:u},{code:100,name:"indexSubclassMarker",parser:u},...Pt],rf=[{code:75,name:"hasLastPointRef",parser:O},{code:1,name:"pointRefs",parser:function(n,e){let t={className:n.value};for(;;)switch((n=e.next()).code){case 72:t.objectOsnapType=n.value;continue;case 331:t.mainObjectId=n.value;continue;case 73:t.mainObjectSubentityType=n.value;continue;case 91:t.mainObjectGsMarker=n.value;continue;case 301:t.mainObjectXrefHandle=n.value;continue;case 40:t.nearOsnapGeometryParameter=n.value;continue;case 10:{let r=w(n,e);t.osnapPoint="z"in r?r:{...r,z:0}}continue;case 332:t.intersectionObjectId=n.value;continue;case 74:t.intersectionObjectSubentityType=n.value;continue;case 92:t.intersectionObjectGsMarker=n.value;continue;case 302:t.intersectionObjectXrefHandle=n.value;continue;default:return e.rewind(),t}},isMultiple:!0},{code:71,name:"rotatedDimensionType",parser:u},{code:70,name:"transSpaceFlag",parser:O},{code:90,name:"associativityFlag",parser:u},{code:330,name:"dimensionObjectId",parser:u},{code:100,name:"subclassMarker",parser:u},...Pt],sf={LAYOUT:$0,PLOTSETTINGS:Vh,DICTIONARY:q0,SPATIAL_FILTER:K0,IMAGEDEF:Z0,MLEADERSTYLE:Q0,MLINESTYLE:J0,GROUP:ef,LAYER_FILTER:tf,LAYER_INDEX:nf,DIMASSOC:rf};function of(n,e){let t=[];for(;n.code!==0||!["EOF","ENDSEC"].includes(n.value);){let r=n.value,i=sf[r];if(n.code===0&&(i!=null&&i.length)){let s=k(i),o={name:r};s(n=e.next(),e,o)?(t.push(o),n=e.peek()):n=e.next()}else n=e.next()}return{byName:dp(t,({name:r})=>r)}}function _a(n){if((n.charCodeAt(0)===65279?n.slice(1):n).startsWith("AutoCAD Binary DXF"))throw Error("Binary DXF is not supported. Re-save the drawing as ASCII (text) DXF from your CAD application.")}function rr(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}class af{constructor(){rr(this,"encoding","utf-8"),rr(this,"encodingFailureFatal",!1),rr(this,"thumbnailImageFormat","base64")}}class lf extends EventTarget{parseSync(e,t=!1){_a(e);let r=new pa(e.split(/\r\n|\r|\n/g),t);if(!r.hasNext())throw Error("Empty file");return this.parseAll(r)}parseStream(e){let t="",r=this;return new Promise((i,s)=>{e.on("data",o=>{t+=o}),e.on("end",()=>{try{_a(t);let o=t.split(/\r\n|\r|\n/g),a=new pa(o);if(!a.hasNext())throw Error("Empty file");i(r.parseAll(a))}catch(o){s(o)}}),e.on("error",o=>{s(o)})})}async parseFromUrl(e,t){let r=await fetch(e,t);if(!r.body)return null;let i=r.body.getReader(),s="";for(;;){let{done:o,value:a}=await i.read();if(o){s+=this._decoder.decode(new ArrayBuffer(0),{stream:!1});break}s+=this._decoder.decode(a,{stream:!0})}return this.parseSync(s)}parseAll(e){let t={header:{},blocks:{},entities:[],tables:{},objects:{byName:{},byTree:void 0}},r=e.next();for(;!X(r,0,"EOF");)X(r,0,"SECTION")&&(X(r=e.next(),2,"HEADER")?t.header=T0(r=e.next(),e):X(r,2,"CLASSES")?Kg(r=e.next(),e,t):X(r,2,"BLOCKS")?t.blocks=W0(r=e.next(),e):X(r,2,"ENTITIES")?t.entities=zh(r=e.next(),e):X(r,2,"TABLES")?t.tables=H0(r=e.next(),e):X(r,2,"OBJECTS")?t.objects=of(r=e.next(),e):X(r,2,"THUMBNAILIMAGE")&&(t.thumbnailImage=function(i,s,o="base64"){let a,l="",c=0;for(;!X(i,0,"EOF")&&!X(i,0,"ENDSEC");)i.code===90?c=i.value:i.code===310&&(l+=i.value),i=s.next();if(o==="hex")a=l;else{let h=function(d){let p=d.length/2,g=new Uint8Array(p);for(let f=0;f<p;f++)g[f]=parseInt(d.substr(2*f,2),16);return g}(l);a=o==="buffer"?h:function(d){let p="";for(let g=0;g<d.length;g++)p+=String.fromCharCode(d[g]);return btoa(p)}(h)}return{size:c,data:a}}(r=e.next(),e,this._options.thumbnailImageFormat))),r=e.next();return t}constructor(e={}){super(),rr(this,"_decoder",void 0),rr(this,"_options",void 0);let t=new af;this._options=Object.assign(t,e),this._decoder=new TextDecoder(this._options.encoding,{fatal:this._options.encodingFailureFatal})}}(Ce={})[Ce.NOT_APPLICABLE=0]="NOT_APPLICABLE",Ce[Ce.KEEP_EXISTING=1]="KEEP_EXISTING",Ce[Ce.USE_CLONE=2]="USE_CLONE",Ce[Ce.XREF_VALUE_NAME=3]="XREF_VALUE_NAME",Ce[Ce.VALUE_NAME=4]="VALUE_NAME",Ce[Ce.UNMANGLE_NAME=5]="UNMANGLE_NAME";(Qt={})[Qt.NOUNIT=0]="NOUNIT",Qt[Qt.CENTIMETERS=2]="CENTIMETERS",Qt[Qt.INCH=5]="INCH";(Un={})[Un.PSLTSCALE=1]="PSLTSCALE",Un[Un.LIMCHECK=2]="LIMCHECK";(Jt={})[Jt.INCHES=0]="INCHES",Jt[Jt.MILLIMETERS=1]="MILLIMETERS",Jt[Jt.PIXELS=2]="PIXELS";(Me={})[Me.LAST_SCREEN_DISPLAY=0]="LAST_SCREEN_DISPLAY",Me[Me.DRAWING_EXTENTS=1]="DRAWING_EXTENTS",Me[Me.DRAWING_LIMITS=2]="DRAWING_LIMITS",Me[Me.VIEW_SPECIFIED=3]="VIEW_SPECIFIED",Me[Me.WINDOW_SPECIFIED=4]="WINDOW_SPECIFIED",Me[Me.LAYOUT_INFORMATION=5]="LAYOUT_INFORMATION";(ht={})[ht.AS_DISPLAYED=0]="AS_DISPLAYED",ht[ht.WIREFRAME=1]="WIREFRAME",ht[ht.HIDDEN=2]="HIDDEN",ht[ht.RENDERED=3]="RENDERED";(Oe={})[Oe.DRAFT=0]="DRAFT",Oe[Oe.PREVIEW=1]="PREVIEW",Oe[Oe.NORMAL=2]="NORMAL",Oe[Oe.PRESENTATION=3]="PRESENTATION",Oe[Oe.MAXIMUM=4]="MAXIMUM",Oe[Oe.CUSTOM=5]="CUSTOM";(dt={})[dt.NONE=0]="NONE",dt[dt.AbsoluteRotation=1]="AbsoluteRotation",dt[dt.TextEmbedded=2]="TextEmbedded",dt[dt.ShapeEmbedded=4]="ShapeEmbedded";(os={})[os.PaperSpace=1]="PaperSpace";(en={})[en.XrefDependent=16]="XrefDependent",en[en.XrefResolved=32]="XrefResolved",en[en.Referenced=64]="Referenced";(ke={})[ke.Off=0]="Off",ke[ke.Perspective=1]="Perspective",ke[ke.ClipFront=2]="ClipFront",ke[ke.ClipBack=4]="ClipBack",ke[ke.UcsFollow=8]="UcsFollow",ke[ke.ClipFrontByFrontZ=16]="ClipFrontByFrontZ";class cf{parse(e){const t=new lf,r=this.getDxfInfoFromBuffer(e);let i="";return r.version&&r.version.value<=23&&r.encoding?i=new TextDecoder(r.encoding).decode(e):i=new TextDecoder().decode(e),t.parseSync(i)}getDxfInfoFromBuffer(e){var c,h,d;const r=new TextDecoder("utf-8");let i=0,s="",o=null,a=null,l=!1;for(;i<e.byteLength;){const p=Math.min(i+65536,e.byteLength),g=e.slice(i,p);i=p;const m=(s+r.decode(g,{stream:!0})).split(/\r?\n/);s=m.pop()??"";for(let y=0;y<m.length;y++){const _=m[y].trim();if(_==="SECTION"&&((c=m[y+2])==null?void 0:c.trim())==="HEADER")l=!0;else if(_==="ENDSEC"&&l)return{version:o,encoding:a};if(l&&_==="$ACADVER"){const P=(h=m[y+2])==null?void 0:h.trim();P&&(o=new Ye(P))}else if(l&&_==="$DWGCODEPAGE"){const P=(d=m[y+2])==null?void 0:d.trim();if(P){const L=Ks[P];a=Ml(L)}}if(o&&a)return{version:o,encoding:a}}}return{version:o,encoding:a}}}class ba{convert(e){const t=this.createEntity(e);return t&&this.processCommonAttrs(e,t),t}createEntity(e){return e.type=="3DFACE"?this.convertFace(e):e.type=="ARC"?this.convertArc(e):e.type=="ATTDEF"?this.convertAttributeDefinition(e):e.type=="ATTRIB"?this.convertAttribute(e):e.type=="CIRCLE"?this.convertCirle(e):e.type=="DIMENSION"?this.convertDimension(e):e.type=="ELLIPSE"?this.convertEllipse(e):e.type=="HATCH"?this.convertHatch(e):e.type=="IMAGE"?this.convertImage(e):e.type=="LEADER"?this.convertLeader(e):e.type=="LINE"?this.convertLine(e):e.type=="LWPOLYLINE"?this.convertLWPolyline(e):e.type=="MTEXT"?this.convertMText(e):e.type=="MLINE"?this.convertMLine(e):e.type=="MULTILEADER"||e.type=="MLEADER"?this.convertMLeader(e):e.type=="POLYLINE"?this.convertPolyline(e):e.type=="POINT"?this.convertPoint(e):e.type=="RAY"?this.convertRay(e):e.type=="SPLINE"?this.convertSpline(e):e.type=="ACAD_TABLE"?this.convertTable(e):e.type=="TEXT"?this.convertText(e):e.type=="SHAPE"?this.convertShape(e):e.type=="SOLID"?this.convertSolid(e):e.type=="VIEWPORT"?this.convertViewport(e):e.type=="WIPEOUT"?this.convertWipeout(e):e.type=="XLINE"?this.convertXline(e):e.type=="INSERT"?this.convertBlockReference(e):null}convertFace(e){const t=new ri;return e.vertices.forEach((r,i)=>t.setVertexAt(i,r)),t}convertArc(e){const t=e.extrusionDirection??x.Z_AXIS;return new Qr(us(e.center,t),e.radius,T.degToRad(e.startAngle),T.degToRad(e.endAngle),t)}convertAttributeCommon(e,t){t.textString=e.text,t.height=e.textHeight,t.position.copy(e.startPoint);const r=e.alignmentPoint,i=!r||r.x===0&&r.y===0&&(r.z??0)===0;r&&!i?t.alignmentPoint.copy(r):t.alignmentPoint.copy(e.startPoint),t.rotation=e.rotation,t.oblique=e.obliqueAngle??0,t.thickness=e.thickness,t.tag=e.tag,t.fieldLength=0,t.isInvisible=(e.attributeFlag&oe.Invisible)!==0,t.isConst=(e.attributeFlag&oe.Const)!==0,t.isVerifiable=(e.attributeFlag&oe.Verifiable)!==0,t.isPreset=(e.attributeFlag&oe.Preset)!==0,t.isReallyLocked=!!e.isReallyLocked,t.isMTextAttribute=(e.mtextFlag&Ue.MultiLine)!==0,t.isConstMTextAttribute=(e.mtextFlag&Ue.ConstMultiLine)!==0}convertAttribute(e){const t=new ei;return this.convertAttributeCommon(e,t),t.styleName=e.textStyle,t.horizontalMode=e.horizontalJustification,t.verticalMode=e.verticalJustification,t.widthFactor=e.scale??1,t.lockPositionInBlock=e.lockPositionFlag,t}convertAttributeDefinition(e){const t=new Jr;return this.convertAttributeCommon(e,t),t.styleName=e.styleName,t.horizontalMode=e.halign,t.verticalMode=e.valign,t.widthFactor=e.xScale??1,t.prompt=e.prompt,t}convertCirle(e){const t=e.extrusionDirection??x.Z_AXIS;return new ti(us(e.center,t),e.radius,t)}convertEllipse(e){const t=new x(e.majorAxisEndPoint),r=t.length();return new ni(e.center,e.extrusionDirection??x.Z_AXIS,t,r,r*e.axisRatio,e.startAngle,e.endAngle)}convertLine(e){const t=e.startPoint,r=e.endPoint;return new hr(new b(t.x,t.y,t.z||0),new b(r.x,r.y,r.z||0))}convertSpline(e){try{if(e.numberOfControlPoints>0&&e.numberOfKnots>0)return new ur(e.controlPoints,e.knots,e.weights,e.degree,!!(e.flag&1));if(e.numberOfFitPoints>0)return new ur(e.fitPoints,"Uniform",e.degree,!!(e.flag&1))}catch{}return null}convertPoint(e){const t=new ci;return t.position=e.position,t}convertShape(e){const t=new di;return t.position.copy(e.insertionPoint),t.size=e.size,t.name=e.shapeName,t.rotation=T.degToRad(e.rotation||0),t.widthFactor=e.xScale??1,t.oblique=T.degToRad(e.obliqueAngle||0),t.thickness=e.thickness??0,t.normal.copy(e.extrusionDirection??{x:0,y:0,z:1}),t}convertSolid(e){const t=new li;return e.points.forEach((r,i)=>t.setPointAt(i,r)),t.thickness=e.thickness,t}convertPolyline(e){var h;const t=!!(e.flag&1),r=!!(e.flag&8),i=!!(e.flag&16),s=!!(e.flag&64),o=!!(e.flag&32),a=[],l=[],c=[];if((h=e.vertices)==null||h.map(d=>{d.flag&v0.SPLINE_CONTROL_POINT||(s&&d.flag&128?d.flag&64?(a.push({x:d.x,y:d.y,z:d.z}),l.push(d.bulge??0)):d.faces&&d.faces.length>=3&&c.push([...d.faces]):(a.push({x:d.x,y:d.y,z:d.z}),l.push(d.bulge??0)))}),i){const d=e.meshMVertexCount,p=e.meshNVertexCount;return new fi(d,p,a,t,o)}else{if(s)return new mi(a,c);if(r){let d=er.SimplePoly;return e.flag&4&&(e.smoothType==Nr.CUBIC?d=er.CubicSplinePoly:e.smoothType==Nr.QUADRATIC&&(d=er.QuadSplinePoly)),new Zr(d,a,t)}else{let d=_n.SimplePoly;return e.flag&2?d=_n.FitCurvePoly:e.flag&4&&(e.smoothType==Nr.CUBIC?d=_n.CubicSplinePoly:e.smoothType==Nr.QUADRATIC&&(d=_n.QuadSplinePoly)),new Kr(d,a,0,t,e.startWidth,e.endWidth,l)}}}convertLWPolyline(e){var i;const t=new Ae;t.closed=!!(e.flag&1);const r=e.constantWidth??-1;return(i=e.vertices)==null||i.forEach((s,o)=>{t.addVertexAt(o,new E(s.x,s.y),s.bulge,s.startWidth??r,s.endWidth??r)}),t}convertHatch(e){var i;const t=new cr;if((i=e.definitionLines)==null||i.forEach(s=>{t.definitionLines.push({angle:T.degToRad(s.angle||0),base:s.base,offset:s.offset,dashLengths:s.numberOfDashLengths>0?s.dashLengths:[]})}),t.isSolidFill=e.solidFill==Vg.SolidFill,t.hatchStyle=e.hatchStyle,t.patternName=e.patternName,t.patternType=e.patternType,t.patternAngle=e.patternAngle==null?0:T.degToRad(e.patternAngle),t.patternScale=e.patternScale==null?0:e.patternScale,e.boundaryPaths.forEach(s=>{if(s.boundaryPathTypeFlag&2){const a=s,l=new ee;l.closed=a.isClosed,a.vertices.forEach((c,h)=>{l.addVertexAt(h,{x:c.x,y:c.y,bulge:c.bulge})}),t.add(l)}else{const a=s,l=[];a.edges.forEach(h=>{if(h.type==1){const d=h;l.push(new _t(d.start,d.end))}else if(h.type==2){const d=h;l.push(new Re(d.center,d.radius,T.degToRad(d.startAngle||0),T.degToRad(d.endAngle||0),!d.isCCW))}else if(h.type==3){const d=h;new Z().subVectors(d.end,d.center);const g=Math.sqrt(Math.pow(d.end.x,2)+Math.pow(d.end.y,2)),f=g*d.lengthOfMinorAxis;let m=T.degToRad(d.startAngle||0),y=T.degToRad(d.endAngle||0);const _=Math.atan2(d.end.y,d.end.x);d.isCCW||(m=Math.PI*2-m,y=Math.PI*2-y),l.push(new Ln({...d.center,z:0},g,f,m,y,!d.isCCW,_))}else if(h.type==4){const d=h;if(d.numberOfControlPoints>0&&d.numberOfKnots>0){const p=d.controlPoints.map(m=>({x:m.x,y:m.y,z:0}));let g=!0;const f=d.controlPoints.map(m=>(m.weight==null&&(g=!1),m.weight||1));l.push(new $e(p,d.knots,g?f:void 0))}else if(d.numberOfFitData>0){const p=d.fitDatum.map(g=>({x:g.x,y:g.y,z:0}));l.push(new $e(p,"Uniform"))}}});const c=or.buildFromEdges(l);c.length==0&&l.length>0?t.add(new or(l)):c.forEach(h=>t.add(h))}}),e.gradientFlag){const s=e;if(t.hatchObjectType=Qs.GradientObject,t.gradientName=s.gradientName,t.gradientAngle=s.gradientRotation??0,t.gradientShift=s.gradientDefinition??0,t.gradientOneColorMode=s.gradientColorFlag==1,t.shadeTintValue=s.colorTint??0,s.gradientColors){const o=s.gradientColors.length;o>1?(t.gradientStartColor=s.gradientColors[0].rgb,t.gradientEndColor=s.gradientColors[1].rgb):o>0&&(t.gradientStartColor=s.gradientColors[0].rgb)}}return t}convertTable(e){const t=new ai(e.name,e.rowCount,e.columnCount);return t.tableDataVersion=e.version,t.tableStyleId=e.tableStyleId,t.owningBlockRecordId=e.blockRecordHandle,e.directionVector&&(t.horizontalDirection=new x(e.directionVector)),t.attachmentPoint=e.attachmentPoint,t.position.copy(e.startPoint),t.tableValueFlag=e.tableValue,t.tableOverrideFlag=e.overrideFlag,t.borderColorOverrideFlag=e.borderColorOverrideFlag,t.borderLineweightOverrideFlag=e.borderLineWeightOverrideFlag,t.borderVisibilityOverrideFlag=e.borderVisibilityOverrideFlag,e.columnWidthArr.forEach((r,i)=>t.setColumnWidth(i,r)),e.rowHeightArr.forEach((r,i)=>t.setRowHeight(i,r)),e.cells.forEach((r,i)=>{t.setCell(i,r)}),t}convertText(e){const t=new In;t.textString=e.text,t.styleName=e.styleName,t.height=e.textHeight,t.position.copy(e.startPoint);const r=e.endPoint,i=!r||r.x===0&&r.y===0&&(r.z??0)===0;return r&&!i?t.alignmentPoint.copy(r):t.alignmentPoint.copy(e.startPoint),t.rotation=T.degToRad(e.rotation||0),t.oblique=e.obliqueAngle??0,t.thickness=e.thickness,t.horizontalMode=e.halign,t.verticalMode=e.valign,t.widthFactor=e.xScale??1,t}convertMText(e){const t=new dr;return t.contents=e.text,e.styleName!=null&&(t.styleName=e.styleName),t.height=e.height,t.width=e.width,t.rotation=T.degToRad(e.rotation||0),t.location=e.insertionPoint,t.attachmentPoint=e.attachmentPoint,e.direction&&(t.direction=new x(e.direction)),t.drawingDirection=e.drawingDirection,t}convertLeader(e){var r;const t=new ii;return(r=e.vertices)==null||r.forEach(i=>{t.appendVertex(i)}),t.hasArrowHead=e.isArrowheadEnabled,t.hasHookLine=e.isHooklineExists,t.isHookLineSameDirection=e.isHooklineSameDirection,t.isSplined=e.isSpline,t.dimensionStyle=e.styleName??"",t.annoType=e.leaderCreationFlag,t.textHeight=e.textHeight??0,t.textWidth=e.textWidth??0,t.byBlockColor=e.byBlockColor,t.associatedAnnotation=e.associatedAnnotation??"",e.normal&&(t.normal=e.normal),e.horizontalDirection&&(t.horizontalDirection=e.horizontalDirection),e.offsetFromBlock&&(t.offsetFromBlock=e.offsetFromBlock),e.offsetFromAnnotation&&(t.offsetFromAnnotation=e.offsetFromAnnotation),t}convertMLine(e){const t=new si;return t.styleName=e.name||"STANDARD",t.styleObjectHandle=e.styleObjectHandle,t.scale=e.scale,t.justification=e.justification,t.flags=e.flags,t.styleCount=e.styleCount,t.startPosition=e.startPosition,t.normal=e.extrusionDirection??x.Z_AXIS,t.segments=(e.segments??[]).map(r=>{var i;return{position:r.position,direction:r.direction,miterDirection:r.miterDirection,elements:((i=r.elements)==null?void 0:i.map(s=>({parameterCount:s.parameterCount,parameters:s.parameters??[],fillCount:s.fillCount,fillParameters:s.fillParameters??[]})))??[]}}),t}convertMLeader(e){var L,S;const t=new oi,r=e;t.version=e.version,t.leaderStyleId=e.leaderStyleId,e.leaderStyleId&&(t.mleaderStyleId=e.leaderStyleId),t.propertyOverrideFlag=e.propertyOverrideFlag,t.leaderLineType=e.leaderLineType??An.StraightLeader,t.leaderLineColor=e.leaderLineColor,t.leaderLineTypeId=e.leaderLineTypeId,t.leaderLineWeight=e.leaderLineWeight,t.landingEnabled=e.landingEnabled,t.doglegEnabled=e.doglegEnabled??!1,t.doglegLength=e.doglegLength??0,t.arrowheadId=e.arrowheadId,t.arrowheadSize=e.arrowheadSize,t.textStyleId=e.textStyleId,t.textLeftAttachmentType=e.textLeftAttachmentType,t.textRightAttachmentType=e.textRightAttachmentType,t.textAngleType=e.textAngleType,t.textAlignmentType=e.textAlignmentType,t.textColor=e.textColor,t.textFrameEnabled=e.textFrameEnabled,t.landingGap=e.landingGap,t.textAttachment=e.textAttachment,t.textFlowDirection=e.textFlowDirection,t.blockContentId=e.blockContentId,t.blockContentColor=e.blockContentColor,t.blockContentRotation=e.blockContentRotation,t.blockContentConnectionType=e.blockContentConnectionType,t.annotativeScaleEnabled=e.annotativeScaleEnabled,t.arrowheadOverrides=e.arrowheadOverrides?e.arrowheadOverrides.map(A=>({...A})):[],t.blockAttributes=e.blockAttributes?e.blockAttributes.map(A=>({...A})):[],t.textDirectionNegative=e.textDirectionNegative,t.textAlignInIPE=e.textAlignInIPE,t.bottomTextAttachmentDirection=e.bottomTextAttachmentDirection,t.topTextAttachmentDirection=e.topTextAttachmentDirection,t.contentScale=e.contentScale,t.textLineSpacingStyle=e.textLineSpacingStyle,t.textBackgroundColor=e.textBackgroundColor,t.textBackgroundScaleFactor=e.textBackgroundScaleFactor,t.textBackgroundTransparency=e.textBackgroundTransparency,t.textBackgroundColorOn=e.textBackgroundColorOn,t.textFillOn=e.textFillOn,t.textColumnType=e.textColumnType,t.textUseAutoHeight=e.textUseAutoHeight,t.textColumnWidth=e.textColumnWidth,t.textColumnGutterWidth=e.textColumnGutterWidth,t.textColumnFlowReversed=e.textColumnFlowReversed,t.textColumnHeight=e.textColumnHeight,t.textUseWordBreak=e.textUseWordBreak,t.hasMText=e.hasMText,t.hasBlock=e.hasBlock,t.planeNormalReversed=e.planeNormalReversed,e.blockContentScale&&(t.blockContentScale=new x(e.blockContentScale)),e.contentBasePosition&&(t.contentBasePosition=new b().copy(e.contentBasePosition)),e.textAnchor&&(t.textAnchor=new b().copy(e.textAnchor)),e.planeOrigin&&(t.planeOrigin=new b().copy(e.planeOrigin)),e.planeXAxisDirection&&(t.planeXAxisDirection=new x(e.planeXAxisDirection)),e.planeYAxisDirection&&(t.planeYAxisDirection=new x(e.planeYAxisDirection));const i=r.textContent,s=i&&typeof i=="object"?i:void 0,o=typeof i=="string"&&i.length>0||this.readString(s??{},["text","contents"])!=null||this.readString(r,["text","contents","mtext"])!=null,a=e.contentType??(o?yt.MTextContent:e.blockContent?yt.BlockContent:yt.NoneContent);t.contentType=a;const l=this.readPoint(r,["normal","extrusionDirection"]);l&&(t.normal=l);const c=this.readString(s??{},["styleName","textStyleName","textStyle"])??this.readString(r,["textStyleName","textStyle","styleName","textStyleId"]);c&&(t.textStyleName=c);const h=this.readPositiveNumber(s??{},["textHeight","height"])??this.readPositiveNumber(r,["textHeight","mtextHeight","textContentHeight"])??this.readPositiveNumber(r,["arrowheadSize","contentScale"]);h!=null&&(t.textHeight=h);const d=this.readPositiveNumber(s??{},["textWidth","width"])??this.readPositiveNumber(r,["textWidth","mtextWidth","textContentWidth"]);d!=null&&(t.textWidth=d),t.textLineSpacingFactor=this.readNumber(s??{},["lineSpacingFactor","textLineSpacingFactor"])??this.readNumber(r,["textLineSpacingFactor"])??t.textLineSpacingFactor;const p=this.readNumber(s??{},["textRotation","rotation"])??this.readNumber(r,["textRotation","mtextRotation","textContentRotation"]);p!=null&&(t.textRotation=T.degToRad(p));const g=this.readPoint(r,["textDirection","mtextDirection","textDirectionVector"]);g&&(t.textDirection=g);const f=this.readNumber(r,["textAttachmentPoint","attachmentPoint"]);f!=null&&(t.textAttachmentPoint=f);const m=e.textAttachmentDirection;m!=null&&(t.textAttachmentDirection=m);const y=this.readNumber(r,["textDrawingDirection","drawingDirection"]);y!=null&&(t.textDrawingDirection=y);const _=typeof i=="string"?i:this.readString(s??{},["text","contents"])??this.readString(r,["text","contents","mtext"]),P=this.readPoint(s??{},["anchorPoint","textAnchor","textLocation","textPosition","textAnchorPoint"])??this.readPoint(r,["textAnchor","textLocation","textPosition","textAnchorPoint","contentBasePosition"]);if(_!=null&&P&&(t.mtextContent={text:_,anchorPoint:P}),e.blockContent){const A=e.blockContent;t.blockContent={blockContentId:e.blockContent.blockContentId,normal:this.readPoint(A,["normal"]),position:e.blockContent.position,scale:this.readPoint(A,["scale"]),rotation:this.readNumber(A,["rotation"]),color:this.readNumber(A,["color"]),transformationMatrix:Array.isArray(e.blockContent.transformationMatrix)?e.blockContent.transformationMatrix:[]}}else e.blockContentId&&(t.blockContent={blockContentId:e.blockContentId,scale:e.blockContentScale,rotation:e.blockContentRotation,color:e.blockContentColor,transformationMatrix:[]});return(L=this.readMLeaderLeaders(r))==null||L.forEach(A=>{t.addLeader({lastLeaderLinePoint:A.lastLeaderLinePoint,lastLeaderLinePointSet:A.lastLeaderLinePointSet,doglegVector:A.doglegVector,doglegVectorSet:A.doglegVectorSet,doglegLength:A.doglegLength??e.doglegLength,breaks:A.breaks,leaderBranchIndex:A.leaderBranchIndex,leaderLines:A.leaderLines})}),t.numberOfLeaders===0&&((S=this.readLeaderLineArray(r))==null||S.forEach(A=>{t.addLeader({doglegLength:e.doglegLength}),t.addLeaderLine(t.numberOfLeaders-1,A)})),t.numberOfLeaders===0&&e.contentBasePosition&&t.addLeader({lastLeaderLinePoint:e.contentBasePosition,lastLeaderLinePointSet:!0,doglegLength:e.doglegLength}),t}convertDimension(e){if(e.subclassMarker=="AcDbAlignedDimension"){const t=e,r=new pr(t.subDefinitionPoint1,t.subDefinitionPoint2,t.definitionPoint);return t.insertionPoint&&(r.dimBlockPosition={...t.insertionPoint,z:0}),r.rotation=T.degToRad(t.rotationAngle||0),this.processDimensionCommonAttrs(e,r),r}else if(e.subclassMarker=="AcDbRotatedDimension"){const t=e,r=new vi(t.subDefinitionPoint1,t.subDefinitionPoint2,t.definitionPoint);return t.insertionPoint&&(r.dimBlockPosition={...t.insertionPoint,z:0}),r.rotation=T.degToRad(t.rotationAngle||0),this.processDimensionCommonAttrs(e,r),r}else if(e.subclassMarker=="AcDb3PointAngularDimension"){const t=e,r=new _i(t.centerPoint,t.subDefinitionPoint1,t.subDefinitionPoint2,t.definitionPoint);return this.processDimensionCommonAttrs(e,r),r}else if(e.subclassMarker=="AcDbOrdinateDimension"){const t=e,r=new xi(t.subDefinitionPoint1,t.subDefinitionPoint2);return this.processDimensionCommonAttrs(e,r),r}else if(e.subclassMarker=="AcDbRadialDimension"){const t=e,r=new wi(t.definitionPoint,t.subDefinitionPoint,t.leaderLength);return this.processDimensionCommonAttrs(e,r),r}else if(e.subclassMarker=="AcDbDiametricDimension"){const t=e,r=new bi(t.definitionPoint,t.subDefinitionPoint,t.leaderLength);return this.processDimensionCommonAttrs(e,r),r}return null}processImage(e,t){t.position.copy(e.position),t.brightness=e.brightness,t.contrast=e.contrast,t.fade=e.fade,t.imageSize.copy(e.imageSize),t.isShownClipped=(e.flags|4)>0,t.isImageShown=(e.flags|3)>0,t.isImageTransparent=(e.flags|8)>0,t.imageDefId=e.imageDefHandle,t.isClipped=e.isClipped,e.clippingBoundaryPath.forEach(r=>{t.clipBoundary.push(new E(r))}),t.width=Math.sqrt(e.uPixel.x**2+e.uPixel.y**2+e.uPixel.z**2)*e.imageSize.x,t.height=Math.sqrt(e.vPixel.x**2+e.vPixel.y**2+e.vPixel.z**2)*e.imageSize.y,t.rotation=Math.atan2(e.uPixel.y,e.uPixel.x)}convertImage(e){const t=new gr;return this.processImage(e,t),t.clipBoundaryType=e.clippingBoundaryType,t}processWipeout(e,t){t.position.copy(e.position),t.brightness=e.brightness,t.contrast=e.contrast,t.fade=e.fade,t.imageSize.copy(e.imageSize),t.isShownClipped=(e.displayFlag|4)>0,t.isImageShown=(e.displayFlag|3)>0,t.isImageTransparent=(e.displayFlag|8)>0,t.imageDefId=e.imageDefHardId,t.isClipped=e.isClipping,e.boundary.forEach(r=>{t.clipBoundary.push(new E(r))}),t.clipBoundaryType=e.boundaryType,t.width=Math.sqrt(e.uDirection.x**2+e.uDirection.y**2+e.uDirection.z**2)*e.imageSize.x,t.height=Math.sqrt(e.vDirection.x**2+e.vDirection.y**2+e.vDirection.z**2)*e.imageSize.y,t.rotation=Math.atan2(e.uDirection.y,e.uDirection.x)}convertWipeout(e){const t=new gi;return this.processWipeout(e,t),t}convertViewport(e){const t=new ui;return t.number=e.viewportId,t.centerPoint.copy(e.viewportCenter),t.height=e.height,t.width=e.width,t.viewCenter.copy(e.displayCenter),t.viewHeight=e.viewHeight,t}convertRay(e){const t=new hi;return t.basePoint.copy(e.position),t.unitDir.copy(e.direction),t}convertXline(e){const t=new pi;return t.basePoint.copy(e.position),t.unitDir.copy(e.direction),t}convertBlockReference(e){const t=new sn(e.name);return e.insertionPoint&&t.position.copy(e.insertionPoint),t.scaleFactors.x=e.xScale||1,t.scaleFactors.y=e.yScale||1,t.scaleFactors.z=e.zScale||1,t.rotation=e.rotation!=null?T.degToRad(e.rotation):0,t.normal.copy(e.extrusionDirection??{x:0,y:0,z:1}),t}processDimensionCommonAttrs(e,t){t.dimBlockId=e.name,t.textPosition.copy(e.textPoint),t.textRotation=e.textRotation||0,e.textLineSpacingFactor&&(t.textLineSpacingFactor=e.textLineSpacingFactor),e.textLineSpacingStyle&&(t.textLineSpacingStyle=e.textLineSpacingStyle),t.dimensionStyleName=e.styleName,t.dimensionText=e.text||"",t.measurement=e.measurement,t.normal.copy(e.extrusionDirection??{x:0,y:0,z:1})}processCommonAttrs(e,t){if(t.layer=e.layer||"0",e.handle&&(t.objectId=e.handle.toString()),t.ownerId=e.ownerBlockRecordSoftId||"",e.lineType!=null&&(t.lineType=e.lineType),e.lineweight!=null&&(t.lineWeight=e.lineweight),e.lineTypeScale!=null&&(t.linetypeScale=e.lineTypeScale),e.color!=null||e.colorIndex!=null||e.colorName){const r=new R;e.color!=null&&r.setRGBValue(e.color),e.colorIndex!=null&&(r.colorIndex=e.colorIndex),e.colorName&&(r.colorName=e.colorName),t.color=r}e.isVisible!=null&&(t.visibility=!e.isVisible),e.transparency!=null&&(t.transparency=te.deserialize(e.transparency))}readNumber(e,t){for(const r of t){const i=e[r];if(typeof i=="number"&&Number.isFinite(i))return i}}readPositiveNumber(e,t){const r=this.readNumber(e,t);return r!=null&&r>0?r:void 0}readString(e,t){for(const r of t){const i=e[r];if(typeof i=="string")return i}}readBoolean(e,t){for(const r of t){const i=e[r];if(typeof i=="boolean")return i;if(typeof i=="number")return i!==0}}readPoint(e,t){for(const r of t){const i=e[r];if(this.isPointLike(i))return i;if(Array.isArray(i)&&typeof i[0]=="number"&&typeof i[1]=="number")return{x:i[0],y:i[1],z:i[2]??0}}}readLeaderLineArray(e){const t=e.leaderLines;if(Array.isArray(t))return t.map(i=>{if(!i||typeof i!="object")return;const s=i.vertices;return Array.isArray(s)?s.filter(o=>this.isPointLike(o)):void 0}).filter(i=>!!i&&i.length>0);const r=e.vertices;if(Array.isArray(r)){const i=r.filter(s=>this.isPointLike(s));return i.length>0?[i]:void 0}}readMLeaderLeaders(e){const t=e.leaderSections;if(!Array.isArray(t))return;const r=[];return t.forEach(i=>{if(!i||typeof i!="object")return;const s=i,o=s.leaderLines,a=Array.isArray(o)?o.reduce((f,m)=>{const y=this.readMLeaderLine(m);return y&&f.push(y),f},[]):void 0,l={},c=this.readPoint(s,["lastLeaderLinePoint"]),h=this.readPoint(s,["doglegVector"]),d=this.readNumber(s,["doglegLength"]),p=this.readMLeaderBreaks(s.breaks),g=this.readNumber(s,["leaderBranchIndex"]);c&&(l.lastLeaderLinePoint=c),s.lastLeaderLinePointSet!=null&&(l.lastLeaderLinePointSet=this.readBoolean(s,["lastLeaderLinePointSet"])),h&&(l.doglegVector=h),s.doglegVectorSet!=null&&(l.doglegVectorSet=this.readBoolean(s,["doglegVectorSet"])),d!=null&&(l.doglegLength=d),p&&(l.breaks=p),g!=null&&(l.leaderBranchIndex=g),a&&(l.leaderLines=a),r.push(l)}),r}readMLeaderLine(e){if(!e||typeof e!="object")return;const t=e,r=t.vertices,i=Array.isArray(r)?r.filter(l=>this.isPointLike(l)):[],s=this.readMLeaderBreaks(t.breaks),o=Array.isArray(t.breakPointIndexes)?t.breakPointIndexes.filter(l=>typeof l=="number"):void 0,a=this.readNumber(t,["leaderLineIndex"]);return i.length>0||s&&s.length>0?{vertices:i,breakPointIndexes:o,leaderLineIndex:a,breaks:s}:void 0}readMLeaderBreaks(e){if(!Array.isArray(e))return;const t=e.map(r=>{if(!r||typeof r!="object")return;const i=r,s=this.readPoint(i,["start"]),o=this.readPoint(i,["end"]),a=this.readNumber(i,["index"]);if(!s||!o)return;const l={start:s,end:o};return a!=null&&(l.index=a),l}).filter(r=>!!r);return t.length>0?t:void 0}isPointLike(e){return!!e&&typeof e=="object"&&typeof e.x=="number"&&typeof e.y=="number"}}class hf{convertLayout(e,t){var s,o;const r=new br;r.layoutName=e.layoutName,r.tabOrder=e.tabOrder,r.plotSettingsName=e.pageSetupName,r.plotCfgName=e.configName,r.canonicalMediaName=e.paperSize,r.plotViewName=e.plotViewName,r.currentStyleSheet=e.currentStyleSheet,r.plotPaperMargins={left:e.marginLeft,right:e.marginRight,top:e.marginTop,bottom:e.marginBottom},r.plotPaperSize.copy({x:e.paperWidth,y:e.paperHeight}),r.plotOrigin.copy({x:e.plotOriginX,y:e.plotOriginY}),r.plotWindowArea.min.copy({x:e.windowAreaXMin,y:e.windowAreaYMin}),r.plotWindowArea.max.copy({x:e.windowAreaXMax,y:e.windowAreaYMax}),r.customPrintScale={numerator:e.printScaleNumerator,denominator:e.printScaleDenominator},r.plotPaperUnits=e.plotPaperUnit,r.plotRotation=e.plotRotation,r.plotType=e.plotType,r.stdScaleType=e.standardScaleType,r.shadePlot=(()=>{switch(e.shadePlotMode){case 1:return yn.kWireframe;case 2:return yn.kHidden;case 3:return yn.kRendered;default:return yn.kAsDisplayed}})(),r.shadePlotResLevel=(()=>{switch(e.shadePlotResolution){case 1:return Et.kPreview;case 2:return Et.kNormal;case 3:return Et.kPresentation;case 4:return Et.kMaximum;case 5:return Et.kCustom;default:return Et.kDraft}})(),e.shadePlotCustomDPI!=null&&(r.shadePlotCustomDPI=e.shadePlotCustomDPI),e.shadePlotId&&(r.shadePlotId=e.shadePlotId);const i=e.layoutFlag??0;if(r.plotViewportBorders=(i&1)!==0,r.showPlotStyles=(i&2)!==0,r.plotCentered=(i&4)!==0,r.plotHidden=(i&8)!==0,r.useStandardScale=(i&16)!==0,r.plotPlotStyles=(i&32)!==0,r.scaleLineweights=(i&64)!==0,r.printLineweights=(i&128)!==0,r.drawViewportsFirst=(i&512)!==0,r.modelType=(i&1024)!==0,e.viewportId&&r.viewportArray.push(e.viewportId),e.layoutName==="Model"){const a=se.MODEL_SPACE_NAME.toUpperCase();(s=t.tables.BLOCK_RECORD)==null||s.entries.some(l=>l.name.toUpperCase()===a?(r.blockTableRecordId=l.handle,!0):!1)}else(o=t.tables.BLOCK_RECORD)==null||o.entries.some(a=>a.layoutObjects===e.handle?(r.blockTableRecordId=a.handle,!0):!1),r.blockTableRecordId||(r.blockTableRecordId=e.paperSpaceTableId);return e.minLimit&&r.limits.min.copy(e.minLimit),e.maxLimit&&r.limits.max.copy(e.maxLimit),e.minExtent&&r.extents.min.copy(e.minExtent),e.maxExtent&&r.extents.max.copy(e.maxExtent),this.processCommonAttrs(e,r),r}convertImageDef(e){const t=new ac;return t.sourceFileName=e.fileName,this.processCommonAttrs(e,t),t}convertMLeaderStyle(e){const t=new Js;return t.unknown1=e.unknown1,e.contentType!=null&&(t.contentType=e.contentType),e.drawMLeaderOrderType!=null&&(t.drawMLeaderOrderType=e.drawMLeaderOrderType),e.drawLeaderOrderType!=null&&(t.drawLeaderOrderType=e.drawLeaderOrderType),e.maxLeaderSegmentPoints!=null&&(t.maxLeaderSegmentPoints=e.maxLeaderSegmentPoints),e.firstSegmentAngleConstraint!=null&&(t.firstSegmentAngleConstraint=e.firstSegmentAngleConstraint),e.secondSegmentAngleConstraint!=null&&(t.secondSegmentAngleConstraint=e.secondSegmentAngleConstraint),e.leaderLineType!=null&&(t.leaderLineType=e.leaderLineType),e.leaderLineColor!=null&&(t.leaderLineColor=nr(e.leaderLineColor)),t.leaderLineTypeId=e.leaderLineTypeId,e.leaderLineWeight!=null&&(t.leaderLineWeight=e.leaderLineWeight),e.landingEnabled!=null&&(t.landingEnabled=e.landingEnabled),e.landingGap!=null&&(t.landingGap=e.landingGap),e.doglegEnabled!=null&&(t.doglegEnabled=e.doglegEnabled),e.doglegLength!=null&&(t.doglegLength=e.doglegLength),e.description!=null&&(t.description=e.description),t.arrowheadId=e.arrowheadId,e.arrowheadSize!=null&&(t.arrowheadSize=e.arrowheadSize),e.defaultMTextContents!=null&&(t.defaultMTextContents=e.defaultMTextContents),t.textStyleId=e.textStyleId,e.textLeftAttachmentType!=null&&(t.textLeftAttachmentType=e.textLeftAttachmentType),e.textAngleType!=null&&(t.textAngleType=e.textAngleType),e.textAlignmentType!=null&&(t.textAlignmentType=e.textAlignmentType),e.textRightAttachmentType!=null&&(t.textRightAttachmentType=e.textRightAttachmentType),e.textColor!=null&&(t.textColor=nr(e.textColor)),e.textHeight!=null&&(t.textHeight=e.textHeight),e.textFrameEnabled!=null&&(t.textFrameEnabled=e.textFrameEnabled),e.textAlignAlwaysLeft!=null&&(t.textAlignAlwaysLeft=e.textAlignAlwaysLeft),e.alignSpace!=null&&(t.alignSpace=e.alignSpace),t.blockContentId=e.blockContentId,e.blockContentColor!=null&&(t.blockContentColor=nr(e.blockContentColor)),e.blockContentScale&&(t.blockContentScale={x:e.blockContentScale.x,y:e.blockContentScale.y,z:e.blockContentScale.z??1}),e.blockContentScaleEnabled!=null&&(t.blockContentScaleEnabled=e.blockContentScaleEnabled),e.blockContentRotation!=null&&(t.blockContentRotation=e.blockContentRotation),e.blockContentRotationEnabled!=null&&(t.blockContentRotationEnabled=e.blockContentRotationEnabled),e.blockContentConnectionType!=null&&(t.blockContentConnectionType=e.blockContentConnectionType),e.scale!=null&&(t.scale=e.scale),e.overwritePropertyValue!=null&&(t.overwritePropertyValue=e.overwritePropertyValue),e.annotative!=null&&(t.annotative=e.annotative),e.breakGapSize!=null&&(t.breakGapSize=e.breakGapSize),e.textAttachmentDirection!=null&&(t.textAttachmentDirection=e.textAttachmentDirection),e.bottomTextAttachmentDirection!=null&&(t.bottomTextAttachmentDirection=e.bottomTextAttachmentDirection),e.topTextAttachmentDirection!=null&&(t.topTextAttachmentDirection=e.topTextAttachmentDirection),t.unknown2=e.unknown2,this.processCommonAttrs(e,t),t}convertMLineStyle(e){var i;const t=new eo;if(e.styleName!=null&&(t.styleName=e.styleName),e.flags!=null&&(t.flags=e.flags),e.description!=null&&(t.description=e.description),e.fillColor!=null)t.fillColor=new R().setRGBValue(e.fillColor);else if(e.fillColorIndex!=null){const s=new R;s.colorIndex=e.fillColorIndex,t.fillColor=s}e.startAngle!=null&&(t.startAngle=e.startAngle),e.endAngle!=null&&(t.endAngle=e.endAngle);const r=Math.max(e.elementCount??0,((i=e.elements)==null?void 0:i.length)??0);return r>0&&(t.elements=Array.from({length:r},(s,o)=>{var a,l,c,h;return{offset:((l=(a=e.elements)==null?void 0:a[o])==null?void 0:l.offset)??0,color:(()=>{var p,g,f,m;const d=new R;return((g=(p=e.elements)==null?void 0:p[o])==null?void 0:g.color)!=null?d.setRGBValue(e.elements[o].color):d.colorIndex=((m=(f=e.elements)==null?void 0:f[o])==null?void 0:m.colorIndex)??256,d})(),lineType:((h=(c=e.elements)==null?void 0:c[o])==null?void 0:h.lineType)??"BYLAYER"}})),this.processCommonAttrs(e,t),t}processCommonAttrs(e,t){t.objectId=e.handle,e.ownerObjectId!=null&&(t.ownerId=e.ownerObjectId)}}class jh{constructor(e){this.taskId=0,this.workers=new Map,this.pendingTasks=new Map,this.config={workerUrl:e.workerUrl,timeout:e.timeout??3e4,maxConcurrentWorkers:e.maxConcurrentWorkers??4}}async execute(e,t){const r=Date.now(),i=this.generateTaskId();try{return await this.executeInWorker(i,e,t||this.config.workerUrl)}catch(s){const o=Date.now()-r;return{success:!1,error:s instanceof Error?s.message:String(s),duration:o}}}async executeInWorker(e,t,r){const i=Date.now();return new Promise((s,o)=>{const a=this.getAvailableWorker(r),l=setTimeout(()=>{this.cleanupTask(e),this.releaseWorker(a),o(new Error(`Worker operation timed out after ${this.config.timeout}ms`))},this.config.timeout);this.pendingTasks.set(e,{resolve:d=>{clearTimeout(l),this.releaseWorker(a),s(d)},reject:d=>{clearTimeout(l),this.releaseWorker(a),o(d)},timeout:l});const c=d=>{const{id:p,success:g,data:f,error:m}=d.data;if(p!==e)return;this.cleanupTask(e);const y=Date.now()-i;s(g?{success:!0,data:f,duration:y}:{success:!1,error:m,duration:y})},h=d=>{this.cleanupTask(e),o(new Error(`Worker error: ${d.message}`))};a.addEventListener("message",c),a.addEventListener("error",h),a.postMessage({id:e,input:t})})}cleanupTask(e){const t=this.pendingTasks.get(e);t&&(clearTimeout(t.timeout),this.pendingTasks.delete(e))}generateTaskId(){return`task_${++this.taskId}_${Date.now()}`}detectWorkerSupport(){return typeof Worker<"u"}getAvailableWorker(e){for(const[r,i]of this.workers)if(!i.isBusy)return i.isBusy=!0,i.worker;if(this.workers.size<this.config.maxConcurrentWorkers){const r=new Worker(e,{type:"module"}),i=this.generateWorkerId(),s={worker:r,isBusy:!0,id:i,createdAt:new Date};return this.workers.set(i,s),r}const t=Array.from(this.workers.values()).sort((r,i)=>r.createdAt.getTime()-i.createdAt.getTime())[0];return t.isBusy=!0,t.worker}releaseWorker(e){for(const[t,r]of this.workers)if(r.worker===e){r.isBusy=!1;break}}generateWorkerId(){return`worker_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}getStats(){return{totalWorkers:this.workers.size,busyWorkers:Array.from(this.workers.values()).filter(e=>e.isBusy).length,pendingTasks:this.pendingTasks.size,config:this.config}}destroy(){for(const[e,t]of this.pendingTasks)clearTimeout(t.timeout),t.reject(new Error("Framework destroyed"));this.pendingTasks.clear();for(const[e,t]of this.workers)t.worker.terminate();this.workers.clear()}}class Gh{constructor(e){this.framework=new jh(e)}async execute(e,t){return this.framework.execute(e,t)}getStats(){return this.framework.getStats()}destroy(){this.framework.destroy()}}function Hh(n){return new Gh(n)}class df{constructor(){this.setupMessageHandler()}setupMessageHandler(){self.onmessage=async e=>{const{id:t,input:r}=e.data;try{const i=await this.executeTask(r);this.sendResponse(t,!0,i)}catch(i){this.sendResponse(t,!1,void 0,i instanceof Error?i.message:String(i))}}}sendResponse(e,t,r,i){const s={id:e,success:t,data:r,error:i};self.postMessage(s)}}class Wh extends oo{constructor(e={}){super(e),e.parserWorkerUrl||(e.parserWorkerUrl="/assets/dxf-parser-worker.js")}async parse(e,t){const r=this.config,i=this.getParserWorkerTimeout(e,t);if(r.useWorker&&r.parserWorkerUrl){const s=Hh({workerUrl:r.parserWorkerUrl,timeout:i,maxConcurrentWorkers:1}),o=await s.execute(e);if(s.destroy(),o.success)return{model:o.data,data:{unknownEntityCount:0}};throw new Error(`Failed to parse drawing due to error: '${o.error}'`)}else return{model:new cf().parse(e),data:{unknownEntityCount:0}}}getFonts(e){var s;const t=new Map,r=o=>{if(o){const a=o.lastIndexOf(".");return a>=0?o.substring(0,a).toLowerCase():o.toLowerCase()}};(s=e.tables.STYLE)==null||s.entries.forEach(o=>{const a=[];if(o.font){const l=r(o.font);l&&a.push(l)}if(o.bigFont){const l=r(o.bigFont);l&&a.push(l)}if(o.extendedFont){const l=r(o.extendedFont);l&&a.push(l)}t.set(o.name,a)});const i=new Set;return this.getFontsInBlock(e.entities,e.blocks,t,i),Array.from(i)}getFontsInBlock(e,t,r,i){const s=/\\f(.*?)\|/g;e.forEach(o=>{if(o.type=="MTEXT"){const a=o;[...a.text.matchAll(s)].forEach(h=>{i.add(h[1].toLowerCase())});const c=r.get(a.styleName);c==null||c.forEach(h=>i.add(h))}else if(o.type=="TEXT"){const a=o,l=r.get(a.styleName);l==null||l.forEach(c=>i.add(c))}else if(o.type=="MULTILEADER"||o.type=="MLEADER"){const a=o;[...(typeof a.textContent=="string"?a.textContent:"").matchAll(s)].forEach(d=>{i.add(d[1].toLowerCase())});const c=typeof a.textStyleName=="string"?a.textStyleName:typeof a.styleName=="string"?a.styleName:void 0,h=c?r.get(c):void 0;h==null||h.forEach(d=>i.add(d))}else if(o.type=="INSERT"){const l=t[o.name];l&&l.entities&&this.getFontsInBlock(l.entities,t,r,i)}})}async processEntities(e,t,r,i,s){const o=new ba;let a=e.entities;const l=a.length,c=new Us(l,100-i.value,r);this.config.convertByEntityType&&(a=this.groupAndFlattenByType(a));const h=new Map;for(let p=0;p<l;p++){const g=a[p];if(g.type==="ATTRIB"){const f=o.convert(g);if(f&&f.ownerId&&f.ownerId!=="0"){let m=h.get(f==null?void 0:f.ownerId);m==null&&(m=[],h.set(f.ownerId,m)),m.push(f)}}}const d=t.tables.blockTable.modelSpace;await c.processChunk(async(p,g)=>{let f=[],m=p<g?a[p].type:"";for(let _=p;_<g;_++){const P=a[_];if(!(P.ownerBlockRecordSoftId&&P.ownerBlockRecordSoftId!==d.objectId)&&P.type!=="ATTRIB"){const L=o.convert(P);if(L){if(this.config.convertByEntityType&&P.type!==m&&(d.appendEntity(f),f=[],m=P.type),P.type==="INSERT"){const S=h.get(L.objectId);S&&S.length>0&&S.forEach(A=>{L.appendAttributes(A)})}f.push(L)}}}d.appendEntity(f);let y=i.value+g/l*(100-i.value);y>100&&(y=100),s&&await s(y,"ENTITY","IN-PROGRESS")})}async processEntitiesInBlock(e,t,r=!1){const i=new ba,s=e.length,o=[],a=t.objectId,l=[];for(let c=0;c<s;c++){const h=e[c],d=i.convert(h);d&&(h.type==="ATTRIB"?l.push(d):(!r||h.ownerBlockRecordSoftId===a)&&o.push(d))}t.appendEntity(o),l.forEach(c=>{const h=t.getIdAt(c.ownerId);h&&h.appendAttributes(c)})}processBlocks(e,t){const r=e.blocks;for(const[i,s]of Object.entries(r)){let o=t.tables.blockTable.getAt(s.name);o||(o=new se,s.handle!=null&&(o.objectId=String(s.handle)),o.name=i,o.origin.copy(s.position),t.tables.blockTable.add(o)),s.entities?this.processEntitiesInBlock(s.entities,o):o.isPaperSapce&&this.processEntitiesInBlock(e.entities,o,!0)}}processHeader(e,t){const r=e.header;r.$ACADVER&&(t.version=r.$ACADVER),t.cecolor.colorIndex=r.$CECOLOR||256,t.angbase=r.$ANGBASE||0,t.angdir=r.$ANGDIR||0,r.$AUNITS!=null&&(t.aunits=r.$AUNITS),r.$AUPREC!=null&&(t.auprec=r.$AUPREC),r.$LUNITS!=null&&(t.lunits=r.$LUNITS),r.$LUPREC!=null&&(t.luprec=r.$LUPREC),r.$UNITMODE!=null&&(t.unitmode=r.$UNITMODE),r.$MEASUREMENT!=null&&(t.measurement=r.$MEASUREMENT),t.celtype=r.$CELTYPE||fe,Xe.instance().setVar(I.CETRANSPARENCY,r.$CETRANSPARENCY||"ByLayer",t),t.celtscale=r.$CELTSCALE||1;const i=this.normalizeHeaderStringValue(r.$CMLSTYLE)||this.normalizeHeaderStringValue(r.CMLSTYLE)||ft;t.cmlstyle=i;const s=r.$CMLSCALE??r.CMLSCALE;typeof s=="number"&&Number.isFinite(s)&&(t.cmlscale=s);const o=this.normalizeHeaderStringValue(r.$CMLEADERSTYLE)||this.normalizeHeaderStringValue(r.CMLEADERSTYLE)||mt;t.cmleaderstyle=o,t.hplayer=this.normalizeHeaderStringValue(r.$HPLAYER)||this.normalizeHeaderStringValue(r.HPLAYER)||".",t.ltscale=r.$LTSCALE||1,r.$EXTMAX&&(t.extmax=r.$EXTMAX),r.$EXTMIN&&(t.extmin=r.$EXTMIN),r.$INSUNITS!=null&&(t.insunits=r.$INSUNITS),t.osmode=r.$OSMODE||0,t.orthomode=r.$ORTHOMODE||0,t.pdmode=r.$PDMODE||0,t.pdsize=r.$PDSIZE||0,t.textstyle=r.$TEXTSTYLE||ae}processBlockTables(e,t){var i;const r=(i=e.tables.BLOCK_RECORD)==null?void 0:i.entries;r&&r.length>0&&(t.tables.blockTable.removeAll(),r.forEach(s=>{const o=new se;o.objectId=s.handle,o.name=s.name,o.layoutId=s.layoutObjects,o.blockInsertUnits=s.insertionUnits,o.explodability=s.explodability,o.blockScaling=s.scalability,s.bmpPreview&&(o.bmpPreview=s.bmpPreview),t.tables.blockTable.add(o)}))}processObjects(e,t){const r=e.objects.byName,i=new hf;if("LAYOUT"in r){const s=t.objects.layout;r.LAYOUT.forEach(o=>{const a=i.convertLayout(o,e);s.setAt(a.layoutName,a)})}if("IMAGEDEF"in r){const s=t.objects.imageDefinition;r.IMAGEDEF.forEach(o=>{const a=i.convertImageDef(o);s.setAt(a.objectId,a)})}if("MLEADERSTYLE"in r){const s=t.objects.mleaderStyle;r.MLEADERSTYLE.forEach(o=>{const a=i.convertMLeaderStyle(o);s.setAt(a.objectId,a)})}if("MLINESTYLE"in r){const s=t.objects.mlineStyle;r.MLINESTYLE.forEach(o=>{const a=i.convertMLineStyle(o);s.setAt(a.styleName||a.objectId,a)})}}processViewports(e,t){var i;const r=(i=e.tables)==null?void 0:i.VPORT;if(r){this.processCommonTableAttrs(r,t.tables.viewportTable);const s=r.entries;s&&s.length>0&&s.forEach(o=>{const a=new Di;this.processCommonTableEntryAttrs(o,a),o.circleSides&&(a.circleSides=o.circleSides),a.standardFlag=o.standardFlag,a.center.copy(o.center??Ps),a.lowerLeftCorner.copy(o.lowerLeftCorner??Yl),a.upperRightCorner.copy(o.upperRightCorner??Xl),o.snapBasePoint&&a.snapBase.copy(o.snapBasePoint),o.snapRotationAngle&&(a.snapAngle=o.snapRotationAngle),o.snapSpacing&&a.snapIncrements.copy(o.snapSpacing),o.majorGridLines&&(a.gridMajor=o.majorGridLines),o.gridSpacing&&a.gridIncrements.copy(o.gridSpacing),o.backgroundObjectId&&(a.backgroundObjectId=o.backgroundObjectId),a.gsView.center.copy(o.center??Ps),a.gsView.viewDirectionFromTarget.copy(o.viewDirectionFromTarget??Rl),a.gsView.viewTarget.copy(o.viewTarget??Bl),o.lensLength&&(a.gsView.lensLength=o.lensLength),o.frontClippingPlane&&(a.gsView.frontClippingPlane=o.frontClippingPlane),o.backClippingPlane&&(a.gsView.backClippingPlane=o.backClippingPlane),o.viewHeight&&(a.gsView.viewHeight=o.viewHeight),o.aspectRatio!=null&&Number.isFinite(o.aspectRatio)&&o.aspectRatio>0&&(a.gsView.aspectRatio=o.aspectRatio),o.viewTwistAngle&&(a.gsView.viewTwistAngle=o.viewTwistAngle),o.frozenLayers&&(a.gsView.frozenLayers=o.frozenLayers),o.styleSheet&&(a.gsView.styleSheet=o.styleSheet),o.renderMode&&(a.gsView.renderMode=o.renderMode),o.viewMode&&(a.gsView.viewMode=o.viewMode),o.ucsIconSetting&&(a.gsView.ucsIconSetting=o.ucsIconSetting),o.ucsOrigin&&a.gsView.ucsOrigin.copy(o.ucsOrigin),o.ucsXAxis&&a.gsView.ucsXAxis.copy(o.ucsXAxis),o.ucsYAxis&&a.gsView.ucsYAxis.copy(o.ucsYAxis),o.orthographicType&&(a.gsView.orthographicType=o.orthographicType),o.shadePlotSetting&&(a.gsView.shadePlotSetting=o.shadePlotSetting),o.shadePlotObjectId&&(a.gsView.shadePlotObjectId=o.shadePlotObjectId),o.visualStyleObjectId&&(a.gsView.visualStyleObjectId=o.visualStyleObjectId),o.isDefaultLightingOn&&(a.gsView.isDefaultLightingOn=o.isDefaultLightingOn),o.defaultLightingType&&(a.gsView.defaultLightingType=o.defaultLightingType),o.brightness&&(a.gsView.brightness=o.brightness),o.contrast&&(a.gsView.contrast=o.contrast),o.ambientColor&&(a.gsView.ambientColor=o.ambientColor),t.tables.viewportTable.add(a)})}}processLayers(e,t){var i;const r=(i=e.tables)==null?void 0:i.LAYER;if(r){this.processCommonTableAttrs(r,t.tables.layerTable);const s=r.entries;s&&s.length>0&&s.forEach(o=>{const a=new R;a.colorIndex=o.colorIndex;const l=new Bi({name:o.name,standardFlags:o.standardFlag,linetype:o.lineType,lineWeight:o.lineweight,isOff:o.colorIndex<0,color:a,isPlottable:o.isPlotting});this.processCommonTableEntryAttrs(o,l),t.tables.layerTable.add(l)})}}processLineTypes(e,t){var i;const r=(i=e.tables)==null?void 0:i.LTYPE;if(r){this.processCommonTableAttrs(r,t.tables.linetypeTable);const s=r.entries;s&&s.length>0&&s.forEach(o=>{const a=new Ot(o);this.processCommonTableEntryAttrs(o,a),a.name=o.name,t.tables.linetypeTable.add(a)})}}processTextStyles(e,t){var i;const r=(i=e.tables)==null?void 0:i.STYLE;if(r){this.processCommonTableAttrs(r,t.tables.textStyleTable);const s=r.entries;s&&s.length>0&&s.forEach(o=>{const a=new Fi(o);this.processCommonTableEntryAttrs(o,a),t.tables.textStyleTable.add(a)})}t.ensureTextStyleDefaults()}processDimStyles(e,t){var i;const r=(i=e.tables)==null?void 0:i.DIMSTYLE;if(r){this.processCommonTableAttrs(r,t.tables.dimStyleTable);const s=r.entries;s&&s.length>0&&s.forEach(o=>{const a={name:o.name,ownerId:o.ownerObjectId,dimpost:o.DIMPOST||"",dimapost:o.DIMAPOST||"",dimscale:o.DIMSCALE,dimasz:o.DIMASZ,dimexo:o.DIMEXO,dimdli:o.DIMDLI,dimexe:o.DIMEXE,dimrnd:o.DIMRND,dimdle:o.DIMDLE,dimtp:o.DIMTP,dimtm:o.DIMTM,dimtxt:o.DIMTXT,dimcen:o.DIMCEN,dimtsz:o.DIMTSZ,dimaltf:o.DIMALTF,dimlfac:o.DIMLFAC,dimtvp:o.DIMTVP,dimtfac:o.DIMTFAC,dimgap:o.DIMGAP,dimaltrnd:o.DIMALTRND,dimtol:o.DIMTOL==null||o.DIMTOL==0?0:1,dimlim:o.DIMLIM==null||o.DIMLIM==0?0:1,dimtih:o.DIMTIH==null||o.DIMTIH==0?0:1,dimtoh:o.DIMTOH==null||o.DIMTOH==0?0:1,dimse1:o.DIMSE1==null||o.DIMSE1==0?0:1,dimse2:o.DIMSE2==null||o.DIMSE2==0?0:1,dimtad:o.DIMTAD,dimzin:o.DIMZIN,dimazin:o.DIMAZIN,dimalt:o.DIMALT,dimaltd:o.DIMALTD,dimtofl:o.DIMTOFL,dimsah:o.DIMSAH,dimtix:o.DIMTIX,dimsoxd:o.DIMSOXD,dimclrd:o.DIMCLRD,dimclre:o.DIMCLRE,dimclrt:o.DIMCLRT,dimadec:o.DIMADEC||0,dimunit:o.DIMUNIT||2,dimdec:o.DIMDEC,dimtdec:o.DIMTDEC,dimaltu:o.DIMALTU,dimalttd:o.DIMALTTD,dimaunit:o.DIMAUNIT,dimfrac:o.DIMFRAC,dimlunit:o.DIMLUNIT,dimdsep:o.DIMDSEP?o.DIMDSEP.toString():".",dimtmove:o.DIMTMOVE||0,dimjust:o.DIMJUST,dimsd1:o.DIMSD1,dimsd2:o.DIMSD2,dimtolj:o.DIMTOLJ,dimtzin:o.DIMTZIN,dimaltz:o.DIMALTZ,dimalttz:o.DIMALTTZ,dimfit:o.DIMFIT||0,dimupt:o.DIMUPT,dimatfit:o.DIMATFIT,dimtxsty:o.DIMTXSTY||ae,dimldrblk:o.DIMLDRBLK||"",dimblk:o.DIMBLK||"",dimblk1:o.DIMBLK1||"",dimblk2:o.DIMBLK2||"",dimlwd:o.DIMLWD,dimlwe:o.DIMLWE},l=new on(a);this.processCommonTableEntryAttrs(o,l),t.tables.dimStyleTable.add(l)})}}processCommonTableAttrs(e,t){e.handle!=null&&(t.objectId=e.handle),e.ownerObjectId!=null&&(t.ownerId=e.ownerObjectId)}processCommonTableEntryAttrs(e,t){t.name="name"in e?e.name:"",e.handle!=null&&(t.objectId=e.handle),e.ownerObjectId!=null&&(t.ownerId=e.ownerObjectId)}groupAndFlattenByType(e){const t={},r=[];for(const i of e)t[i.type]||(t[i.type]=[],r.push(i.type)),t[i.type].push(i);return r.flatMap(i=>t[i])}normalizeHeaderStringValue(e){if(typeof e!="string")return;const t=e.trim();return t.length>0?t:void 0}}class Uh extends oo{constructor(e){super({}),this._database=e}async parse(){return{model:this._database,data:{unknownEntityCount:0}}}getFonts(){return[]}async processEntities(e,t,r,i,s){let o=e.tables.blockTable.modelSpace.newIterator().toArray();const a=o.length,l=new Us(a,100-i.value,r);this.config.convertByEntityType&&(o=this.groupAndFlattenByType(o));const c=t.tables.blockTable.modelSpace;await l.processChunk(async(h,d)=>{let p=[],g=h<d?o[h].type:"";for(let f=h;f<d;f++){const m=o[f];this.config.convertByEntityType&&m.type!==g&&(this.triggerEvents(c,p),p=[],g=m.type),p.push(m)}if(this.triggerEvents(c,p),s){let f=i.value+d/a*(100-i.value);f>100&&(f=100),await s(f,"ENTITY","IN-PROGRESS")}})}processBlocks(){const e=this._database.tables.blockTable.newIterator();for(const t of e){const r=t.newIterator().toArray();this.triggerEvents(t,r)}}processHeader(){}processBlockTables(){}processObjects(){const e=this._database.objects.layout.newIterator();for(const i of e)this._database.events.dictObjetSet.dispatch({database:this._database,object:i,key:i.layoutName});const t=this._database.objects.imageDefinition.newIterator();for(const i of t)this._database.events.dictObjetSet.dispatch({database:this._database,object:i,key:i.objectId});const r=this._database.objects.mleaderStyle.newIterator();for(const i of r)this._database.events.dictObjetSet.dispatch({database:this._database,object:i,key:i.objectId})}processViewports(){}processLayers(){this._database.tables.layerTable.newIterator().toArray().forEach(t=>{this._database.events.layerAppended.dispatch({database:this._database,layer:t})})}processLineTypes(){}processTextStyles(){}processDimStyles(){}groupAndFlattenByType(e){const t={},r=[];for(const i of e)t[i.type]||(t[i.type]=[],r.push(i.type)),t[i.type].push(i);return r.flatMap(i=>t[i])}triggerEvents(e,t){(e.isModelSapce||e.isPaperSapce)&&e.database.events.entityAppended.dispatch({database:e.database,entity:t})}}exports.ACAD_APPID=vs;exports.ACTIVE_VPORT_NAME=lr;exports.AC_DB_SYSTEM_VARIABLE_NAMES=yg;exports.AcCmColor=R;exports.AcCmColorUtil=It;exports.AcCmEntityColor=Zh;exports.AcCmErrors=Pe;exports.AcCmEventDispatcher=Qh;exports.AcCmEventManager=ie;exports.AcCmLoader=gd;exports.AcCmLoadingManager=Ia;exports.AcCmObject=Aa;exports.AcCmPerformanceCollector=ks;exports.AcCmTask=Sa;exports.AcCmTaskScheduler=La;exports.AcCmTransparency=te;exports.AcDb2dPolyline=Kr;exports.AcDb2dVertex=Ss;exports.AcDb2dVertexType=Dl;exports.AcDb3PointAngularDimension=_i;exports.AcDb3dPolyline=Zr;exports.AcDb3dVertex=Ls;exports.AcDb3dVertexType=zl;exports.AcDbAbstractViewTableRecord=so;exports.AcDbAlignedDimension=pr;exports.AcDbAngleUnits=ve;exports.AcDbArc=Qr;exports.AcDbArcDimension=Is;exports.AcDbAttribute=ei;exports.AcDbAttributeDefinition=Jr;exports.AcDbAttributeFlags=oe;exports.AcDbAttributeMTextFlag=Ue;exports.AcDbBaseWorker=df;exports.AcDbBatchProcessing=Us;exports.AcDbBlockReference=sn;exports.AcDbBlockScaling=fl;exports.AcDbBlockTable=uc;exports.AcDbBlockTableRecord=se;exports.AcDbCircle=ti;exports.AcDbCodePage=Ks;exports.AcDbCurve=ge;exports.AcDbDataGenerator=cc;exports.AcDbDatabase=Yg;exports.AcDbDatabaseConverter=oo;exports.AcDbDatabaseConverterManager=We;exports.AcDbDiametricDimension=bi;exports.AcDbDictionary=tn;exports.AcDbDimArrowType=hc;exports.AcDbDimStyleTable=gc;exports.AcDbDimStyleTableRecord=on;exports.AcDbDimTextHorizontal=pc;exports.AcDbDimTextVertical=fc;exports.AcDbDimVerticalJustification=_c;exports.AcDbDimZeroSuppression=mc;exports.AcDbDimZeroSuppressionAngular=yc;exports.AcDbDimension=xt;exports.AcDbDuplicateRecordCloning=lc;exports.AcDbDwgVersion=Ye;exports.AcDbDxfCode=Os;exports.AcDbDxfConverter=Wh;exports.AcDbDxfFiler=Ta;exports.AcDbEllipse=ni;exports.AcDbEntity=le;exports.AcDbFace=ri;exports.AcDbFileType=Jn;exports.AcDbFormatter=Sl;exports.AcDbGradientPatternType=ql;exports.AcDbHatch=cr;exports.AcDbHatchObjectType=Qs;exports.AcDbHatchPatternType=tr;exports.AcDbHatchStyle=$l;exports.AcDbHostApplicationServices=$r;exports.AcDbLayerTable=bc;exports.AcDbLayerTableRecord=Bi;exports.AcDbLayout=br;exports.AcDbLayoutDictionary=oc;exports.AcDbLayoutManager=wl;exports.AcDbLeader=ii;exports.AcDbLeaderAnnotationType=Kl;exports.AcDbLine=hr;exports.AcDbLineSpacingStyle=yi;exports.AcDbLinearUnits=J;exports.AcDbLinetypeTable=xc;exports.AcDbLinetypeTableRecord=Ot;exports.AcDbMLeader=oi;exports.AcDbMLeaderContentType=yt;exports.AcDbMLeaderDirectionType=ec;exports.AcDbMLeaderLineType=An;exports.AcDbMLeaderStyle=Js;exports.AcDbMLeaderTextAttachmentDirection=Jl;exports.AcDbMLine=si;exports.AcDbMLineFlags=Ql;exports.AcDbMLineJustification=Zl;exports.AcDbMText=dr;exports.AcDbMlineStyle=eo;exports.AcDbObject=Ge;exports.AcDbObjectIterator=_r;exports.AcDbOpenMode=vl;exports.AcDbOrdinateDimension=xi;exports.AcDbOsnapMode=v;exports.AcDbPatParser=io;exports.AcDbPatSvgRenderer=Es;exports.AcDbPlotPaperUnits=ml;exports.AcDbPlotRotation=yl;exports.AcDbPlotSettings=xl;exports.AcDbPlotShadePlotResLevel=Et;exports.AcDbPlotShadePlotType=yn;exports.AcDbPlotStdScaleType=bl;exports.AcDbPlotType=_l;exports.AcDbPoint=ci;exports.AcDbPoly2dType=_n;exports.AcDbPoly3dType=er;exports.AcDbPolyFaceMesh=mi;exports.AcDbPolyFaceMeshFace=sc;exports.AcDbPolyFaceMeshVertex=ic;exports.AcDbPolygonMesh=fi;exports.AcDbPolygonMeshVertex=rc;exports.AcDbPolyline=Ae;exports.AcDbPredefinedAcadIsoPat=Ul;exports.AcDbPredefinedAcadPat=_g;exports.AcDbRadialDimension=wi;exports.AcDbRasterImage=gr;exports.AcDbRasterImageClipBoundaryType=tc;exports.AcDbRasterImageDef=ac;exports.AcDbRasterImageImageDisplayOpt=nc;exports.AcDbRay=hi;exports.AcDbRegAppTable=Ac;exports.AcDbRegAppTableRecord=Ts;exports.AcDbRegenerator=Uh;exports.AcDbRenderingCache=an;exports.AcDbResultBuffer=Ws;exports.AcDbRotatedDimension=vi;exports.AcDbShape=di;exports.AcDbSpline=ur;exports.AcDbSymbolTable=wt;exports.AcDbSymbolTableRecord=Xt;exports.AcDbSysVarManager=Xe;exports.AcDbSystemVariables=I;exports.AcDbTable=ai;exports.AcDbText=In;exports.AcDbTextHorizontalMode=Hl;exports.AcDbTextStyleTable=wc;exports.AcDbTextStyleTableRecord=Fi;exports.AcDbTextVerticalMode=Wl;exports.AcDbTrace=li;exports.AcDbUnitsValue=K;exports.AcDbViewTable=vc;exports.AcDbViewTableRecord=Bg;exports.AcDbViewport=ui;exports.AcDbViewportTable=Pc;exports.AcDbViewportTableRecord=Di;exports.AcDbWipeout=gi;exports.AcDbWorkerApi=Gh;exports.AcDbWorkerManager=jh;exports.AcDbXline=pi;exports.AcDbXrecord=kg;exports.AcGeArea2d=Nt;exports.AcGeBox2d=xe;exports.AcGeBox3d=B;exports.AcGeCatmullRomCurve3d=ul;exports.AcGeCircArc2d=Re;exports.AcGeCircArc3d=Xi;exports.AcGeCurve2d=En;exports.AcGeEllipseArc2d=Ln;exports.AcGeEllipseArc3d=dl;exports.AcGeEuler=Sd;exports.AcGeGeometryUtil=Ka;exports.AcGeLine2d=_t;exports.AcGeLine3d=bt;exports.AcGeLoop2d=or;exports.AcGeMathUtil=T;exports.AcGeMatrix2d=mr;exports.AcGeMatrix3d=D;exports.AcGeNurbsCurve=je;exports.AcGePlane=Ds;exports.AcGePoint2d=E;exports.AcGePoint3d=b;exports.AcGePolyline2d=ee;exports.AcGeQuaternion=Sn;exports.AcGeShape2d=Gs;exports.AcGeSpline3d=$e;exports.AcGeTol=q;exports.AcGeVector2d=Z;exports.AcGeVector3d=x;exports.AcGiViewport=Fl;exports.AcTrStringUtil=ud;exports.ByBlock=Ct;exports.ByLayer=fe;exports.DEBUG_MODE=ld;exports.DEFAULT_GRADIENT_HATCH_NAME=Nl;exports.DEFAULT_HATCH_PATTERN_IMPERIAL=og;exports.DEFAULT_HATCH_PATTERN_METRIC=Ol;exports.DEFAULT_LINE_TYPE=Mt;exports.DEFAULT_MLEADER_STYLE=mt;exports.DEFAULT_MLINE_STYLE=ft;exports.DEFAULT_TEXT_STYLE=ae;exports.DEFAULT_TOL=Yi;exports.DEG2RAD=Ns;exports.DefaultLoadingManager=Ea;exports.FLOAT_TOL=gt;exports.HATCH_PATTERN_SOLID=rn;exports.HATCH_PATTERN_USER=kl;exports.MLIGHTCAD_APPID=ws;exports.ORIGIN_POINT_2D=fd;exports.ORIGIN_POINT_3D=Fs;exports.RAD2DEG=Ys;exports.RAW_COLOR_TYPE_ACI=ro;exports.RAW_COLOR_TYPE_BY_BLOCK=Pi;exports.RAW_COLOR_TYPE_BY_LAYER=to;exports.RAW_COLOR_TYPE_RGB=no;exports.RAW_COLOR_TYPE_WINDOW_BG=dc;exports.TAU=G;exports.TEMP_OBJECT_ID_PREFIX=Xr;exports.VPORT_FALLBACK_CENTER_2D=Ps;exports.VPORT_FALLBACK_LLC=Yl;exports.VPORT_FALLBACK_URC=Xl;exports.VPORT_FALLBACK_VIEW_DIR=Rl;exports.VPORT_FALLBACK_VIEW_TARGET=Bl;exports.acdbDisableOsnapMode=Ag;exports.acdbEnableOsnapMode=Pg;exports.acdbHasOsnapMode=vg;exports.acdbHostApplicationServices=Hs;exports.acdbMaskToOsnapModes=xg;exports.acdbOsnapModesToMask=bg;exports.acdbToggleOsnapMode=wg;exports.basisFunction=kt;exports.calculateCurveLength=Ja;exports.ceilPowerOfTwo=Ga;exports.clamp=pt;exports.clone=qn;exports.computeParameterValues=Za;exports.createWorkerApi=Hh;exports.damp=ka;exports.decodeMLeaderStyleRawColor=nr;exports.deepClone=hs;exports.defaults=fr;exports.degToRad=za;exports.dwgCodePageToEncoding=Ml;exports.encodeMLeaderStyleRawColor=Br;exports.euclideanModulo=Xs;exports.evaluateNurbsPoint=Qn;exports.floorPowerOfTwo=Ha;exports.generateAveragedKnots=Qa;exports.generateChordKnots=Id;exports.generateSqrtChordKnots=Ed;exports.generateUUID=Ca;exports.generateUniformKnots=Ld;exports.getOcsAngle=gs;exports.getOcsReferenceVector=js;exports.has=wa;exports.intPartLength=Bs;exports.interpolateControlPoints=Od;exports.interpolateNurbsCurve=Vs;exports.inverseLerp=Oa;exports.isBetween=Wa;exports.isBetweenAngle=Ua;exports.isEmpty=va;exports.isEqual=wn;exports.isImperialUnits=Al;exports.isMetricUnits=Pl;exports.isPointInPolygon=zs;exports.isPolygonIntersect=qa;exports.isPowerOfTwo=ja;exports.lerp=Rs;exports.log=Kn;exports.mapLinear=Ma;exports.normalizeAngle=Zn;exports.pingpong=Na;exports.radToDeg=Va;exports.randFloat=Ba;exports.randFloatSpread=Fa;exports.randInt=Ra;exports.relativeEps=$a;exports.seededRandom=Da;exports.setAcDbHostApplicationServicesProvider=pl;exports.setAcDbLayoutManagerFactory=Xu;exports.setLogLevel=cd;exports.smootherstep=Xa;exports.smoothstep=Ya;exports.transformOcsPointToWcs=us;exports.transformWcsPointToOcs=sr;
8
+ `)}stripInlineComment(t){const e=t.indexOf(";");return e<0?t:t.slice(0,e)}parseHeader(t){const e=t.indexOf(",");if(e<0){const s=t.trim();return s?{name:s,description:""}:null}const n=t.slice(0,e).trim(),r=t.slice(e+1).trim();return n?{name:n,description:r}:null}parseNumber(t){const e=Number(t.trim());return Number.isFinite(e)?e:null}parseLineDescriptor(t,e){const n=t.split(",").map(u=>u.trim()).filter(u=>u.length>0);if(n.length<5)return null;const r=this.parseNumber(n[0]),s=this.parseNumber(n[1]),o=this.parseNumber(n[2]),a=this.parseNumber(n[3]),h=this.parseNumber(n[4]);if(r==null||s==null||o==null||a==null||h==null)return null;const l=n.slice(5),c=[];for(const u of l){const g=this.parseNumber(u);if(g==null)return null;c.push(g)}return{angle:r,originX:s,originY:o,deltaX:a,deltaY:h,dashes:c,sourceLine:e}}flushCurrentPattern(t,e,n){t&&(t.pattern.lines.length===0&&n.push({line:t.headerLine,message:`Pattern "${t.pattern.name}" has no line descriptor.`,source:""}),e.push(t.pattern))}}const N=class N{static nextGradientId(t){return N.gradientIdCounter+=1,`acdb-pat-gradient-${t.toLowerCase()}-${N.gradientIdCounter}`}static packedRgbToCss(t){return`#${(t&16777215).toString(16).padStart(6,"0")}`}static gradientColorToCss(t,e){return typeof t=="number"?N.packedRgbToCss(t):t??e}static applyShadeTint(t,e){const n=E.clamp(e,0,1),r=n<.5?0:16777215,s=n<.5?1-n*2:n*2-1,o=t>>16&255,a=t>>8&255,h=t&255,l=r>>16&255,c=r>>8&255,u=r&255;return Math.round(o+(l-o)*s)*65536+Math.round(a+(c-a)*s)*256+Math.round(h+(u-h)*s)}static resolveGradientColors(t){const e="#2563eb",n="#f8fafc",r=N.gradientColorToCss(t.startColor,e);if(t.oneColorMode&&t.endColor==null){if(typeof t.startColor=="number"){const s=N.applyShadeTint(t.startColor,t.shadeTintValue??.5);return{start:r,end:N.packedRgbToCss(s)}}return{start:r,end:(t.shadeTintValue??.5)<.5?"#000000":"#ffffff"}}return{start:r,end:N.gradientColorToCss(t.endColor,n)}}static renderGradientStops(t){return t.map(e=>`<stop offset="${(E.clamp(e.offset,0,1)*100).toFixed(2)}%" stop-color="${e.color}" />`).join("")}static getGradientVector(t){return{x:Math.cos(t),y:-Math.sin(t)}}static isSolidPattern(t){return t.name.trim().toUpperCase()===Gt}static renderBackground(t,e,n){return`<rect x="${-t/2}" y="${-e/2}" width="${t}" height="${e}" fill="${n}" />`}static estimateUnitScale(t){const e=[];for(const s of t.lines){e.push(Math.abs(s.deltaX),Math.abs(s.deltaY));for(const o of s.dashes)e.push(Math.abs(o))}const n=e.filter(s=>s>N.EPSILON);if(n.length===0)return 1;const r=n.sort((s,o)=>s-o);return r[Math.floor(r.length/2)]||1}static segmentToSvgPath(t){return`M ${t.x1.toFixed(2)} ${(-t.y1).toFixed(2)} L ${t.x2.toFixed(2)} ${(-t.y2).toFixed(2)}`}static buildDashSegments(t,e,n,r,s,o,a){const h=t.dashes;if(h.length===0)return[{x1:r+o*e,y1:s+a*e,x2:r+o*n,y2:s+a*n}];const l=h.reduce((d,p)=>d+Math.abs(p),0);if(l<=N.EPSILON)return[{x1:r+o*e,y1:s+a*e,x2:r+o*n,y2:s+a*n}];const c=[],u=Math.ceil((n-e)/l)+2;let g=e-l;for(let d=0;d<u;d++){let p=g;for(const f of h){const y=Math.abs(f),m=p+y;if(f>0||f===0){const x=E.clamp(p,e,n),S=E.clamp(m,e,n);S>x?c.push({x1:r+o*x,y1:s+a*x,x2:r+o*S,y2:s+a*S}):f===0&&x>=e&&x<=n&&c.push({x1:r+o*(x-.35),y1:s+a*(x-.35),x2:r+o*(x+.35),y2:s+a*(x+.35)})}p=m}g+=l}return c}static renderFamily(t,e){const n=E.degToRad(t.angle),r=Math.cos(n),s=Math.sin(n),o=-s,a=r,h=r*t.deltaX+o*t.deltaY,l=s*t.deltaX+a*t.deltaY,c=Math.hypot(h,l),u=c<=N.EPSILON?1:Math.max(1,Math.ceil(e*2/c)+1),g=Math.floor(u/2),d=-e*1.5,p=e*1.5,f=[];for(let y=-g;y<=g;y++){const m=t.originX+h*y,x=t.originY+l*y,S=N.buildDashSegments(t,d,p,m,x,r,s);for(const A of S)f.push(N.segmentToSvgPath(A))}return`<path d="${f.join(" ")}" fill="none" />`}static renderLinearGradientDef(t,e,n,r,s){const o=N.getGradientVector(e),a=E.clamp(n,-1,1)*r*.5,h=o.x*a,l=o.y*a;return[`<linearGradient id="${t}" gradientUnits="userSpaceOnUse"`,` x1="${(-o.x*r+h).toFixed(2)}"`,` y1="${(-o.y*r+l).toFixed(2)}"`,` x2="${(o.x*r+h).toFixed(2)}"`,` y2="${(o.y*r+l).toFixed(2)}">`,N.renderGradientStops(s),"</linearGradient>"].join("")}static renderRadialGradientDef(t,e,n,r,s){return[`<radialGradient id="${t}" gradientUnits="userSpaceOnUse"`,` cx="${e.toFixed(2)}" cy="${n.toFixed(2)}" r="${r.toFixed(2)}"`,` fx="${e.toFixed(2)}" fy="${n.toFixed(2)}">`,N.renderGradientStops(s),"</radialGradient>"].join("")}static renderGradientDef(t,e,n,r,s,o,a){const h=e.toUpperCase(),l=h.startsWith("INV"),c=h.replace(/^INV/,""),u=l?n.end:n.start,g=l?n.start:n.end,d=Math.hypot(o,a)/2,p=N.getGradientVector(r),f=E.clamp(s,-1,1),y=p.x*f*o*.25,m=p.y*f*a*.25;switch(c){case"CYLINDER":{const x=E.clamp(.5+f*.45,.05,.95);return N.renderLinearGradientDef(t,r,0,d,[{offset:0,color:u},{offset:x,color:g},{offset:1,color:u}])}case"SPHERICAL":return N.renderRadialGradientDef(t,y,m,d,[{offset:0,color:g},{offset:1,color:u}]);case"HEMISPHERICAL":return N.renderRadialGradientDef(t,y+p.x*o*.18,m+p.y*a*.18,d*.92,[{offset:0,color:g},{offset:.72,color:u},{offset:1,color:u}]);case"CURVED":return N.renderRadialGradientDef(t,-p.x*o*.95+y,-p.y*a*.95+m,d*1.65,[{offset:0,color:u},{offset:.55,color:u},{offset:1,color:g}]);case"LINEAR":default:return N.renderLinearGradientDef(t,r,s,d,[{offset:0,color:u},{offset:1,color:g}])}}renderPattern(t,e={}){const n=e.width??260,r=e.height??160,s=e.stroke??"#1f2937",o=e.strokeWidth??1.3,a=e.background??"#ffffff",h=`${-n/2} ${-r/2} ${n} ${r}`;if(N.isSolidPattern(t))return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${h}" width="${n}" height="${r}">`,N.renderBackground(n,r,a),`<rect x="${-n/2}" y="${-r/2}" width="${n}" height="${r}" fill="${s}" />`,"</svg>"].join("");const l=N.estimateUnitScale(t),u=Math.min(n,r)*.18/Math.max(l,N.EPSILON),g={...t,lines:t.lines.map(f=>({...f,originX:f.originX*u,originY:f.originY*u,deltaX:f.deltaX*u,deltaY:f.deltaY*u,dashes:f.dashes.map(y=>y*u)}))},d=Math.hypot(n,r)*.75,p=g.lines.map(f=>N.renderFamily(f,d)).join("");return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${h}" width="${n}" height="${r}">`,N.renderBackground(n,r,a),`<g stroke="${s}" stroke-width="${o.toFixed(2)}" stroke-linecap="round">`,p,"</g>","</svg>"].join("")}renderGradient(t,e={}){const n=e.width??260,r=e.height??160,s=e.background??"#ffffff",o=e.angle??0,a=e.shift??0,h=`${-n/2} ${-r/2} ${n} ${r}`,l=N.nextGradientId(t),c=N.resolveGradientColors(e),u=N.renderGradientDef(l,t,c,o,a,n,r);return[`<svg xmlns="http://www.w3.org/2000/svg" viewBox="${h}" width="${n}" height="${r}">`,N.renderBackground(n,r,s),"<defs>",u,"</defs>",`<rect x="${-n/2}" y="${-r/2}" width="${n}" height="${r}" fill="url(#${l})" />`,"</svg>"].join("")}};N.EPSILON=1e-9,N.gradientIdCounter=0;let xn=N;const ca="Load Database",Kr=3e4,fc=12e4,yc=1024*1024;class it extends ns{constructor(t,e){super(t.stage),this.data=t,this.progress=e}async run(t){const e=Pn.getInstance().getEntry(ca),n=Date.now();this.progress&&await this.progress(this.data.progress.value,this.data.stage,"START");const r=await this.data.task(t);return this.progress&&(await this.progress(this.data.progress.value,this.data.stage,"END",r?r.data:null),this.data.progress.value+=this.data.step,this.data.progress.value>100&&(this.data.progress.value=100)),e&&(e.data[this.name]=Date.now()-n),r}}class ua{constructor(t={}){this.config={useWorker:t.useWorker??!0,...t}}async read(t,e,n,r,s,o){const a={name:ca,data:{total:0},format(){let u="";return Object.keys(this.data).forEach(g=>{g!=="total"&&(u+=`- ${g}: ${this.data[g]} ms
9
+ `)}),u+=`- total: ${this.data.total} ms`,u}};Pn.getInstance().collect(a),this.progress=r;const h={value:0},l=new rs;l.setCompleteCallback(()=>this.onFinished()),l.setErrorCallback(u=>this.onError(u)),l.addTask(new it({stage:"START",step:1,progress:h,task:async u=>u},r)),l.addTask(new it({stage:"PARSE",step:5,progress:h,task:async u=>await this.parse(u,s)},r)),l.addTask(new it({stage:"FONT",step:5,progress:h,task:async u=>{const g=this.getFonts(u.model);return{model:u.model,data:g}}},r)),l.addTask(new it({stage:"LTYPE",step:1,progress:h,task:async u=>(this.processLineTypes(u.model,e),u)},r)),l.addTask(new it({stage:"STYLE",step:1,progress:h,task:async u=>(this.processTextStyles(u.model,e),u)},r)),l.addTask(new it({stage:"DIMSTYLE",step:1,progress:h,task:async u=>(this.processDimStyles(u.model,e),u)},r)),l.addTask(new it({stage:"LAYER",step:1,progress:h,task:async u=>(this.processLayers(u.model,e),e.tables.layerTable.numEntries===0&&e.createDefaultData({layer:!0}),u)},r)),l.addTask(new it({stage:"VPORT",step:1,progress:h,task:async u=>(this.processViewports(u.model,e),u)},r)),l.addTask(new it({stage:"HEADER",step:1,progress:h,task:async u=>{if(this.processHeader(u.model,e),o){const g=gt.instance();for(const[d,p]of Object.entries(o))g.setVar(d,p,e)}return u}},r)),l.addTask(new it({stage:"BLOCK_RECORD",step:5,progress:h,task:async u=>(this.processBlockTables(u.model,e),u)},r)),l.addTask(new it({stage:"OBJECT",step:5,progress:h,task:async u=>(this.processObjects(u.model,e),e.objects.layout.numEntries===0&&e.createDefaultData({layout:!0}),u)},r)),l.addTask(new it({stage:"BLOCK",step:5,progress:h,task:async u=>(await this.processBlocks(u.model,e),u)},r)),l.addTask(new it({stage:"ENTITY",step:100,progress:h,task:async u=>(await this.processEntities(u.model,e,n,h,r),u)},r)),l.addTask(new it({stage:"END",step:0,progress:h,task:async u=>u},r));const c=Date.now();await l.run(t),a.data.total=Date.now()-c}onError(t){if(this.progress){const e=t.task;this.progress(e.data.progress.value,e.data.stage,"ERROR",void 0,t)}return t.task.name==="ENTITY"?!1:(this.onFinished(),!0)}onFinished(){this.progress&&(this.progress(100,"END","END"),Wt.instance.clear())}getParserWorkerTimeout(t,e){const n=e??this.config.timeout;if(n!=null)return n;const r=Math.ceil(t.byteLength/yc),s=Kr+r*1e3;return Math.min(fc,Math.max(Kr,s))}async parse(t,e){throw new Error("Not impelemented yet!")}getFonts(t){throw new Error("Not impelemented yet!")}processLineTypes(t,e){throw new Error("Not impelemented yet!")}processTextStyles(t,e){throw new Error("Not impelemented yet!")}processDimStyles(t,e){throw new Error("Not impelemented yet!")}processLayers(t,e){throw new Error("Not impelemented yet!")}processViewports(t,e){throw new Error("Not impelemented yet!")}processHeader(t,e){throw new Error("Not impelemented yet!")}processBlockTables(t,e){throw new Error("Not impelemented yet!")}processObjects(t,e){throw new Error("Not impelemented yet!")}processBlocks(t,e){throw new Error("Not impelemented yet!")}processEntities(t,e,n,r,s){throw new Error("Not impelemented yet!")}}class da extends ua{constructor(t){super({}),this._database=t}async parse(){return{model:this._database,data:{unknownEntityCount:0}}}getFonts(){return[]}async processEntities(t,e,n,r,s){let o=t.tables.blockTable.modelSpace.newIterator().toArray();const a=o.length,h=new so(a,100-r.value,n);this.config.convertByEntityType&&(o=this.groupAndFlattenByType(o));const l=e.tables.blockTable.modelSpace;await h.processChunk(async(c,u)=>{let g=[],d=c<u?o[c].type:"";for(let p=c;p<u;p++){const f=o[p];this.config.convertByEntityType&&f.type!==d&&(this.triggerEvents(l,g),g=[],d=f.type),g.push(f)}if(this.triggerEvents(l,g),s){let p=r.value+u/a*(100-r.value);p>100&&(p=100),await s(p,"ENTITY","IN-PROGRESS")}})}processBlocks(){const t=this._database.tables.blockTable.newIterator();for(const e of t){const n=e.newIterator().toArray();this.triggerEvents(e,n)}}processHeader(){}processBlockTables(){}processObjects(){const t=this._database.objects.layout.newIterator();for(const r of t)this._database.events.dictObjetSet.dispatch({database:this._database,object:r,key:r.layoutName});const e=this._database.objects.imageDefinition.newIterator();for(const r of e)this._database.events.dictObjetSet.dispatch({database:this._database,object:r,key:r.objectId});const n=this._database.objects.mleaderStyle.newIterator();for(const r of n)this._database.events.dictObjetSet.dispatch({database:this._database,object:r,key:r.objectId})}processViewports(){}processLayers(){this._database.tables.layerTable.newIterator().toArray().forEach(e=>{this._database.events.layerAppended.dispatch({database:this._database,layer:e})})}processLineTypes(){}processTextStyles(){}processDimStyles(){}groupAndFlattenByType(t){const e={},n=[];for(const r of t)e[r.type]||(e[r.type]=[],n.push(r.type)),e[r.type].push(r);return n.flatMap(r=>e[r])}triggerEvents(t,e){(t.isModelSapce||t.isPaperSapce)&&t.database.events.entityAppended.dispatch({database:t.database,entity:e})}}class ga{constructor(t){this.taskId=0,this.workers=new Map,this.pendingTasks=new Map,this.config={workerUrl:t.workerUrl,timeout:t.timeout??3e4,maxConcurrentWorkers:t.maxConcurrentWorkers??4}}async execute(t,e){const n=Date.now(),r=this.generateTaskId();try{return await this.executeInWorker(r,t,e||this.config.workerUrl)}catch(s){const o=Date.now()-n;return{success:!1,error:s instanceof Error?s.message:String(s),duration:o}}}async executeInWorker(t,e,n){const r=Date.now();return new Promise((s,o)=>{const a=this.getAvailableWorker(n),h=setTimeout(()=>{this.cleanupTask(t),this.releaseWorker(a),o(new Error(`Worker operation timed out after ${this.config.timeout}ms`))},this.config.timeout);this.pendingTasks.set(t,{resolve:u=>{clearTimeout(h),this.releaseWorker(a),s(u)},reject:u=>{clearTimeout(h),this.releaseWorker(a),o(u)},timeout:h});const l=u=>{const{id:g,success:d,data:p,error:f}=u.data;if(g!==t)return;this.cleanupTask(t);const y=Date.now()-r;s(d?{success:!0,data:p,duration:y}:{success:!1,error:f,duration:y})},c=u=>{this.cleanupTask(t),o(new Error(`Worker error: ${u.message}`))};a.addEventListener("message",l),a.addEventListener("error",c),a.postMessage({id:t,input:e})})}cleanupTask(t){const e=this.pendingTasks.get(t);e&&(clearTimeout(e.timeout),this.pendingTasks.delete(t))}generateTaskId(){return`task_${++this.taskId}_${Date.now()}`}detectWorkerSupport(){return typeof Worker<"u"}getAvailableWorker(t){for(const[n,r]of this.workers)if(!r.isBusy)return r.isBusy=!0,r.worker;if(this.workers.size<this.config.maxConcurrentWorkers){const n=new Worker(t,{type:"module"}),r=this.generateWorkerId(),s={worker:n,isBusy:!0,id:r,createdAt:new Date};return this.workers.set(r,s),n}const e=Array.from(this.workers.values()).sort((n,r)=>n.createdAt.getTime()-r.createdAt.getTime())[0];return e.isBusy=!0,e.worker}releaseWorker(t){for(const[e,n]of this.workers)if(n.worker===t){n.isBusy=!1;break}}generateWorkerId(){return`worker_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}getStats(){return{totalWorkers:this.workers.size,busyWorkers:Array.from(this.workers.values()).filter(t=>t.isBusy).length,pendingTasks:this.pendingTasks.size,config:this.config}}destroy(){for(const[t,e]of this.pendingTasks)clearTimeout(e.timeout),e.reject(new Error("Framework destroyed"));this.pendingTasks.clear();for(const[t,e]of this.workers)e.worker.terminate();this.workers.clear()}}class pa{constructor(t){this.framework=new ga(t)}async execute(t,e){return this.framework.execute(t,e)}getStats(){return this.framework.getStats()}destroy(){this.framework.destroy()}}function mc(i){return new pa(i)}class _c{constructor(){this.setupMessageHandler()}setupMessageHandler(){self.onmessage=async t=>{const{id:e,input:n}=t.data;try{const r=await this.executeTask(n);this.sendResponse(e,!0,r)}catch(r){this.sendResponse(e,!1,void 0,r instanceof Error?r.message:String(r))}}}sendResponse(t,e,n,r){const s={id:t,success:e,data:n,error:r};self.postMessage(s)}}exports.ACAD_APPID=Vi;exports.ACTIVE_VPORT_NAME=Ae;exports.AC_DB_SYSTEM_VARIABLE_NAMES=Bh;exports.AcCmColor=k;exports.AcCmColorUtil=Et;exports.AcCmEntityColor=_a;exports.AcCmErrors=st;exports.AcCmEventDispatcher=wa;exports.AcCmEventManager=D;exports.AcCmLoader=Ya;exports.AcCmLoadingManager=ss;exports.AcCmObject=is;exports.AcCmPerformanceCollector=Pn;exports.AcCmTask=ns;exports.AcCmTaskScheduler=rs;exports.AcCmTransparency=U;exports.AcDb2dPolyline=Hi;exports.AcDb2dVertex=Wi;exports.AcDb2dVertexType=Bo;exports.AcDb3PointAngularDimension=fn;exports.AcDb3dPolyline=Di;exports.AcDb3dVertex=Ui;exports.AcDb3dVertexType=zo;exports.AcDbAbstractViewTableRecord=jn;exports.AcDbAlignedDimension=ti;exports.AcDbAngleUnits=rt;exports.AcDbArc=$i;exports.AcDbArcDimension=yn;exports.AcDbAttribute=Zi;exports.AcDbAttributeDefinition=qi;exports.AcDbAttributeFlags=nt;exports.AcDbAttributeMTextFlag=Mt;exports.AcDbBaseWorker=_c;exports.AcDbBatchProcessing=so;exports.AcDbBlockReference=he;exports.AcDbBlockScaling=qs;exports.AcDbBlockTable=mo;exports.AcDbBlockTableRecord=Q;exports.AcDbCircle=Ki;exports.AcDbCodePage=Xo;exports.AcDbCurve=q;exports.AcDbDataGenerator=oa;exports.AcDbDatabase=Rh;exports.AcDbDatabaseConverter=ua;exports.AcDbDatabaseConverterManager=mt;exports.AcDbDiametricDimension=mn;exports.AcDbDictionary=Vt;exports.AcDbDimArrowType=aa;exports.AcDbDimStyleTable=_o;exports.AcDbDimStyleTableRecord=le;exports.AcDbDimTextHorizontal=wo;exports.AcDbDimTextVertical=bo;exports.AcDbDimVerticalJustification=Po;exports.AcDbDimZeroSuppression=xo;exports.AcDbDimZeroSuppressionAngular=vo;exports.AcDbDimension=vt;exports.AcDbDuplicateRecordCloning=sa;exports.AcDbDwgVersion=dt;exports.AcDbDxfCode=vn;exports.AcDbDxfFiler=as;exports.AcDbEllipse=Qi;exports.AcDbEntity=$;exports.AcDbFace=Ji;exports.AcDbFileType=_e;exports.AcDbFormatter=lo;exports.AcDbGradientPatternType=$o;exports.AcDbHatch=qe;exports.AcDbHatchObjectType=Uo;exports.AcDbHatchPatternType=we;exports.AcDbHatchStyle=Do;exports.AcDbHostApplicationServices=Ue;exports.AcDbLayerTable=Ao;exports.AcDbLayerTableRecord=Fn;exports.AcDbLayout=pi;exports.AcDbLayoutDictionary=Yo;exports.AcDbLayoutManager=no;exports.AcDbLeader=tn;exports.AcDbLeaderAnnotationType=qo;exports.AcDbLine=Ze;exports.AcDbLineSpacingStyle=Je;exports.AcDbLinearUnits=G;exports.AcDbLinetypeTable=So;exports.AcDbLinetypeTableRecord=Ht;exports.AcDbMLeader=nn;exports.AcDbMLeaderContentType=te;exports.AcDbMLeaderDirectionType=Jo;exports.AcDbMLeaderLineType=be;exports.AcDbMLeaderStyle=fo;exports.AcDbMLeaderTextAttachmentDirection=Qo;exports.AcDbMLine=en;exports.AcDbMLineFlags=Ko;exports.AcDbMLineJustification=Zo;exports.AcDbMText=Ke;exports.AcDbMlineStyle=yo;exports.AcDbObject=ft;exports.AcDbObjectIterator=Ie;exports.AcDbOpenMode=ro;exports.AcDbOrdinateDimension=_n;exports.AcDbOsnapMode=b;exports.AcDbPatParser=$n;exports.AcDbPatSvgRenderer=xn;exports.AcDbPlotPaperUnits=Zs;exports.AcDbPlotRotation=Ks;exports.AcDbPlotSettings=io;exports.AcDbPlotShadePlotResLevel=Js;exports.AcDbPlotShadePlotType=to;exports.AcDbPlotStdScaleType=eo;exports.AcDbPlotType=Qs;exports.AcDbPoint=an;exports.AcDbPoly2dType=No;exports.AcDbPoly3dType=Ro;exports.AcDbPolyFaceMesh=pn;exports.AcDbPolyFaceMeshFace=ra;exports.AcDbPolyFaceMeshVertex=na;exports.AcDbPolygonMesh=gn;exports.AcDbPolygonMeshVertex=ia;exports.AcDbPolyline=lt;exports.AcDbPredefinedAcadIsoPat=Wo;exports.AcDbPredefinedAcadPat=Qh;exports.AcDbRadialDimension=wn;exports.AcDbRasterImage=Qe;exports.AcDbRasterImageClipBoundaryType=ta;exports.AcDbRasterImageDef=gc;exports.AcDbRasterImageImageDisplayOpt=ea;exports.AcDbRay=ln;exports.AcDbRegAppTable=ko;exports.AcDbRegAppTableRecord=ji;exports.AcDbRegenerator=da;exports.AcDbRenderingCache=Wt;exports.AcDbResultBuffer=Bn;exports.AcDbRotatedDimension=bn;exports.AcDbShape=hn;exports.AcDbSpline=rn;exports.AcDbSymbolTable=Pt;exports.AcDbSymbolTableRecord=Rt;exports.AcDbSysVarManager=gt;exports.AcDbSystemVariables=v;exports.AcDbTable=sn;exports.AcDbText=Se;exports.AcDbTextHorizontalMode=Go;exports.AcDbTextStyleTable=Lo;exports.AcDbTextStyleTableRecord=Vn;exports.AcDbTextVerticalMode=Ho;exports.AcDbTrace=on;exports.AcDbUnitsValue=V;exports.AcDbViewTable=Eo;exports.AcDbViewTableRecord=zh;exports.AcDbViewport=cn;exports.AcDbViewportTable=Oo;exports.AcDbViewportTableRecord=Gn;exports.AcDbWipeout=un;exports.AcDbWorkerApi=pa;exports.AcDbWorkerManager=ga;exports.AcDbXline=dn;exports.AcDbXrecord=pc;exports.AcGeArea2d=Bt;exports.AcGeBox2d=et;exports.AcGeBox3d=C;exports.AcGeCatmullRomCurve3d=Ds;exports.AcGeCircArc2d=pt;exports.AcGeCircArc3d=gi;exports.AcGeCurve2d=ce;exports.AcGeEllipseArc2d=ve;exports.AcGeEllipseArc3d=Ws;exports.AcGeEuler=Da;exports.AcGeGeometryUtil=Ms;exports.AcGeLine2d=kt;exports.AcGeLine3d=xt;exports.AcGeLoop2d=Xn;exports.AcGeMathUtil=E;exports.AcGeMatrix2d=Ee;exports.AcGeMatrix3d=Y;exports.AcGeNurbsCurve=ut;exports.AcGePlane=Tn;exports.AcGePoint2d=P;exports.AcGePoint3d=_;exports.AcGePolyline2d=H;exports.AcGeQuaternion=ae;exports.AcGeShape2d=Yn;exports.AcGeSpline3d=Yt;exports.AcGeTol=F;exports.AcGeVector2d=j;exports.AcGeVector3d=w;exports.AcGiViewport=Co;exports.AcTrStringUtil=ka;exports.ByBlock=Ot;exports.ByLayer=tt;exports.DEBUG_MODE=Ia;exports.DEFAULT_GRADIENT_HATCH_NAME=To;exports.DEFAULT_HATCH_PATTERN_IMPERIAL=Th;exports.DEFAULT_HATCH_PATTERN_METRIC=Mo;exports.DEFAULT_LINE_TYPE=Xt;exports.DEFAULT_MLEADER_STYLE=Ct;exports.DEFAULT_MLINE_STYLE=Tt;exports.DEFAULT_TEXT_STYLE=K;exports.DEFAULT_TOL=di;exports.DEG2RAD=An;exports.DefaultLoadingManager=os;exports.FLOAT_TOL=wt;exports.HATCH_PATTERN_SOLID=Gt;exports.HATCH_PATTERN_USER=Io;exports.MLIGHTCAD_APPID=Fi;exports.ORIGIN_POINT_2D=Na;exports.ORIGIN_POINT_3D=In;exports.RAD2DEG=Sn;exports.RAW_COLOR_TYPE_ACI=Un;exports.RAW_COLOR_TYPE_BY_BLOCK=ei;exports.RAW_COLOR_TYPE_BY_LAYER=Wn;exports.RAW_COLOR_TYPE_RGB=Dn;exports.RAW_COLOR_TYPE_WINDOW_BG=la;exports.TAU=B;exports.TEMP_OBJECT_ID_PREFIX=Ve;exports.VPORT_FALLBACK_CENTER_2D=Ch;exports.VPORT_FALLBACK_LLC=Oh;exports.VPORT_FALLBACK_URC=kh;exports.VPORT_FALLBACK_VIEW_DIR=Yh;exports.VPORT_FALLBACK_VIEW_TARGET=Xh;exports.acdbDisableOsnapMode=rc;exports.acdbEnableOsnapMode=nc;exports.acdbHasOsnapMode=ic;exports.acdbHostApplicationServices=Nn;exports.acdbMaskToOsnapModes=tc;exports.acdbOsnapModesToMask=Jh;exports.acdbToggleOsnapMode=ec;exports.basisFunction=Nt;exports.calculateCurveLength=Cs;exports.ceilPowerOfTwo=vs;exports.clamp=bt;exports.clone=pe;exports.computeParameterValues=Is;exports.createWorkerApi=mc;exports.damp=us;exports.decodeMLeaderStyleRawColor=ha;exports.deepClone=Ti;exports.defaults=Le;exports.degToRad=ws;exports.dwgCodePageToEncoding=Vh;exports.encodeMLeaderStyleRawColor=Ge;exports.euclideanModulo=Ln;exports.evaluateNurbsPoint=me;exports.floorPowerOfTwo=Ps;exports.generateAveragedKnots=Ts;exports.generateChordKnots=$a;exports.generateSqrtChordKnots=qa;exports.generateUUID=ls;exports.generateUniformKnots=Ua;exports.getOcsAngle=Oi;exports.getOcsReferenceVector=kn;exports.has=Jr;exports.intPartLength=Mn;exports.interpolateControlPoints=Ja;exports.interpolateNurbsCurve=On;exports.inverseLerp=cs;exports.isBetween=As;exports.isBetweenAngle=Ss;exports.isEmpty=ts;exports.isEqual=re;exports.isImperialUnits=ao;exports.isMetricUnits=oo;exports.isPointInPolygon=Cn;exports.isPolygonIntersect=Es;exports.isPowerOfTwo=xs;exports.lerp=En;exports.log=fe;exports.mapLinear=hs;exports.normalizeAngle=ye;exports.pingpong=ds;exports.radToDeg=bs;exports.randFloat=ys;exports.randFloatSpread=ms;exports.randInt=fs;exports.relativeEps=Ls;exports.seededRandom=_s;exports.setAcDbHostApplicationServicesProvider=$s;exports.setAcDbLayoutManagerFactory=ah;exports.setLogLevel=Ta;exports.smootherstep=ps;exports.smoothstep=gs;exports.transformOcsPointToWcs=il;exports.transformWcsPointToOcs=xe;