mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
A flag not to raise an exception is used on reading of an XCAF document. If such a shape with scaling transformation is stored in the document, it should be read.
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
puts "==========="
|
|
puts "0032784: BinXCAF fails to load documents containing the shapes with scaled/mirrored location"
|
|
puts "==========="
|
|
|
|
if [info exists D] {catch {Close D}}
|
|
XOpen [locate_data_file bug32784_mirrored.xbf] D
|