Salome HOME
Adding the preprocessor option remove_tiny_uv_edges to the user interface.
[plugins/blsurfplugin.git] / idl / BLSURFPlugin_Algorithm.idl
index aaeb540e50f7d173e50e793114d508fa9f525f06..e865c2fd5cd0b58b0ec4b5f1aeb9ef09d0b77028 100644 (file)
@@ -277,6 +277,12 @@ module BLSURFPlugin
     void SetPreCADMergeEdges(in boolean toMergeEdges);
     boolean GetPreCADMergeEdges();
 
+    /*!
+     * To remove tiny UV edges edges.
+     */
+    void SetPreCADRemoveTinyUVEdges(in boolean toRemoveTinyUVEdges);
+    boolean GetPreCADRemoveTinyUVEdges();
+
     /*!
      * To remove duplicate CAD faces.
      */