mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
16 lines
297 B
Plaintext
Executable File
16 lines
297 B
Plaintext
Executable File
puts "=============="
|
|
puts "OCC158"
|
|
puts "=============="
|
|
|
|
NewDocument D MDTV-Standard
|
|
|
|
##################################################################
|
|
if { [catch {set res [SaveAs D ${imagedir}/OCC158.std]}] != 0 } {
|
|
puts "OCC158: Error"
|
|
} else {
|
|
file delete ${imagedir}/OCC158.std
|
|
}
|
|
|
|
|
|
|