discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

rounding joint between two prisms

AM
Adrian Mariano
Tue, Mar 29, 2022 10:43 AM

A while back there was a discussion of the topic of rounding a joint
between a prism and another object, perhaps another prism.  For
anybody out there interested in this matter, BOSL2 now has a general
library routine to perform fillets between prisms.  The attached
picture shows an example and many many more examples can be seen here:

https://github.com/revarbat/BOSL2/wiki/rounding.scad#functionmodule-join_prism

A while back there was a discussion of the topic of rounding a joint between a prism and another object, perhaps another prism. For anybody out there interested in this matter, BOSL2 now has a general library routine to perform fillets between prisms. The attached picture shows an example and many many more examples can be seen here: https://github.com/revarbat/BOSL2/wiki/rounding.scad#functionmodule-join_prism
RP
Ronaldo Persiano
Thu, Mar 31, 2022 10:37 AM

Adrian,

That is a great, non-easy job! I imagine you have to find the surface
intersection line of the prism with the base object. Isn't this step of
relevance in itself?

Ronaldo

Em ter., 29 de mar. de 2022 às 10:43, Adrian Mariano avm4@cornell.edu
escreveu:

A while back there was a discussion of the topic of rounding a joint
between a prism and another object, perhaps another prism.  For
anybody out there interested in this matter, BOSL2 now has a general
library routine to perform fillets between prisms.  The attached
picture shows an example and many many more examples can be seen here:

https://github.com/revarbat/BOSL2/wiki/rounding.scad#functionmodule-join_prism


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

Adrian, That is a great, non-easy job! I imagine you have to find the surface intersection line of the prism with the base object. Isn't this step of relevance in itself? Ronaldo Em ter., 29 de mar. de 2022 às 10:43, Adrian Mariano <avm4@cornell.edu> escreveu: > A while back there was a discussion of the topic of rounding a joint > between a prism and another object, perhaps another prism. For > anybody out there interested in this matter, BOSL2 now has a general > library routine to perform fillets between prisms. The attached > picture shows an example and many many more examples can be seen here: > > > https://github.com/revarbat/BOSL2/wiki/rounding.scad#functionmodule-join_prism > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >