mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
DRAW-command "2dproj" has been changed. Now, it can return not only 2D-line as extrema but 2D-point. Test case has been updated.
10 lines
146 B
Plaintext
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"
|
|
}
|
|
|