1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug25847
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

26 lines
667 B
Plaintext
Executable File

puts "============"
puts "OCC25847"
puts "============"
puts ""
###############################
## Wrong result obtained by General Fuse operator.
###############################
restore [locate_data_file bug25847_face_96.brep ] b1
restore [locate_data_file bug25847_face_294.brep] b2
restore [locate_data_file bug25847_face_533.brep] b3
restore [locate_data_file bug25847_face_535.brep] b4
bclearobjects
bcleartools
baddobjects b1 b2 b3 b4
bfillds
bbuild result
set square 3912.59
checknbshapes result -vertex 100 -edge 108 -wire 10 -face 9 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 228 -t -m "Result obtained by General Fuse operator"
set 3dviewer 1