mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
puts "TODO #22911 ALL: Error: The command cannot be built"
|
|
|
|
restore [locate_data_file OCC100_sp.brep] a
|
|
restore [locate_data_file OCC100_cyl.brep] b
|
|
|
|
bop b a
|
|
bopcut result
|
|
|
|
checkprops result -s 0
|
|
checkview -display result -2d -otherwise { b a } -s -path ${imagedir}/${test_image}.png
|