discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

fillets with marching cubes method

SP
Sanjeev Prabhakar
Sun, Nov 9, 2025 5:47 AM

I have uploaded a YT video on creating fillets with marching cubes method.
My library openscad4.py needs to be used for this method.
I used a python library skimage to create marching cubes surface
I find it interesting.
The method takes a little longer but creates smooth surfaces from a list of
points, spaced at a consistent gap.

few more functions that i have written independently to create this are:
offset_solid function
function to find intersection between 2 solids
homogenise function to insert points at consistent gap in the intersection
lines
function to remove degenerate lines which are less than 0.01 length or
whatever specified by user

https://youtu.be/tkN92qB56D4

[image: Screenshot 2025-11-09 at 10.15.58 AM.png]

I have uploaded a YT video on creating fillets with marching cubes method. My library openscad4.py needs to be used for this method. I used a python library skimage to create marching cubes surface I find it interesting. The method takes a little longer but creates smooth surfaces from a list of points, spaced at a consistent gap. few more functions that i have written independently to create this are: offset_solid function function to find intersection between 2 solids homogenise function to insert points at consistent gap in the intersection lines function to remove degenerate lines which are less than 0.01 length or whatever specified by user https://youtu.be/tkN92qB56D4 [image: Screenshot 2025-11-09 at 10.15.58 AM.png]