mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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
25 lines
539 B
Plaintext
Executable File
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
|
|
|
|
|