1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ski 5ae01c8551 0023150: Command sewing produce incorrect results on test grid csw.
Test for sewing command were updated to check reference information.

Commands for testing were moved to the file src/DrawResources/CheckCommands.tcl

Documentation overview was updated.
2015-04-16 14:14:28 +03:00

23 lines
823 B
Plaintext
Executable File

puts "================"
puts "OCC326"
puts "================"
puts ""
###########################################################
## Exception is raised in sewing on internal edges on attached shape
###########################################################
restore [locate_data_file OCC326.brep] a
if [catch { sewing result a } catch_result] {
puts "Faulty OCC326: here is sewing problem"
} else {
puts "OCC326 OK: Sewing is ok, there is no except"
}
checkmaxtol result 54.6751898398187
checknbshapes result -shell 1
checkfreebounds result 254
set 2dviewer 0