From: azv Date: Thu, 28 Nov 2019 13:03:54 +0000 (+0300) Subject: Update help pages for Vertex, Face and Shell features (issue #3102) X-Git-Tag: V9_5_0a1~149 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=fb47435235d916bd1420b490bf5e02a8aab39c6b;p=modules%2Fshaper.git Update help pages for Vertex, Face and Shell features (issue #3102) --- diff --git a/src/BuildPlugin/doc/faceFeature.rst b/src/BuildPlugin/doc/faceFeature.rst index 57f70a2c1..355253090 100644 --- a/src/BuildPlugin/doc/faceFeature.rst +++ b/src/BuildPlugin/doc/faceFeature.rst @@ -21,6 +21,8 @@ The following property panel will be opened: Select one or several faces in viewer. Additionally, a face can be build by a closed wire or a set of edges composing a closed wire. +It also allowed to select a whole sketch result from the object browser. In this case, the smallest closed contour of the sketch will be transformed to the planar face. + **Apply** button creates faces. **Cancel** button cancels the operation. diff --git a/src/BuildPlugin/doc/images/Vertex.png b/src/BuildPlugin/doc/images/Vertex.png index a1650d3ec..0de985264 100644 Binary files a/src/BuildPlugin/doc/images/Vertex.png and b/src/BuildPlugin/doc/images/Vertex.png differ diff --git a/src/BuildPlugin/doc/shellFeature.rst b/src/BuildPlugin/doc/shellFeature.rst index cc576b676..1f212453c 100644 --- a/src/BuildPlugin/doc/shellFeature.rst +++ b/src/BuildPlugin/doc/shellFeature.rst @@ -18,7 +18,7 @@ The following property panel will be opened: .. centered:: Create a shell -Select one or several faces in the viewer. +Select one or several faces in the viewer. Additionally, it is allowed to select a whole sketch result from the object browser. In this case, the result shell will contain faces corresponding to all smallest closed contours of the sketch. **Apply** button creates a shell. diff --git a/src/BuildPlugin/doc/vertexFeature.rst b/src/BuildPlugin/doc/vertexFeature.rst index 5b7b1f62b..370588cef 100644 --- a/src/BuildPlugin/doc/vertexFeature.rst +++ b/src/BuildPlugin/doc/vertexFeature.rst @@ -18,7 +18,7 @@ The following property panel will be opened: .. centered:: Create vertices -Select one or several vertices in the viewer. +Select one or several vertices in the viewer. It also allowed to select a whole sketch result in the object browser, then all start and end points of the sketch segments will be added into result. Checkbox **Compute intersections** forces to include intersection vertices of edges of the selected sketch. **Apply** button creates vertices. @@ -26,10 +26,11 @@ Select one or several vertices in the viewer. **TUI Command**: -.. py:function:: model.addVertex(Part_doc, Shapes) +.. py:function:: model.addVertex(Part_doc, Shapes, doIntersect) :param part: The current part object. :param list: A list of shapes. + :param bool: Intersect edges (applicable for sketch only). False by default. :return: Result object. Result