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.
22 lines
507 B
Plaintext
Executable File
22 lines
507 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC298 "
|
|
puts "========================"
|
|
puts ""
|
|
#################################################################
|
|
## Exception during "tcopy" command
|
|
#################################################################
|
|
|
|
restore [locate_data_file OCC298.brep] result
|
|
checkshape result
|
|
|
|
if [catch {tcopy result a } res] {
|
|
puts "Faulty OCC298: function TCOPY works wrongly"
|
|
} else {
|
|
puts "OCC298 OK: function TCOPY works properly"
|
|
}
|
|
|
|
set square 8e+100
|
|
set 2dviewer 0
|
|
|