mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-15 08:13:08 +05:00
0021672: [CEA 565] Dump Study from script
Avoid repeated SubShape...() command
This commit is contained in:
parent
5ac53b11a1
commit
55e32b8599
@ -671,7 +671,15 @@ TCollection_AsciiString GEOM_Engine::DumpPython(int theDocID,
|
||||
continue;
|
||||
// add function description before dump
|
||||
if (!aCurScript.IsEmpty())
|
||||
{
|
||||
if ( aFunction->GetDriverGUID() == GEOM_Object::GetSubShapeID() )
|
||||
// avoid repeated SubShape...() command at the end
|
||||
if (aFuncScript.Location( aCurScript,
|
||||
aFuncScript.Length() - aCurScript.Length(),
|
||||
aFuncScript.Length()))
|
||||
continue;
|
||||
aFuncScript += aCurScript;
|
||||
}
|
||||
if (isDumpCollected ) {
|
||||
// Replace entries by the names
|
||||
ReplaceEntriesByNames( aFuncScript, aEntry2ObjData, isPublished,
|
||||
|
Loading…
Reference in New Issue
Block a user