Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ test3
Function
test3
test1.js:52–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
//var bottle = shapeFactory.makeBottle();
51
52
function
test3()
53
{
54
solid = occ.makeBox([10,20,30],[20,40,60]);
55
solid = occ.makeFillet(solid,solid.getEdges(),2);
56
57
}
58
test3();
59
60
function
test2(){
Callers
1
test1.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected