mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The algorithm of finding of extrema solutions of a point and a torus in Extrema_ExtPElS has been corrected for the case of torus having major radius equal to zero. Test cases are added.
25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
puts "========"
|
|
puts "OCC27762"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Incomplete result of SECTION operation
|
|
#################################################
|
|
|
|
restore [locate_data_file bug27762.brep] a
|
|
explode a
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects a_1
|
|
baddtools a_2 a_3 a_4
|
|
bfillds
|
|
bbuild result
|
|
|
|
checkshape result
|
|
checknbshapes result -face 6 -edge 20
|
|
view 1 +X+Y 728 450 400 400
|
|
don result
|
|
fit
|
|
checkview -2d -screenshot -path ${imagedir}/${test_image}.png
|