X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmodify_location_operation.doc;h=68c7e746b035866ea2e195f805c7aeb525d9fee1;hb=97d9c2c6b1eb1b8c37b74e9409ebdb89c42c8c27;hp=c25e0875c7b464a754baf2fb8db0c4030b74e9d1;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/modify_location_operation.doc b/doc/salome/gui/GEOM/input/modify_location_operation.doc index c25e0875c..68c7e746b 100644 --- a/doc/salome/gui/GEOM/input/modify_location_operation.doc +++ b/doc/salome/gui/GEOM/input/modify_location_operation.doc @@ -7,11 +7,12 @@ \n This operation modifies the \b Location of \b Objects. -\n The first algorithm places the object(s) so that its center coincides -with the origin of the Local Coordinate System. +\n The first algorithm places the \b Object(s) so that its center coincides +with the origin of the Local Coordinate System. \n Create a copy checkbox allows to keep the initial objects, otherwise they will be removed. \n Arguments: Name + one or several objects + End Coordinate System. +\n \ref restore_presentation_parameters_page "Advanced options". \image html transformation5.png @@ -19,18 +20,19 @@ 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 . -\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 the \b Object(s) using \b Start +and \b End \b LCS, although the final position of the object will not coincide with the center of either of the two systems. In this method the object is shifted from its initial position by the value of the -remainder after subtraction of the coordinates of the Start LSC from -the coordinates of the End LSC. +remainder after subtraction of the coordinates of the Start LCS from +the coordinates of the End LCS. \n Create a copy checkbox allows to keep the initial object, otherwise it will be removed. \n Arguments: Name + one or several objects + Start Coordinate System + End Coordinate System. +\n \ref restore_presentation_parameters_page "Advanced options". \image html transformation6.png @@ -38,17 +40,34 @@ 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) -\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) -\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) -\image html image4.gif +\image html image4.png + +The third algorithm modifies the location of the \b Object(s) using the Path object (Wire or Edge) +and the \b Distance parameter (ranging from 0 to 1) defining how far the object will move along the path. +\n Create a copy checkbox allows to keep the initial object, +otherwise it will be removed. +\n Select Unpublished edges checkbox allows to select sub-shape edges on +the other objects. +\n Reverse Direction checkbox allows to REVERSE the direction of the object movement along its path. + +Arguments: Name + one or several objects + Translation path. +\n \ref restore_presentation_parameters_page "Advanced options". + +\image html transformation13.png + +\image html transformation12.png + +\image html transformation14.png \n TUI Command: geompy.MakePosition(theObject, theStartLCS, theEndLCS), where \em theObject is a shape, location of which is @@ -56,6 +75,6 @@ modified, \em theStartLCS is a location to move the shape from, \em theEndLCS is a location to move the shape to. \n Our TUI Scripts provide you with useful examples of the use -of \ref tui_translation "Transformation Operations". +of \ref tui_modify_location "Transformation Operations". */