OCC - Set metricweight in 2d mesh optimization (like in CSG)

This commit is contained in:
Matthias Hochsteger 2025-03-26 16:29:32 +01:00
parent f15ba64a90
commit 12ef984e93

View File

@ -1220,6 +1220,7 @@ namespace netgen
{
PrintMessage(3, "Optimization step ", i);
meshopt.SetFaceIndex(k+1);
meshopt.SetMetricWeight (mparam.elsizeweight);
int innerstep = 0;
for(auto optstep : mparam.optimize2d)
{