From: vsr Date: Tue, 15 Sep 2009 13:05:29 +0000 (+0000) Subject: Issue 0020324: EDF 717 GEOM : Import IGES File X-Git-Tag: V5_1_3rc1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e4fcbb76cfcf117b42ce0181a7b761e30487873;p=modules%2Fgeom.git Issue 0020324: EDF 717 GEOM : Import IGES File --- 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 );