@cadit-app/manifold-fillet
v1.0.10
Published
Fillet and round operations for Manifold meshes
Downloads
1,170
Readme
manifold-fillet

A fillet/round library for Manifold meshes. Implements the "brute force" CSG approach from elalish/manifold issue #1411 Installation - npm install @cadit-app/brute-force-fillet manifold-3d
🔧 This is a CADit script package - a code-based 3D model you can open and modify.
Open this design in CADit to preview in 3D, customize, and export. You can also fork this design and re-publish your own version!
Use in Your Project
Install as a dependency in your TypeScript/JavaScript project:
npm install @cadit-app/manifold-filletThen import and use it in your code.
Build Locally
Clone this repo and build 3D files offline:
git clone https://github.com/CADit-app/manifold-fillet.git
cd manifold-fillet
npm install
npm run build:3mf
npm run build:glbLicense
CC BY-SA 4.0 (Attribution-ShareAlike)
