0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_7 / bug27623
CommitLineData
340054e1 1puts "TODO OCC27623 ALL: ERROR: OCC27623 is reproduced."
2
3puts "========"
4puts "OCC27623"
5puts "========"
6puts ""
7#####################################################################
8# Cannot find intersection line between two trimmed planar surfaces
9#####################################################################
10
11plane s1 0 0 0 0 0 1 1 0 0
12trim s1 s1 -10 10 -10 10
13plane s2 0 0 10 1 0 0 0 0 1
14trim s2 s2 -10+1.0e-5 10 -10+1.0e-5 10
15
16intersect ii s1 s2 4.0e-4
17
18set bug_info [string trim [whatis ii]]
19if {[string length $bug_info] == 7} {
20 puts "ERROR: OCC27623 is reproduced. Intersection of trimmed planar surface has not been detected."
21}