1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026341: Uninitialized field in ShapeFix_Face

Parameter RemoveSmallAreaFaceMode in ShapeFix_Face is properly initialized; some other minor corrections
This commit is contained in:
abv
2015-07-02 14:33:54 +03:00
committed by bugmaster
parent 59e349919f
commit 9d1b116ff0
4 changed files with 9 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ FromSTEP.FixShape.FixOrientationMode : -1
FromSTEP.FixShape.FixAddNaturalBoundMode : -1
FromSTEP.FixShape.FixMissingSeamMode : -1
FromSTEP.FixShape.FixSmallAreaWireMode : -1
FromSTEP.FixShape.RemoveSmallAreaFaceMode : -1
FromSTEP.FixShape.FixIntersectingWiresMode : -1
FromSTEP.FixShape.FixLoopWiresMode : -1
FromSTEP.FixShape.FixSplitFaceMode : -1