cf-occ-wasm 1.0.5 → 1.0.7

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.
package/README.MD CHANGED
@@ -19,3 +19,17 @@ npm run build
19
19
  ```bash
20
20
  npm run sln
21
21
  ```
22
+
23
+ 异常信息
24
+ ```
25
+ try
26
+ {
27
+ pipe.Build();
28
+ }
29
+ catch (Standard_Failure const& e) {
30
+ std::cerr << "捕获到异常:" << e.GetMessageString() << std::endl;
31
+ }
32
+ ```
33
+
34
+ //移除了BuildHistory函数
35
+ \occ\OCCT\src\BRepFill\BRepFill_PipeShell.cxx
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-occ-wasm",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "./dist/cf-occ-wasm.js",
6
6
  "types": "./dist/cf-occ-wasm.d.ts",