1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
nbv 23e8067c74 0029176: Exception while projection 2D-point on 2D-line
DRAW-command "2dproj" has been changed. Now, it can return not only 2D-line as extrema but 2D-point.

Test case has been updated.
2017-10-06 10:28:14 +03:00

10 lines
146 B
Plaintext

# Test for the issue # 0029176
line ll 0 0 0 1
2dproj ll 0 0.0001
if { ![regexp {point} [whatis ext_1] ] } {
puts "Error while projection"
}