MCPcopy 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
52function test3()
53{
54 solid = occ.makeBox([10,20,30],[20,40,60]);
55 solid = occ.makeFillet(solid,solid.getEdges(),2);
56
57}
58test3();
59
60function test2(){

Callers 1

test1.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected