mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0020159: EDF GEOM: Dump study with exploded geom object is not complete
refix
This commit is contained in:
parent
b47f0f377c
commit
153f2835d5
@ -712,9 +712,7 @@ void ProcessFunction(Handle(GEOM_Function)& theFunction,
|
||||
{
|
||||
if (theFunction.IsNull()) return;
|
||||
|
||||
// not to process twice
|
||||
if (theProcessed.Contains(theFunction->GetEntry())) return;
|
||||
theProcessed.Add(theFunction->GetEntry());
|
||||
|
||||
// pass functions, that depends on nonexisting ones
|
||||
bool doNotProcess = false;
|
||||
@ -753,6 +751,7 @@ void ProcessFunction(Handle(GEOM_Function)& theFunction,
|
||||
theIgnoreObjs.insert(anObjEntry.ToCString());
|
||||
return;
|
||||
}
|
||||
theProcessed.Add(theFunction->GetEntry());
|
||||
|
||||
TCollection_AsciiString aDescr = theFunction->GetDescription();
|
||||
if(aDescr.Length() == 0) return;
|
||||
|
Loading…
Reference in New Issue
Block a user