mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0028392: Shape Processing - some checks have no option to switch off
Added option ShapeFix_Solid::FixShellOrientationMode allowing to switch off analysis and fixing of orientations of shell(s) in solid. Options FixVertexToleranceMode, FixShellOrientationMode, FixFaceOrientationMode are added to Shepe Processing resource file so that they can be manipulated.
This commit is contained in:
@@ -17,9 +17,14 @@ FromIGES.FixShape.FixFreeShellMode : -1
|
||||
FromIGES.FixShape.FixFreeFaceMode : -1
|
||||
FromIGES.FixShape.FixFreeWireMode : -1
|
||||
FromIGES.FixShape.FixSameParameterMode : -1
|
||||
|
||||
FromIGES.FixShape.FixSolidMode : -1
|
||||
FromSTEP.FixShape.FixShellOrientationMode : -1
|
||||
FromIGES.FixShape.CreateOpenSolidMode : 1
|
||||
|
||||
FromIGES.FixShape.FixShellMode : -1
|
||||
FromSTEP.FixShape.FixFaceOrientationMode : -1
|
||||
|
||||
FromIGES.FixShape.FixFaceMode : -1
|
||||
FromIGES.FixShape.FixWireMode : -1
|
||||
FromIGES.FixShape.FixOrientationMode : -1
|
||||
@@ -55,4 +60,6 @@ FromIGES.FixShape.FixNotchedEdgesMode : -1
|
||||
FromIGES.FixShape.FixSelfIntersectingEdgeMode : -1
|
||||
FromIGES.FixShape.FixIntersectingEdgesMode : -1
|
||||
FromIGES.FixShape.FixNonAdjacentIntersectingEdgesMode : -1
|
||||
|
||||
FromIGES.FixShape.FixVertexPositionMode : 0
|
||||
FromIGES.FixShape.FixVertexToleranceMode : -1
|
||||
|
@@ -17,9 +17,14 @@ FromSTEP.FixShape.FixFreeShellMode : -1
|
||||
FromSTEP.FixShape.FixFreeFaceMode : -1
|
||||
FromSTEP.FixShape.FixFreeWireMode : -1
|
||||
FromSTEP.FixShape.FixSameParameterMode : -1
|
||||
|
||||
FromSTEP.FixShape.FixSolidMode : -1
|
||||
FromSTEP.FixShape.FixShellOrientationMode : -1
|
||||
FromSTEP.FixShape.CreateOpenSolidMode : 0
|
||||
|
||||
FromSTEP.FixShape.FixShellMode : -1
|
||||
FromSTEP.FixShape.FixFaceOrientationMode : -1
|
||||
|
||||
FromSTEP.FixShape.FixFaceMode : -1
|
||||
FromSTEP.FixShape.FixWireMode : -1
|
||||
FromSTEP.FixShape.FixOrientationMode : -1
|
||||
@@ -58,4 +63,6 @@ FromSTEP.FixShape.MaxTailWidth : -1
|
||||
FromSTEP.FixShape.FixSelfIntersectingEdgeMode : -1
|
||||
FromSTEP.FixShape.FixIntersectingEdgesMode : -1
|
||||
FromSTEP.FixShape.FixNonAdjacentIntersectingEdgesMode : -1
|
||||
|
||||
FromSTEP.FixShape.FixVertexPositionMode : 0
|
||||
FromSTEP.FixShape.FixVertexToleranceMode : -1
|
||||
|
Reference in New Issue
Block a user