1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
azv eb7404bf16 0024697: Exception is raised during projection of the curve on the surface
The curve is trimmed since now in the boundaries of surface

Test case for issue CR24697

Behavior for trimming periodic curves was changed
2014-11-21 13:35:20 +03:00

17 lines
436 B
Plaintext

puts "================"
puts "OCC24697"
puts "================"
puts ""
#######################################################################
# Exception is raised during projection of the curve on the surface
#######################################################################
restore [locate_data_file bug24697_curve.draw] c
restore [locate_data_file bug24697_surf.draw] s
project c2d c s
smallview
fit
set only_screen_axo 1