From: jfa
Date: Wed, 5 Dec 2007 13:49:19 +0000 (+0000)
Subject: NPAL17873: SMESH add a triangle instead of make quadrangles only.
X-Git-Tag: V3_2_9~2
X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a2c16c82c5397dfeef326439fbbc15dc2e371b7e;p=modules%2Fsmesh.git
NPAL17873: SMESH add a triangle instead of make quadrangles only.
---
diff --git a/doc/salome/gui/SMESH/files/max._element_area_hypothesis.htm b/doc/salome/gui/SMESH/files/max._element_area_hypothesis.htm
index d52787ce3..feb068a06 100755
--- a/doc/salome/gui/SMESH/files/max._element_area_hypothesis.htm
+++ b/doc/salome/gui/SMESH/files/max._element_area_hypothesis.htm
@@ -153,10 +153,12 @@ if (window.writeIntopicBar)
-This algorithm can be used only together with Quadrangle (Mapping) algorithm.
+
This hypothesis can be used only together with Quadrangle (Mapping) algorithm.
It allows to build quadrangular meshes even if the number of nodes at
the opposite edges of a meshed face is not equal, otherwise this mesh
- will contain some triangular elements.
+ will contain some triangular elements.
+
This hypothesis has one restriction on its work: the total quantity of
+ segments on all four sides of the face must be even (divisible by 2).