mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-05-14 01:50:48 +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
|
"" }; // <- mark of the end
|
||||||
sameMethods.Insert( names );
|
sameMethods.Insert( names );
|
||||||
}
|
}
|
||||||
//theGen->AddMeshAccessorMethod( theCommand ); // for *Object()
|
|
||||||
|
|
||||||
if ( sameMethods.Contains( theCommand->GetMethod() )) {
|
if ( sameMethods.Contains( theCommand->GetMethod() )) {
|
||||||
theCommand->SetObject( myMesh );
|
theCommand->SetObject( myMesh );
|
||||||
@ -903,6 +902,7 @@ void _pyMeshEditor::Process( const Handle(_pyCommand)& theCommand)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// editor creation command is needed only if any editor function is called
|
// editor creation command is needed only if any editor function is called
|
||||||
|
theGen->AddMeshAccessorMethod( theCommand ); // for *Object()
|
||||||
if ( !myCreationCmdStr.IsEmpty() ) {
|
if ( !myCreationCmdStr.IsEmpty() ) {
|
||||||
GetCreationCmd()->GetString() = myCreationCmdStr;
|
GetCreationCmd()->GetString() = myCreationCmdStr;
|
||||||
myCreationCmdStr.Clear();
|
myCreationCmdStr.Clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user