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

Function test2

test1.js:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58test3();
59
60function test2(){
61 var trsf ;
62 trsf=new occ.Transformation();
63 trsf.makePlaneMirror([10,20,30],occ.ZDir);
64
65 console.log(" Scale Factor=",trsf.scaleFactor);
66
67}
68test2();
69
70function test1() {

Callers 1

test1.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected