mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
468 B
Plaintext
Executable File
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
|