mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
685 B
Plaintext
Executable File
22 lines
685 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Error : The length of result shape is"
|
|
puts "TODO OCC12345 ALL: Error : is WRONG because number of"
|
|
|
|
puts "========================"
|
|
puts " OCC250 "
|
|
puts "========================"
|
|
|
|
#################################################
|
|
## puts " BOPCUT case_9_wire_a.brep and case_9_wire2.brep"
|
|
#################################################
|
|
puts " "
|
|
restore [locate_data_file case_9_wire_a.brep] a
|
|
restore [locate_data_file case_9_wire2.brep] b
|
|
puts [bop a b]
|
|
puts [bopcut result]
|
|
|
|
checknbshapes result -vertex 4 -edge 2
|
|
checkprops result -l 0
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|