cf-occ-wasm 1.4.1 → 1.5.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.
@@ -317,6 +317,7 @@ interface EmbindModule {
317
317
  Fillet(_0: TopoDS_Shape, _1: Array<TopoDS_Edge>, _2: number, _3: ChFi3d_FilletShape): TopoDS_Shape;
318
318
  face(_0: Array<TopoDS_Wire>): TopoDS_Face;
319
319
  makeVert(_0: Vector3): TopoDS_Shape;
320
+ helix(_0: Vector3, _1: Vector3, _2: number, _3: number, _4: number, _5: number, _6: boolean, _7: number): TopoDS_Shape;
320
321
  };
321
322
  Converter: {
322
323
  convertToBrep(_0: TopoDS_Shape): string;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-occ-wasm",
3
- "version": "1.4.1",
3
+ "version": "1.5.1",
4
4
  "description": "",
5
5
  "main": "./dist/cf-occ-wasm.js",
6
6
  "types": "./dist/cf-occ-wasm.d.ts",