]> OCCT Git - occt.git/commit
0026174: Data Exchange, IGES - Loss of color after the second write of file
authorssafarov <ssafarov@opencascade.com>
Mon, 15 Nov 2021 15:15:33 +0000 (18:15 +0300)
committerssafarov <ssafarov@opencascade.com>
Mon, 13 Dec 2021 06:36:02 +0000 (09:36 +0300)
commit6ba81a695f5e233b1da71e5242b1f32bf1debae0
tree91961ee0b46c56fc049ec7bc513f85c6f22240b8
parente463b2f685d8c815f8a7ab996c6843808e8b1430
0026174: Data Exchange, IGES - Loss of color after the second write of file

A copy of myface is made, where further on the copy the geometry changes. We connect the face, wire, edge of the original shape with the one whose geometry was changed. This is done in order to get the original shape in the TransferWire() and TransferEdge() methods.
src/BRepToIGES/BRepToIGES_BREntity.cxx
src/BRepToIGES/BRepToIGES_BRShell.cxx
src/BRepToIGES/BRepToIGES_BRSolid.cxx
src/BRepToIGES/BRepToIGES_BRWire.cxx
src/BRepToIGES/BRepToIGES_BRWire.hxx
src/BRepToIGESBRep/BRepToIGESBRep_Entity.cxx
tests/bugs/iges/bug26174 [new file with mode: 0644]
tests/bugs/xde/bug26174 [deleted file]