sheetfold
v1.0.9
Published
a library for metal sheet construction
Maintainers
Readme
SheetFold
Presentation
SheetFold is a typescript library for designing 3D model conceived for being manufactured from a metal sheet.
SheetFold relies on the library geometrix.
Links
- pkg : sheetfold as npm-package
- sources : git-repository
- API : public instance of the UI
- in use : public instance of the UI
Installation
npm install sheetfoldUsage
import { facet } from 'sheetfold';
const fa1 = facet(50, 100);Development
git clone https://github.com/charlyoleg2/parame78
cd parame78
npm -w sheetfold install
npm -w sheetfold run ciMain functions of SheetFold
contourJ
Replace the Contour class of geometrix for creating a contour with junctions.
facet
Replace the Figure class of geometrix for creating a figure with junctions.
sheetFold
Generate a sheefold design by combining facets.
