mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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"
|
|
}
|
|
|