SheetFold is a typescript library for designing 3D model conceived for being manufactured from a metal sheet.
SheetFold relies on the library geometrix.
npm install sheetfold
import { facet } from 'sheetfold';
const fa1 = facet(50, 100);
git clone https://github.com/charlyoleg2/parame78
cd parame78
npm -w sheetfold install
npm -w sheetfold run ci
Replace the Contour class of geometrix for creating a contour with junctions.
Replace the Figure class of geometrix for creating a figure with junctions.
Generate a sheefold design by combining facets.