0023766: Shape orientation processing mechanism redesign
[occt.git] / tests / bugs / caf / bug352
CommitLineData
a87752f3 1puts "==========="
2puts "OCC352"
3puts "==========="
4
5pload QAcommands
6
7NewDocument D MDTV-Standard
8
9NameBox D 0:1 100 100 100
10box abox 100 100 100
11ttranslate abox 100 0 50
12NameImportShape D 0:2 abox
13
14NameGlue D 0:3 0:1 0:2
15
16if [catch { CheckNaming D 0:4 1 Label 0:3 1 1 1 } res] {
17 puts "OCC352: Error"
18}