@itwin/core-geometry 5.13.0-dev.4 → 5.13.0-dev.6

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 (76) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/lib/cjs/curve/Arc3d.d.ts +1 -1
  3. package/lib/cjs/curve/Arc3d.js +1 -1
  4. package/lib/cjs/curve/Arc3d.js.map +1 -1
  5. package/lib/cjs/curve/CurveFactory.d.ts +14 -6
  6. package/lib/cjs/curve/CurveFactory.d.ts.map +1 -1
  7. package/lib/cjs/curve/CurveFactory.js +11 -1
  8. package/lib/cjs/curve/CurveFactory.js.map +1 -1
  9. package/lib/cjs/curve/LineSegment3d.d.ts +6 -1
  10. package/lib/cjs/curve/LineSegment3d.d.ts.map +1 -1
  11. package/lib/cjs/curve/LineSegment3d.js +8 -1
  12. package/lib/cjs/curve/LineSegment3d.js.map +1 -1
  13. package/lib/cjs/curve/Query/ConsolidateAdjacentPrimitivesContext.d.ts +9 -4
  14. package/lib/cjs/curve/Query/ConsolidateAdjacentPrimitivesContext.d.ts.map +1 -1
  15. package/lib/cjs/curve/Query/ConsolidateAdjacentPrimitivesContext.js +25 -16
  16. package/lib/cjs/curve/Query/ConsolidateAdjacentPrimitivesContext.js.map +1 -1
  17. package/lib/cjs/curve/Query/PlanarSubdivision.d.ts.map +1 -1
  18. package/lib/cjs/curve/Query/PlanarSubdivision.js +1 -3
  19. package/lib/cjs/curve/Query/PlanarSubdivision.js.map +1 -1
  20. package/lib/cjs/curve/RegionOps.d.ts +25 -3
  21. package/lib/cjs/curve/RegionOps.d.ts.map +1 -1
  22. package/lib/cjs/curve/RegionOps.js +2 -1
  23. package/lib/cjs/curve/RegionOps.js.map +1 -1
  24. package/lib/cjs/curve/internalContexts/CurveCurveIntersectXY.d.ts +4 -0
  25. package/lib/cjs/curve/internalContexts/CurveCurveIntersectXY.d.ts.map +1 -1
  26. package/lib/cjs/curve/internalContexts/CurveCurveIntersectXY.js +132 -106
  27. package/lib/cjs/curve/internalContexts/CurveCurveIntersectXY.js.map +1 -1
  28. package/lib/cjs/curve/spiral/TransitionSpiral3d.d.ts +5 -0
  29. package/lib/cjs/curve/spiral/TransitionSpiral3d.d.ts.map +1 -1
  30. package/lib/cjs/curve/spiral/TransitionSpiral3d.js +7 -0
  31. package/lib/cjs/curve/spiral/TransitionSpiral3d.js.map +1 -1
  32. package/lib/cjs/geometry3d/AngleSweep.d.ts +2 -2
  33. package/lib/cjs/geometry3d/AngleSweep.js +2 -2
  34. package/lib/cjs/geometry3d/AngleSweep.js.map +1 -1
  35. package/lib/cjs/geometry3d/Range.d.ts +8 -0
  36. package/lib/cjs/geometry3d/Range.d.ts.map +1 -1
  37. package/lib/cjs/geometry3d/Range.js +16 -0
  38. package/lib/cjs/geometry3d/Range.js.map +1 -1
  39. package/lib/esm/curve/Arc3d.d.ts +1 -1
  40. package/lib/esm/curve/Arc3d.js +1 -1
  41. package/lib/esm/curve/Arc3d.js.map +1 -1
  42. package/lib/esm/curve/CurveFactory.d.ts +14 -6
  43. package/lib/esm/curve/CurveFactory.d.ts.map +1 -1
  44. package/lib/esm/curve/CurveFactory.js +11 -1
  45. package/lib/esm/curve/CurveFactory.js.map +1 -1
  46. package/lib/esm/curve/LineSegment3d.d.ts +6 -1
  47. package/lib/esm/curve/LineSegment3d.d.ts.map +1 -1
  48. package/lib/esm/curve/LineSegment3d.js +8 -1
  49. package/lib/esm/curve/LineSegment3d.js.map +1 -1
  50. package/lib/esm/curve/Query/ConsolidateAdjacentPrimitivesContext.d.ts +9 -4
  51. package/lib/esm/curve/Query/ConsolidateAdjacentPrimitivesContext.d.ts.map +1 -1
  52. package/lib/esm/curve/Query/ConsolidateAdjacentPrimitivesContext.js +25 -16
  53. package/lib/esm/curve/Query/ConsolidateAdjacentPrimitivesContext.js.map +1 -1
  54. package/lib/esm/curve/Query/PlanarSubdivision.d.ts.map +1 -1
  55. package/lib/esm/curve/Query/PlanarSubdivision.js +2 -4
  56. package/lib/esm/curve/Query/PlanarSubdivision.js.map +1 -1
  57. package/lib/esm/curve/RegionOps.d.ts +25 -3
  58. package/lib/esm/curve/RegionOps.d.ts.map +1 -1
  59. package/lib/esm/curve/RegionOps.js +2 -1
  60. package/lib/esm/curve/RegionOps.js.map +1 -1
  61. package/lib/esm/curve/internalContexts/CurveCurveIntersectXY.d.ts +4 -0
  62. package/lib/esm/curve/internalContexts/CurveCurveIntersectXY.d.ts.map +1 -1
  63. package/lib/esm/curve/internalContexts/CurveCurveIntersectXY.js +132 -106
  64. package/lib/esm/curve/internalContexts/CurveCurveIntersectXY.js.map +1 -1
  65. package/lib/esm/curve/spiral/TransitionSpiral3d.d.ts +5 -0
  66. package/lib/esm/curve/spiral/TransitionSpiral3d.d.ts.map +1 -1
  67. package/lib/esm/curve/spiral/TransitionSpiral3d.js +7 -0
  68. package/lib/esm/curve/spiral/TransitionSpiral3d.js.map +1 -1
  69. package/lib/esm/geometry3d/AngleSweep.d.ts +2 -2
  70. package/lib/esm/geometry3d/AngleSweep.js +2 -2
  71. package/lib/esm/geometry3d/AngleSweep.js.map +1 -1
  72. package/lib/esm/geometry3d/Range.d.ts +8 -0
  73. package/lib/esm/geometry3d/Range.d.ts.map +1 -1
  74. package/lib/esm/geometry3d/Range.js +16 -0
  75. package/lib/esm/geometry3d/Range.js.map +1 -1
  76. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Wed, 15 Jul 2026 19:42:09 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
4
+
5
+ ## 5.12.0
6
+ Mon, 03 Aug 2026 12:25:49 GMT
7
+
8
+ ### Updates
9
+
10
+ - RegionOps.regionBooleanXY enhancements
11
+ - RegionOps tolerance fixes
12
+ - added test for fillet vs line intersection
13
+ - Reduced Newton max iteration for spiral/bspline intersection
14
+ - Rewrote CurveCurveCloseApproachXY Bspline and Spiral CloseApproach tests
4
15
 
5
16
  ## 5.11.3
6
17
  Wed, 15 Jul 2026 19:40:44 GMT
@@ -519,7 +519,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
519
519
  extendRangeInSweep(range: Range3d, sweep: AngleSweep, transform?: Transform): void;
520
520
  /**
521
521
  * Returns a (high accuracy) range of the curve between fractional positions.
522
- * * Default implementation returns teh range of the curve from clonePartialCurve.
522
+ * * Default implementation returns the range of the curve from clonePartialCurve.
523
523
  */
524
524
  rangeBetweenFractions(fraction0: number, fraction1: number, transform?: Transform): Range3d;
525
525
  /**
@@ -1005,7 +1005,7 @@ class Arc3d extends CurvePrimitive_1.CurvePrimitive {
1005
1005
  }
1006
1006
  /**
1007
1007
  * Returns a (high accuracy) range of the curve between fractional positions.
1008
- * * Default implementation returns teh range of the curve from clonePartialCurve.
1008
+ * * Default implementation returns the range of the curve from clonePartialCurve.
1009
1009
  */
1010
1010
  rangeBetweenFractions(fraction0, fraction1, transform) {
1011
1011
  const sweep = AngleSweep_1.AngleSweep.createStartEndRadians(this.sweep.fractionToRadians(fraction0), this.sweep.fractionToRadians(fraction1));