0029604: Uniform mechanism providing History of shape's modifications for OCCT algori...
[occt.git] / tests / bugs / modalg_6 / bug27822
CommitLineData
5da00540 1puts "========"
2puts "OCC27822"
3puts "========"
4puts ""
5#######################################################################################
6# Exception access violation is raised in BRepOffsetAPI_MakePipeShell during of build
7#######################################################################################
8
9circle c1 0 100 80 30
10circle c2 0 30 130 30
11mkedge e1 c1
12mkedge e2 c2
13vertex v1 0 0 0
14vertex v2 0 1 0
15edge e3 v1 v2
16wire w1 e1
17wire w2 e2
18wire w3 e3
19mksweep w3
20addsweep w1
21addsweep w2
22
4f7d41ea 23if {[regexp "Buildsweep : Not Done" [buildsweep result]]} {
5da00540 24 puts "OCC27822 is fixed."
25} else {
26 puts "ERROR: OCC27822 does not fixed correctly."
27}