From 841c221e22d82572f3b23910ebf8dbfcae3f85d1 Mon Sep 17 00:00:00 2001 From: skl Date: Tue, 23 Mar 2010 06:22:13 +0000 Subject: [PATCH] Changes for 0020726. --- src/IGESExport/IGESExport.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.2