MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / test1

Function test1

test1.js:70–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68test2();
69
70function test1() {
71var solid;
72var shapeIt;
73
74solid = occ.makeBox([10,20,30],[20,40,60]);
75
76shapeIt = new occ.ShapeIterator(solid,"FACE");
77 shapeIt.more.should.be.true;
78 assert(shapeIt.current === undefined);
79
80}
81test1();
82
83

Callers 1

test1.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected