0028594: Geom2dAPI_Interpolate generated curve is not the same as proe
[occt.git] / tests / bugs / modalg_6 / bug26673
CommitLineData
ff1541f1 1puts "============"
2puts "OCC26673"
3puts "============"
4puts ""
5##################################
6# BOPTools_AlgoTools::ComputeVV incorrectly checks two vertices for intersection
7##################################
8
9box b -1 -1 0 2 2 2e-7+1e-14
10set out [bopargcheck b /RFPCS #F]
11if [regexp {Self-Intersections *: YES} $out] {
12 puts "OK: bopargcheck found the shape self-intersecting"
13} else {
14 puts "Error: bopargcheck must report self-intersections, but it did not"
15}