mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0021778: IGESControl_Writer does not take into account parameter write.iges.brep.mode
This commit is contained in:
parent
fa9681ca7a
commit
06f3d6bca0
@ -35,12 +35,13 @@
|
|||||||
IGESControl_Writer::IGESControl_Writer ()
|
IGESControl_Writer::IGESControl_Writer ()
|
||||||
: theTP (new Transfer_FinderProcess(10000)) ,
|
: theTP (new Transfer_FinderProcess(10000)) ,
|
||||||
thedit (IGESSelect_WorkLibrary::DefineProtocol()) ,
|
thedit (IGESSelect_WorkLibrary::DefineProtocol()) ,
|
||||||
thecr (0) , thest (Standard_False)
|
thest (Standard_False)
|
||||||
{
|
{
|
||||||
// faudrait aussi (?) prendre les parametres par defaut ... ?
|
// faudrait aussi (?) prendre les parametres par defaut ... ?
|
||||||
IGESControl_Controller::Init();
|
IGESControl_Controller::Init();
|
||||||
thedit.SetUnitName(Interface_Static::CVal ("write.iges.unit"));
|
thedit.SetUnitName(Interface_Static::CVal ("write.iges.unit"));
|
||||||
thedit.ApplyUnit();
|
thedit.ApplyUnit();
|
||||||
|
thecr = Interface_Static::IVal ("write.iges.brep.mode");
|
||||||
themod = thedit.Model();
|
themod = thedit.Model();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user