]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Help page for annotation correction.
authornds <nds@opencascade.com>
Thu, 17 Nov 2016 11:03:34 +0000 (14:03 +0300)
committernds <nds@opencascade.com>
Thu, 17 Nov 2016 11:03:34 +0000 (14:03 +0300)
doc/salome/gui/GEOM/input/annotation.doc

index 589e9fc53dfb4320b6c3041d6df2c4818a5b2b68..5bdc702ae176572b9ca3824805bc4190273f37f0 100644 (file)
@@ -1,23 +1,23 @@
-/*! \r
-\r
-\page annotation_page Shape annotation\r
-\r
-<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.\r
-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.\r
-The annotation text is defined using UTF-8 encoding and thus support any Unicode characters.\r
-\r
-There are several algorithms for the annotation position calculation during the scene manipulations (panning, zooming, rotation):\r
-<ul>\r
-  <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>\r
-  <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>\r
-</ul>\r
-\r
-\image html annotation_preview.png\r
-\r
-It can be accessed from the main menu via <b>Inspection -> Annotation </b>\r
-\r
-\image html annotation.png "Create Annotation dialog"\r
-\r
+/*! 
+
+\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.
+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.
+
+There are several algorithms for the annotation position calculation during the scene manipulations (panning, zooming, rotation):
+<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 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>
+
+\image html annotation_preview.png
+
+It can be accessed from the main menu via <b>Inspection -> Annotation </b>
+
+\image html annotation.png "Create Annotation dialog"
+
 In this dialog you can:
 <ul>
   <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>Dragging of annotation presentation in 3D view to select an appropriate position.
 </ul>
-\r
-Annotations appear in an Annotations sub-tree in Text Browser.</li>\r
-All annotations may be shown/hidden in a 3D view using corresponded popup menu on Annotations item in Text Browser.\r
-Annotations of a shape may be shown/hidden in a 3D view using corresponded popup menu on the shape item in Object Browser.\r
-\r
-The foolowing context menu commands are provided for annotation object in Text Browser:\r
+
+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.
+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:
 <ul>
   <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>Show</b>/<b>Hide</b> change visibility of annotation in the active view.</li>
-</ul>\r
-\r
+</ul>
+
 <b>Edit</b> and <b>Delete</b> actions are also available in View 3d for selected annotation object/s.
-\r
-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.\r
-Annotation is logically connected to the shape:\r
-<ul>\r
-  <li>Selection of an annotation will highlight corresponding shape/subshape in 3D view.</li>\r
-  <li>When the shape is deleted, the annotation will be also deleted.</li>\r
-</ul>\r
-\r
-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.\r
-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.\r
-\r
-*/\r
+
+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:
+<ul>
+  <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>
+</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.
+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.
+
+*/