From f7e7e67f96d3ff4b86547981b31d94e3d1072c50 Mon Sep 17 00:00:00 2001 From: atereshi Date: Fri, 6 May 2022 11:52:59 +0300 Subject: [PATCH] # turn off FixOrientationMode, turn on FixAddNaturalBoundMode --- src/XSTEPResource/IGES | 4 ++-- src/XSTEPResource/STEP | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/XSTEPResource/IGES b/src/XSTEPResource/IGES index 0fabff3a54..9afe6f036d 100755 --- a/src/XSTEPResource/IGES +++ b/src/XSTEPResource/IGES @@ -27,8 +27,8 @@ FromSTEP.FixShape.FixFaceOrientationMode : -1 FromIGES.FixShape.FixFaceMode : -1 FromIGES.FixShape.FixWireMode : -1 -FromIGES.FixShape.FixOrientationMode : -1 -FromIGES.FixShape.FixAddNaturalBoundMode : -1 +FromIGES.FixShape.FixOrientationMode : 0 +FromIGES.FixShape.FixAddNaturalBoundMode : 1 FromIGES.FixShape.FixMissingSeamMode : -1 FromIGES.FixShape.FixSmallAreaWireMode : -1 FromIGES.FixShape.RemoveSmallAreaFaceMode : -1 diff --git a/src/XSTEPResource/STEP b/src/XSTEPResource/STEP index 2329bd288d..ccb22359ee 100755 --- a/src/XSTEPResource/STEP +++ b/src/XSTEPResource/STEP @@ -27,8 +27,8 @@ FromSTEP.FixShape.FixFaceOrientationMode : -1 FromSTEP.FixShape.FixFaceMode : -1 FromSTEP.FixShape.FixWireMode : -1 -FromSTEP.FixShape.FixOrientationMode : -1 -FromSTEP.FixShape.FixAddNaturalBoundMode : -1 +FromSTEP.FixShape.FixOrientationMode : 0 +FromSTEP.FixShape.FixAddNaturalBoundMode : 1 FromSTEP.FixShape.FixMissingSeamMode : -1 FromSTEP.FixShape.FixSmallAreaWireMode : -1 FromSTEP.FixShape.RemoveSmallAreaFaceMode : -1 -- 2.39.5