mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0030174: ShapeUpgrade_UnifySameDomain does not unify cylindrical faces
Hotfix for issue 27271 (avoiding potential seam edges) is deleted. Correction of test case
This commit is contained in:
@@ -13,18 +13,18 @@ compound feature1 feature2 feature3 gap
|
||||
removefeatures res1 s feature1 feature2
|
||||
checkshape res1
|
||||
checkprops res1 -s 2387.88 -v 1060.71 -deps 1.e-7
|
||||
checknbshapes res1 -vertex 68 -edge 102 -wire 36 -face 36 -shell 1 -solid 1
|
||||
checknbshapes res1 -vertex 65 -edge 97 -wire 34 -face 34 -shell 1 -solid 1
|
||||
CheckIsFeatureRemoved feature1 {v e f}
|
||||
CheckIsFeatureRemoved feature2 {v e f}
|
||||
|
||||
removefeatures res2 s feature3
|
||||
checkshape res2
|
||||
checkprops res2 -s 2391.13 -v 1064.08 -deps 1.e-7
|
||||
checknbshapes res2 -vertex 66 -edge 99 -wire 35 -face 35 -shell 1 -solid 1
|
||||
checknbshapes res2 -vertex 63 -edge 94 -wire 33 -face 33 -shell 1 -solid 1
|
||||
CheckIsFeatureRemoved feature3 {v e f}
|
||||
|
||||
removefeatures res3 s gap
|
||||
checkshape res3
|
||||
checkprops res3 -s 2392.93 -v 1065.38 -deps 1.e-7
|
||||
checknbshapes res3 -vertex 60 -edge 90 -wire 32 -face 32 -shell 1 -solid 1
|
||||
checknbshapes res3 -vertex 57 -edge 85 -wire 30 -face 30 -shell 1 -solid 1
|
||||
CheckIsFeatureRemoved gap {v e f}
|
||||
|
Reference in New Issue
Block a user