1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

Add XCAFView to UDLIST

This commit is contained in:
kgv 2017-04-18 13:52:55 +03:00
parent 9c2488148b
commit 8f469cc38b
2 changed files with 4 additions and 0 deletions

View File

@ -360,6 +360,7 @@ n XCAFApp
n XCAFDimTolObjects
n XCAFDoc
n XCAFPrs
n XCAFView
n XSAlgo
n XSControl
n XmlMXCAFDoc

View File

@ -1824,6 +1824,9 @@ proc osutils:tk:files { tkloc thePlatform } {
"n" { set utyp "nocdlpack" }
"x" { set utyp "executable" }
}
if { $utyp == "" } {
puts "Error: '$loc' is undefined within UDLIST"
}
if [array exists map] { unset map }
osutils:tk:loadunit $loc map
#puts " loc = $loc === > [array names map]"