mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Delete check for top-level shape during writing invisibility property. Added QA command OCC23951. Fix crash in QA command OCC23951: initialize document, initialize shape. Added test case bugs/xde/bug23951 Modified QABugs/QABugs_19.cxx to avoid warnings
24 lines
535 B
Plaintext
24 lines
535 B
Plaintext
puts "=========="
|
|
puts "OCC23951"
|
|
puts "=========="
|
|
puts ""
|
|
#####################################################################################
|
|
# Visibility of free, simple shapes not saved when writing XCAF Document info STEP
|
|
#####################################################################################
|
|
|
|
pload QAcommands
|
|
|
|
set info [OCC23951]
|
|
|
|
if { [regexp "Write Done" $info] != 1 } {
|
|
puts "Error: file was not written"
|
|
} else {
|
|
puts "OK: file was written"
|
|
}
|
|
|
|
stepread test_box.step a *
|
|
axo
|
|
fit
|
|
|
|
set only_screen_axo 1
|