build surfaceelement lists for universal file import

This commit is contained in:
Joachim Schöberl 2019-04-11 14:45:57 +02:00
parent d6b0ee3133
commit 2e4836f0cf

View File

@ -260,6 +260,7 @@ namespace netgen
Point3d pmin, pmax;
mesh.ComputeNVertices();
mesh.RebuildSurfaceElementLists();
mesh.GetBox (pmin, pmax);
cout << "bounding-box = " << pmin << "-" << pmax << endl;
}