mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 23:31:27 +05:00
DCQ : Debug ClearAllIOR method
This commit is contained in:
parent
65d10af48e
commit
6a0250ccdf
@ -264,9 +264,10 @@ Standard_Boolean GEOMDS_Commands::ClearAllIOR(const TDF_Label& aLabel)
|
|||||||
TDF_Label L = it.Value() ;
|
TDF_Label L = it.Value() ;
|
||||||
if( L.FindAttribute(TDataStd_Name::GetID(), anAttName) ) {
|
if( L.FindAttribute(TDataStd_Name::GetID(), anAttName) ) {
|
||||||
notTested = L.ForgetAttribute(TDataStd_Name::GetID()) ;
|
notTested = L.ForgetAttribute(TDataStd_Name::GetID()) ;
|
||||||
}
|
|
||||||
if(notTested)
|
if(notTested)
|
||||||
MESSAGE("in GEOMDS_Commands::ClearAllIOR : IOR CLEARED" )
|
MESSAGE("in GEOMDS_Commands::ClearAllIOR : IOR CLEARED" )
|
||||||
|
ClearAllIOR(L);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return true ;
|
return true ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user