mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-28 14:15:37 +05:00
NPAL19656: EDF709: Dump file with ExtrusionAlongPath does not work.
This commit is contained in:
parent
688f84c387
commit
b81d800721
@ -891,7 +891,6 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
||||
"" }; // <- mark of the end
|
||||
sameMethods.Insert( names );
|
||||
}
|
||||
//theGen->AddMeshAccessorMethod( theCommand ); // for *Object()
|
||||
|
||||
if ( sameMethods.Contains( theCommand->GetMethod() )) {
|
||||
theCommand->SetObject( myMesh );
|
||||
@ -903,6 +902,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
||||
}
|
||||
else {
|
||||
// editor creation command is needed only if any editor function is called
|
||||
theGen->AddMeshAccessorMethod( theCommand ); // for *Object()
|
||||
if ( !myCreationCmdStr.IsEmpty() ) {
|
||||
GetCreationCmd()->GetString() = myCreationCmdStr;
|
||||
myCreationCmdStr.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user