1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00
occt/tests/bugs/modalg/bug693_1
apn 352ffd7358 Adding test cases for chl grid
Test case tests/bugs/modalg/dxf906 was renamed to bug889
Adding test cases to tests/bugs/moddata
Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx
Modified test case bugs vis buc60738
Added test cases to modalg and moddata
Added test cases to caf and fclasses
Added test cases to group heal
2012-12-21 16:39:38 +04:00

79 lines
1.1 KiB
Plaintext
Executable File

puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO OCC12345 ALL: Error : The square of result shape is"
puts "================"
puts "OCC693"
puts "================"
puts ""
###################################################
## The boolean operations give incorrect result if one of shapes is compound
## consisting of several adjoint solids
####################################################
box h1 234 52 0 41 98 40
box v1 241 136 20 31 31 15
box h3 215 120 20 78 15 15
compound h1 c1
compound v1 c2
tcopy c1 cc1
tcopy c2 cc2
bop cc1 cc2
bopcommon int1
checkshape -top int1
tcopy c1 cc1
tcopy c2 cc2
bop cc1 cc2
bopcut cut1
checkshape -top cut1
tcopy c1 cc1
tcopy c2 cc2
bop cc2 cc1
bopcut cut2
checkshape -top cut2
compound int1 cut1 cut2 comp3
checkshape -top comp3
tcopy comp3 ccomp3
tcopy h3 ch3
bop ccomp3 ch3
bopcommon int2
checkshape -top int2
tcopy comp3 ccomp3
tcopy h3 ch3
bop ccomp3 ch3
bopcut cut3
checkshape -top cut3
tcopy comp3 ccomp3
tcopy h3 ch3
bop ch3 ccomp3
bopcut cut4
checkshape -top cut4
compound int2 cut3 cut4 result
checkshape -top result
set square 33196
set 3dviewer 1