Salome HOME
Mantis issue 0021703: [CEA 577] Boolean operations on groups.
[modules/geom.git] / doc / salome / gui / GEOM / input / modify_location_operation.doc
index c25e0875c7b464a754baf2fb8db0c4030b74e9d1..3f94b0f0bf01500ab3188685e90f7e6ca8ca0139 100644 (file)
@@ -12,6 +12,8 @@ with the origin of the Local Coordinate System.
 \n <b>Create a copy</b> checkbox allows to keep the initial objects, otherwise they
 will be removed.
 \n <b>Arguments:</b> Name + one or several objects + End Coordinate System.
 \n <b>Create a copy</b> checkbox allows to keep the initial objects, otherwise they
 will be removed.
 \n <b>Arguments:</b> Name + one or several objects + End Coordinate System.
+\n <b>Advanced option:</b>
+\ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
 
 \image html transformation5.png
 
 
 \image html transformation5.png
 
@@ -19,7 +21,7 @@ will be removed.
 is to the right and the modified cube with the Local Coordinate
 System in the center of it is to the left .
 
 is to the right and the modified cube with the Local Coordinate
 System in the center of it is to the left .
 
-\image html image30.gif
+\image html image30.png
 
 \n The second algorithm  modifies the location of an object using Start
 and End LSC, although the final position of the object will not
 
 \n The second algorithm  modifies the location of an object using Start
 and End LSC, although the final position of the object will not
@@ -31,6 +33,8 @@ the coordinates of the End LSC.
 otherwise it will be removed.
 \n <b>Arguments:</b> Name + one or several objects + Start Coordinate System + End
 Coordinate System.
 otherwise it will be removed.
 \n <b>Arguments:</b> Name + one or several objects + Start Coordinate System + End
 Coordinate System.
+\n <b>Advanced option:</b>
+\ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
 
 \image html transformation6.png
 
 
 \image html transformation6.png
 
@@ -38,17 +42,35 @@ In this picture we see the initial cube with the global coordinate
 system and two LCS: LocalCS1 (GCS+100 along x-axis) and LocalCS2
 (GCS+200 along x-axis)
 
 system and two LCS: LocalCS1 (GCS+100 along x-axis) and LocalCS2
 (GCS+200 along x-axis)
 
-\image html image1.gif
+\image html image1.png
 
 Selecting Start LCS = LCS1 and End LCS = LCS2, we obtain the
 translated cube at the position (100;0;0)
 
 
 Selecting Start LCS = LCS1 and End LCS = LCS2, we obtain the
 translated cube at the position (100;0;0)
 
-\image html image2.gif
+\image html image21.png
 
 Selecting Start LCS = LCS2 and End LCS = LCS1, we obtain the
 translated cube at the position (-100;0;0)
 
 
 Selecting Start LCS = LCS2 and End LCS = LCS1, we obtain the
 translated cube at the position (-100;0;0)
 
-\image html image4.gif
+\image html image4.png
+
+The third algorithm modifies the location of an object using the Path object (Wire or Edge)
+and the Distance parameter (ranging from 0 to 1) defining  how far the object will move along the path.
+\n <b>Create a copy</b> checkbox allows to keep the initial object,
+otherwise it will be removed.
+\n <b>Select Unpublished edges</b> checkbox allows to select sub-shape edges on
+the other objects.
+\n <b>Reverse Direction</b> checkbox allows to REVERSE the direction of the object movement along its path.
+
+<b>Arguments:</b> Name + one or several objects + Translation path.
+\n <b>Advanced option:</b>
+\ref restore_presentation_parameters_page "Set presentation parameters and sub-shapes from arguments".
+   
+\image html transformation13.png
+
+\image html transformation12.png
+
+\image html transformation14.png
 
 \n <b>TUI Command:</b> <em>geompy.MakePosition(theObject, theStartLCS,
 theEndLCS),</em>  where \em theObject is a shape, location of which is
 
 \n <b>TUI Command:</b> <em>geompy.MakePosition(theObject, theStartLCS,
 theEndLCS),</em>  where \em theObject is a shape, location of which is
@@ -56,6 +78,6 @@ modified, \em theStartLCS is a location to move the shape from, \em
 theEndLCS is a location to move the shape to.
 
 \n Our <b>TUI Scripts</b> provide you with useful examples of the use
 theEndLCS is a location to move the shape to.
 
 \n Our <b>TUI Scripts</b> provide you with useful examples of the use
-of \ref tui_translation "Transformation Operations".
+of \ref tui_modify_location "Transformation Operations".
 
 */
 
 */