fougue / mayo

3D CAD viewer and converter based on Qt + OpenCascade
BSD 2-Clause "Simplified" License
1.29k stars 257 forks source link

Intelligent tesselation settings #208

Open eobet opened 12 months ago

eobet commented 12 months ago

It would be good to have tessellation settings as part of the import process.

Specifically, if one imports a STEP file where the bounds of the largest object is 1cm, and the file tolerance is 0.001mm, the software should suggest a finer setting. And if the bounds of the largest object is 10m (and the file tolerance perhaps is 0.01mm), the software can suggest a coarser setting.

Post import re-tessellation of individual objects would also be very welcome.

HuguesDelorme commented 12 months ago

As a reminder the shape meshing parameters are here: image

Post import re-tessellation of individual objects would also be very welcome.

Agree, this needs a dedicated issue