cf-occ-wasm 1.2.5 → 1.4.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.
@@ -289,7 +289,9 @@ interface EmbindModule {
289
289
  deserializeFromBuffer(_0: any): TopoDS_Shape;
290
290
  line(_0: gp_Pnt, _1: gp_Pnt): TopoDS_Edge;
291
291
  arc(_0: gp_Pnt, _1: number, _2: number, _3: number): TopoDS_Edge;
292
+ CreateArcWithClockwise(_0: gp_Pnt, _1: number, _2: number, _3: number, _4: boolean): TopoDS_Edge;
292
293
  circle(_0: gp_Pnt, _1: number): TopoDS_Edge;
294
+ CreateFaceFromWire(_0: TopoDS_Wire): TopoDS_Face;
293
295
  splitFaceByLines(_0: TopoDS_Shape, _1: Array<Vector3>): TopoDS_Shape;
294
296
  ptsSplitSolid(_0: TopoDS_Shape, _1: Array<Vector3>, _2: gp_Dir): TopoDS_Shape;
295
297
  delEdgeOfCoplanarFaces(_0: TopoDS_Shape, _1: Array<number>): TopoDS_Shape;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-occ-wasm",
3
- "version": "1.2.5",
3
+ "version": "1.4.1",
4
4
  "description": "",
5
5
  "main": "./dist/cf-occ-wasm.js",
6
6
  "types": "./dist/cf-occ-wasm.d.ts",