mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Fixing misprint - use the boundaries of the cylinder for Plane/Cylinder intersection. Test cases for the issue.
28 lines
638 B
Plaintext
28 lines
638 B
Plaintext
puts "======================================================="
|
|
puts "OCC31201: Modeling Algorithms - Result of a section operation is incomplete"
|
|
puts "======================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31201_obj1.brep] s1
|
|
restore [locate_data_file bug31201_tool.brep] s2
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects s1
|
|
baddtools s2
|
|
bfillds
|
|
|
|
bsplit rsp
|
|
|
|
checkshape rsp
|
|
checknbshapes rsp -face 22 -wire 22
|
|
|
|
bbop result 4
|
|
|
|
checkshape result
|
|
checkprops result -l 36.032
|
|
checknbshapes result -vertex 11 -edge 11
|
|
|
|
checksection result -r 0
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|