Beelse
Presentation
For my 4th year of studies, I did a 4 months internship as a developer for Beelse.
In 2021, Beelse was a small Startup from Grenoble. Founded by Yannick Marion (CEO), Clément Chabert (CTO) and Yannick Omnes, its goal is to make possible for enterprises to print 3D object easily, through a Saas called BCM.
Technologies
My Mission
The goal of this internship was to develop a program that could detect and eventually repair errors inside a 3D object file (STL). To do so, the file must be analyzed first to detect the errors
There are 4 main types of possible errors in this type of file :
- One or many faces are not facing the right direction.
- There's a hole in the model.
- One or many faces are made with 3 aligned points.
- There are intersections between at least 2 different faces.
Once the errors are detected, they must be fixed.
Here is an example of result I had:
- On the right: the object with errors
- On the left: the object fixed by my program.