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

34 lines
810 B
Plaintext
Executable File

puts "TODO OCC24156 MacOS: Faulty OCC485: function BLEND works wrongly"
puts "TODO OCC24156 MacOS: Tcl Exception: result is not a topological shape!!!"
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
puts "========================"
puts " OCC487 "
puts "========================"
#######################################################
## Regression on KAS:dev:ros with respect to OCC4.0
## Case cfi 900 N3.
## Fillets are created on OCC4.0
#######################################################
restore [locate_data_file CFI_pro15441.rle] m
explode m e
if [catch {blend result m 2 m_36 2 m_21 } res] {
puts "Faulty OCC485: function BLEND works wrongly"
} else {
puts "OCC485 OK: function BLEND works properly "
}
explode result sh
renamevar result_1 result
set square 6265.68
set 3dviewer 1