X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_submeshes.doc;h=f300d6f50e125a426e201beabb7fb09452c6b277;hp=a17569f7cb9188541ad3df343491f3b68bc8e27e;hb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;hpb=0635c9fc80f67d1e5dc0e94ec85f487286a92070 diff --git a/doc/salome/gui/SMESH/input/constructing_submeshes.doc b/doc/salome/gui/SMESH/input/constructing_submeshes.doc index a17569f7c..f300d6f50 100644 --- a/doc/salome/gui/SMESH/input/constructing_submeshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_submeshes.doc @@ -1,41 +1,43 @@ /*! -\page constructing_submeshes_page Constructing submeshes +\page constructing_submeshes_page Constructing sub-meshes -Submesh is a mesh on a geometrical subobject created with algorithms +Sub-mesh is a mesh on a geometrical sub-object created with algorithms and/or hypotheses other than the algorithms and hypotheses assigned to the parent mesh on the parent object.

-If a geometrical subobject belongs to several geometrical objects -having different meshes or submeshes, it will be meshed with the -hypotheses of a submesh of a lower dimension.
-For example, a face of a box is meshed with a submesh using algorithms +If a geometrical sub-object belongs to several geometrical objects +having different meshes or sub-meshes, it will be meshed with the +hypotheses of a sub-mesh of a lower dimension.
+For example, a face of a box is meshed with a sub-mesh using algorithms and hypotheses other than the parent mesh on the whole box. The face and the box share four edges, which will be meshed with algorithms and -hypotheses of the submesh on the face, because the face is a 2D object +hypotheses of the sub-mesh on the face, because the face is a 2D object while the box is a 3D object.
If the dimensions are the same, an arbitrary algorithm/hypothesis will be used. This means that an edge shared by two faces each having - its own different submesh, will be meshed using algorithms and - hypotheses of any of the two, chosen randomly.
+ its own different sub-mesh, will be meshed using algorithms and + hypotheses of any of the two, chosen randomly. This indeterminacy can + be fixed by defining \ref submesh_order_anchor "Sub-mesh priority". +
-\n Construction of a submesh consists of: +\n Construction of a sub-mesh consists of: -
To construct a submesh: +
To construct a sub-mesh: \par -From the \b Mesh menu select Create Submesh or click "Create +From the \b Mesh menu select Create Sub-mesh or click "Create Sum-mesh" button in the toolbar. \image html image33.gif -
"Create Submesh" button
+
"Create Sub-mesh" button
\par The following dialog box will appear: @@ -45,11 +47,11 @@ The following dialog box will appear: \par It allows to define the \b Name, the parent \b Mesh and the \b Geometry (e.g. a face if the parent mesh has been built on box) of the -submesh. You can define algorithms and hypotheses in the same way as +sub-mesh. You can define algorithms and hypotheses in the same way as in \ref constructing_meshes_page "Create mesh" menu. \par -In the Object Browser the structure of the new submesh will be +In the Object Browser the structure of the new sub-mesh will be displayed as follows: \image html image10.jpg @@ -57,14 +59,14 @@ displayed as follows: \par It contains:
See Also a sample TUI Script of a -\ref tui_construction_submesh "Construct Submesh" operation. +\ref tui_construction_submesh "Construct Sub-mesh" operation. */