cf-occ-wasm 1.0.26 → 1.0.28

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.
@@ -253,6 +253,8 @@ interface EmbindModule {
253
253
  arc(_0: gp_Pnt, _1: number, _2: number, _3: number): TopoDS_Edge;
254
254
  circle(_0: gp_Pnt, _1: number): TopoDS_Edge;
255
255
  splitFaceByLines(_0: TopoDS_Shape, _1: Array<Vector3>): TopoDS_Shape;
256
+ ptsSplitSolid(_0: TopoDS_Shape, _1: Array<Vector3>, _2: gp_Dir): TopoDS_Shape;
257
+ delEdgeOfCoplanarFaces(_0: TopoDS_Shape, _1: Array<number>): TopoDS_Shape;
256
258
  Chamfer2(_0: TopoDS_Shape, _1: Array<number>, _2: number): TopoDS_Shape;
257
259
  Fillet2(_0: TopoDS_Shape, _1: Array<number>, _2: number): TopoDS_Shape;
258
260
  moveShapePts(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-occ-wasm",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "./dist/cf-occ-wasm.js",
6
6
  "types": "./dist/cf-occ-wasm.d.ts",
@@ -21,4 +21,4 @@
21
21
  "devDependencies": {
22
22
  "fs-extra-plus": "^0.5.23"
23
23
  }
24
- }
24
+ }