1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

22 lines
468 B
Plaintext
Executable File

puts "================"
puts "OCC13"
puts "================"
puts ""
##################################################
## It is impossible to intersect two surfaces
##################################################
restore [locate_data_file OCC13-1.draw] su1
restore [locate_data_file OCC13-2.draw] su2
mkface f1 su1
mkface f2 su2
bop f1 f2
bopsection result
tolerance result
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png