mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
puts "========"
|
|
puts "0030203: ProjLib_ComputeApproxOnPolarSurface::BuildInitialCurve2d array out of bound"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30203_curv.draw] c
|
|
restore [locate_data_file bug30203_surf.draw] s
|
|
|
|
catch {project cc c s}
|
|
if { [isdraw cc]} {
|
|
checklength cc -l 1.
|
|
} else {
|
|
puts "Error: projection fails"
|
|
} |