1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-21 10:55:33 +03:00
occt/tests/bugs/xde/bug6675
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

24 lines
498 B
Plaintext
Executable File

puts "========"
puts "OCC6675"
puts "========"
puts ""
####################################################
## Sewing can not sewed attached shape for any tolerance.Followed bug for 6542.
####################################################
set BugNumber OCC6675
restore [locate_data_file OCC6675.brep] a
set tolerance 1.00000e-07
sewing result ${tolerance} a
checkshape result
checkmaxtol result 2.0021528498807746e-005
checknbshapes result -shell 1
checkfreebounds result 0
set 2dviewer 0