mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 10:40:39 +05:00
Mantis issue 0020658: EDF 1241 GEOM: Propagate: impossible to select a face in GUI. Allow FACEs and SHELLs.
This commit is contained in:
parent
8383160903
commit
d45f1ae275
@ -260,6 +260,8 @@ bool BlocksGUI_PropagateDlg::execute( ObjectList& objects )
|
||||
void BlocksGUI_PropagateDlg::activateSelection()
|
||||
{
|
||||
TColStd_MapOfInteger aMap;
|
||||
aMap.Add( GEOM_FACE );
|
||||
aMap.Add( GEOM_SHELL );
|
||||
aMap.Add( GEOM_SOLID );
|
||||
aMap.Add( GEOM_COMPOUND );
|
||||
globalSelection( aMap );
|
||||
|
Loading…
Reference in New Issue
Block a user