mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added new class RWGltf_CafWriter for exporting XCAF document into glTF file as well as Draw Harness command WriteGltf. Added auxiliary method OSD_Path::FileNameAndExtension() splitting file name into Name and Extension.
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
if { [info exists occ_tmp_files] } {
|
|
foreach aTmpFileIter $occ_tmp_files {
|
|
if {[file exists "$aTmpFileIter"] == 1} {
|
|
puts "Deleting temporary file $aTmpFileIter"
|
|
file delete -force "$aTmpFileIter"
|
|
}
|
|
}
|
|
set occ_tmp_files ""
|
|
}
|
|
|
|
puts ""
|
|
puts "TEST COMPLETED"
|
|
puts ""
|