0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / xde / bug29890_1
CommitLineData
fcdb829c 1puts "=========="
2puts "OCC29890"
3puts "=========="
4puts ""
5##############################
6# Problem in Expand Compounds
7##############################
8pload ALL
9
10# Open file and expand
11XOpen [locate_data_file bug29890.xbf] D
12XExpand D 1 0:1:1:1238
13
14# Check
15set children [Children D 0:1:1:1239]
16if {$children != "0:1:1:1239:1 0:1:1:1239:3 "} {
17 puts "Error: wrong expand compounds."
18}
19Close D