mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032058: Modeling Data - Extrema curve-surface gives wrong result for planar surface of revolunion and circle
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
This commit is contained in:
15
tests/bugs/moddata_3/bug32058
Normal file
15
tests/bugs/moddata_3/bug32058
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user