mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
*** empty log message ***
This commit is contained in:
parent
59f97a60c5
commit
eec3c1a499
@ -850,7 +850,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
|
|||||||
if( !mgr )
|
if( !mgr )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
QString aMode = mgr->stringValue( "DisplayMode", "SMESH" );
|
QString aMode = mgr->stringValue( "SMESH", "display_mode" );
|
||||||
SetRepresentation(-1);
|
SetRepresentation(-1);
|
||||||
|
|
||||||
if(aMode.compare("Wireframe") == 0){
|
if(aMode.compare("Wireframe") == 0){
|
||||||
@ -861,8 +861,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
|
|||||||
SetRepresentation(ePoint);
|
SetRepresentation(ePoint);
|
||||||
}
|
}
|
||||||
|
|
||||||
aMode = mgr->stringValue( "Shrink", "SMESH" );
|
if(aMode == "Shrink"){
|
||||||
if(aMode == "yes"){
|
|
||||||
SetShrink();
|
SetShrink();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user