@itwin/core-geometry 5.1.0-dev.38 → 5.1.0-dev.39

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 (93) hide show
  1. package/lib/cjs/Geometry.d.ts +4 -4
  2. package/lib/cjs/Geometry.js +3 -3
  3. package/lib/cjs/Geometry.js.map +1 -1
  4. package/lib/cjs/bspline/BSpline1dNd.d.ts +1 -1
  5. package/lib/cjs/bspline/BSpline1dNd.js +1 -1
  6. package/lib/cjs/bspline/BSpline1dNd.js.map +1 -1
  7. package/lib/cjs/bspline/BSplineSurface.d.ts +2 -2
  8. package/lib/cjs/bspline/BSplineSurface.js +4 -4
  9. package/lib/cjs/bspline/BSplineSurface.js.map +1 -1
  10. package/lib/cjs/curve/CurveLocationDetail.d.ts +1 -1
  11. package/lib/cjs/curve/CurveLocationDetail.js +1 -1
  12. package/lib/cjs/curve/CurveLocationDetail.js.map +1 -1
  13. package/lib/cjs/curve/CurveTypes.d.ts +1 -1
  14. package/lib/cjs/curve/CurveTypes.js.map +1 -1
  15. package/lib/cjs/curve/StrokeOptions.d.ts +1 -1
  16. package/lib/cjs/curve/StrokeOptions.js +1 -1
  17. package/lib/cjs/curve/StrokeOptions.js.map +1 -1
  18. package/lib/cjs/geometry3d/GrowableXYArray.d.ts +1 -1
  19. package/lib/cjs/geometry3d/GrowableXYArray.js +1 -1
  20. package/lib/cjs/geometry3d/GrowableXYArray.js.map +1 -1
  21. package/lib/cjs/geometry4d/Point4d.d.ts +1 -1
  22. package/lib/cjs/geometry4d/Point4d.js +1 -1
  23. package/lib/cjs/geometry4d/Point4d.js.map +1 -1
  24. package/lib/cjs/polyface/Polyface.d.ts +2 -2
  25. package/lib/cjs/polyface/Polyface.js +2 -2
  26. package/lib/cjs/polyface/Polyface.js.map +1 -1
  27. package/lib/cjs/polyface/PolyfaceBuilder.d.ts +1 -1
  28. package/lib/cjs/polyface/PolyfaceBuilder.js +1 -1
  29. package/lib/cjs/polyface/PolyfaceBuilder.js.map +1 -1
  30. package/lib/cjs/polyface/PolyfaceData.d.ts +1 -1
  31. package/lib/cjs/polyface/PolyfaceData.js +1 -1
  32. package/lib/cjs/polyface/PolyfaceData.js.map +1 -1
  33. package/lib/cjs/polyface/PolyfaceQuery.d.ts +3 -3
  34. package/lib/cjs/polyface/PolyfaceQuery.d.ts.map +1 -1
  35. package/lib/cjs/polyface/PolyfaceQuery.js +3 -3
  36. package/lib/cjs/polyface/PolyfaceQuery.js.map +1 -1
  37. package/lib/cjs/serialization/GeometrySamples.d.ts +1 -1
  38. package/lib/cjs/serialization/GeometrySamples.d.ts.map +1 -1
  39. package/lib/cjs/serialization/GeometrySamples.js +1 -1
  40. package/lib/cjs/serialization/GeometrySamples.js.map +1 -1
  41. package/lib/cjs/serialization/IModelJsonSchema.d.ts +3 -3
  42. package/lib/cjs/serialization/IModelJsonSchema.js.map +1 -1
  43. package/lib/cjs/topology/Triangulation.d.ts +9 -14
  44. package/lib/cjs/topology/Triangulation.d.ts.map +1 -1
  45. package/lib/cjs/topology/Triangulation.js +29 -22
  46. package/lib/cjs/topology/Triangulation.js.map +1 -1
  47. package/lib/esm/Geometry.d.ts +4 -4
  48. package/lib/esm/Geometry.js +3 -3
  49. package/lib/esm/Geometry.js.map +1 -1
  50. package/lib/esm/bspline/BSpline1dNd.d.ts +1 -1
  51. package/lib/esm/bspline/BSpline1dNd.js +1 -1
  52. package/lib/esm/bspline/BSpline1dNd.js.map +1 -1
  53. package/lib/esm/bspline/BSplineSurface.d.ts +2 -2
  54. package/lib/esm/bspline/BSplineSurface.js +4 -4
  55. package/lib/esm/bspline/BSplineSurface.js.map +1 -1
  56. package/lib/esm/curve/CurveLocationDetail.d.ts +1 -1
  57. package/lib/esm/curve/CurveLocationDetail.js +1 -1
  58. package/lib/esm/curve/CurveLocationDetail.js.map +1 -1
  59. package/lib/esm/curve/CurveTypes.d.ts +1 -1
  60. package/lib/esm/curve/CurveTypes.js.map +1 -1
  61. package/lib/esm/curve/StrokeOptions.d.ts +1 -1
  62. package/lib/esm/curve/StrokeOptions.js +1 -1
  63. package/lib/esm/curve/StrokeOptions.js.map +1 -1
  64. package/lib/esm/geometry3d/GrowableXYArray.d.ts +1 -1
  65. package/lib/esm/geometry3d/GrowableXYArray.js +1 -1
  66. package/lib/esm/geometry3d/GrowableXYArray.js.map +1 -1
  67. package/lib/esm/geometry4d/Point4d.d.ts +1 -1
  68. package/lib/esm/geometry4d/Point4d.js +1 -1
  69. package/lib/esm/geometry4d/Point4d.js.map +1 -1
  70. package/lib/esm/polyface/Polyface.d.ts +2 -2
  71. package/lib/esm/polyface/Polyface.js +2 -2
  72. package/lib/esm/polyface/Polyface.js.map +1 -1
  73. package/lib/esm/polyface/PolyfaceBuilder.d.ts +1 -1
  74. package/lib/esm/polyface/PolyfaceBuilder.js +1 -1
  75. package/lib/esm/polyface/PolyfaceBuilder.js.map +1 -1
  76. package/lib/esm/polyface/PolyfaceData.d.ts +1 -1
  77. package/lib/esm/polyface/PolyfaceData.js +1 -1
  78. package/lib/esm/polyface/PolyfaceData.js.map +1 -1
  79. package/lib/esm/polyface/PolyfaceQuery.d.ts +3 -3
  80. package/lib/esm/polyface/PolyfaceQuery.d.ts.map +1 -1
  81. package/lib/esm/polyface/PolyfaceQuery.js +3 -3
  82. package/lib/esm/polyface/PolyfaceQuery.js.map +1 -1
  83. package/lib/esm/serialization/GeometrySamples.d.ts +1 -1
  84. package/lib/esm/serialization/GeometrySamples.d.ts.map +1 -1
  85. package/lib/esm/serialization/GeometrySamples.js +1 -1
  86. package/lib/esm/serialization/GeometrySamples.js.map +1 -1
  87. package/lib/esm/serialization/IModelJsonSchema.d.ts +3 -3
  88. package/lib/esm/serialization/IModelJsonSchema.js.map +1 -1
  89. package/lib/esm/topology/Triangulation.d.ts +9 -14
  90. package/lib/esm/topology/Triangulation.d.ts.map +1 -1
  91. package/lib/esm/topology/Triangulation.js +29 -22
  92. package/lib/esm/topology/Triangulation.js.map +1 -1
  93. package/package.json +3 -3
@@ -108,7 +108,7 @@ export declare namespace IModelJson {
108
108
  path?: [CurvePrimitiveProps];
109
109
  /**
110
110
  * A collection of curves with no required structure or connections
111
- * @deprecated in 5.x. Instead use bagOfCurves, which has correct capitalization and type. The old name has never been persisted.
111
+ * @deprecated in 5.0. Instead use bagOfCurves, which has correct capitalization and type. The old name has never been persisted.
112
112
  */
113
113
  bagofCurves?: [CurveCollectionProps];
114
114
  /** A collection of curves with no required structure or connections. */
@@ -232,12 +232,12 @@ export declare namespace IModelJson {
232
232
  radius?: number;
233
233
  /**
234
234
  * Optional section x-axis.
235
- * @deprecated in 5.x. This property has never been written. Optional axes are specified by an AxesProps.
235
+ * @deprecated in 5.0. This property has never been written. Optional axes are specified by an AxesProps.
236
236
  */
237
237
  vectorX?: XYZProps;
238
238
  /**
239
239
  * Optional section y-axis.
240
- * @deprecated in 5.x. This property has never been written. Optional axes are specified by an AxesProps.
240
+ * @deprecated in 5.0. This property has never been written. Optional axes are specified by an AxesProps.
241
241
  */
242
242
  vectorY?: XYZProps;
243
243
  /** flag for circular end caps. */