IPAL18079 Incorrect Glue shape is created

This commit is contained in:
dmv 2008-03-11 09:20:51 +00:00
parent 9222f17438
commit 23bbf459fc

View File

@ -637,6 +637,10 @@ void RepairGUI_GlueDlg::onDetect()
return;
}
buttonOk->setEnabled( false );
buttonApply->setEnabled( false );
globalSelection( GEOM_ALLSHAPES );
GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow
( getOperation() )->GetGlueFaces( myObject, myTolEdt2->value() );