0028594: Geom2dAPI_Interpolate generated curve is not the same as proe
[occt.git] / tests / bugs / modalg_6 / bug28189_7
CommitLineData
77a11d3d 1puts "========"
2puts "OCC28189"
3puts "========"
4puts ""
5#################################################
6# Result of Boolean operation is non-manifold wire
7#################################################
8
9polyline p1 0 0 0 1 0 0
10polyline p2 0 0 0 1 0 0
11
12orientation p1 R
13orientation p2 F
14
15bfuse result1 p1 p2
16explode result1
17
18if {![regexp "REVERSED" [whatis result1_1]]} {
19 puts "Error: Incorrect orientation of wire"
20}
21
22bcommon result2 p2 p1
23explode result2
24
25if {![regexp "FORWARD" [whatis result2_1]]} {
26 puts "Error: Incorrect orientation of wire"
27}