mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
pload QAcommands
|
|
|
|
puts "============"
|
|
puts "OCC1077"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# BUG in boolean operations in the development version
|
|
######################################################
|
|
|
|
if { [catch { OCC1077 result } catch_result] } {
|
|
puts "Faulty OCC1077"
|
|
}
|
|
|
|
set square 587.181
|
|
set 3dviewer 1
|