mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08: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
|
|
|