1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0026762: Static parameter "read.scale.unit" is not used

Parameter "read.scale.unit" is removed from sources and docs
This commit is contained in:
abv
2015-12-18 15:14:39 +03:00
committed by bugmaster
parent b12e1c7ba2
commit 59e4f50bf1
3 changed files with 0 additions and 16 deletions

View File

@@ -61,13 +61,6 @@ static Handle(XSAlgo_AlgoContainer) theContainer;
Interface_Static::Init ("XSTEP","xstep.cascade.unit",'&',"eval UIN"); //11
Interface_Static::SetCVal ("xstep.cascade.unit","MM");
// unit : pour depannage / test de non regression 0 MM 1 M(ancien)
Interface_Static::Init("XSTEP" ,"read.scale.unit", 'e',"");
Interface_Static::Init("XSTEP","read.scale.unit",'&',"ematch 0");
Interface_Static::Init("XSTEP","read.scale.unit",'&',"eval MM");
Interface_Static::Init("XSTEP","read.scale.unit",'&',"eval M");
Interface_Static::SetIVal ("read.scale.unit",0);
// init Standard Shape Processing operators
ShapeProcess_OperLibrary::Init();
}