mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0028763: Projection of a short line segment on a polar surface causes exception
Test case for the issue. The problem has been fixed by the fix for the issue 0028150
This commit is contained in:
parent
82be4141b6
commit
4b1a240135
18
tests/bugs/modalg_7/bug28763
Normal file
18
tests/bugs/modalg_7/bug28763
Normal file
@ -0,0 +1,18 @@
|
||||
puts "======="
|
||||
puts "0028763"
|
||||
puts "======="
|
||||
puts ""
|
||||
##################################################
|
||||
# Projection of a short line segment on a polar surface causes exception
|
||||
##################################################
|
||||
|
||||
beziersurf s 2 2 0 0 0 0 1 0 1 0 0 1 1 0
|
||||
line c 0 0 0 1 1 0
|
||||
trim c c 0 1e-6
|
||||
project result c s
|
||||
|
||||
if {![regexp "Trimmed curve" [dump result]]} {
|
||||
puts "Error: Projection not done"
|
||||
}
|
||||
|
||||
checklength result -l 1.e-6
|
Loading…
x
Reference in New Issue
Block a user