mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Warning was fixed. Remarks were applied. - class VMap in Draw was removed - NCollection_DataMap is used to store objects - name of object is used to associate Tcl variable with the object - creation and changing of objects are correclty handled Redundant casts were removed. Initial value is restored if variable is protected. Tests for bug #24863 were added. Some test cases and tcl command "save" were improved. Useless using of upvar was removed.
25 lines
537 B
Plaintext
Executable File
25 lines
537 B
Plaintext
Executable File
|
|
puts "========="
|
|
puts " OCC485 "
|
|
puts "========="
|
|
puts ""
|
|
#######################################
|
|
## Draw hangs up during performing fuse operation
|
|
#######################################
|
|
|
|
restore [locate_data_file OCC485a.brep] a_1
|
|
checkshape a_1
|
|
|
|
restore [locate_data_file OCC485a.brep] a_2
|
|
checkshape a_2
|
|
|
|
if [catch {bfuse result a_1 a_2 } res] {
|
|
puts "Faulty OCC485: Draw hangs up during performing fuse operation"
|
|
} else {
|
|
puts "OCC485 OK: function FUSE works without Draw hangs up "
|
|
}
|
|
|
|
set square 9291.88
|
|
set 2dviewer 0
|
|
|