Triangule, SheetFold & Co
    Preparing search index...

    Module sheetfold - v1.0.1

    SheetFold

    SheetFold is a typescript library for designing 3D model conceived for being manufactured from a metal sheet.

    SheetFold relies on the library geometrix.

    • pkg : sheetfold as npm-package
    • sources : git-repository
    • API : public instance of the UI
    • in use : public instance of the UI
    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.

    Enumerations

    tJDir
    tJSide

    Classes

    ContourJ
    Facet
    SheetFold

    Interfaces

    tJunc
    tJunc2
    tJunc3
    tJunction
    tOneProfile

    Type Aliases

    tContourJ
    tHalfProfile
    tJuncs

    Functions

    contourJ
    contourJ2contour
    facet
    facet2figure
    sheetFold