discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

chamfer on irregular surface (Sanjeev Prabhakar)

PV
Paul van Dinther
Sun, Oct 3, 2021 3:02 AM

Hi Sanjeev, chamfer is a function I put in a new collection of
useful functions on github.

https://github.com/dinther/openSCAD_functions

Just pass your list of 2D points to the chamfer function, provide the index
to the point that needs to be chamfered and it will return the list with
the chamfer applied.

Same works with the fillet command.

Hi Sanjeev, chamfer is a function I put in a new collection of useful functions on github. https://github.com/dinther/openSCAD_functions Just pass your list of 2D points to the chamfer function, provide the index to the point that needs to be chamfered and it will return the list with the chamfer applied. Same works with the fillet command.
SP
Sanjeev Prabhakar
Sun, Oct 3, 2021 5:56 AM

Great, Thanks, I will check this and share my feedback with you.

On Sun, 3 Oct 2021 at 08:33, Paul van Dinther vandinther@gmail.com wrote:

Hi Sanjeev, chamfer is a function I put in a new collection of
useful functions on github.

https://github.com/dinther/openSCAD_functions

Just pass your list of 2D points to the chamfer function, provide the
index to the point that needs to be chamfered and it will return the list
with the chamfer applied.

Same works with the fillet command.


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Great, Thanks, I will check this and share my feedback with you. On Sun, 3 Oct 2021 at 08:33, Paul van Dinther <vandinther@gmail.com> wrote: > Hi Sanjeev, chamfer is a function I put in a new collection of > useful functions on github. > > https://github.com/dinther/openSCAD_functions > > Just pass your list of 2D points to the chamfer function, provide the > index to the point that needs to be chamfered and it will return the list > with the chamfer applied. > > Same works with the fillet command. > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >