mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
24 lines
472 B
Plaintext
Executable File
24 lines
472 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC100"
|
|
puts "================"
|
|
puts ""
|
|
########################################
|
|
## Draw is crashed during cut on Windows NT. SAM1185.
|
|
########################################
|
|
|
|
restore [locate_data_file OCC100_sp.brep] sh1
|
|
puts [checkshape sh1]
|
|
|
|
restore [locate_data_file OCC100_cyl.brep] sh2
|
|
puts [checkshape sh2]
|
|
|
|
#OCC100 : on WNT result is crushed when we make the next command:
|
|
|
|
bcut result sh1 sh2
|
|
|
|
set square 2130.25
|
|
set 2dviewer 0
|
|
|
|
|