0026174: Data Exchange, IGES - Loss of color after the second write of file
[occt.git] / src / BRepToIGES / BRepToIGES_BRSolid.cxx
index 6d6e3c1..21ababf 100644 (file)
@@ -306,7 +306,8 @@ Handle(IGESData_IGESEntity) BRepToIGES_BRSolid ::TransferCompound(const TopoDS_C
       AddWarning(start," an Edge is a null entity");
     }
     else {
-      IShape = BW.TransferEdge(S, Standard_False);
+      TopTools_DataMapOfShapeShape anEmptyMap;
+      IShape = BW.TransferEdge(S, anEmptyMap, Standard_False);
       if (!IShape.IsNull()) Seq->Append(IShape);
     }
   }