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.

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 :
  1. One or many faces are not facing the right direction.
  2. There's a hole in the model.
  3. One or many faces are made with 3 aligned points.
  4. 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.
This website is still in development !
This website is still in development !
This website is still in development !