New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sheetfold

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheetfold

a library for metal sheet construction

latest
Source
npmnpm
Version
1.0.9
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

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.

  • pkg : sheetfold as npm-package
  • sources : git-repository
  • API : public instance of the UI
  • in use : public instance of the UI

Installation

npm install sheetfold

Usage

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 ci

Main 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.

Keywords

metal

FAQs

Package last updated on 27 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts