cf-occ-wasm 1.0.44 → 1.0.46

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.
@@ -249,6 +249,7 @@ interface EmbindModule {
249
249
  moveShapePts(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
250
250
  moveVertexes(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
251
251
  moveEdges(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
252
+ moveFaces(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
252
253
  moveShapeEdges(_0: TopoDS_Shape, _1: Array<number>, _2: gp_Trsf): TopoDS_Shape;
253
254
  wire(_0: Array<TopoDS_Shape>): TopoDS_Wire;
254
255
  sweep(_0: TopoDS_Wire, _1: Array<TopoDS_Shape>, _2: BRepBuilderAPI_TransitionMode): TopoDS_Shape;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-occ-wasm",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "description": "",
5
5
  "main": "./dist/cf-occ-wasm.js",
6
6
  "types": "./dist/cf-occ-wasm.d.ts",