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

Function buildFilletOnTopLeftEdge

test/test_fastbuilder.js:141–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 let solid2;
140
141 function buildFilletOnTopLeftEdge() {
142 let s1 = fast_occ.makeBox([10, 20, 30], [110, 120, 130]);
143 let edges = s1.getCommonEdges(s1.faces.front, s1.faces.left);
144 s1 = fast_occ.makeFillet(s1, edges, 10);
145 s1 = fast_occ.makeDraftAngle(s1, s1.faces["mleft:0"], 0.1, s1.faces["mbottom:0"]);
146 return s1;
147 }
148
149 before(function () {
150 solid1 = buildFilletOnTopLeftEdge();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected