From 0e4fcbb76cfcf117b42ce0181a7b761e30487873 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 15 Sep 2009 13:05:29 +0000 Subject: [PATCH] Issue 0020324: EDF 717 GEOM : Import IGES File --- src/IGESExport/IGESExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IGESExport/IGESExport.cxx b/src/IGESExport/IGESExport.cxx index 0218bef97..4f9232118 100644 --- a/src/IGESExport/IGESExport.cxx +++ b/src/IGESExport/IGESExport.cxx @@ -77,7 +77,7 @@ IGESEXPORT_EXPORT IGESControl_Controller::Init(); //IGESControl_Writer ICW (Interface_Static::CVal("write.iges.unit"), // Interface_Static::IVal("write.iges.brep.mode")); - IGESControl_Writer ICW (Interface_Static::CVal("write.iges.unit"), aBrepMode); + IGESControl_Writer ICW ("M", aBrepMode); // "write.iges.unit" ->> VSR 15.09.09: export explicitly in meters // perform shape writing ICW.AddShape( theShape ); -- 2.39.2