brepjs 18.119.8 → 18.119.9
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Type-safe interface for the brepkit WASM kernel (`BrepKernel`).
|
|
3
3
|
*
|
|
4
4
|
* AUTO-GENERATED by `npm run sync:brepkit-types`.
|
|
5
|
-
* Synced against `brepkit-wasm@2.
|
|
5
|
+
* Synced against `brepkit-wasm@2.129.8`.
|
|
6
6
|
*
|
|
7
7
|
* Methods not yet referenced in the adapter layer are tagged `@unwired`.
|
|
8
8
|
*
|
|
@@ -329,15 +329,15 @@ export interface BrepkitKernel {
|
|
|
329
329
|
/** @unwired */
|
|
330
330
|
toBrepJson(solid: number): string;
|
|
331
331
|
transformFace(face: number, matrix: Float64Array | number[]): void;
|
|
332
|
-
/** @future Not in brepkit-wasm 2.
|
|
332
|
+
/** @future Not in brepkit-wasm 2.129.8. Referenced with feature detection in adapter. */
|
|
333
333
|
chamferAsymmetric?(solid: number, edgeHandles: Uint32Array | number[], d1: number, d2: number): number;
|
|
334
|
-
/** @future Not in brepkit-wasm 2.
|
|
334
|
+
/** @future Not in brepkit-wasm 2.129.8. Referenced with feature detection in adapter. */
|
|
335
335
|
compoundFuse?(solidIds: Uint32Array | number[]): number;
|
|
336
|
-
/** @future Not in brepkit-wasm 2.
|
|
336
|
+
/** @future Not in brepkit-wasm 2.129.8. Referenced with feature detection in adapter. */
|
|
337
337
|
copyEdge?(edge: number): number;
|
|
338
|
-
/** @future Not in brepkit-wasm 2.
|
|
338
|
+
/** @future Not in brepkit-wasm 2.129.8. Referenced with feature detection in adapter. */
|
|
339
339
|
transformEdge?(edge: number, matrix: Float64Array | number[]): void;
|
|
340
|
-
/** @future Not in brepkit-wasm 2.
|
|
340
|
+
/** @future Not in brepkit-wasm 2.129.8. Referenced with feature detection in adapter. */
|
|
341
341
|
validateSolidDetails?(solid: number): string;
|
|
342
342
|
/** Release the entire arena. */
|
|
343
343
|
free(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs",
|
|
3
|
-
"version": "18.119.
|
|
3
|
+
"version": "18.119.9",
|
|
4
4
|
"description": "Web CAD library with pluggable geometry kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cad",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
266
266
|
"@vitest/coverage-v8": "4.1.10",
|
|
267
267
|
"brepjs-opencascade": "*",
|
|
268
|
-
"brepkit-wasm": "2.
|
|
268
|
+
"brepkit-wasm": "2.129.8",
|
|
269
269
|
"eslint": "10.8.0",
|
|
270
270
|
"fast-check": "4.9.0",
|
|
271
271
|
"husky": "9.1.7",
|