Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ makeUnitBox
Function
makeUnitBox
test/test_meshSolid.js:228–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
this.timeout(30000);
227
228
function
makeUnitBox() {
229
return
occ.makeBox([0, 0, 0], [100, 100, 100]);
230
}
231
function
makeSphere() {
232
return
occ.makeSphere([0, 0, 0], 100);
233
}
Callers
1
installFor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected