mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03: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
|
|
}
|
|
|
|
|
|
|