1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
ski 1951a27c98 0024863: CLang warnings -Wint-to-void-pointer-cast
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.
2014-08-07 14:33:28 +04:00

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