Salome HOME
spns #28893 : add split_overconstrained_surface_edges MGCADSurf option in advanced...
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_Hypothesis_i.hxx
index a8333f3f6830220965b8d0770cffb3c18776a66c..1d8d2cda5e6dabdbfa607f70afb85b1d82bb6cc0 100644 (file)
@@ -218,6 +218,9 @@ public:
   void SetSewingTolerance( CORBA::Double tol );
   CORBA::Double GetSewingTolerance();
 
+  void SetSplitOverConstrainedSurfaceEdges( CORBA::Boolean isClosed );
+  CORBA::Boolean GetSplitOverConstrainedSurfaceEdges();
+
   void SetTags( const char* howToTreat );
   char* GetTags();