mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-12 00:29:18 +05:00
7961b83044
This reverts commit 3cd92817cb
.
33 lines
997 B
Plaintext
33 lines
997 B
Plaintext
/*!
|
|
|
|
\page import_picture_page Import a picture in the OCC viewer
|
|
|
|
It is possible in GEOM to import a picture file in the OCC view.
|
|
The supported formats are : .bmp, .gif, .pix, .xwd, .rgb, .rs
|
|
|
|
|
|
The imported picture (engineering drawing, nautical chart, etc.) may be used as a support for 2D shape design.
|
|
|
|
It is possible to create a \ref create_sketcher_page "sketch" on top of this picture or use the
|
|
\ref shape_recognition_page "Shape recognition"
|
|
functionalities to build geometrical shapes from some elements of the picture (contours, corners ...).
|
|
|
|
To <b>import a picture</b> in the view:
|
|
|
|
<ul>
|
|
|
|
<li> select <b>New Entity -> Import a picture in the view</b> or click on \image html import_picture.png </li>
|
|
|
|
<li> Click on <b>...</b> and browse your image files to select one of them</li>
|
|
|
|
<li> Apply</li>
|
|
|
|
</ul>
|
|
|
|
A new <b>Picture</b> object is created. Pan, zoom and rotation operations are available in the view like for any other object.
|
|
|
|
|
|
\image html picture_import_dlg.png
|
|
|
|
*/
|