MCPcopy Create free account
hub / github.com/CNCKitchen/stlTexturizer / cellKey

Function cellKey

js/main.js:3735–3735  ·  view source on GitHub ↗
(ix, iy, iz)

Source from the content-addressed store, hash-verified

3733 const frac = totalArea[id] > 0 ? maskedArea[id] / totalArea[id] : 0;
3734 if (frac > 0 && frac < 1) {
3735 boundaryPositions.push([idPosX[id], idPosY[id], idPosZ[id], userMaskArea[id] > 0 ? 0 : 1]);
3736 }
3737 }
3738

Callers 1

buildParentFaceMapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected