X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FfaceFeature.rst;h=21fa07c55dc6274f8adeaadc611e2969e012a15c;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=ea1332265e1876f88a33fe9281da45bee6f8d05b;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/faceFeature.rst b/src/BuildPlugin/doc/faceFeature.rst index ea1332265..21fa07c55 100644 --- a/src/BuildPlugin/doc/faceFeature.rst +++ b/src/BuildPlugin/doc/faceFeature.rst @@ -1,10 +1,11 @@ +.. _buildFace: Face ==== -The Face feature creates one or several faces using already existing faces in other objects. +Face feature creates one or several faces using shapes already existing in other objects. -To create face in the active part: +To create a face in the active part: #. select in the Main Menu *Build - > Face* item or #. click **Face** button in the toolbar @@ -27,7 +28,7 @@ Select one or several faces in viewer. **Apply** button creates faces. -**Cancel** button cancels operation. +**Cancel** button cancels the operation. **TUI Command**: *model.addFace(Part_doc, Shapes)* @@ -36,7 +37,7 @@ Select one or several faces in viewer. Result """""" -The result of the operation will be set of faces created from selected shapes: +The result of the operation will be a set of faces created from the selected shapes: .. image:: images/CreateFace.png :align: center @@ -44,4 +45,4 @@ The result of the operation will be set of faces created from selected shapes: .. centered:: Result of the operation. -**See Also** a sample TUI Script of a :ref:`tui_create_face` operation. +**See Also** a sample TUI Script of :ref:`tui_create_face` operation.