mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
23 lines
532 B
Plaintext
Executable File
23 lines
532 B
Plaintext
Executable File
puts "============"
|
|
puts "CR24800"
|
|
puts "==========="
|
|
puts ""
|
|
###############################################################################
|
|
# Point of intersection was not found for 2d offset curve.
|
|
###############################################################################
|
|
|
|
restore [locate_data_file bug24800_curve2.draw] c2
|
|
|
|
set inter1 [2dintersect c2]
|
|
|
|
set int1 [regexp {Intersection point 1} ${inter1}]
|
|
|
|
if { ${int1} == 0 } {
|
|
puts "Error : Intersection is not found"
|
|
}
|
|
|
|
av2d
|
|
2dfit
|
|
|
|
xwd ${imagedir}/${test_image}.png
|