mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 01:49:41 +05:00
DCQ : Debug
This commit is contained in:
parent
dfa458fe08
commit
cdb76f7dc6
@ -87,7 +87,7 @@ void BuildGUI_ShellDlg::Init()
|
||||
myEditCurrentArgument = GroupShell->LineEdit1;
|
||||
myOkListShapes = false;
|
||||
|
||||
myFaceFilter = new GEOM_FaceFilter(StdSelect_Plane, myGeom);
|
||||
myFaceFilter = new GEOM_ShapeTypeFilter(TopAbs_FACE, myGeom);
|
||||
/* Filter for the next selection */
|
||||
mySelection->AddFilter(myFaceFilter) ;
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "BuildGUI.h"
|
||||
|
||||
#include "GEOM_FaceFilter.hxx"
|
||||
#include "GEOM_ShapeTypeFilter.hxx"
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_ShellDlg
|
||||
@ -54,7 +54,7 @@ private:
|
||||
|
||||
BuildGUI* myBuildGUI;
|
||||
|
||||
Handle(GEOM_FaceFilter) myFaceFilter; /* Filters selection */
|
||||
Handle(GEOM_ShapeTypeFilter) myFaceFilter; /* Filters selection */
|
||||
GEOM::GEOM_Gen::ListOfIOR myListShapes;
|
||||
bool myOkListShapes; /* to check when arguments is defined */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user