X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fmake_2dmesh_from_3d.doc;h=a53257eefd4a6c997f9efe564a74ab493227ffb9;hb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;hp=23ea94517c8ba1c5d77a1c4affa5fdfa0b3aaeaf;hpb=a44eb772288be535cc8de8125e98edb7330adc1f;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/make_2dmesh_from_3d.doc b/doc/salome/gui/SMESH/input/make_2dmesh_from_3d.doc index 23ea94517..a53257eef 100644 --- a/doc/salome/gui/SMESH/input/make_2dmesh_from_3d.doc +++ b/doc/salome/gui/SMESH/input/make_2dmesh_from_3d.doc @@ -1,22 +1,52 @@ /*! -\page make_2dmesh_from_3d_page Generate the skin elements (2D) of a mesh having 3D elements +\page make_2dmesh_from_3d_page Generate boundary elements -\n This functionality allows you to generate 2D mesh elements as skin -on existing 3D mesh elements +\n This functionality allows to generate mesh elements on the borders of +elements of a higher dimension. -To generate 2D mesh: +To generate border elements:
    -
  1. From the Modification menu choose the "Create 2D mesh from 3D" -Mesh item, or invoke from popup menu. +
  2. Select a mesh or group in the Object Browser or in the 3D Viewer
  3. +
  4. From the Modification menu choose "Create boundary elements" +item, or click "Create boundary elements" button in the toolbar -\image html 2d_from_3d_menu.png +\image html 2d_from_3d_ico.png "Create boundary elements icon" -The algorithm detects boundary volume faces without connections to -other volumes and create 2D mesh elements on face nodes. If mesh -already contains 2D elements on detected nodes - no new element -created. The result dilog shows mesh information statistoc about new -created 2D mesh elements. +The following dialog box will appear: +\image html 2d_from_3d_dlg.png "Create boundary elements dialog box". +
  5. +
  6. Check in the dialog box one of two radio buttons corresponding to +the type of operation you would like to perform.
  7. +
  8. Fill the other fields available in the dialog box.
  9. +
  10. Click the \b Apply or Apply and Close button to perform the operation.
+\n "Create boundary elements" dialog allows creation of boundary elements +of two types. + +Here a free facet means a facet shared by only one volume, a free edge +means an edge shared by only one mesh face. + +In this dialog: + +
See Also a sample TUI Script of a \ref tui_make_2dmesh_from_3d "Create boundary elements" operation. + */