mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
build surfaceelement lists for universal file import
This commit is contained in:
parent
d6b0ee3133
commit
2e4836f0cf
@ -260,6 +260,7 @@ namespace netgen
|
|||||||
|
|
||||||
Point3d pmin, pmax;
|
Point3d pmin, pmax;
|
||||||
mesh.ComputeNVertices();
|
mesh.ComputeNVertices();
|
||||||
|
mesh.RebuildSurfaceElementLists();
|
||||||
mesh.GetBox (pmin, pmax);
|
mesh.GetBox (pmin, pmax);
|
||||||
cout << "bounding-box = " << pmin << "-" << pmax << endl;
|
cout << "bounding-box = " << pmin << "-" << pmax << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user