mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-30 23:00:35 +05:00
OCC - use relative tolerances when building OCC incremental mesh
This commit is contained in:
parent
311ae9e89b
commit
49ecbd55ee
@ -69,7 +69,7 @@ namespace netgen
|
||||
IMeshTools_Parameters aMeshParams;
|
||||
aMeshParams.Deflection = 0.01;
|
||||
aMeshParams.Angle = 0.5;
|
||||
aMeshParams.Relative = Standard_False;
|
||||
aMeshParams.Relative = Standard_True;
|
||||
aMeshParams.InParallel = Standard_True;
|
||||
aMeshParams.MinSize = Precision::Confusion();
|
||||
aMeshParams.InternalVerticesMode = Standard_True;
|
||||
|
Loading…
Reference in New Issue
Block a user