1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0021778: IGESControl_Writer does not take into account parameter write.iges.brep.mode

This commit is contained in:
AMA 2012-01-14 06:42:36 +00:00 committed by bugmaster
parent fa9681ca7a
commit 06f3d6bca0

View File

@ -35,12 +35,13 @@
IGESControl_Writer::IGESControl_Writer ()
: theTP (new Transfer_FinderProcess(10000)) ,
thedit (IGESSelect_WorkLibrary::DefineProtocol()) ,
thecr (0) , thest (Standard_False)
thest (Standard_False)
{
// faudrait aussi (?) prendre les parametres par defaut ... ?
IGESControl_Controller::Init();
thedit.SetUnitName(Interface_Static::CVal ("write.iges.unit"));
thedit.ApplyUnit();
thecr = Interface_Static::IVal ("write.iges.brep.mode");
themod = thedit.Model();
}