mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
IPAL18079 Incorrect Glue shape is created
This commit is contained in:
parent
9222f17438
commit
23bbf459fc
@ -637,6 +637,10 @@ void RepairGUI_GlueDlg::onDetect()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buttonOk->setEnabled( false );
|
||||||
|
buttonApply->setEnabled( false );
|
||||||
|
globalSelection( GEOM_ALLSHAPES );
|
||||||
|
|
||||||
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow
|
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow
|
||||||
( getOperation() )->GetGlueFaces( myObject, myTolEdt2->value() );
|
( getOperation() )->GetGlueFaces( myObject, myTolEdt2->value() );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user