mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
setting occparms not necessary
This commit is contained in:
parent
ef4405c3d7
commit
df01ffcb5a
@ -34,11 +34,6 @@ DLL_HEADER void ExportNgOCC(py::module &m)
|
||||
mesh->SetGeometry(geo);
|
||||
ng_geometry = geo;
|
||||
|
||||
occparam.resthcloseedgefac = 2.0;
|
||||
occparam.resthcloseedgeenable = 1;
|
||||
occparam.resthminedgelen = 0.2;
|
||||
occparam.resthminedgelenenable = 1;
|
||||
|
||||
try
|
||||
{
|
||||
geo->GenerateMesh(mesh,param);
|
||||
|
Loading…
Reference in New Issue
Block a user