X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fdefine_mesh_by_script.doc;h=4b978245c713edd71b1144ff24826b5f594aeee0;hp=beb9d8e40aee62ff42d2f2c41fad79f4d6c03676;hb=54644afede59730525ebb89f87d5e09b620e329c;hpb=d971e6ef1699b04a2cf3145b56dcd9a8abb6fea4 diff --git a/doc/salome/gui/SMESH/input/define_mesh_by_script.doc b/doc/salome/gui/SMESH/input/define_mesh_by_script.doc index beb9d8e40..4b978245c 100644 --- a/doc/salome/gui/SMESH/input/define_mesh_by_script.doc +++ b/doc/salome/gui/SMESH/input/define_mesh_by_script.doc @@ -1,8 +1,12 @@ /*! -\page use_existing_page Use Edges/Faces to be Created Manually" +\page use_existing_page Use Edges/Faces to be Created Manually -The algorithms Use Edges to be Created Manually and Use Faces to be Created Manually allow creating a 1D or a 2D mesh in a python script (using AddNode, AddEdge and AddFace commands) and then using such sub-meshes in the construction of a 2D or a 3D mesh. +The algorithms Use Edges to be Created Manually and +Use Faces to be Created Manually allow creating a 1D or a 2D mesh +in a python script (using AddNode, AddEdge +and AddFace commands) and then using such sub-meshes in the +construction of a 2D or a 3D mesh. For example, you want to use standard algorithms to generate 1D and 3D meshes and to create 2D mesh by your python code. For this, you