mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0025504: Exception raised during projection curve on surface
Avoid moving of projected point to a boundary of surface Test case for CR25504
This commit is contained in:
12
tests/bugs/moddata_3/bug25504
Normal file
12
tests/bugs/moddata_3/bug25504
Normal file
@@ -0,0 +1,12 @@
|
||||
puts "================"
|
||||
puts "OCC25504"
|
||||
puts "================"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Exception raised during projection curve on surface
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug25504_surf.draw] s
|
||||
restore [locate_data_file bug25504_curve.draw] c
|
||||
|
||||
project c2d c s
|
Reference in New Issue
Block a user