From 01f2dcb25831f3ba810aabb2cc8590b138f019db Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 9 Sep 2016 12:30:41 +0300 Subject: [PATCH] 23347: [CEA 1951] Optimize tiny edges vs Remove tiny edges --- src/GUI/BLSURFPlugin_msg_en.ts | 4 ++-- src/GUI/BLSURFPlugin_msg_fr.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GUI/BLSURFPlugin_msg_en.ts b/src/GUI/BLSURFPlugin_msg_en.ts index 94feeb5..5cda76b 100644 --- a/src/GUI/BLSURFPlugin_msg_en.ts +++ b/src/GUI/BLSURFPlugin_msg_en.ts @@ -148,7 +148,7 @@ The smaller this distance is, the closer the mesh is to the exact surface (only BLSURF_REMOVE_TINY_EDGES_TOOLTIP - If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. + If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. The tiny edge will be removed without taking into account the local quality around the edge. BLSURF_OPTIMISE_TINY_EDGES @@ -156,7 +156,7 @@ The smaller this distance is, the closer the mesh is to the exact surface (only BLSURF_OPTIMIZE_TINY_EDGES_TOOLTIP - If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. + If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. The tiny edge will be removed only if the local quality is improved by the deletion. BLSURF_SURFACE_INTERSECTIONS diff --git a/src/GUI/BLSURFPlugin_msg_fr.ts b/src/GUI/BLSURFPlugin_msg_fr.ts index 9a54905..c5bd65e 100755 --- a/src/GUI/BLSURFPlugin_msg_fr.ts +++ b/src/GUI/BLSURFPlugin_msg_fr.ts @@ -152,7 +152,7 @@ Plus la distance est petite, plus le maillage sera proche de la surface (disponi BLSURF_REMOVE_TINY_EDGES_TOOLTIP - Si activé, ce paramètre défini la longueur minimale sous laquelle une arête est considérée comme toute petite. + Si activé, ce paramètre défini la longueur minimale sous laquelle une arête est considérée comme toute petite. The tiny edge will be removed without taking into account the local quality around the edge. BLSURF_OPTIMISE_TINY_EDGES @@ -160,7 +160,7 @@ Plus la distance est petite, plus le maillage sera proche de la surface (disponi BLSURF_OPTIMIZE_TINY_EDGES_TOOLTIP - If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. + If checked, this parameter defines the minimal length under which an edge is considered to be a tiny one. The tiny edge will be removed only if the local quality is improved by the deletion. BLSURF_SURFACE_INTERSECTIONS -- 2.39.2