mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0024418: Modeling Algorithms - Wrong section curves when intersecting analytical surfaces
IntPatch_ALineToWLine.cxx - setting minimal number of points in a WLine depending on step size IntPatch_WLineTool.cxx - fix WLines connecting check condition test cases has been changed according to new behavior
This commit is contained in:
@@ -22,5 +22,5 @@ checkprops result -s 66.672
|
||||
checkshape result
|
||||
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 6 -edge 8 -wire 2 -face 2 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 21
|
||||
checknbshapes result -vertex 5 -edge 7 -wire 2 -face 2 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 19
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -22,5 +22,5 @@ checkprops result -s 1450.22
|
||||
checkshape result
|
||||
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 6 -edge 8 -wire 4 -face 4 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 25
|
||||
checknbshapes result -vertex 5 -edge 7 -wire 4 -face 4 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 23
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -22,5 +22,5 @@ checkprops result -s 761.355
|
||||
checkshape result
|
||||
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 6 -edge 8 -wire 3 -face 3 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 23
|
||||
checknbshapes result -vertex 5 -edge 7 -wire 3 -face 3 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 21
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -22,5 +22,5 @@ checkprops result -s 755.54
|
||||
checkshape result
|
||||
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 6 -edge 8 -wire 3 -face 3 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 23
|
||||
checknbshapes result -vertex 5 -edge 7 -wire 3 -face 3 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 21
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -22,5 +22,5 @@ checkprops result -l 18.3861
|
||||
checkshape result
|
||||
checksection result
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 4 -edge 4 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 9
|
||||
checknbshapes result -vertex 3 -edge 3 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 7
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -22,5 +22,5 @@ checkprops result -l 122.816
|
||||
checkshape result
|
||||
checksection result
|
||||
# Analysis of "nbshapes res"
|
||||
checknbshapes result -vertex 6 -edge 6 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 13
|
||||
checknbshapes result -vertex 5 -edge 5 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 11
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -33,6 +33,6 @@ Number of shapes in .*
|
||||
"
|
||||
|
||||
checknbshapes result -ref $NbShapesRef
|
||||
checkmaxtol result -ref 0.013928665225777443
|
||||
checkmaxtol result -ref 2.0849512334752456e-05
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -33,7 +33,7 @@ Number of shapes in .*
|
||||
|
||||
checknbshapes result -ref $NbShapesRef
|
||||
|
||||
checkmaxtol result -ref 0.013928665225777443
|
||||
checkmaxtol result -ref 2.0849512334752456e-05
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
|
||||
|
||||
|
@@ -33,7 +33,7 @@ Number of shapes in .*
|
||||
|
||||
checknbshapes result -ref $NbShapesRef
|
||||
|
||||
checkmaxtol result -ref 0.013928665225777443
|
||||
checkmaxtol result -ref 2.0849512334752456e-05
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
|
||||
|
||||
|
@@ -32,7 +32,7 @@ Number of shapes in .*
|
||||
"
|
||||
|
||||
checknbshapes result -ref $NbShapesRef
|
||||
checkmaxtol result -ref 0.013928665225777443
|
||||
checkmaxtol result -ref 2.0849512334752456e-05
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
|
||||
|
||||
|
@@ -33,7 +33,7 @@ Number of shapes in .*
|
||||
|
||||
checknbshapes result -ref $NbShapesRef
|
||||
|
||||
checkmaxtol result -ref 0.013928665225777443
|
||||
checkmaxtol result -ref 2.0849512334752456e-05
|
||||
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}_axo.png
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
puts "TODO OCC24418 ALL: Error : is WRONG because number of"
|
||||
puts "=========="
|
||||
puts "OCC25715"
|
||||
puts "=========="
|
||||
@@ -11,6 +10,7 @@ puts ""
|
||||
restore [locate_data_file bug25715_p02c3s1.brep] s1
|
||||
restore [locate_data_file bug25715_p02c3s3.brep] s3
|
||||
bfuse result s1 s3
|
||||
unifysamedom result result +b
|
||||
|
||||
checknbshapes result -vertex 8 -edge 14 -wire 6 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 36
|
||||
checknbshapes result -vertex 6 -edge 9 -wire 5 -face 4 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 27
|
||||
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
||||
|
@@ -20,7 +20,7 @@ bopsection result
|
||||
|
||||
checkshape result
|
||||
|
||||
checknbshapes result -edge 5 -vertex 6
|
||||
checknbshapes result -edge 4 -vertex 5
|
||||
|
||||
checkmaxtol result -ref 6.02982e-007
|
||||
|
||||
|
Reference in New Issue
Block a user