mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08: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 ""
|