mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
677 B
Plaintext
Executable File
22 lines
677 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : The command is not valid"
|
|
puts "TODO OCC12345 ALL: Error : is WRONG because number of"
|
|
|
|
puts "========================"
|
|
puts " OCC240 "
|
|
puts "========================"
|
|
|
|
#################################################
|
|
## puts " BOPCOMMON case_2_shell.brep and case_2_edge2.brep"
|
|
#################################################
|
|
puts " "
|
|
restore [locate_data_file OCC240a.brep] a
|
|
restore [locate_data_file case_2_edge2.brep] b
|
|
puts [bop a b]
|
|
puts [bopcommon result]
|
|
|
|
checknbshapes result -vertex 14 -edge 6
|
|
checkprops result -l 0
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|