@inweb/viewer-visualize 26.3.0 → 26.3.2

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 (70) hide show
  1. package/LICENSE +2 -2
  2. package/README.md +1 -1
  3. package/dist/viewer-visualize.js +96 -96
  4. package/dist/viewer-visualize.js.map +1 -1
  5. package/dist/viewer-visualize.module.js.map +1 -1
  6. package/package.json +5 -5
  7. package/src/Viewer/Commands/ApplyModelTransform.ts +2 -2
  8. package/src/Viewer/Commands/AutoTransformAllModelsToCentralPoint.ts +2 -2
  9. package/src/Viewer/Commands/ClearMarkup.ts +2 -2
  10. package/src/Viewer/Commands/ClearSelected.ts +2 -2
  11. package/src/Viewer/Commands/ClearSlices.ts +2 -2
  12. package/src/Viewer/Commands/CreatePreview.ts +2 -2
  13. package/src/Viewer/Commands/Explode.ts +2 -2
  14. package/src/Viewer/Commands/GetDefaultViewPositions.ts +2 -2
  15. package/src/Viewer/Commands/GetModels.ts +2 -2
  16. package/src/Viewer/Commands/GetSelected.ts +2 -2
  17. package/src/Viewer/Commands/HideSelected.ts +2 -2
  18. package/src/Viewer/Commands/IsolateSelected.ts +2 -2
  19. package/src/Viewer/Commands/RegenerateAll.ts +2 -2
  20. package/src/Viewer/Commands/ResetView.ts +2 -2
  21. package/src/Viewer/Commands/SelectModel.ts +2 -2
  22. package/src/Viewer/Commands/SetActiveDragger.ts +2 -2
  23. package/src/Viewer/Commands/SetDefaultViewPosition.ts +2 -2
  24. package/src/Viewer/Commands/SetMarkupColor.ts +2 -2
  25. package/src/Viewer/Commands/SetSelected.ts +2 -2
  26. package/src/Viewer/Commands/ShowAll.ts +2 -2
  27. package/src/Viewer/Commands/ZoomToExtents.ts +2 -2
  28. package/src/Viewer/Commands/ZoomToObjects.ts +2 -2
  29. package/src/Viewer/Commands/ZoomToSelected.ts +2 -2
  30. package/src/Viewer/Commands/index.ts +2 -2
  31. package/src/Viewer/Components/GestureManagerComponent.ts +2 -2
  32. package/src/Viewer/Components/RenderLoopComponent.ts +2 -2
  33. package/src/Viewer/Components/ResizeCanvasComponent.ts +2 -2
  34. package/src/Viewer/Components/ZoomWheelComponent.ts +2 -2
  35. package/src/Viewer/Components/index.ts +2 -2
  36. package/src/Viewer/Draggers/Actions/OrbitAction.ts +2 -2
  37. package/src/Viewer/Draggers/Actions/PanAction.ts +2 -2
  38. package/src/Viewer/Draggers/Actions/ZoomAction.ts +2 -2
  39. package/src/Viewer/Draggers/Common/Geometry.ts +2 -2
  40. package/src/Viewer/Draggers/Common/GestureManager.ts +2 -2
  41. package/src/Viewer/Draggers/Common/OdBaseDragger.ts +2 -2
  42. package/src/Viewer/Draggers/Common/OdaGeAction.ts +2 -2
  43. package/src/Viewer/Draggers/MeasureLineDragger/MeasureLineItem.ts +2 -2
  44. package/src/Viewer/Draggers/MeasureLineDragger/MeasureUtils.ts +2 -2
  45. package/src/Viewer/Draggers/MeasureLineDragger/index.ts +2 -2
  46. package/src/Viewer/Draggers/OdBaseCuttingPlaneDragger.ts +2 -2
  47. package/src/Viewer/Draggers/OdCuttingPlaneXAxisDragger.ts +2 -2
  48. package/src/Viewer/Draggers/OdCuttingPlaneYAxisDragger.ts +2 -2
  49. package/src/Viewer/Draggers/OdCuttingPlaneZAxisDragger.ts +2 -2
  50. package/src/Viewer/Draggers/OdOrbitDragger.ts +2 -2
  51. package/src/Viewer/Draggers/OdPanDragger.ts +2 -2
  52. package/src/Viewer/Draggers/OdZoomDragger.ts +2 -2
  53. package/src/Viewer/Draggers/OdZoomWheelDragger.ts +2 -2
  54. package/src/Viewer/Draggers/OdZoomWindowDragger/OdSelectionFrame.ts +2 -2
  55. package/src/Viewer/Draggers/OdZoomWindowDragger/index.ts +2 -2
  56. package/src/Viewer/Draggers/OdaLineDragger.ts +2 -2
  57. package/src/Viewer/Draggers/OdaTextDragger.ts +2 -2
  58. package/src/Viewer/Draggers/OdaWalkDragger.ts +2 -2
  59. package/src/Viewer/Draggers/OrbitAroundBuildingDragger.ts +2 -2
  60. package/src/Viewer/Draggers/index.ts +2 -2
  61. package/src/Viewer/Loaders/BaseLoader.ts +2 -2
  62. package/src/Viewer/Loaders/LoaderFactory.ts +2 -2
  63. package/src/Viewer/Loaders/TCSLoader.ts +2 -2
  64. package/src/Viewer/Loaders/VsfXLoader.ts +2 -2
  65. package/src/Viewer/Loaders/VsfXPartialLoader.ts +2 -2
  66. package/src/Viewer/Loaders/VsfXStreamingLoader.ts +2 -2
  67. package/src/Viewer/Markup/MarkupFactory.ts +2 -2
  68. package/src/Viewer/Viewer.ts +2 -2
  69. package/src/Viewer/utils.ts +2 -2
  70. package/src/index.ts +2 -2
@@ -14289,7 +14289,7 @@
14289
14289
  }
14290
14290
 
14291
14291
  ///////////////////////////////////////////////////////////////////////////////
14292
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
14292
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
14293
14293
  // All rights reserved.
14294
14294
  //
14295
14295
  // This software and its documentation and related materials are owned by
@@ -14304,7 +14304,7 @@
14304
14304
  //
14305
14305
  // This application incorporates Open Design Alliance software pursuant to a
14306
14306
  // license agreement with Open Design Alliance.
14307
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
14307
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
14308
14308
  // All rights reserved.
14309
14309
  //
14310
14310
  // By use of this software, its documentation or related materials, you
@@ -14590,7 +14590,7 @@
14590
14590
  }
14591
14591
 
14592
14592
  ///////////////////////////////////////////////////////////////////////////////
14593
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
14593
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
14594
14594
  // All rights reserved.
14595
14595
  //
14596
14596
  // This software and its documentation and related materials are owned by
@@ -14605,7 +14605,7 @@
14605
14605
  //
14606
14606
  // This application incorporates Open Design Alliance software pursuant to a
14607
14607
  // license agreement with Open Design Alliance.
14608
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
14608
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
14609
14609
  // All rights reserved.
14610
14610
  //
14611
14611
  // By use of this software, its documentation or related materials, you
@@ -15385,7 +15385,7 @@
15385
15385
  }
15386
15386
 
15387
15387
  ///////////////////////////////////////////////////////////////////////////////
15388
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15388
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15389
15389
  // All rights reserved.
15390
15390
  //
15391
15391
  // This software and its documentation and related materials are owned by
@@ -15400,7 +15400,7 @@
15400
15400
  //
15401
15401
  // This application incorporates Open Design Alliance software pursuant to a
15402
15402
  // license agreement with Open Design Alliance.
15403
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15403
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15404
15404
  // All rights reserved.
15405
15405
  //
15406
15406
  // By use of this software, its documentation or related materials, you
@@ -15593,7 +15593,7 @@
15593
15593
  }
15594
15594
 
15595
15595
  ///////////////////////////////////////////////////////////////////////////////
15596
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15596
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15597
15597
  // All rights reserved.
15598
15598
  //
15599
15599
  // This software and its documentation and related materials are owned by
@@ -15608,7 +15608,7 @@
15608
15608
  //
15609
15609
  // This application incorporates Open Design Alliance software pursuant to a
15610
15610
  // license agreement with Open Design Alliance.
15611
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15611
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15612
15612
  // All rights reserved.
15613
15613
  //
15614
15614
  // By use of this software, its documentation or related materials, you
@@ -15687,7 +15687,7 @@
15687
15687
  }
15688
15688
 
15689
15689
  ///////////////////////////////////////////////////////////////////////////////
15690
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15690
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15691
15691
  // All rights reserved.
15692
15692
  //
15693
15693
  // This software and its documentation and related materials are owned by
@@ -15702,7 +15702,7 @@
15702
15702
  //
15703
15703
  // This application incorporates Open Design Alliance software pursuant to a
15704
15704
  // license agreement with Open Design Alliance.
15705
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15705
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15706
15706
  // All rights reserved.
15707
15707
  //
15708
15708
  // By use of this software, its documentation or related materials, you
@@ -15729,7 +15729,7 @@
15729
15729
  }
15730
15730
 
15731
15731
  ///////////////////////////////////////////////////////////////////////////////
15732
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15732
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15733
15733
  // All rights reserved.
15734
15734
  //
15735
15735
  // This software and its documentation and related materials are owned by
@@ -15744,7 +15744,7 @@
15744
15744
  //
15745
15745
  // This application incorporates Open Design Alliance software pursuant to a
15746
15746
  // license agreement with Open Design Alliance.
15747
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15747
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15748
15748
  // All rights reserved.
15749
15749
  //
15750
15750
  // By use of this software, its documentation or related materials, you
@@ -15782,7 +15782,7 @@
15782
15782
  }
15783
15783
 
15784
15784
  ///////////////////////////////////////////////////////////////////////////////
15785
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15785
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15786
15786
  // All rights reserved.
15787
15787
  //
15788
15788
  // This software and its documentation and related materials are owned by
@@ -15797,7 +15797,7 @@
15797
15797
  //
15798
15798
  // This application incorporates Open Design Alliance software pursuant to a
15799
15799
  // license agreement with Open Design Alliance.
15800
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15800
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15801
15801
  // All rights reserved.
15802
15802
  //
15803
15803
  // By use of this software, its documentation or related materials, you
@@ -15933,7 +15933,7 @@
15933
15933
  }
15934
15934
 
15935
15935
  ///////////////////////////////////////////////////////////////////////////////
15936
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
15936
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
15937
15937
  // All rights reserved.
15938
15938
  //
15939
15939
  // This software and its documentation and related materials are owned by
@@ -15948,7 +15948,7 @@
15948
15948
  //
15949
15949
  // This application incorporates Open Design Alliance software pursuant to a
15950
15950
  // license agreement with Open Design Alliance.
15951
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
15951
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
15952
15952
  // All rights reserved.
15953
15953
  //
15954
15954
  // By use of this software, its documentation or related materials, you
@@ -16103,7 +16103,7 @@
16103
16103
  }
16104
16104
 
16105
16105
  ///////////////////////////////////////////////////////////////////////////////
16106
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16106
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16107
16107
  // All rights reserved.
16108
16108
  //
16109
16109
  // This software and its documentation and related materials are owned by
@@ -16118,7 +16118,7 @@
16118
16118
  //
16119
16119
  // This application incorporates Open Design Alliance software pursuant to a
16120
16120
  // license agreement with Open Design Alliance.
16121
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16121
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16122
16122
  // All rights reserved.
16123
16123
  //
16124
16124
  // By use of this software, its documentation or related materials, you
@@ -16182,7 +16182,7 @@
16182
16182
  draggers.registerDragger("Walk", (viewer) => new OdaWalkDragger(viewer));
16183
16183
 
16184
16184
  ///////////////////////////////////////////////////////////////////////////////
16185
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16185
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16186
16186
  // All rights reserved.
16187
16187
  //
16188
16188
  // This software and its documentation and related materials are owned by
@@ -16197,7 +16197,7 @@
16197
16197
  //
16198
16198
  // This application incorporates Open Design Alliance software pursuant to a
16199
16199
  // license agreement with Open Design Alliance.
16200
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16200
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16201
16201
  // All rights reserved.
16202
16202
  //
16203
16203
  // By use of this software, its documentation or related materials, you
@@ -16238,7 +16238,7 @@
16238
16238
  }
16239
16239
 
16240
16240
  ///////////////////////////////////////////////////////////////////////////////
16241
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16241
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16242
16242
  // All rights reserved.
16243
16243
  //
16244
16244
  // This software and its documentation and related materials are owned by
@@ -16253,7 +16253,7 @@
16253
16253
  //
16254
16254
  // This application incorporates Open Design Alliance software pursuant to a
16255
16255
  // license agreement with Open Design Alliance.
16256
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16256
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16257
16257
  // All rights reserved.
16258
16258
  //
16259
16259
  // By use of this software, its documentation or related materials, you
@@ -16264,7 +16264,7 @@
16264
16264
  }
16265
16265
 
16266
16266
  ///////////////////////////////////////////////////////////////////////////////
16267
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16267
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16268
16268
  // All rights reserved.
16269
16269
  //
16270
16270
  // This software and its documentation and related materials are owned by
@@ -16279,7 +16279,7 @@
16279
16279
  //
16280
16280
  // This application incorporates Open Design Alliance software pursuant to a
16281
16281
  // license agreement with Open Design Alliance.
16282
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16282
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16283
16283
  // All rights reserved.
16284
16284
  //
16285
16285
  // By use of this software, its documentation or related materials, you
@@ -16295,7 +16295,7 @@
16295
16295
  }
16296
16296
 
16297
16297
  ///////////////////////////////////////////////////////////////////////////////
16298
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16298
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16299
16299
  // All rights reserved.
16300
16300
  //
16301
16301
  // This software and its documentation and related materials are owned by
@@ -16310,7 +16310,7 @@
16310
16310
  //
16311
16311
  // This application incorporates Open Design Alliance software pursuant to a
16312
16312
  // license agreement with Open Design Alliance.
16313
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16313
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16314
16314
  // All rights reserved.
16315
16315
  //
16316
16316
  // By use of this software, its documentation or related materials, you
@@ -16321,7 +16321,7 @@
16321
16321
  }
16322
16322
 
16323
16323
  ///////////////////////////////////////////////////////////////////////////////
16324
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16324
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16325
16325
  // All rights reserved.
16326
16326
  //
16327
16327
  // This software and its documentation and related materials are owned by
@@ -16336,7 +16336,7 @@
16336
16336
  //
16337
16337
  // This application incorporates Open Design Alliance software pursuant to a
16338
16338
  // license agreement with Open Design Alliance.
16339
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16339
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16340
16340
  // All rights reserved.
16341
16341
  //
16342
16342
  // By use of this software, its documentation or related materials, you
@@ -16350,7 +16350,7 @@
16350
16350
  }
16351
16351
 
16352
16352
  ///////////////////////////////////////////////////////////////////////////////
16353
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16353
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16354
16354
  // All rights reserved.
16355
16355
  //
16356
16356
  // This software and its documentation and related materials are owned by
@@ -16365,7 +16365,7 @@
16365
16365
  //
16366
16366
  // This application incorporates Open Design Alliance software pursuant to a
16367
16367
  // license agreement with Open Design Alliance.
16368
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16368
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16369
16369
  // All rights reserved.
16370
16370
  //
16371
16371
  // By use of this software, its documentation or related materials, you
@@ -16384,7 +16384,7 @@
16384
16384
  }
16385
16385
 
16386
16386
  ///////////////////////////////////////////////////////////////////////////////
16387
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16387
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16388
16388
  // All rights reserved.
16389
16389
  //
16390
16390
  // This software and its documentation and related materials are owned by
@@ -16399,7 +16399,7 @@
16399
16399
  //
16400
16400
  // This application incorporates Open Design Alliance software pursuant to a
16401
16401
  // license agreement with Open Design Alliance.
16402
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16402
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16403
16403
  // All rights reserved.
16404
16404
  //
16405
16405
  // By use of this software, its documentation or related materials, you
@@ -16414,7 +16414,7 @@
16414
16414
  }
16415
16415
 
16416
16416
  ///////////////////////////////////////////////////////////////////////////////
16417
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16417
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16418
16418
  // All rights reserved.
16419
16419
  //
16420
16420
  // This software and its documentation and related materials are owned by
@@ -16429,7 +16429,7 @@
16429
16429
  //
16430
16430
  // This application incorporates Open Design Alliance software pursuant to a
16431
16431
  // license agreement with Open Design Alliance.
16432
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16432
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16433
16433
  // All rights reserved.
16434
16434
  //
16435
16435
  // By use of this software, its documentation or related materials, you
@@ -16451,7 +16451,7 @@
16451
16451
  }
16452
16452
 
16453
16453
  ///////////////////////////////////////////////////////////////////////////////
16454
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16454
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16455
16455
  // All rights reserved.
16456
16456
  //
16457
16457
  // This software and its documentation and related materials are owned by
@@ -16466,7 +16466,7 @@
16466
16466
  //
16467
16467
  // This application incorporates Open Design Alliance software pursuant to a
16468
16468
  // license agreement with Open Design Alliance.
16469
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16469
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16470
16470
  // All rights reserved.
16471
16471
  //
16472
16472
  // By use of this software, its documentation or related materials, you
@@ -16500,7 +16500,7 @@
16500
16500
  }
16501
16501
 
16502
16502
  ///////////////////////////////////////////////////////////////////////////////
16503
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16503
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16504
16504
  // All rights reserved.
16505
16505
  //
16506
16506
  // This software and its documentation and related materials are owned by
@@ -16515,7 +16515,7 @@
16515
16515
  //
16516
16516
  // This application incorporates Open Design Alliance software pursuant to a
16517
16517
  // license agreement with Open Design Alliance.
16518
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16518
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16519
16519
  // All rights reserved.
16520
16520
  //
16521
16521
  // By use of this software, its documentation or related materials, you
@@ -16532,7 +16532,7 @@
16532
16532
  }
16533
16533
 
16534
16534
  ///////////////////////////////////////////////////////////////////////////////
16535
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16535
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16536
16536
  // All rights reserved.
16537
16537
  //
16538
16538
  // This software and its documentation and related materials are owned by
@@ -16547,7 +16547,7 @@
16547
16547
  //
16548
16548
  // This application incorporates Open Design Alliance software pursuant to a
16549
16549
  // license agreement with Open Design Alliance.
16550
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16550
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16551
16551
  // All rights reserved.
16552
16552
  //
16553
16553
  // By use of this software, its documentation or related materials, you
@@ -16563,7 +16563,7 @@
16563
16563
  }
16564
16564
 
16565
16565
  ///////////////////////////////////////////////////////////////////////////////
16566
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16566
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16567
16567
  // All rights reserved.
16568
16568
  //
16569
16569
  // This software and its documentation and related materials are owned by
@@ -16578,7 +16578,7 @@
16578
16578
  //
16579
16579
  // This application incorporates Open Design Alliance software pursuant to a
16580
16580
  // license agreement with Open Design Alliance.
16581
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16581
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16582
16582
  // All rights reserved.
16583
16583
  //
16584
16584
  // By use of this software, its documentation or related materials, you
@@ -16594,7 +16594,7 @@
16594
16594
  }
16595
16595
 
16596
16596
  ///////////////////////////////////////////////////////////////////////////////
16597
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16597
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16598
16598
  // All rights reserved.
16599
16599
  //
16600
16600
  // This software and its documentation and related materials are owned by
@@ -16609,7 +16609,7 @@
16609
16609
  //
16610
16610
  // This application incorporates Open Design Alliance software pursuant to a
16611
16611
  // license agreement with Open Design Alliance.
16612
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16612
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16613
16613
  // All rights reserved.
16614
16614
  //
16615
16615
  // By use of this software, its documentation or related materials, you
@@ -16631,7 +16631,7 @@
16631
16631
  }
16632
16632
 
16633
16633
  ///////////////////////////////////////////////////////////////////////////////
16634
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16634
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16635
16635
  // All rights reserved.
16636
16636
  //
16637
16637
  // This software and its documentation and related materials are owned by
@@ -16646,7 +16646,7 @@
16646
16646
  //
16647
16647
  // This application incorporates Open Design Alliance software pursuant to a
16648
16648
  // license agreement with Open Design Alliance.
16649
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16649
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16650
16650
  // All rights reserved.
16651
16651
  //
16652
16652
  // By use of this software, its documentation or related materials, you
@@ -16674,7 +16674,7 @@
16674
16674
  }
16675
16675
 
16676
16676
  ///////////////////////////////////////////////////////////////////////////////
16677
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16677
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16678
16678
  // All rights reserved.
16679
16679
  //
16680
16680
  // This software and its documentation and related materials are owned by
@@ -16689,7 +16689,7 @@
16689
16689
  //
16690
16690
  // This application incorporates Open Design Alliance software pursuant to a
16691
16691
  // license agreement with Open Design Alliance.
16692
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16692
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16693
16693
  // All rights reserved.
16694
16694
  //
16695
16695
  // By use of this software, its documentation or related materials, you
@@ -16700,7 +16700,7 @@
16700
16700
  }
16701
16701
 
16702
16702
  ///////////////////////////////////////////////////////////////////////////////
16703
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16703
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16704
16704
  // All rights reserved.
16705
16705
  //
16706
16706
  // This software and its documentation and related materials are owned by
@@ -16715,7 +16715,7 @@
16715
16715
  //
16716
16716
  // This application incorporates Open Design Alliance software pursuant to a
16717
16717
  // license agreement with Open Design Alliance.
16718
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16718
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16719
16719
  // All rights reserved.
16720
16720
  //
16721
16721
  // By use of this software, its documentation or related materials, you
@@ -16733,7 +16733,7 @@
16733
16733
  }
16734
16734
 
16735
16735
  ///////////////////////////////////////////////////////////////////////////////
16736
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16736
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16737
16737
  // All rights reserved.
16738
16738
  //
16739
16739
  // This software and its documentation and related materials are owned by
@@ -16748,7 +16748,7 @@
16748
16748
  //
16749
16749
  // This application incorporates Open Design Alliance software pursuant to a
16750
16750
  // license agreement with Open Design Alliance.
16751
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16751
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16752
16752
  // All rights reserved.
16753
16753
  //
16754
16754
  // By use of this software, its documentation or related materials, you
@@ -16759,7 +16759,7 @@
16759
16759
  }
16760
16760
 
16761
16761
  ///////////////////////////////////////////////////////////////////////////////
16762
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16762
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16763
16763
  // All rights reserved.
16764
16764
  //
16765
16765
  // This software and its documentation and related materials are owned by
@@ -16774,7 +16774,7 @@
16774
16774
  //
16775
16775
  // This application incorporates Open Design Alliance software pursuant to a
16776
16776
  // license agreement with Open Design Alliance.
16777
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16777
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16778
16778
  // All rights reserved.
16779
16779
  //
16780
16780
  // By use of this software, its documentation or related materials, you
@@ -16798,7 +16798,7 @@
16798
16798
  }
16799
16799
 
16800
16800
  ///////////////////////////////////////////////////////////////////////////////
16801
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16801
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16802
16802
  // All rights reserved.
16803
16803
  //
16804
16804
  // This software and its documentation and related materials are owned by
@@ -16813,7 +16813,7 @@
16813
16813
  //
16814
16814
  // This application incorporates Open Design Alliance software pursuant to a
16815
16815
  // license agreement with Open Design Alliance.
16816
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16816
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16817
16817
  // All rights reserved.
16818
16818
  //
16819
16819
  // By use of this software, its documentation or related materials, you
@@ -16829,7 +16829,7 @@
16829
16829
  }
16830
16830
 
16831
16831
  ///////////////////////////////////////////////////////////////////////////////
16832
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16832
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16833
16833
  // All rights reserved.
16834
16834
  //
16835
16835
  // This software and its documentation and related materials are owned by
@@ -16844,7 +16844,7 @@
16844
16844
  //
16845
16845
  // This application incorporates Open Design Alliance software pursuant to a
16846
16846
  // license agreement with Open Design Alliance.
16847
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16847
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16848
16848
  // All rights reserved.
16849
16849
  //
16850
16850
  // By use of this software, its documentation or related materials, you
@@ -16865,7 +16865,7 @@
16865
16865
  }
16866
16866
 
16867
16867
  ///////////////////////////////////////////////////////////////////////////////
16868
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16868
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16869
16869
  // All rights reserved.
16870
16870
  //
16871
16871
  // This software and its documentation and related materials are owned by
@@ -16880,7 +16880,7 @@
16880
16880
  //
16881
16881
  // This application incorporates Open Design Alliance software pursuant to a
16882
16882
  // license agreement with Open Design Alliance.
16883
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16883
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16884
16884
  // All rights reserved.
16885
16885
  //
16886
16886
  // By use of this software, its documentation or related materials, you
@@ -16906,7 +16906,7 @@
16906
16906
  }
16907
16907
 
16908
16908
  ///////////////////////////////////////////////////////////////////////////////
16909
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16909
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16910
16910
  // All rights reserved.
16911
16911
  //
16912
16912
  // This software and its documentation and related materials are owned by
@@ -16921,7 +16921,7 @@
16921
16921
  //
16922
16922
  // This application incorporates Open Design Alliance software pursuant to a
16923
16923
  // license agreement with Open Design Alliance.
16924
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16924
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16925
16925
  // All rights reserved.
16926
16926
  //
16927
16927
  // By use of this software, its documentation or related materials, you
@@ -16940,7 +16940,7 @@
16940
16940
  }
16941
16941
 
16942
16942
  ///////////////////////////////////////////////////////////////////////////////
16943
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
16943
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
16944
16944
  // All rights reserved.
16945
16945
  //
16946
16946
  // This software and its documentation and related materials are owned by
@@ -16955,7 +16955,7 @@
16955
16955
  //
16956
16956
  // This application incorporates Open Design Alliance software pursuant to a
16957
16957
  // license agreement with Open Design Alliance.
16958
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
16958
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
16959
16959
  // All rights reserved.
16960
16960
  //
16961
16961
  // By use of this software, its documentation or related materials, you
@@ -17019,7 +17019,7 @@
17019
17019
  }
17020
17020
 
17021
17021
  ///////////////////////////////////////////////////////////////////////////////
17022
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17022
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17023
17023
  // All rights reserved.
17024
17024
  //
17025
17025
  // This software and its documentation and related materials are owned by
@@ -17034,7 +17034,7 @@
17034
17034
  //
17035
17035
  // This application incorporates Open Design Alliance software pursuant to a
17036
17036
  // license agreement with Open Design Alliance.
17037
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17037
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17038
17038
  // All rights reserved.
17039
17039
  //
17040
17040
  // By use of this software, its documentation or related materials, you
@@ -17107,7 +17107,7 @@
17107
17107
  commands.registerCommandAlias("zoomToExtents", "zoomExtents");
17108
17108
 
17109
17109
  ///////////////////////////////////////////////////////////////////////////////
17110
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17110
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17111
17111
  // All rights reserved.
17112
17112
  //
17113
17113
  // This software and its documentation and related materials are owned by
@@ -17122,7 +17122,7 @@
17122
17122
  //
17123
17123
  // This application incorporates Open Design Alliance software pursuant to a
17124
17124
  // license agreement with Open Design Alliance.
17125
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17125
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17126
17126
  // All rights reserved.
17127
17127
  //
17128
17128
  // By use of this software, its documentation or related materials, you
@@ -17143,7 +17143,7 @@
17143
17143
  }
17144
17144
 
17145
17145
  ///////////////////////////////////////////////////////////////////////////////
17146
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17146
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17147
17147
  // All rights reserved.
17148
17148
  //
17149
17149
  // This software and its documentation and related materials are owned by
@@ -17158,7 +17158,7 @@
17158
17158
  //
17159
17159
  // This application incorporates Open Design Alliance software pursuant to a
17160
17160
  // license agreement with Open Design Alliance.
17161
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17161
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17162
17162
  // All rights reserved.
17163
17163
  //
17164
17164
  // By use of this software, its documentation or related materials, you
@@ -17179,7 +17179,7 @@
17179
17179
  }
17180
17180
 
17181
17181
  ///////////////////////////////////////////////////////////////////////////////
17182
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17182
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17183
17183
  // All rights reserved.
17184
17184
  //
17185
17185
  // This software and its documentation and related materials are owned by
@@ -17194,7 +17194,7 @@
17194
17194
  //
17195
17195
  // This application incorporates Open Design Alliance software pursuant to a
17196
17196
  // license agreement with Open Design Alliance.
17197
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17197
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17198
17198
  // All rights reserved.
17199
17199
  //
17200
17200
  // By use of this software, its documentation or related materials, you
@@ -17214,7 +17214,7 @@
17214
17214
  }
17215
17215
 
17216
17216
  ///////////////////////////////////////////////////////////////////////////////
17217
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17217
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17218
17218
  // All rights reserved.
17219
17219
  //
17220
17220
  // This software and its documentation and related materials are owned by
@@ -17229,7 +17229,7 @@
17229
17229
  //
17230
17230
  // This application incorporates Open Design Alliance software pursuant to a
17231
17231
  // license agreement with Open Design Alliance.
17232
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17232
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17233
17233
  // All rights reserved.
17234
17234
  //
17235
17235
  // By use of this software, its documentation or related materials, you
@@ -17414,7 +17414,7 @@
17414
17414
  }
17415
17415
 
17416
17416
  ///////////////////////////////////////////////////////////////////////////////
17417
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17417
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17418
17418
  // All rights reserved.
17419
17419
  //
17420
17420
  // This software and its documentation and related materials are owned by
@@ -17429,7 +17429,7 @@
17429
17429
  //
17430
17430
  // This application incorporates Open Design Alliance software pursuant to a
17431
17431
  // license agreement with Open Design Alliance.
17432
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17432
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17433
17433
  // All rights reserved.
17434
17434
  //
17435
17435
  // By use of this software, its documentation or related materials, you
@@ -17448,7 +17448,7 @@
17448
17448
  }
17449
17449
 
17450
17450
  ///////////////////////////////////////////////////////////////////////////////
17451
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17451
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17452
17452
  // All rights reserved.
17453
17453
  //
17454
17454
  // This software and its documentation and related materials are owned by
@@ -17463,7 +17463,7 @@
17463
17463
  //
17464
17464
  // This application incorporates Open Design Alliance software pursuant to a
17465
17465
  // license agreement with Open Design Alliance.
17466
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17466
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17467
17467
  // All rights reserved.
17468
17468
  //
17469
17469
  // By use of this software, its documentation or related materials, you
@@ -17554,7 +17554,7 @@
17554
17554
  }
17555
17555
 
17556
17556
  ///////////////////////////////////////////////////////////////////////////////
17557
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17557
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17558
17558
  // All rights reserved.
17559
17559
  //
17560
17560
  // This software and its documentation and related materials are owned by
@@ -17569,7 +17569,7 @@
17569
17569
  //
17570
17570
  // This application incorporates Open Design Alliance software pursuant to a
17571
17571
  // license agreement with Open Design Alliance.
17572
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17572
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17573
17573
  // All rights reserved.
17574
17574
  //
17575
17575
  // By use of this software, its documentation or related materials, you
@@ -17619,7 +17619,7 @@
17619
17619
  };
17620
17620
 
17621
17621
  ///////////////////////////////////////////////////////////////////////////////
17622
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17622
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17623
17623
  // All rights reserved.
17624
17624
  //
17625
17625
  // This software and its documentation and related materials are owned by
@@ -17634,7 +17634,7 @@
17634
17634
  //
17635
17635
  // This application incorporates Open Design Alliance software pursuant to a
17636
17636
  // license agreement with Open Design Alliance.
17637
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17637
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17638
17638
  // All rights reserved.
17639
17639
  //
17640
17640
  // By use of this software, its documentation or related materials, you
@@ -17650,7 +17650,7 @@
17650
17650
  }
17651
17651
 
17652
17652
  ///////////////////////////////////////////////////////////////////////////////
17653
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17653
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17654
17654
  // All rights reserved.
17655
17655
  //
17656
17656
  // This software and its documentation and related materials are owned by
@@ -17665,7 +17665,7 @@
17665
17665
  //
17666
17666
  // This application incorporates Open Design Alliance software pursuant to a
17667
17667
  // license agreement with Open Design Alliance.
17668
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17668
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17669
17669
  // All rights reserved.
17670
17670
  //
17671
17671
  // By use of this software, its documentation or related materials, you
@@ -17719,7 +17719,7 @@
17719
17719
  }
17720
17720
 
17721
17721
  ///////////////////////////////////////////////////////////////////////////////
17722
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17722
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17723
17723
  // All rights reserved.
17724
17724
  //
17725
17725
  // This software and its documentation and related materials are owned by
@@ -17734,7 +17734,7 @@
17734
17734
  //
17735
17735
  // This application incorporates Open Design Alliance software pursuant to a
17736
17736
  // license agreement with Open Design Alliance.
17737
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17737
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17738
17738
  // All rights reserved.
17739
17739
  //
17740
17740
  // By use of this software, its documentation or related materials, you
@@ -17806,7 +17806,7 @@
17806
17806
  }
17807
17807
 
17808
17808
  ///////////////////////////////////////////////////////////////////////////////
17809
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17809
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17810
17810
  // All rights reserved.
17811
17811
  //
17812
17812
  // This software and its documentation and related materials are owned by
@@ -17821,7 +17821,7 @@
17821
17821
  //
17822
17822
  // This application incorporates Open Design Alliance software pursuant to a
17823
17823
  // license agreement with Open Design Alliance.
17824
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17824
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17825
17825
  // All rights reserved.
17826
17826
  //
17827
17827
  // By use of this software, its documentation or related materials, you
@@ -17878,7 +17878,7 @@
17878
17878
  }
17879
17879
 
17880
17880
  ///////////////////////////////////////////////////////////////////////////////
17881
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
17881
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
17882
17882
  // All rights reserved.
17883
17883
  //
17884
17884
  // This software and its documentation and related materials are owned by
@@ -17893,7 +17893,7 @@
17893
17893
  //
17894
17894
  // This application incorporates Open Design Alliance software pursuant to a
17895
17895
  // license agreement with Open Design Alliance.
17896
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
17896
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
17897
17897
  // All rights reserved.
17898
17898
  //
17899
17899
  // By use of this software, its documentation or related materials, you
@@ -18054,7 +18054,7 @@
18054
18054
  }
18055
18055
 
18056
18056
  ///////////////////////////////////////////////////////////////////////////////
18057
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
18057
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
18058
18058
  // All rights reserved.
18059
18059
  //
18060
18060
  // This software and its documentation and related materials are owned by
@@ -18069,7 +18069,7 @@
18069
18069
  //
18070
18070
  // This application incorporates Open Design Alliance software pursuant to a
18071
18071
  // license agreement with Open Design Alliance.
18072
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18072
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
18073
18073
  // All rights reserved.
18074
18074
  //
18075
18075
  // By use of this software, its documentation or related materials, you
@@ -18387,7 +18387,7 @@
18387
18387
  }
18388
18388
 
18389
18389
  ///////////////////////////////////////////////////////////////////////////////
18390
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
18390
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
18391
18391
  // All rights reserved.
18392
18392
  //
18393
18393
  // This software and its documentation and related materials are owned by
@@ -18402,7 +18402,7 @@
18402
18402
  //
18403
18403
  // This application incorporates Open Design Alliance software pursuant to a
18404
18404
  // license agreement with Open Design Alliance.
18405
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18405
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
18406
18406
  // All rights reserved.
18407
18407
  //
18408
18408
  // By use of this software, its documentation or related materials, you
@@ -18426,7 +18426,7 @@
18426
18426
  }
18427
18427
 
18428
18428
  ///////////////////////////////////////////////////////////////////////////////
18429
- // Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
18429
+ // Copyright (C) 2002-2025, Open Design Alliance (the "Alliance").
18430
18430
  // All rights reserved.
18431
18431
  //
18432
18432
  // This software and its documentation and related materials are owned by
@@ -18441,7 +18441,7 @@
18441
18441
  //
18442
18442
  // This application incorporates Open Design Alliance software pursuant to a
18443
18443
  // license agreement with Open Design Alliance.
18444
- // Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18444
+ // Open Design Alliance Copyright (C) 2002-2025 by Open Design Alliance.
18445
18445
  // All rights reserved.
18446
18446
  //
18447
18447
  // By use of this software, its documentation or related materials, you