NPAL17873: SMESH add a triangle instead of make quadrangles only.

This commit is contained in:
jfa 2007-12-05 13:49:43 +00:00
parent 9e091cbbbc
commit 216d4924a0

View File

@ -45,5 +45,7 @@ This algorithm can be used only together with Quadrangle (Mapping)
algorithm. It allows to build quadrangular meshes even if the number algorithm. It allows to build quadrangular meshes even if the number
of nodes at the opposite edges of a meshed face is not equal, of nodes at the opposite edges of a meshed face is not equal,
otherwise this mesh will contain some triangular elements. otherwise this mesh will contain some triangular elements.
<br>
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).
*/ */