mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 21:00:37 +05:00
Changes for 0020726.
This commit is contained in:
parent
fa1c854edc
commit
841c221e22
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user