mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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
22 lines
555 B
Plaintext
22 lines
555 B
Plaintext
pload QAcommands
|
|
|
|
#INTERFACE XCAF
|
|
puts "========================"
|
|
puts "OCC363"
|
|
puts "BUC60998"
|
|
puts "========================"
|
|
puts ""
|
|
#######################################################
|
|
## Incorrect work of persistence during reading and writing of degenerated edges.
|
|
#######################################################
|
|
|
|
######################################################################
|
|
#set filedir $env(TmpDir)
|
|
#puts $filedir
|
|
#catch {exec rm $filedir/OCC363.dxc}
|
|
pload XDE
|
|
|
|
set T [OCC363 OCC363Doc [locate_data_file OCC363.dxc]]
|
|
puts $T
|
|
|