mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -5,7 +5,7 @@ explode s f
|
||||
removefeatures result s s_6 s_18
|
||||
checkshape result
|
||||
checkprops result -s 461.315 -v 196.178 -deps 1.e-7
|
||||
checknbshapes result -vertex 30 -edge 50 -wire 23 -face 20 -shell 1 -solid 1
|
||||
checknbshapes result -vertex 29 -edge 47 -wire 22 -face 19 -shell 1 -solid 1
|
||||
CheckIsFeatureRemoved s_6 {v e f}
|
||||
CheckIsFeatureRemoved s_18 {v e f}
|
||||
|
||||
@@ -15,7 +15,7 @@ savehistory rf_hist
|
||||
# check modification of the top face
|
||||
modified m1 rf_hist s_1
|
||||
checkprops m1 -s 172.551
|
||||
checknbshapes m1 -vertex 14 -edge 14 -wire 3 -face 1
|
||||
checknbshapes m1 -vertex 13 -edge 13 -wire 3 -face 1
|
||||
|
||||
# check modification of the side face
|
||||
modified m19 rf_hist s_19
|
||||
|
Reference in New Issue
Block a user