Salome HOME
Update help pages for Vertex, Face and Shell features (issue #3102)
authorazv <azv@opencascade.com>
Thu, 28 Nov 2019 13:03:54 +0000 (16:03 +0300)
committerazv <azv@opencascade.com>
Thu, 28 Nov 2019 13:09:19 +0000 (16:09 +0300)
src/BuildPlugin/doc/faceFeature.rst
src/BuildPlugin/doc/images/Vertex.png
src/BuildPlugin/doc/shellFeature.rst
src/BuildPlugin/doc/vertexFeature.rst

index 57f70a2c15041b4621d31907112ea81ac0d0be4c..3552530903fbaabb03e44826089f2f9de1b3ef7a 100644 (file)
@@ -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. 
index a1650d3ec9ff2d947f9d07eff1d3f6dc87dae9da..0de9852642697979ae258ced6775a8d4dccf4e9d 100644 (file)
Binary files a/src/BuildPlugin/doc/images/Vertex.png and b/src/BuildPlugin/doc/images/Vertex.png differ
index cc576b676422768ba1954a8c7bf7acc79336b974..1f212453c3d5e7c658da779321e128ecbeddd6cf 100644 (file)
@@ -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.
 
index 5b7b1f62bd43c6b521e1938f995e78f5c782cf27..370588cef49f4a098c7a811d5109ec2c1aaf47d5 100644 (file)
@@ -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