1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00
2015-08-20 16:39:28 +03:00

22 lines
417 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
set 3dviewer 1