Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-17 Thread Matt Juntunen
Glad to hear it, Sven! Gilles, this could definitely go in the user documentation. I may include it somewhere in the bsp/csg tutorial. -Matt From: Sven Rathgeber Sent: Wednesday, June 17, 2020 9:38 AM To: Commons Developers List Subject: Re: [geometry] Transiti

Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-17 Thread Sven Rathgeber
Hi Matt, yes !!! My refactoring is done. All the tests work fine. (I have added one example of a non-convex structure (horseshoe)) Thank you. Regards. Sven   /*   +   |            |   |            |   |    |   |

Re: [geometry] Transition from PolyhedronSet to ??? (RegionBSPTree3D ?)

2020-06-17 Thread Gilles Sadowski
Hello. Le mer. 17 juin 2020 à 04:22, Matt Juntunen a écrit : > > Hi Sven, > > If the createVertices and createFacets methods don't construct convex > polygons then perhaps you could bypass them completely and just construct the > tree directly from the boundaries. Assuming that I understand you