2008-03-07 12:45:34 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page mirror_operation_page Mirror Image
|
|
|
|
|
|
|
|
\n To produce a <b>Mirror Image</b> in the <b>Main Menu</b> select
|
|
|
|
<b>Operations - > Transformation - > Mirror Image</b>
|
|
|
|
|
|
|
|
\n This operation creates a symmetrical copy of an \b Object, which
|
|
|
|
can be mirrored in three different ways.
|
|
|
|
\n <b>Create a copy</b> checkbox allows to keep the initial object,
|
|
|
|
otherwise it will be removed.
|
|
|
|
\n The \b Result will be a \b GEOM_Object.
|
|
|
|
|
|
|
|
\n Firstly an \b Object can be mirrored through a \b Point of symmetry
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByPoint(Object, Point)</em>
|
|
|
|
\n <b>Arguments:</b> Name + one or several objects + 1 vertex.
|
2013-04-17 22:05:53 +06:00
|
|
|
\n \ref restore_presentation_parameters_page "Advanced options".
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\image html transformation7.png
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_pointsn1.png "The initial shape and the mirror point"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_pointsn2.png "The resulting shape (grey)"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\n Secondly an \b Object can be mirrored through an \b Axis of
|
|
|
|
symmetry
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByAxis(Object, Axis)</em>
|
|
|
|
\n <b>Arguments:</b> Name + one or several objects + 1 vector.
|
2013-04-17 22:05:53 +06:00
|
|
|
\n \ref restore_presentation_parameters_page "Advanced options".
|
|
|
|
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\image html transformation8.png
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_axissn1.png "The initial shape and the mirror edge"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_axissn2.png "The resulting shape (grey)"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\n Finally an \b Object can be mirrored through a \b Plane of symmetry
|
|
|
|
\n <b>TUI Command:</b> <em>geompy.MakeMirrorByPlane(Shape, Plane)</em>
|
|
|
|
\n <b>Arguments:</b> Name + one or several objects + 1 plane
|
2013-04-17 22:05:53 +06:00
|
|
|
\n \ref restore_presentation_parameters_page "Advanced options".
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
\image html transformation9.png
|
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_planesn1.png "The initial shape and the mirror plane"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
2009-02-13 17:16:39 +05:00
|
|
|
\image html mirror_planesn2.png "The resulting shape (grey)"
|
2008-03-07 12:45:34 +05:00
|
|
|
|
|
|
|
Our <b>TUI Scripts</b> provide you with useful examples of the use of
|
|
|
|
\ref tui_mirror "Transformation Operations".
|
|
|
|
|
|
|
|
*/
|