Mantis issue 0020658: EDF 1241 GEOM: Propagate: impossible to select a face in GUI. Allow FACEs and SHELLs.

This commit is contained in:
jfa 2010-01-15 11:13:17 +00:00
parent 8383160903
commit d45f1ae275

View File

@ -260,6 +260,8 @@ bool BlocksGUI_PropagateDlg::execute( ObjectList& objects )
void BlocksGUI_PropagateDlg::activateSelection() void BlocksGUI_PropagateDlg::activateSelection()
{ {
TColStd_MapOfInteger aMap; TColStd_MapOfInteger aMap;
aMap.Add( GEOM_FACE );
aMap.Add( GEOM_SHELL );
aMap.Add( GEOM_SOLID ); aMap.Add( GEOM_SOLID );
aMap.Add( GEOM_COMPOUND ); aMap.Add( GEOM_COMPOUND );
globalSelection( aMap ); globalSelection( aMap );