Skip to content

Add a CLI option to reclassify mesh as 2d

Larry Price requested to merge lrp/gmsh:reclassify-cli into master

I need to be able to reclassify my mesh from the command line. I found that the logic to reclassify had been duplicated in Fltk/classificationEditor.cpp and Geo/GModel.cpp, so I took the liberty of updating Fltk/classificationEditor.cpp while also adding the option to reclassify all faces on the model.

Edited by Larry Price

Merge request reports