mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|