From: skl Date: Tue, 23 Mar 2010 06:22:13 +0000 (+0000) Subject: Changes for 0020726. X-Git-Tag: V5_1_4a1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=841c221e22d82572f3b23910ebf8dbfcae3f85d1;p=modules%2Fgeom.git Changes for 0020726. --- diff --git a/src/IGESExport/IGESExport.cxx b/src/IGESExport/IGESExport.cxx index bd6557b20..216ae9216 100644 --- a/src/IGESExport/IGESExport.cxx +++ b/src/IGESExport/IGESExport.cxx @@ -85,6 +85,10 @@ IGESEXPORT_EXPORT IGESControl_Writer ICW ("M", aBrepMode); // "write.iges.unit" ->> VSR 15.09.09: export explicitly in meters Interface_Static::SetCVal("xstep.cascade.unit","M"); + // 09.03.2010 skl for bug 0020726 + // change default value "Average" to "Max" + Interface_Static::SetCVal("write.precision.mode","Max"); + // perform shape writing ICW.AddShape( theShape ); ICW.ComputeModel();