mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|
|
|