]> OCCT Git - occt.git/commit
0033326: Data Exchange, IGES Import - Ignoring unit value for validating geometry
authordpasukhi <dpasukhi@opencascade.com>
Wed, 8 Feb 2023 17:42:55 +0000 (17:42 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Thu, 9 Mar 2023 16:00:39 +0000 (16:00 +0000)
commit73f4f6160a60a26f5006e4d8581c8ff6231ef5fb
tree2445d4787b8a98133f864af284f585f4d06af825
parent86e352849dc7598209cb6a1254faa9c946a38977
0033326: Data Exchange, IGES Import - Ignoring unit value for validating geometry

Updated IGESToBRep_BasicCurve and Surface to work with geometry as is not scaled yet.
Updated IGESControl_IGESBoundary to check existence of fields w/o number of iteration.
Scaling appends only after creating geometry, that is why we need to compare with no scaled value
src/IGESControl/IGESControl_IGESBoundary.cxx
src/IGESToBRep/IGESToBRep_BasicCurve.cxx
src/IGESToBRep/IGESToBRep_BasicSurface.cxx
tests/bugs/iges/bug33326 [new file with mode: 0644]