]> SALOME platform Git repositories - plugins/gmshplugin.git/blobdiff - src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx
Salome HOME
Adding GetIs2d in python interface
[plugins/gmshplugin.git] / src / GMSHPlugin / GMSHPlugin_Hypothesis_i.cxx
index c311fe7200bf3af9442a44bbd4314b8a206cbb84..bf6eef959cbfb9c495b99b2a178d87dcbad868ce 100644 (file)
@@ -269,6 +269,9 @@ void GMSHPlugin_Hypothesis_i::SetVerbosityLevel (CORBA::Long theValue)
 CORBA::Long GMSHPlugin_Hypothesis_i::GetVerbosityLevel()
 {
   return this->GetImpl()->GetVerbosityLevel();
+CORBA::Boolean GMSHPlugin_Hypothesis_i::GetIs2d()
+{
+  return this->GetImpl()->GetIs2d();
 }
 
 void GMSHPlugin_Hypothesis_i::SetCompoundOnShape(GEOM::GEOM_Object_ptr GeomObj)