mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Extrema_GenExtCS.cxx : added solution refinement, if solution seems to be "bad" according to special criteria. Extrema_FuncExtCS.cxx : "cosmetic" modifications BOPAlgo_PaveFiller_3.cxx : adding control of shape index to prevent exception in ShapeInfo bugs/moddata_3/bug32058 : new test
16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
puts "========="
|
|
puts "0032058: Modeling Data - Extrema curve-surface gives wrong result for planar surface of revolunion and circle"
|
|
puts "========="
|
|
puts ""
|
|
|
|
|
|
restore [locate_data_file bug32058_c] c
|
|
restore [locate_data_file bug32058_s] s
|
|
|
|
extrema c s
|
|
checklength ext_1 -l 2.3437142008433856e-13
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|