1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +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