mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing Correction of end file in group v3d Small correction of test case
23 lines
582 B
Plaintext
Executable File
23 lines
582 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC22910"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Failure to compute iso-line for NURBS surface
|
|
######################################################################################
|
|
|
|
set BugNumber OCC22910
|
|
|
|
restore [locate_data_file s.rle] s
|
|
mkface result s
|
|
set exception_status [ catch { incmesh result 0.0038476968063336017 } ]
|
|
|
|
if { ${exception_status} == 0 } {
|
|
puts "OK ${BugNumber}"
|
|
} else {
|
|
puts "Faulty ${BugNumber}"
|
|
}
|
|
|
|
set square 0.110535
|
|
set 3dviewer 0
|