Skip to content

Get rid of IMesh (mesh interface class) and use MeshVariant instead

Stéphane Del Pino requested to merge feature/mesh-variant into develop

This simplifies in some sense it reduces the number of dynamic_cast and allow some automatic type checking

Merge request reports