1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032784: BinXCAF fails to load documents containing the shapes with scaled/mirrored location

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.
This commit is contained in:
Dzmitry Razmyslovich 2022-01-18 14:52:39 +01:00 committed by smoskvin
parent ba9548c55b
commit d7dac7fc36
2 changed files with 7 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static int TranslateFrom (const BinObjMgt_Persistent& theSource,
TopAbs_Orientation anOrient = CharToOrientation (aCharOrient);
theResult.TShape (theShapeSet->Shape (aShapeID).TShape());//TShape
theResult.Location (theShapeSet->Locations().Location (aLocID)); //Location
theResult.Location (theShapeSet->Locations().Location (aLocID), Standard_False); //Location
theResult.Orientation (anOrient);//Orientation
return 0;
}

6
tests/bugs/xde/bug32784 Normal file
View File

@ -0,0 +1,6 @@
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