mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-07 10:14:17 +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;
|
IMeshTools_Parameters aMeshParams;
|
||||||
aMeshParams.Deflection = 0.01;
|
aMeshParams.Deflection = 0.01;
|
||||||
aMeshParams.Angle = 0.5;
|
aMeshParams.Angle = 0.5;
|
||||||
aMeshParams.Relative = Standard_False;
|
aMeshParams.Relative = Standard_True;
|
||||||
aMeshParams.InParallel = Standard_True;
|
aMeshParams.InParallel = Standard_True;
|
||||||
aMeshParams.MinSize = Precision::Confusion();
|
aMeshParams.MinSize = Precision::Confusion();
|
||||||
aMeshParams.InternalVerticesMode = Standard_True;
|
aMeshParams.InternalVerticesMode = Standard_True;
|
||||||
|
Loading…
Reference in New Issue
Block a user