Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
test3();
59
60
function
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
}
68
test2();
69
70
function
test1() {
Callers
1
test1.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected