]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/shaper
authorvsv <vsv@opencascade.com>
Thu, 27 Sep 2018 14:13:45 +0000 (17:13 +0300)
committervsv <vsv@opencascade.com>
Thu, 27 Sep 2018 14:13:45 +0000 (17:13 +0300)
70 files changed:
src/ConstructionPlugin/doc/TUI_axis1Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_axis2Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_axis3Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_axis4Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_axis5Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_axis6Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_plane1Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_plane2Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_plane3Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_plane4Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_planeFeature.rst [deleted file]
src/ConstructionPlugin/doc/TUI_point1Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_point2Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_point3Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_point4Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_point5Feature.rst [new file with mode: 0644]
src/ConstructionPlugin/doc/TUI_pointFeature.rst [deleted file]
src/ConstructionPlugin/doc/axisFeature.rst
src/ConstructionPlugin/doc/examples/axis.py [deleted file]
src/ConstructionPlugin/doc/examples/axis1.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/axis2.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/axis3.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/axis4.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/axis5.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/axis6.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/plane.py [deleted file]
src/ConstructionPlugin/doc/examples/plane1.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/plane2.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/plane3.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/plane4.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point.py [deleted file]
src/ConstructionPlugin/doc/examples/point1.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point2.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point3.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point4.py [new file with mode: 0644]
src/ConstructionPlugin/doc/examples/point5.py [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Axis1.png
src/ConstructionPlugin/doc/images/Axis2.png
src/ConstructionPlugin/doc/images/Axis3.png
src/ConstructionPlugin/doc/images/Axis4.png
src/ConstructionPlugin/doc/images/Axis5.png
src/ConstructionPlugin/doc/images/Axis6.png
src/ConstructionPlugin/doc/images/CreatePoint.png [deleted file]
src/ConstructionPlugin/doc/images/CreatePoint1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatePoint2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatePoint3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatePoint4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatePoint5.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis.png [deleted file]
src/ConstructionPlugin/doc/images/CreatedAxis1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis5.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedAxis6.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedPlane1.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedPlane2.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedPlane3.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/CreatedPlane4.png [new file with mode: 0644]
src/ConstructionPlugin/doc/images/Plane1.png
src/ConstructionPlugin/doc/images/Plane2.png
src/ConstructionPlugin/doc/images/Plane3.png
src/ConstructionPlugin/doc/images/Plane4.png
src/ConstructionPlugin/doc/images/Point1.png
src/ConstructionPlugin/doc/images/Point2.png
src/ConstructionPlugin/doc/images/Point3.png
src/ConstructionPlugin/doc/images/Point4.png
src/ConstructionPlugin/doc/images/Point5.png
src/ConstructionPlugin/doc/planeFeature.rst
src/ConstructionPlugin/doc/pointFeature.rst

diff --git a/src/ConstructionPlugin/doc/TUI_axis1Feature.rst b/src/ConstructionPlugin/doc/TUI_axis1Feature.rst
new file mode 100644 (file)
index 0000000..18235b3
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_xyz:
+
+Create Axis by dimensions
+=========================
+
+.. literalinclude:: examples/axis1.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis1.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_axis2Feature.rst b/src/ConstructionPlugin/doc/TUI_axis2Feature.rst
new file mode 100644 (file)
index 0000000..ecb2d27
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_points:
+
+Create Axis by points
+=====================
+
+.. literalinclude:: examples/axis2.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis2.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_axis3Feature.rst b/src/ConstructionPlugin/doc/TUI_axis3Feature.rst
new file mode 100644 (file)
index 0000000..1b6cb10
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_line:
+
+Create Axis by line
+===================
+
+.. literalinclude:: examples/axis3.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis3.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_axis4Feature.rst b/src/ConstructionPlugin/doc/TUI_axis4Feature.rst
new file mode 100644 (file)
index 0000000..7f5fa8c
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_cylinder:
+
+Create Axis by cylinder
+=======================
+
+.. literalinclude:: examples/axis4.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis4.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_axis5Feature.rst b/src/ConstructionPlugin/doc/TUI_axis5Feature.rst
new file mode 100644 (file)
index 0000000..669508f
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_plane:
+
+Create Axis by plane and point
+==============================
+
+.. literalinclude:: examples/axis5.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis5.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_axis6Feature.rst b/src/ConstructionPlugin/doc/TUI_axis6Feature.rst
new file mode 100644 (file)
index 0000000..fe41ded
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_axis_twoplanes:
+
+Create Axis by two planes
+=========================
+
+.. literalinclude:: examples/axis6.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/axis6.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_plane1Feature.rst b/src/ConstructionPlugin/doc/TUI_plane1Feature.rst
new file mode 100644 (file)
index 0000000..7c9e358
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_plane_points:
+
+Create Plane by points
+======================
+
+.. literalinclude:: examples/plane1.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/plane1.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_plane2Feature.rst b/src/ConstructionPlugin/doc/TUI_plane2Feature.rst
new file mode 100644 (file)
index 0000000..aca97ad
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_plane_line:
+
+Create Plane by line and point
+==============================
+
+.. literalinclude:: examples/plane2.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/plane2.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_plane3Feature.rst b/src/ConstructionPlugin/doc/TUI_plane3Feature.rst
new file mode 100644 (file)
index 0000000..a8b0a56
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_plane_plane:
+
+Create Plane by other plane
+===========================
+
+.. literalinclude:: examples/plane3.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/plane3.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_plane4Feature.rst b/src/ConstructionPlugin/doc/TUI_plane4Feature.rst
new file mode 100644 (file)
index 0000000..eed5e7d
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_plane_parallel:
+
+Create Plane by two parallel planes
+===================================
+
+.. literalinclude:: examples/plane4.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/plane4.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_planeFeature.rst b/src/ConstructionPlugin/doc/TUI_planeFeature.rst
deleted file mode 100644 (file)
index e3e8684..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-  .. _tui_create_plane:
-
-Create Plane
-============
-
-.. literalinclude:: examples/plane.py
-    :linenos:
-    :language: python
-
-:download:`Download this script <examples/plane.py>` 
-   
diff --git a/src/ConstructionPlugin/doc/TUI_point1Feature.rst b/src/ConstructionPlugin/doc/TUI_point1Feature.rst
new file mode 100644 (file)
index 0000000..9ab2526
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_point_xyz:
+
+Create Point by X,Y,Z
+=====================
+
+.. literalinclude:: examples/point1.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/point1.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_point2Feature.rst b/src/ConstructionPlugin/doc/TUI_point2Feature.rst
new file mode 100644 (file)
index 0000000..7468c33
--- /dev/null
@@ -0,0 +1,12 @@
+
+  .. _tui_create_point_edge:
+
+Create Point on an edge
+=======================
+
+.. literalinclude:: examples/point2.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/point2.py>` 
+   
diff --git a/src/ConstructionPlugin/doc/TUI_point3Feature.rst b/src/ConstructionPlugin/doc/TUI_point3Feature.rst
new file mode 100644 (file)
index 0000000..975cca5
--- /dev/null
@@ -0,0 +1,11 @@
+
+  .. _tui_create_point_projection:
+
+Create Point by projection
+==========================
+
+.. literalinclude:: examples/point3.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/point3.py>` 
diff --git a/src/ConstructionPlugin/doc/TUI_point4Feature.rst b/src/ConstructionPlugin/doc/TUI_point4Feature.rst
new file mode 100644 (file)
index 0000000..e4a408b
--- /dev/null
@@ -0,0 +1,11 @@
+
+  .. _tui_create_point_intersection:
+
+Create Point by intersection
+============================
+
+.. literalinclude:: examples/point4.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/point4.py>` 
diff --git a/src/ConstructionPlugin/doc/TUI_point5Feature.rst b/src/ConstructionPlugin/doc/TUI_point5Feature.rst
new file mode 100644 (file)
index 0000000..82fa596
--- /dev/null
@@ -0,0 +1,11 @@
+
+  .. _tui_create_point_object:
+
+Create Point by object property
+===============================
+
+.. literalinclude:: examples/point5.py
+    :linenos:
+    :language: python
+
+:download:`Download this script <examples/point5.py>` 
diff --git a/src/ConstructionPlugin/doc/TUI_pointFeature.rst b/src/ConstructionPlugin/doc/TUI_pointFeature.rst
deleted file mode 100644 (file)
index 4aec387..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-  .. _tui_create_point:
-
-Create Point
-============
-
-.. literalinclude:: examples/point.py
-    :linenos:
-    :language: python
-
-:download:`Download this script <examples/point.py>` 
-   
index 5be237cb951116bc5f37e5cfb1df3174058a2d4d..bcca69e0891fc5b0c055e0cd42f467bfd24f210e 100644 (file)
@@ -42,7 +42,7 @@ There are 6 algorithms for creation of an Axis:
 **By two planes** creates an axis as intersection of two planes.
 
 By three dimensions
-"""""""""""""""""""
+-------------------
 
 .. image:: images/Axis1.png
    :align: center
@@ -56,8 +56,22 @@ In this case user has to define dX, dY, dZ values of a vector.
 
 **Arguments**: Part + 3 values (dX, dY, dZ values).
 
+Result
+""""""
+
+The Result of the operation will be an axis defined by vector from origin:
+
+.. image:: images/CreatedAxis1.png
+          :align: center
+
+.. centered::
+   **Axis by three dimensions**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_xyz` operation.
+
+
 By two points
-"""""""""""""
+-------------
 
 .. image:: images/Axis2.png
    :align: center
@@ -71,8 +85,24 @@ In this case user has to select two points or vertices.
 
 **Arguments**: Part + 2 vertices.
 
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_points` operation.
+
+Result
+""""""
+
+The Result of the operation will be an axis based on two points:
+
+.. image:: images/CreatedAxis2.png
+          :align: center
+
+.. centered::
+   **Axis by two points**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_points` operation.
+
+
 By line
-"""""""
+-------
 
 .. image:: images/Axis3.png
    :align: center
@@ -86,8 +116,22 @@ In this case user has to select a linear edge.
 
 **Arguments**: Part + edge.
 
+Result
+""""""
+
+The Result of the operation will be an axis based on selected line:
+
+.. image:: images/CreatedAxis3.png
+          :align: center
+
+.. centered::
+   **Axis by line**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_line` operation.
+
+
 As an axis of cilindrical face
-""""""""""""""""""""""""""""""
+------------------------------
 
 .. image:: images/Axis4.png
    :align: center
@@ -101,8 +145,22 @@ In this case user has to select a cylindrical face. Axis of the cylinder will de
 
 **Arguments**: Part + cylindrical face.
 
+Result
+""""""
+
+The Result of the operation will be an axis by selected cylinder:
+
+.. image:: images/CreatedAxis4.png
+          :align: center
+
+.. centered::
+   **Axis cylindrical face**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_cylinder` operation.
+
+
 By plane and point
-""""""""""""""""""
+------------------
 
 .. image:: images/Axis5.png
    :align: center
@@ -116,8 +174,22 @@ In this case user has to select a point or vertex and plane (or planar face). Ax
 
 **Arguments**: Part + plane + point.
 
+Result
+""""""
+
+The Result of the operation will be an axis:
+
+.. image:: images/CreatedAxis5.png
+          :align: center
+
+.. centered::
+   **Axis by plane and point**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_plane` operation.
+
+
 By two planes
-"""""""""""""
+-------------
 
 .. image:: images/Axis6.png
    :align: center
@@ -136,10 +208,10 @@ Result
 
 The Result of the operation will be an axis:
 
-.. image:: images/CreatedAxis.png
+.. image:: images/CreatedAxis6.png
           :align: center
 
 .. centered::
-   Axis created  
+   **Axis by two planes**
 
-**See Also** a sample TUI Script of a :ref:`tui_create_axis` operation.
+**See Also** a sample TUI Script of a :ref:`tui_create_axis_twoplanes` operation.
diff --git a/src/ConstructionPlugin/doc/examples/axis.py b/src/ConstructionPlugin/doc/examples/axis.py
deleted file mode 100644 (file)
index 7072fc2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from salome.shaper import model
-
-model.begin()
-partSet = model.moduleDocument()
-Part_1 = model.addPart(partSet)
-Part_1_doc = Part_1.document()
-Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
-Axis_4 = model.addAxis(Part_1_doc, 10, 10, 10)
-Axis_5 = model.addAxis(Part_1_doc, model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Left&Box_1_1/Top"), model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Right&Box_1_1/Bottom"))
-Axis_6 = model.addAxis(Part_1_doc, model.selection("EDGE", "Box_1_1/Left&Box_1_1/Top"))
-Cylinder_1 = model.addCylinder(Part_1_doc, model.selection("VERTEX", "PartSet/Origin"), model.selection("EDGE", "PartSet/OZ"), 5, 10)
-Axis_7 = model.addAxis(Part_1_doc, model.selection("FACE", "Cylinder_1_1/Face_1"))
-Axis_8 = model.addAxis(Part_1_doc, model.selection("FACE", "Box_1_1/Front"), model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Right&Box_1_1/Top"))
-Axis_9 = model.addAxis(Part_1_doc, model.selection("FACE", "Box_1_1/Top"), 5, False, model.selection("FACE", "Box_1_1/Front"), 3, False)
-model.do()
-model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis1.py b/src/ConstructionPlugin/doc/examples/axis1.py
new file mode 100644 (file)
index 0000000..6e40ffc
--- /dev/null
@@ -0,0 +1,11 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Axis_4 = model.addAxis(Part_1_doc, 10, 10, 10)
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis2.py b/src/ConstructionPlugin/doc/examples/axis2.py
new file mode 100644 (file)
index 0000000..c832faa
--- /dev/null
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Point_2 = model.addPoint(Part_1_doc, 10, 0, 0)
+Point_3 = model.addPoint(Part_1_doc, 0, 10, 10)
+Axis_4 = model.addAxis(Part_1_doc, model.selection("VERTEX", "Point_1"), model.selection("VERTEX", "Point_2"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis3.py b/src/ConstructionPlugin/doc/examples/axis3.py
new file mode 100644 (file)
index 0000000..8f48a1e
--- /dev/null
@@ -0,0 +1,11 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Axis_4 = model.addAxis(Part_1_doc, model.selection("EDGE", "PartSet/OY"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis4.py b/src/ConstructionPlugin/doc/examples/axis4.py
new file mode 100644 (file)
index 0000000..748edc3
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Cylinder_1 = model.addCylinder(Part_1_doc, model.selection("VERTEX", "PartSet/Origin"), model.selection("EDGE", "PartSet/OZ"), 5, 10)
+Axis_4 = model.addAxis(Part_1_doc, model.selection("FACE", "Cylinder_1_1/Face_1"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis5.py b/src/ConstructionPlugin/doc/examples/axis5.py
new file mode 100644 (file)
index 0000000..46101d9
--- /dev/null
@@ -0,0 +1,11 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Axis_4 = model.addAxis(Part_1_doc, model.selection("FACE", "PartSet/XOY"), model.selection("VERTEX", "PartSet/Origin"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/axis6.py b/src/ConstructionPlugin/doc/examples/axis6.py
new file mode 100644 (file)
index 0000000..792bfdf
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Axis_4 = model.addAxis(Part_1_doc, model.selection("FACE", "Box_1_1/Top"), model.selection("FACE", "Box_1_1/Left"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/plane.py b/src/ConstructionPlugin/doc/examples/plane.py
deleted file mode 100644 (file)
index 31580ae..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from salome.shaper import model
-
-model.begin()
-partSet = model.moduleDocument()
-Part_1 = model.addPart(partSet)
-Part_1_doc = Part_1.document()
-Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
-Plane_4 = model.addPlane(Part_1_doc,
-                         model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Left&Box_1_1/Top"),
-                         model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Right&Box_1_1/Top"),
-                         model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Left&Box_1_1/Bottom"))
-Plane_5 = model.addPlane(Part_1_doc, model.selection("EDGE", "Box_1_1/Left&Box_1_1/Top"),
-                         model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Right&Box_1_1/Bottom"), False)
-Plane_6 = model.addPlane(Part_1_doc, model.selection("FACE", "Box_1_1/Front"), 10, False)
-Plane_7 = model.addPlane(Part_1_doc, model.selection("FACE", "Box_1_1/Left"),
-                         model.selection("FACE", "Box_1_1/Right"))
-model.do()
-model.end()
diff --git a/src/ConstructionPlugin/doc/examples/plane1.py b/src/ConstructionPlugin/doc/examples/plane1.py
new file mode 100644 (file)
index 0000000..5761899
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Plane_4 = model.addPlane(Part_1_doc, model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Left&Box_1_1/Top"), model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Right&Box_1_1/Top"), model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Left&Box_1_1/Bottom"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/plane2.py b/src/ConstructionPlugin/doc/examples/plane2.py
new file mode 100644 (file)
index 0000000..fe351d8
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Plane_4 = model.addPlane(Part_1_doc, model.selection("EDGE", "Box_1_1/Front&Box_1_1/Top"), model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Right&Box_1_1/Top"), False)
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/plane3.py b/src/ConstructionPlugin/doc/examples/plane3.py
new file mode 100644 (file)
index 0000000..1a0b838
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Plane_4 = model.addPlane(Part_1_doc, model.selection("FACE", "Box_1_1/Top"), 10, False)
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/plane4.py b/src/ConstructionPlugin/doc/examples/plane4.py
new file mode 100644 (file)
index 0000000..ef7284f
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Plane_4 = model.addPlane(Part_1_doc, model.selection("FACE", "Box_1_1/Top"), model.selection("FACE", "Box_1_1/Bottom"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point.py b/src/ConstructionPlugin/doc/examples/point.py
deleted file mode 100644 (file)
index 51465bd..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from salome.shaper import model
-
-model.begin()
-partSet = model.moduleDocument()
-Part_1 = model.addPart(partSet)
-Part_1_doc = Part_1.document()
-Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
-Point_2 = model.addPoint(Part_1_doc, 50, 50, 50)
-Point_3 = model.addPoint(Part_1_doc, model.selection("EDGE", "Box_1_1/Left&Box_1_1/Top"), 0.5, True, False)
-Point_4 = model.addPoint(Part_1_doc, model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Left&Box_1_1/Top"), model.selection("EDGE", "Box_1_1/Right&Box_1_1/Top"))
-Point_5 = model.addPoint(Part_1_doc, model.selection("EDGE", "Box_1_1/Front&Box_1_1/Top"), model.selection("FACE", "Box_1_1/Left"), 10, False)
-Point_6 = model.addPoint(Part_1_doc, model.selection("SOLID", "Box_1_1"))
-model.do()
-model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point1.py b/src/ConstructionPlugin/doc/examples/point1.py
new file mode 100644 (file)
index 0000000..04c03c4
--- /dev/null
@@ -0,0 +1,11 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Point_2 = model.addPoint(Part_1_doc, 5, 5, 5)
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point2.py b/src/ConstructionPlugin/doc/examples/point2.py
new file mode 100644 (file)
index 0000000..41fa876
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Point_2 = model.addPoint(Part_1_doc, model.selection("EDGE", "Box_1_1/Front&Box_1_1/Left"), 0.4, True, False)
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point3.py b/src/ConstructionPlugin/doc/examples/point3.py
new file mode 100644 (file)
index 0000000..759c569
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Point_2 = model.addPoint(Part_1_doc, 10, 10, 10)
+Point_3 = model.addPoint(Part_1_doc, model.selection("VERTEX", "Point_1"), model.selection("FACE", "PartSet/XOY"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point4.py b/src/ConstructionPlugin/doc/examples/point4.py
new file mode 100644 (file)
index 0000000..0d28192
--- /dev/null
@@ -0,0 +1,14 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
+Axis_4 = model.addAxis(Part_1_doc, model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Left&Box_1_1/Bottom"), model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Right&Box_1_1/Top"))
+Axis_5 = model.addAxis(Part_1_doc, model.selection("VERTEX", "Box_1_1/Back&Box_1_1/Left&Box_1_1/Bottom"), model.selection("VERTEX", "Box_1_1/Front&Box_1_1/Right&Box_1_1/Top"))
+Point_2 = model.addPoint(Part_1_doc, model.selection("EDGE", "Axis_1"), model.selection("EDGE", "Axis_2"))
+model.do()
+model.end()
diff --git a/src/ConstructionPlugin/doc/examples/point5.py b/src/ConstructionPlugin/doc/examples/point5.py
new file mode 100644 (file)
index 0000000..eaa5884
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+
+from salome.shaper import model
+
+model.begin()
+partSet = model.moduleDocument()
+Part_1 = model.addPart(partSet)
+Part_1_doc = Part_1.document()
+Cylinder_1 = model.addCylinder(Part_1_doc, model.selection("VERTEX", "PartSet/Origin"), model.selection("EDGE", "PartSet/OZ"), 5, 10)
+Point_2 = model.addPoint(Part_1_doc, model.selection("FACE", "Cylinder_1_1/Face_1"))
+model.do()
+model.end()
index b0d5a1a63ec99c05cbdc53701c6c84d790a07d8a..112d2cb2cb63fc22375e66997faa889857380bc2 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis1.png and b/src/ConstructionPlugin/doc/images/Axis1.png differ
index f9f534363e8ac78cd74271714b895a121f1285a8..81296c5c72a0de265bd0c5c51db21936571852e5 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis2.png and b/src/ConstructionPlugin/doc/images/Axis2.png differ
index ca6dd923b4ecaf67de67c040662b0eaea64f7c68..20917c16f49de69d027e9c731be04fc1336b4770 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis3.png and b/src/ConstructionPlugin/doc/images/Axis3.png differ
index 10cf6c4b7a71a295425a70c58021781d7128532f..03f5ba6170a4580ad5d93fe1dafc4a892b26f6b3 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis4.png and b/src/ConstructionPlugin/doc/images/Axis4.png differ
index 46cab458efe68773dd8c47cc7eaa99de302bf43c..36fd9452c090e18141b51a25a3160eb4fa2e4932 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis5.png and b/src/ConstructionPlugin/doc/images/Axis5.png differ
index 8d6baa5e4268aee9e676ae25e0272469d9eec903..02b57ea57326ad7094eebc727b2b1d3349d247de 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Axis6.png and b/src/ConstructionPlugin/doc/images/Axis6.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint.png b/src/ConstructionPlugin/doc/images/CreatePoint.png
deleted file mode 100644 (file)
index a6822c8..0000000
Binary files a/src/ConstructionPlugin/doc/images/CreatePoint.png and /dev/null differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint1.png b/src/ConstructionPlugin/doc/images/CreatePoint1.png
new file mode 100644 (file)
index 0000000..7f2a05e
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatePoint1.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint2.png b/src/ConstructionPlugin/doc/images/CreatePoint2.png
new file mode 100644 (file)
index 0000000..7d4795c
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatePoint2.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint3.png b/src/ConstructionPlugin/doc/images/CreatePoint3.png
new file mode 100644 (file)
index 0000000..0e478c9
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatePoint3.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint4.png b/src/ConstructionPlugin/doc/images/CreatePoint4.png
new file mode 100644 (file)
index 0000000..134cb45
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatePoint4.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatePoint5.png b/src/ConstructionPlugin/doc/images/CreatePoint5.png
new file mode 100644 (file)
index 0000000..0f99200
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatePoint5.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis.png b/src/ConstructionPlugin/doc/images/CreatedAxis.png
deleted file mode 100644 (file)
index ba2fc88..0000000
Binary files a/src/ConstructionPlugin/doc/images/CreatedAxis.png and /dev/null differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis1.png b/src/ConstructionPlugin/doc/images/CreatedAxis1.png
new file mode 100644 (file)
index 0000000..c426ea7
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis1.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis2.png b/src/ConstructionPlugin/doc/images/CreatedAxis2.png
new file mode 100644 (file)
index 0000000..02224d1
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis2.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis3.png b/src/ConstructionPlugin/doc/images/CreatedAxis3.png
new file mode 100644 (file)
index 0000000..58d7f24
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis3.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis4.png b/src/ConstructionPlugin/doc/images/CreatedAxis4.png
new file mode 100644 (file)
index 0000000..a0fb11b
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis4.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis5.png b/src/ConstructionPlugin/doc/images/CreatedAxis5.png
new file mode 100644 (file)
index 0000000..923113e
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis5.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedAxis6.png b/src/ConstructionPlugin/doc/images/CreatedAxis6.png
new file mode 100644 (file)
index 0000000..10e4a0c
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedAxis6.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedPlane1.png b/src/ConstructionPlugin/doc/images/CreatedPlane1.png
new file mode 100644 (file)
index 0000000..e5b36d1
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedPlane1.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedPlane2.png b/src/ConstructionPlugin/doc/images/CreatedPlane2.png
new file mode 100644 (file)
index 0000000..64aa741
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedPlane2.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedPlane3.png b/src/ConstructionPlugin/doc/images/CreatedPlane3.png
new file mode 100644 (file)
index 0000000..46c564f
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedPlane3.png differ
diff --git a/src/ConstructionPlugin/doc/images/CreatedPlane4.png b/src/ConstructionPlugin/doc/images/CreatedPlane4.png
new file mode 100644 (file)
index 0000000..d280b72
Binary files /dev/null and b/src/ConstructionPlugin/doc/images/CreatedPlane4.png differ
index 6adfafbaf31ffb822570fcfe5f571d4849076124..9c7be9be512049315596d083918ca06c59344516 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Plane1.png and b/src/ConstructionPlugin/doc/images/Plane1.png differ
index 23b4c7eea9ae2a658762f74ec60fd23b04e874c5..9ff1ad95ff8dee6f19f257f67478752f2f651b5a 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Plane2.png and b/src/ConstructionPlugin/doc/images/Plane2.png differ
index 3351395650ab87f19995e441169c4b64cca4ed7d..be4eddd0dad1d363bb9482b52c3b489003c06e91 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Plane3.png and b/src/ConstructionPlugin/doc/images/Plane3.png differ
index 2c53d7a570c679cf24edbe22e38160fb66cf9704..9e97daa0f000579c64d748f6a134c00e20994ca0 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Plane4.png and b/src/ConstructionPlugin/doc/images/Plane4.png differ
index f9172860ee4e3052fc3e955229dc645c30dbe92c..40039e71885fa0306cd3641ea9993978f3abe139 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Point1.png and b/src/ConstructionPlugin/doc/images/Point1.png differ
index e272ee75271b0adee1b9dbfcdcd3f52be16cd736..217f6db5fbdc328f770e4826fa328e5b509ee897 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Point2.png and b/src/ConstructionPlugin/doc/images/Point2.png differ
index fa9d4c95d562ace277c5b6ea27023bdaab75cf40..696ea99500a7fc8dbb928cc6c980455a7b204576 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Point3.png and b/src/ConstructionPlugin/doc/images/Point3.png differ
index 8072605cff6f2f5e6dcd1d822d6b07978c52eb12..94d66b5893664ecee1f5f31827ed6fa055866bc8 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Point4.png and b/src/ConstructionPlugin/doc/images/Point4.png differ
index fe7f84f4c4019d2dc3faaad4d7196af72483a0be..c65d0588052aa707b49afc5441f5b7bf2e483253 100644 (file)
Binary files a/src/ConstructionPlugin/doc/images/Point5.png and b/src/ConstructionPlugin/doc/images/Point5.png differ
index eead2aebaf87776d1a27ad637c91bfe7e39f536b..c1b54009a6c258927f1bb933e070885aa9505c7b 100644 (file)
@@ -4,7 +4,7 @@ Plane
 
 The feature Plane creates a new constructive plane.
 
-Plane is a construction object and it can be created as in a part as in part set. To create a plane:
+Plane is a construction object and it can be created as in a part as in part set. To create a plane:
 
 #. select in the Main Menu *Construction - > Plane* item  or
 #. click **Point** button in the toolbar
@@ -33,8 +33,9 @@ There are 4 algorithms for creation of a Plane:
    :align: left
 **By two parallel planes** creates a plane between two parallel planes.
 
+
 By three points
-"""""""""""""""
+---------------
 
 .. image:: images/Plane1.png
    :align: center
@@ -48,8 +49,22 @@ In this case user has to select three points in a viewer to define a new plane.
 
 **Arguments**: Part + 3 vertices.
 
+Result
+""""""
+
+The Result of the operation will be a plane:
+
+.. image:: images/CreatedPlane1.png
+          :align: center
+
+.. centered::
+   **A plane by three points**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_plane_points` operation.
+
+
 By line and point
-"""""""""""""""""
+-----------------
 
 .. image:: images/Plane2.png
    :align: center
@@ -63,8 +78,22 @@ In this case user has to select a linear edge and point to define a plane. It is
 
 **Arguments**: Part + line + point + is perpendicular to line flag.
 
+Result
+""""""
+
+The Result of the operation will be a plane:
+
+.. image:: images/CreatedPlane2.png
+          :align: center
+
+.. centered::
+   Plane created  
+
+**See Also** a sample TUI Script of a :ref:`tui_create_plane_line` operation.
+
+
 By other plane
-""""""""""""""
+--------------
 
 .. image:: images/Plane3.png
    :align: center
@@ -93,9 +122,22 @@ By rotation around an edge on a specified angle.
 
 **Arguments**: Part + a plane + offset + is reverse flag.
 
-   
+Result
+""""""
+
+The Result of the operation will be a plane parallel to already existing one:
+
+.. image:: images/CreatedPlane3.png
+          :align: center
+
+.. centered::
+   **Plane parallel to a planar face**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_plane_plane` operation.
+
+
 By two parallel planes
-""""""""""""""""""""""
+----------------------
    
 .. image:: images/Plane4.png
    :align: center
@@ -112,12 +154,12 @@ In this case user has to select two parallel planes. A new plane will be defined
 Result
 """"""
 
-The Result of the operation will be a plane:
+The Result of the operation will be a plane created between two selected planes:
 
-.. image:: images/CreatedPlane.png
+.. image:: images/CreatedPlane4.png
           :align: center
 
 .. centered::
-   Plane created  
+   **Plane created between others**
 
-**See Also** a sample TUI Script of a :ref:`tui_create_plane` operation.
+**See Also** a sample TUI Script of a :ref:`tui_create_plane_parallel` operation.
index 64b6427890064d53ec464cd9331b14dd5d93981b..caeff7ca53e4929aa575fe01211de432073e2915 100644 (file)
@@ -2,7 +2,7 @@
 Point
 =====
 
-The feature Point creates a new constructive point.
+The feature Point creates a new construction point.
 
 Point is a construction object and it can be created as in a part as in part set. To create a point:
 
@@ -38,7 +38,7 @@ There are 5 algorithms for creation of a Point:
 **By geometrical property of object** creates a point in COG or center of arc or circle.
 
 By X,Y,Z
-""""""""
+--------
 
 .. image:: images/Point1.png
    :align: center
@@ -52,8 +52,21 @@ In this case user has to input X, Y, and Z coordinates.
 
 **Arguments**: Part + 3 values (X, Y, Z coordinates).
 
+Result
+""""""
+
+The Result of the operation will be a construction point:
+
+.. image:: images/CreatePoint1.png
+          :align: center
+
+.. centered::
+   **Point by coordinates**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_point_xyz` operation.
+
 By distance on edge
-"""""""""""""""""""
+-------------------
 
 .. image:: images/Point2.png
    :align: center
@@ -67,8 +80,21 @@ In this case user has to select an edge in a viewer and to define a distance alo
 
 **Arguments**: Part + edge + value + is by ratio flag + to reverce flag.
 
+Result
+""""""
+
+The Result of the operation will be a construction point create on edge:
+
+.. image:: images/CreatePoint2.png
+          :align: center
+
+.. centered::
+   **Point created on edge**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_point_edge` operation.
+
 By projection on edge or plane
-""""""""""""""""""""""""""""""
+------------------------------
 
 .. image:: images/Point3.png
    :align: center
@@ -82,8 +108,21 @@ In this case user has to select an existing point or vertex and an edge or face.
 
 **Arguments**: Part + vertex + edge (or plane).
 
+Result
+""""""
+
+The Result of the operation will be a construction point created by projection on a plane or an edge:
+
+.. image:: images/CreatePoint3.png
+          :align: center
+
+.. centered::
+   **Point created by projection on a plane**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_point_projection` operation.
+
 By intersection of objects
-""""""""""""""""""""""""""
+--------------------------
 
 .. image:: images/Point4.png
    :align: center
@@ -103,8 +142,21 @@ The new point will be defined by intersection of selected objects.
 
 **Arguments**: Part + edge + plane (planar face) + offset value + is offcet reversed.
 
+Result
+""""""
+
+The Result of the operation will be a construction point created by intersection of objects:
+
+.. image:: images/CreatePoint4.png
+          :align: center
+
+.. centered::
+   **Point created by intersection of axis**
+
+**See Also** a sample TUI Script of a :ref:`tui_create_point_intersection` operation.
+
 By geometrical property of object
-"""""""""""""""""""""""""""""""""
+---------------------------------
 
 .. image:: images/Point5.png
    :align: center
@@ -121,12 +173,12 @@ In this case the new point can be defined as a center of gravity of selected obj
 Result
 """"""
 
-The Result of the operation will be a construction point:
+The Result of the operation will be a construction point defined by object property:
 
-.. image:: images/CreatePoint.png
+.. image:: images/CreatePoint5.png
           :align: center
 
 .. centered::
-   Point created  
+   **Point created in COG of a cylinder**
 
-**See Also** a sample TUI Script of a :ref:`tui_create_point` operation.
+**See Also** a sample TUI Script of a :ref:`tui_create_point_object` operation.