0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug30203
CommitLineData
e5826d91 1puts "========"
2puts "0030203: ProjLib_ComputeApproxOnPolarSurface::BuildInitialCurve2d array out of bound"
3puts "========"
4puts ""
5
6restore [locate_data_file bug30203_curv.draw] c
7restore [locate_data_file bug30203_surf.draw] s
8
9catch {project cc c s}
10if { [isdraw cc]} {
11 checklength cc -l 1.
12} else {
13 puts "Error: projection fails"
14}