mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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_14
|
||||
checkshape result
|
||||
checkprops result -s 462.33 -v 194.594 -deps 1.e-7
|
||||
checknbshapes result -vertex 34 -edge 54 -wire 24 -face 21 -shell 1 -solid 1 -t
|
||||
checknbshapes result -vertex 33 -edge 51 -wire 23 -face 20 -shell 1 -solid 1 -t
|
||||
CheckIsFeatureRemoved s_14 {e f}
|
||||
|
||||
# get history of the operation
|
||||
@@ -14,7 +14,7 @@ savehistory rf_hist
|
||||
# check modification of the top face
|
||||
modified m1 rf_hist s_1
|
||||
checkprops m1 -s 171.478
|
||||
checknbshapes m1 -vertex 14 -edge 14 -wire 3 -face 1
|
||||
checknbshapes m1 -vertex 13 -edge 13 -wire 3 -face 1
|
||||
|
||||
generated g1 rf_hist s_1
|
||||
checknbshapes g1 -vertex 1 -edge 1
|
||||
|
||||
Reference in New Issue
Block a user