Suggestion - Add automatic feature recognition function

I would like to see an automated feature recognition function in VC.
A function that recognize typical geometrical features such as holes, slots, pockets that are interesting from a manufacturing point of view.
It would speed up the programming process and allow automated/semi-automated programming.
This function should also be available in in the python library and allow you to retrieve position and geometrical dimensions for each feature.

Thanks in advance!

VC doesn’t have such high level thing, but there is vcTopology API which can give faces, edges etc. of a mesh. It can already be much easier to work with than raw triangles and vertices.

Ok, it’s just a suggestion if the development team need something to do :smile:
Also automation is coming in all areas now, including programming of machines and robots.