#ifndef DLGREF_2SEL1LIST_QTD_H
#define DLGREF_2SEL1LIST_QTD_H
+#include "GEOM_DlgRef.hxx"
#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout;
class QPushButton;
class QRadioButton;
-class DlgRef_2Sel1List1Check_QTD : public QWidget
+class GEOM_DLGREF_EXPORT DlgRef_2Sel1List1Check_QTD : public QWidget
{
Q_OBJECT
//=============================================================================
GEOM::GEOM_Object_ptr GEOM_IShapesOperations_i::MakeGlueFaces
(GEOM::GEOM_Object_ptr theShape,
- const CORBA::Double theTolerance,
- const CORBA::Boolean doKeepNonSolids)
+ CORBA::Double theTolerance,
+ CORBA::Boolean doKeepNonSolids)
{
GEOM::GEOM_Object_var aGEOMObject;
//=============================================================================
GEOM::GEOM_Object_ptr GEOM_IShapesOperations_i::MakeGlueFacesByList
(GEOM::GEOM_Object_ptr theShape,
- const CORBA::Double theTolerance,
+ CORBA::Double theTolerance,
const GEOM::ListOfGO& theFaces,
- const CORBA::Boolean doKeepNonSolids)
+ CORBA::Boolean doKeepNonSolids)
{
GEOM::GEOM_Object_var aGEOMObject;
GEOM::GEOM_Object_ptr MakeGlueFaces (GEOM::GEOM_Object_ptr theShape,
CORBA::Double theTolerance,
- const CORBA::Boolean doKeepNonSolids);
+ CORBA::Boolean doKeepNonSolids);
GEOM::ListOfGO* GetGlueFaces (GEOM::GEOM_Object_ptr theShape,
CORBA::Double theTolerance);
GEOM::GEOM_Object_ptr MakeGlueFacesByList (GEOM::GEOM_Object_ptr theShape,
CORBA::Double theTolerance,
const GEOM::ListOfGO& theFaces,
- const CORBA::Boolean doKeepNonSolids);
+ CORBA::Boolean doKeepNonSolids);
+
GEOM::ListOfGO* MakeExplode (GEOM::GEOM_Object_ptr theShape,
CORBA::Long theShapeType,