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 +14 -0
- package/dist/cf-occ-wasm.wasm +0 -0
- package/package.json +1 -1
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
|
package/dist/cf-occ-wasm.wasm
CHANGED
|
Binary file
|