mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 11:40:32 +05:00
Additional change to fix the preview problem
This commit is contained in:
parent
137c0ffe38
commit
edc3389ff1
@ -463,6 +463,7 @@ bool RepairGUI_GlueDlg::execute( ObjectList& objects )
|
|||||||
if ( selected.contains( tmpior.in() ) )
|
if ( selected.contains( tmpior.in() ) )
|
||||||
aListForGlue[ added++ ] = myTmpObjs[i].copy();
|
aListForGlue[ added++ ] = myTmpObjs[i].copy();
|
||||||
}
|
}
|
||||||
|
aListForGlue->length( added );
|
||||||
|
|
||||||
GEOM::GEOM_Object_var anObj = anOper->MakeGlueFacesByList( myObject, myTolEdt2->value(), aListForGlue.in(), true );
|
GEOM::GEOM_Object_var anObj = anOper->MakeGlueFacesByList( myObject, myTolEdt2->value(), aListForGlue.in(), true );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user