1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
2012-12-07 16:29:17 +04:00

25 lines
539 B
Plaintext
Executable File

puts "========================"
puts "BUC61033"
puts " OCC370 "
puts "========================"
puts ""
#################################################################
##Intersection between a sphere and trimmed plane, using IntPatch_Intersection, lead to infinite cycle.
#################################################################
sphere gs1 1
plane gs2 0 0 0 1 0 0
trim trgs2 gs2 0 1.000001 -1 0.000001
intersect result gs1 trgs2
cpulimit 300
puts "OCC370 OK: function INTERSECT works properly"
erase gs2
set 2dviewer 0