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
21 lines
389 B
Plaintext
Executable File
21 lines
389 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC22554"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Application hangs on selection
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22554
|
|
|
|
vinit
|
|
vpoint p1 0 0 0
|
|
vpoint p2 50 0 0
|
|
vsegment segment p1 p2
|
|
verase p1 p2
|
|
vfit
|
|
|
|
puts "OK ${BugNumber}"
|
|
|
|
set only_screen 1
|