brepkit-wasm 3.0.2 → 3.1.1

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.
package/brepkit_wasm.d.ts CHANGED
@@ -1920,8 +1920,10 @@ export class BrepKernel {
1920
1920
  /**
1921
1921
  * Sweep a face along a path defined by a chain of edges.
1922
1922
  *
1923
- * Collects points from the edges, fits an interpolating NURBS curve,
1924
- * then sweeps the profile along that curve.
1923
+ * A closed planar chain of lines and tangent arcs with an all-line
1924
+ * perpendicular profile is swept analytically (exact plane / cylinder /
1925
+ * cone faces); anything else falls back to fitting an interpolating
1926
+ * NURBS curve through sampled chain points and sweeping along that.
1925
1927
  *
1926
1928
  * Returns a solid handle (`u32`).
1927
1929
  *
@@ -4280,8 +4280,10 @@ export class BrepKernel {
4280
4280
  /**
4281
4281
  * Sweep a face along a path defined by a chain of edges.
4282
4282
  *
4283
- * Collects points from the edges, fits an interpolating NURBS curve,
4284
- * then sweeps the profile along that curve.
4283
+ * A closed planar chain of lines and tangent arcs with an all-line
4284
+ * perpendicular profile is swept analytically (exact plane / cylinder /
4285
+ * cone faces); anything else falls back to fitting an interpolating
4286
+ * NURBS curve through sampled chain points and sweeping along that.
4285
4287
  *
4286
4288
  * Returns a solid handle (`u32`).
4287
4289
  *
@@ -5202,13 +5204,13 @@ export function __wbg___wbindgen_debug_string_c25d447a39f5578f(arg0, arg1) {
5202
5204
  export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
5203
5205
  throw new Error(getStringFromWasm0(arg0, arg1));
5204
5206
  }
5205
- export function __wbg_error_0b7fcb60f8ffab1d(arg0, arg1) {
5207
+ export function __wbg_error_2b3104d1ab04b20c(arg0, arg1) {
5206
5208
  console.error(getStringFromWasm0(arg0, arg1));
5207
5209
  }
5208
- export function __wbg_log_68a0a02cf2abd646(arg0, arg1) {
5210
+ export function __wbg_log_7459f5a267d7f29d(arg0, arg1) {
5209
5211
  console.log(getStringFromWasm0(arg0, arg1));
5210
5212
  }
5211
- export function __wbg_warn_dc01a74d58066770(arg0, arg1) {
5213
+ export function __wbg_warn_836a775340f06d1c(arg0, arg1) {
5212
5214
  console.warn(getStringFromWasm0(arg0, arg1));
5213
5215
  }
5214
5216
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
Binary file
@@ -4282,8 +4282,10 @@ class BrepKernel {
4282
4282
  /**
4283
4283
  * Sweep a face along a path defined by a chain of edges.
4284
4284
  *
4285
- * Collects points from the edges, fits an interpolating NURBS curve,
4286
- * then sweeps the profile along that curve.
4285
+ * A closed planar chain of lines and tangent arcs with an all-line
4286
+ * perpendicular profile is swept analytically (exact plane / cylinder /
4287
+ * cone faces); anything else falls back to fitting an interpolating
4288
+ * NURBS curve through sampled chain points and sweeping along that.
4287
4289
  *
4288
4290
  * Returns a solid handle (`u32`).
4289
4291
  *
@@ -5216,13 +5218,13 @@ function __wbg_get_imports() {
5216
5218
  __wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
5217
5219
  throw new Error(getStringFromWasm0(arg0, arg1));
5218
5220
  },
5219
- __wbg_error_0b7fcb60f8ffab1d: function(arg0, arg1) {
5221
+ __wbg_error_2b3104d1ab04b20c: function(arg0, arg1) {
5220
5222
  console.error(getStringFromWasm0(arg0, arg1));
5221
5223
  },
5222
- __wbg_log_68a0a02cf2abd646: function(arg0, arg1) {
5224
+ __wbg_log_7459f5a267d7f29d: function(arg0, arg1) {
5223
5225
  console.log(getStringFromWasm0(arg0, arg1));
5224
5226
  },
5225
- __wbg_warn_dc01a74d58066770: function(arg0, arg1) {
5227
+ __wbg_warn_836a775340f06d1c: function(arg0, arg1) {
5226
5228
  console.warn(getStringFromWasm0(arg0, arg1));
5227
5229
  },
5228
5230
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "brepkit-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for brepkit — browser-native B-Rep solid modeling",
5
- "version": "3.0.2",
5
+ "version": "3.1.1",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {
8
8
  "type": "git",