Salome HOME
Add 3 new options related to the detection of volumic proximity of surfaces. RELIQUAT_6x_15112011
authorgdd <gdd>
Mon, 14 Nov 2011 16:38:42 +0000 (16:38 +0000)
committergdd <gdd>
Mon, 14 Nov 2011 16:38:42 +0000 (16:38 +0000)
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx

index 68990b71609ed4b7278728cf37965707be1c2207..a11636d68de65c2cf99c141178c2c290610d1be4 100644 (file)
@@ -87,7 +87,9 @@ BLSURFPlugin_Hypothesis::BLSURFPlugin_Hypothesis(int hypId, int studyId, SMESH_G
   const char* intOptionNames[] = { "addsurf_ivertex", "background", "CheckAdjacentEdges", "CheckCloseEdges",
       "CheckWellDefined", "coiter", "communication", "debug", "decim", "export_flag", "file_h", "frontal", "gridnu", "gridnv",
       "hinterpol_flag", "hmean_flag", "intermedfile", "memory", "normals", "optim", "pardom_flag", "pinch", "refs",
-      "rigid", "surforient", "tconf", "topo_collapse", "" // mark of end
+      "rigid", "surforient", "tconf", "topo_collapse",
+      "proximity", "prox_nb_layer", "prox_ratio", // detects the volumic proximity of surfaces
+      "" // mark of end
       };
   const char* doubleOptionNames[] = { "addsurf_angle", "addsurf_R", "addsurf_H", "addsurf_FG", "addsurf_r",
       "addsurf_PA", "angle_compcurv", "angle_ridge", "CoefRectangle", "eps_collapse", "eps_ends", "eps_pardom", "LSS",