X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FGEOM%2Finput%2Fmirror_operation.doc;h=ec5034041fc465834de9c8feaef1b69703f968af;hb=797fbe2d3cd3ca353c36282da0a4c8ea45d97031;hp=f852902b0c308cd315650d973dc5f6f3f825bc5f;hpb=239f8109c64fa0c5a2e1d87a420bad5529b57f48;p=modules%2Fgeom.git diff --git a/doc/salome/gui/GEOM/input/mirror_operation.doc b/doc/salome/gui/GEOM/input/mirror_operation.doc index f852902b0..ec5034041 100644 --- a/doc/salome/gui/GEOM/input/mirror_operation.doc +++ b/doc/salome/gui/GEOM/input/mirror_operation.doc @@ -14,33 +14,37 @@ otherwise it will be removed. \n Firstly an \b Object can be mirrored through a \b Point of symmetry \n TUI Command: geompy.MakeMirrorByPoint(Object, Point) \n Arguments: Name + one or several objects + 1 vertex. +\n \ref restore_presentation_parameters_page "Advanced options". \image html transformation7.png -\image html mirror_pointsn1.png +\image html mirror_pointsn1.png "The initial shape and the mirror point" -\image html mirror_pointsn2.png +\image html mirror_pointsn2.png "The resulting shape (grey)" \n Secondly an \b Object can be mirrored through an \b Axis of symmetry \n TUI Command: geompy.MakeMirrorByAxis(Object, Axis) \n Arguments: Name + one or several objects + 1 vector. +\n \ref restore_presentation_parameters_page "Advanced options". + \image html transformation8.png -\image html mirror_axissn1.png +\image html mirror_axissn1.png "The initial shape and the mirror edge" -\image html mirror_axissn2.png +\image html mirror_axissn2.png "The resulting shape (grey)" \n Finally an \b Object can be mirrored through a \b Plane of symmetry \n TUI Command: geompy.MakeMirrorByPlane(Shape, Plane) \n Arguments: Name + one or several objects + 1 plane +\n \ref restore_presentation_parameters_page "Advanced options". \image html transformation9.png -\image html mirror_planesn1.png +\image html mirror_planesn1.png "The initial shape and the mirror plane" -\image html mirror_planesn2.png +\image html mirror_planesn2.png "The resulting shape (grey)" Our TUI Scripts provide you with useful examples of the use of \ref tui_mirror "Transformation Operations".