1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00
Files
occt/tests/de_wrapper/xcaf/A4
2022-06-23 20:29:00 +03:00

17 lines
392 B
Plaintext

puts "============"
puts "0032821: DEWrapper - Implementation of a common toolkit for importing and exporting CAD files"
puts "============"
puts ""
readfile S_First ${filename}
set file_path ${imagedir}/${casename}.xbf
writefile S_First $file_path -conf "provider.XCAF.OCC.append : 1 "
readfile S_Second $file_path
checknbshapes S_Second -ref [nbshapes S_First]
file delete $file_path