Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenWebCAD/node-occ
/ testCyl
Function
testCyl
test1.js:30–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
console.log(
"-------------------"
);
29
30
function
testCyl()
31
{
32
var
cyl =occ.makeCylinder([-100,20,30],[100,20,30],40);
33
34
}
35
testCyl();
36
37
var
shapeFactory = require(
'./lib/shapeFactory.js'
);
Callers
1
test1.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected