mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-26 11:05:31 +03:00
Test case and new draw command for issue CR24755 Fix of regression linked with test case bug24047. Fix of bug361 regression on Linux.
16 lines
195 B
Plaintext
Executable File
16 lines
195 B
Plaintext
Executable File
puts "================="
|
|
puts "OCC361"
|
|
puts "BUC60995"
|
|
puts "================="
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
|
|
if { [catch { OCC361 D }] } {
|
|
puts "OCC361: Error"
|
|
}
|
|
|
|
Close D
|
|
|