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

Function toBase64

lib/shape.js:99–105  ·  view source on GitHub ↗
(typedArray)

Source from the content-addressed store, hash-verified

97 toBase64_1;
98
99 function toBase64(typedArray) {
100 const a = [];
101 for (let i = 0; i < typedArray.length; i++) {
102 a[i] = (typedArray[i]);
103 }
104 return a;
105 }
106 function makeFacesIndexes(solid, jsonSolidMesh) {
107
108 const mesh = solid.mesh;

Callers 3

makeEdgesIndexesFunction · 0.85
makeFacesIndexesFunction · 0.85
shape.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected