]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/doc/pointFeature.rst
Salome HOME
Correct documentation bugs, adapt for 'Read The Docs' theme (bos #18858)
[modules/shaper.git] / src / ConstructionPlugin / doc / pointFeature.rst
index 8d2693b49a05b04d1a0934c1c5f82b71c29c16d8..e198267f02f656298f0976706f7f2ce547a80641 100644 (file)
@@ -15,24 +15,36 @@ There are 5 algorithms for creation of a Point:
 
 .. image:: images/point_by_xyz_32x32.png
    :align: left
+   :height: 24px
+
 **By X,Y,Z** creates a point by three coordinates.
 
 .. image:: images/point_by_distance_on_edge_32x32.png
    :align: left
+   :height: 24px
+
 **By distance on edge** creates a point on an edge.
 
 .. image:: images/point_by_projection_32x32.png
    :align: left
+   :height: 24px
+
 **By projection on edge or plane** creates a point by projecting an existing point on an edge or plane.
 
 .. image:: images/point_by_intersection_32x32.png
    :align: left
+   :height: 24px
+
 **By intersection of objects** creates a point by intersection of planes or/ and edges.
 
 .. image:: images/point_by_geometrical_property_32x32.png
    :align: left
+   :height: 24px
+
 **By geometrical property of object** creates a point in COG or center of arc or circle.
 
+--------------------------------------------------------------------------------
+
 By X,Y,Z
 --------