mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
puts "============"
|
|
puts "0032821: DEWrapper - Implementation of a common toolkit for importing and exporting CAD files"
|
|
puts "============"
|
|
puts ""
|
|
|
|
loadvrml S_First ${filename}
|
|
|
|
set file_path ${imagedir}/${casename}.wrl
|
|
|
|
writefile S_First $file_path -conf "provider.VRML.OCC.RepresentationType : 2 "
|
|
|
|
loadvrml S_Second $file_path
|
|
|
|
checktrinfo S_Second -ref [trinfo S_First]
|
|
|
|
file delete $file_path
|