MCPcopy 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

28console.log("-------------------");
29
30function testCyl()
31{
32 var cyl =occ.makeCylinder([-100,20,30],[100,20,30],40);
33
34}
35testCyl();
36
37var shapeFactory = require('./lib/shapeFactory.js');

Callers 1

test1.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected