mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|