A flag not to raise an exception is used on reading of an OCAF document. If such a shape with scaling transformation is stored in the document, it should be read.
Modified files:
XmlMNaming\XmlMNaming_NamedShapeDriver.cxx: not checking of the type of transformation for a read shape
return 1;
theResult.TShape (theShapeSet.Shape(aShapeId).TShape());
theResult.Orientation (thePShape.Orientation());
- theResult.Location (theShapeSet.Locations().Location (thePShape.LocId()));
+ theResult.Location (theShapeSet.Locations().Location (thePShape.LocId()), false);
return 0;
}