0024105: ShapeFix algorithm produces not correct result.
[occt.git] / tests / bugs / caf / bug282
CommitLineData
a87752f3 1puts "==========="
2puts "OCC282"
3puts "==========="
4
5pload QAcommands
6
7NewDocument D MDTV-Standard
8
9circle acirc 0 0 0 20
10mkedge anEdge acirc
11wire aWire anEdge
12
13plane pl 0 0 1
14mkface aface pl aWire
15
16NameImportShape D 0:1 aface
17
18if [catch { CheckNaming D 0:2 1 Label 0:1 1 1 1 } res] {
19 puts "OCC282: Error"
20}
21