mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 04:00:40 +05:00
Help page for annotation correction.
This commit is contained in:
parent
c85f9d007c
commit
8c1c31a062
@ -1,23 +1,23 @@
|
|||||||
/*!
|
/*!
|
||||||
|
|
||||||
\page annotation_page Shape annotation
|
\page annotation_page Shape annotation
|
||||||
|
|
||||||
<b> Annotation </b> functionality allows showing in the viewer special user-defined text label connected to corresponding part of a CAD model with a line.
|
<b> Annotation </b> functionality allows showing in the viewer special user-defined text label connected to corresponding part of a CAD model with a line.
|
||||||
Annotation text is always parallel to the screen and horizontal. It is is not zoomed or rotated when a 3D scene is zoomed or rotated by the user.
|
Annotation text is always parallel to the screen and horizontal. It is is not zoomed or rotated when a 3D scene is zoomed or rotated by the user.
|
||||||
The annotation text is defined using UTF-8 encoding and thus support any Unicode characters.
|
The annotation text is defined using UTF-8 encoding and thus support any Unicode characters.
|
||||||
|
|
||||||
There are several algorithms for the annotation position calculation during the scene manipulations (panning, zooming, rotation):
|
There are several algorithms for the annotation position calculation during the scene manipulations (panning, zooming, rotation):
|
||||||
<ul>
|
<ul>
|
||||||
<li>Algorithm 1: an annotation has fixed position in 2D screen coordinates (fixed screen position mode). In this mode, the annotations are always visible (appear as topmost objects), never hidden by the (annotated) geometry.</li>
|
<li>Algorithm 1: an annotation has fixed position in 2D screen coordinates (fixed screen position mode). In this mode, the annotations are always visible (appear as topmost objects), never hidden by the (annotated) geometry.</li>
|
||||||
<li>Algorithm 2: an annotation has fixed position in 3D model space, this position is projected onto the screen just as normal point coordinates. In this mode, some annotations may be invisible depending on the camera (position, orientation, zoom).</li>
|
<li>Algorithm 2: an annotation has fixed position in 3D model space, this position is projected onto the screen just as normal point coordinates. In this mode, some annotations may be invisible depending on the camera (position, orientation, zoom).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
\image html annotation_preview.png
|
\image html annotation_preview.png
|
||||||
|
|
||||||
It can be accessed from the main menu via <b>Inspection -> Annotation </b>
|
It can be accessed from the main menu via <b>Inspection -> Annotation </b>
|
||||||
|
|
||||||
\image html annotation.png "Create Annotation dialog"
|
\image html annotation.png "Create Annotation dialog"
|
||||||
|
|
||||||
In this dialog you can:
|
In this dialog you can:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Set <b>Text</b> text shown in View 3d and a name of annotation presented in the Text Browser.</li>
|
<li>Set <b>Text</b> text shown in View 3d and a name of annotation presented in the Text Browser.</li>
|
||||||
@ -29,28 +29,28 @@ In this dialog you can:
|
|||||||
<li>Push \b Apply or <b>Apply and Close</b> button to commit creation of the field.<li>
|
<li>Push \b Apply or <b>Apply and Close</b> button to commit creation of the field.<li>
|
||||||
<li>Dragging of annotation presentation in 3D view to select an appropriate position.
|
<li>Dragging of annotation presentation in 3D view to select an appropriate position.
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Annotations appear in an Annotations sub-tree in Text Browser.</li>
|
Annotations appear in an Annotations sub-tree in Text Browser.</li>
|
||||||
All annotations may be shown/hidden in a 3D view using corresponded popup menu on Annotations item in Text Browser.
|
All annotations may be shown/hidden in a 3D view using corresponded popup menu on Annotations item in Text Browser.
|
||||||
Annotations of a shape may be shown/hidden in a 3D view using corresponded popup menu on the shape item in Object Browser.
|
Annotations of a shape may be shown/hidden in a 3D view using corresponded popup menu on the shape item in Object Browser.
|
||||||
|
|
||||||
The foolowing context menu commands are provided for annotation object in Text Browser:
|
The foolowing context menu commands are provided for annotation object in Text Browser:
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Edit</b> allows modifying the annotation text, the positioning algorithm and the annotation position.</li>
|
<li><b>Edit</b> allows modifying the annotation text, the positioning algorithm and the annotation position.</li>
|
||||||
<li><b>Delete</b> deletes selected annotation.</li>
|
<li><b>Delete</b> deletes selected annotation.</li>
|
||||||
<li><b>Show</b>/<b>Hide</b> change visibility of annotation in the active view.</li>
|
<li><b>Show</b>/<b>Hide</b> change visibility of annotation in the active view.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>Edit</b> and <b>Delete</b> actions are also available in View 3d for selected annotation object/s.
|
<b>Edit</b> and <b>Delete</b> actions are also available in View 3d for selected annotation object/s.
|
||||||
|
|
||||||
Synchronization of selection between 3D view and Text browser is available. That means that selection of annotation in 3D view will select this annotation in Text browser and vice versa.
|
Synchronization of selection between 3D view and Text browser is available. That means that selection of annotation in 3D view will select this annotation in Text browser and vice versa.
|
||||||
Annotation is logically connected to the shape:
|
Annotation is logically connected to the shape:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Selection of an annotation will highlight corresponding shape/subshape in 3D view.</li>
|
<li>Selection of an annotation will highlight corresponding shape/subshape in 3D view.</li>
|
||||||
<li>When the shape is deleted, the annotation will be also deleted.</li>
|
<li>When the shape is deleted, the annotation will be also deleted.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
The user is able to modify the font, the style, the color and the size of the annotation text and the color, the width and the style of the connection line applied to all annotations.
|
The user is able to modify the font, the style, the color and the size of the annotation text and the color, the width and the style of the connection line applied to all annotations.
|
||||||
It can be accessed from the main menu via <b>File -> Preferences</b>. The Shape annotations group on Geometry Settings pane contains controls for it.
|
It can be accessed from the main menu via <b>File -> Preferences</b>. The Shape annotations group on Geometry Settings pane contains controls for it.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user