mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -166,6 +166,7 @@ void ShapeFix_Face::ClearModes()
|
||||
myFixAddNaturalBoundMode = -1;
|
||||
myFixMissingSeamMode = -1;
|
||||
myFixSmallAreaWireMode = -1;
|
||||
myRemoveSmallAreaFaceMode = -1;
|
||||
myFixIntersectingWiresMode = -1;
|
||||
myFixLoopWiresMode = -1;
|
||||
myFixSplitFaceMode = -1;
|
||||
|
Reference in New Issue
Block a user