mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 18:20:35 +05:00
INT PAL 53459: Extrusion along path
This commit is contained in:
parent
b11dda6c23
commit
511de736b0
@ -353,6 +353,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument()
|
||||
if ( myPath ) {
|
||||
QString aName = GEOMBase::GetName( myPath.get() );
|
||||
myEditCurrentArgument->setText( aName );
|
||||
GroupMakePoints->LineEdit3->setText( aName );
|
||||
if ( getConstructorId() == 1 && !myVec )
|
||||
GroupPoints->PushButton3->click();
|
||||
else if ( myBaseObjects.isEmpty() )
|
||||
@ -397,6 +398,7 @@ void GenerationGUI_PipeDlg::SelectionIntoArgument()
|
||||
if ( myPath ) {
|
||||
QString aName = GEOMBase::GetName( myPath.get() );
|
||||
myEditCurrentArgument->setText( aName );
|
||||
GroupPoints->LineEdit2->setText( aName );
|
||||
}
|
||||
updateGenGroup();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user