From: asl Date: Mon, 22 Jun 2015 07:02:35 +0000 (+0300) Subject: update of the documentation X-Git-Tag: v1.4.2~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3d5c32e3783b4d643cd5578b94ca3f4bb2142cdc;p=modules%2Fhydro.git update of the documentation --- diff --git a/doc/salome/gui/HYDRO/bathymetry.h b/doc/salome/gui/HYDRO/bathymetry.h new file mode 100644 index 00000000..626b395c --- /dev/null +++ b/doc/salome/gui/HYDRO/bathymetry.h @@ -0,0 +1,37 @@ + +/** + @file + \brief Help for the bathymetry +*/ + +/** + \page bathymetry Bathymetry + + Back to Main page. + + Bathymetry is an altitude object. It associates an altitude value to each point on the 2D plane. + + Import bathymetry input panel can be opened via:
    +
  1. The main menu HYDRO => Import bathymetry; +
  2. Context menu of BATHYMETRIES in Object browser => Import bathymetry; +
  3. CTRL + B buttons combination; +
  4. Import bathymetry toolar button.\image html import_bathymetry_toolbar_button.png "Import bathymetry toolbar button" +
+ + Arguments of the input panel: + + \image html import_bathymetry_input_panel.png "Import bathymetry input panel" + +File name - field to select file to import. Supported format: .XYZ(Bathymetry files);
+Name - field to define bathymetry object name;
+Invert altitude object - if this checkbox is ON, Z-coordinates of imported bathymetry become inverted. If checkbox is OFF, file is imported without modification.
+Apply - button to create bathymetry object;
+Apply and Close - button to create bathymetry object and close input panel;
+Close - button to close input panel. + +Example:
+ +\image html bathymetry_example.png "Bathymetry zone example" + +Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/box_obstacle.h b/doc/salome/gui/HYDRO/box_obstacle.h new file mode 100644 index 00000000..0b192630 --- /dev/null +++ b/doc/salome/gui/HYDRO/box_obstacle.h @@ -0,0 +1,44 @@ + +/** + @file + \brief Help for the box obstacle +*/ + +/** + \page box_obstacle Box obstacle + + Back to Main page. + + + In the HYDROGUI module box obstacle is a geometrical primitive Box. + + + The obstacle can be created via:
    +
  1. The main menu HYDRO => Obstacle => Create box;
  2. +
  3. Context menu of OBSTACLES in Object browser - Create box;
  4. +
  5. Create box obstacle toolbar button
  6. +
+ +\image html box_toolbar_button.png "Create box obstacle toolbar button" + + Box construction dialog box from Geometry module appears + \image html box_dialog.png "Box construction dialog box" + +User sets necesssary arguments and clicks Apply and Close button. + +Box construction dialog box is closed and a new geometrical object box appears in the Geometry module with defined by user name and dimensions. + +Help for this dialog is located in Salome Geometry User's guide => Creating geometrical objects => Creating primitives => Box. + + + Import GEOM object as obstacle input panel appears. + + + - \ref import_obstacle_GEOM "Import GEOM object as obstacle" + + The box obstacle is presented as the face and 3D object. + \image html box_presentation.png "Box obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/calculation_case.h b/doc/salome/gui/HYDRO/calculation_case.h new file mode 100644 index 00000000..b05b4ad2 --- /dev/null +++ b/doc/salome/gui/HYDRO/calculation_case.h @@ -0,0 +1,13 @@ +/** + @file + \brief Help for the calculation case +*/ + +/** + \page calculation_case Calculation case + + Back to Main page. + + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/change_layer_order.h b/doc/salome/gui/HYDRO/change_layer_order.h new file mode 100644 index 00000000..01642f92 --- /dev/null +++ b/doc/salome/gui/HYDRO/change_layer_order.h @@ -0,0 +1,43 @@ + +/** + @file + \brief Help for the change layer order +*/ + +/** + \page change_layer_order Change layer order + + Back to Main page. + + The HYDROGUI module allows the user to define priority of visibility 2d objects.
+ This feature is executed with help of Change layer order dialog box, which can be called via according command in context menu, called in OCC viewer.
+ +Change layer order dialog box looks like: + + \image html change_layer_order_dialog_box.png "Change layer order dialog box" + + Only shown objects are presented in the dialog box.
+ + Controls of the dialog box:
+ + Move the item(s) on top - button to move selected in the list objects on top, i.e. set for them the highest visibility priority;
+ \image html move_item_on_top_button.png "Move the item(s) on top button" + Move the item(s) up - button to move selected in the list objects up, i.e. increase visibility priority on one point;
+ \image html move_item_up_button.png "Move the item(s) up button" + Move the item(s) down - button to move selected in the list objects down, i.e. decrease visibility priority on one point;
+ \image html move_item_down_button.png "Move the item(s) down button" + Move the item(s) on bottom - button to move selected in the list objects on bottom, i.e. set for them least visibility priority;
+ \image html move_item_on_bottom_button.png "Move the item(s) on bottom button" + All objects - check-box to show all objects(even hidden) in the list;
+ Apply - button to apply modifications done;
+ Apply and Close - button to apply modifications done and close dialog box;
+ Close - button to close dialog box. + + Example: + \image html example_change_layer_order_before.png "Before changing layer order" + + \image html example_change_layer_order_after.png "After changing layer order" + +Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/channel.h b/doc/salome/gui/HYDRO/channel.h index 1ff6ac0f..df4c9ce6 100644 --- a/doc/salome/gui/HYDRO/channel.h +++ b/doc/salome/gui/HYDRO/channel.h @@ -7,10 +7,23 @@ /** \page art_channel Channel + Back to Main page. + The channel is an artificial object. In the HYDROGUI module channel is created using the extrusion operation of profile along the provided path (guide line). + The channel 3d shape is shell. + + Each profile vertex is extruded into channel edge. + + Each profile edge is extruded into channel face. + + All sections of channel should be perpendicular to the extrusion path (guide line), they are NOT parallel to the initial profile plane. + + Note, that sharp corners in the extrusion path (guide line) can lead to selfinteresctions in the resulting shell. + + The channel can be created via:
  1. The main menu HYDRO => Create channel; @@ -18,12 +31,13 @@
  2. Create channel toolbar button
-\image html channel_icon.png +\image html channel_toolbar_button.png "Channel construction toolbar button" - Arguments of the input panel: + Channel input panel appears. - \image html channel_empty.png " Channel input panel" + \image html channel_input_panel.png " Channel input panel" + Arguments of the input panel: Name - field to define the channel name;
Guide line - combo - box to select the polyline 3D defining the channel guide line;
@@ -34,6 +48,8 @@ The channel is presented as the face and 3D object. - \image html channel_presentation.png "channel presentation" + \image html channel_presentation.png "channel example" + Back to Main page. + */ diff --git a/doc/salome/gui/HYDRO/color.h b/doc/salome/gui/HYDRO/color.h new file mode 100644 index 00000000..fc3e0fb3 --- /dev/null +++ b/doc/salome/gui/HYDRO/color.h @@ -0,0 +1,43 @@ + +/** + @file + \brief Help for the color object +*/ + +/** + \page color Color object(s) + + Back to Main page. + + The HYDROGUI module supports changing object's color. This operation is available for all objects except images, bathymetries and strickler tables.
+ + To change color of the object, it's necessary to select it and call Color command from context menu.
+ + Set color dialog box looks like: + + \image html set_color_dialog_box.png "Set color dialog box" + + Controls inside the dialog: + + Transparent - radio button to make object transparent;
+ Color - radio button to color the object with selected color;
+ Border - check-box to define any color for object's border;
+ OK - button to apply modifications;
+ Cancel - button to reject color changing.
+ + To change color it's necessary to check Color radio button and double click on the colored field near it.
+ + To change border color it's necessary to check Border check box and double click on the colored field near it.
+ + Appearing Select color dialog box looks like: + + \image html select_color.png "Select color dialog box" + + Example: + + \image html color_example.png "Color example" + + Back to Main page. + + +*/ diff --git a/doc/salome/gui/HYDRO/copy_paste.h b/doc/salome/gui/HYDRO/copy_paste.h new file mode 100644 index 00000000..fd572242 --- /dev/null +++ b/doc/salome/gui/HYDRO/copy_paste.h @@ -0,0 +1,29 @@ + +/** + @file + \brief Help for the copy/paste +*/ + +/** + \page copy_paste Copy/Paste object(s) + + Back to Main page. + + It is possible to copy and paste objects in HYDROGUI module. + + To copy any object it's necessary to select it and use one of the following ways:
    +
  1. The main menu Edit => Copy;
  2. +
  3. CTRL + C buttons combination;
  4. +
  5. Call context menu of object(s) and Copy command
  6. +
+ + When objects have been copied, they can be pasted into the study. To paste them use one of the following ways:
    +
  1. The main menu Edit => Paste;
  2. +
  3. CTRL + V buttons combination;
  4. +
+ + Paste operation creates new objects, identical to copied and adds them to according branch: polyline - in POLYLINES branch, stream - in NATURAL OBJECTS branch, etc. + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/copy_position.h b/doc/salome/gui/HYDRO/copy_position.h new file mode 100644 index 00000000..89d10fa8 --- /dev/null +++ b/doc/salome/gui/HYDRO/copy_position.h @@ -0,0 +1,18 @@ + +/** + @file + \brief Help for the copy_position +*/ + +/** + \page copy_position Copy position + + Back to Main page. + + It is possible to copy local coordinates of any position in OCC view.
+ + For this it is necessary to put the mouse on interesting position in OCC view, call context menu and select Copy position command.
+ + Local coordinates become remembered and ready for pasting. + +*/ diff --git a/doc/salome/gui/HYDRO/create_profile.h b/doc/salome/gui/HYDRO/create_profile.h new file mode 100644 index 00000000..77b54d41 --- /dev/null +++ b/doc/salome/gui/HYDRO/create_profile.h @@ -0,0 +1,95 @@ + +/** + @file + \brief Help for profile +*/ + +/** + \page create_profile "Create/Edit profile" + + Back to Main page. + + The profile can be created via:
    +
  1. The main menu HYDRO => Profile => Create profile; +
  2. Context menu of PROFILES in Object browser => Create profile; +
  3. Create profile toolbar button. +
+ +\image html create_profile_toolbar_button.png "Create profile toolbar button" + + The profile can be edited via Context menu of existing profile in Object browser => Edit profile. + + +Create/Edit profile input panel appears. + + + \image html create_profile_input_panel.png "Create profile input panel" + + \image html profile_edit.png "Edit profile input panel" + +Arguments of the input panel: + + Name - field to define the profile name;
+ Apply - button to create profile;
+ Apply and Close - button to create profile and close input panel;
+ Close - button to close input panel.
+ + + The profile contains only one open section. Double click on section activates Edit element panel. + + \image html edit_element_panel.png "Edit element panel" + + Name - field to define the section name. This name is not saved into data model and is lost after closing input panel. Note, that figure in the end of name indicates number of points in section as shown in figure Edit profile input panel;
+ Type - combo-box to define type of section: Polyline or Spline;
+ OK - button to validate changes in section and close Edit element panel;
+ Cancel - button to cancel changes in section and close Edit element panel.
+ + Section curve is defined by a list of points through which it passes. + + 2 modes are available for work with points:
    + +
  1. Addition mode

  2. + In this mode only point’s creation is available. Can be activated by Addition mode button clicking.
    \image html addition_mode_button.png "Addition mode toolbar button" + Each time when user clicks left mouse button in the input panel built-in viewer a new point is created in a 2D space (U, Z). The point is added always between neighbor points according to coordinate U. + + \image html profile_addition_points.png "Profile built-in viewer" + +
  3. Modification mode

  4. + In this mode the user can edit points of the profile curve. Can be activated by Modification mode button clicking.
    \image html modification_mode_button.png "Modification mode toolbar button" + + +
+ + Other operations are available during creation/edition of profile: + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/cut_images.h b/doc/salome/gui/HYDRO/cut_images.h index 3e33791e..1ea0807d 100644 --- a/doc/salome/gui/HYDRO/cut_images.h +++ b/doc/salome/gui/HYDRO/cut_images.h @@ -1,28 +1,34 @@ /** @file - \brief Help for the immersible zone + \brief Help for the cut images */ /** \page cutimages Cut images + + Back to Main page. -The user can start Cut images operation via following ways:
    +The user can start Cut images operation via:
    1. The main menu HYDRO - Cut images;
    2. Context menu of any image in Object browser - Cut images; -
    3. Cut images toolbar button +
    4. Cut images toolbar button.\image html cut_images_toolbar_button.png "Cut images toolbar button"
    -Input panel looks like: + Arguments of the input panel: \image html cut_images_input_panel.png "Cut images input panel(TO BE UPDATED)" -Name - field for defining the name of image after cut. - +Name - field for defining the name of image after cut;
    +Image 1 - field for defining the image which will be cut;
    +Image 2 - field for defining the image which will cut;
    +Apply - button to create cut image object;
    +Apply and Close - button to create cut image object and close input panel;
    +Close - button to close input panel.
    It's necessary to select 2 pictures to be cut with help of Image 1 and Image 2 fields.

    Also, it's possible to change background color of cut image. For this Color radio button should be pushed and Select color dialog box should be called
    by double clicking on the area near Color radio button. \image html select_color.png "Select color dialog box" - +Back to Main page. */ diff --git a/doc/salome/gui/HYDRO/cylinder_obstacle.h b/doc/salome/gui/HYDRO/cylinder_obstacle.h new file mode 100644 index 00000000..319e9673 --- /dev/null +++ b/doc/salome/gui/HYDRO/cylinder_obstacle.h @@ -0,0 +1,43 @@ + +/** + @file + \brief Help for the cylinder obstacle +*/ + +/** + \page cylinder_obstacle Cylinder obstacle + + Back to Main page. + + In the HYDROGUI module cylinder obstacle is a geometrical primitive cylinder. + + + The cylinder obstacle can be created via:
      +
    1. The main menu HYDRO => Obstacle => Create cylinder;
    2. +
    3. Context menu of OBSTACLES in Object browser - Create cylinder;
    4. +
    5. Create cylinder obstacle toolbar button
    6. +
    + +\image html cylinder_toolbar_button.png "Create cylinder obstacle toolbar button" + + Cylinder construction dialog box from Geometry module appears + \image html cylinder_dialog.png "Cylinder construction dialog box" + +User sets necesssary arguments and clicks Apply and Close button. + +Cylinder construction dialog box is closed and a new geometrical object cylinder appears in the Geometry module with defined by user name and dimensions. + +Help for this dialog is located in Salome Geometry User's guide => Creating geometrical objects => Creating primitives => Cylinder. + + + Import GEOM object as obstacle input panel appears. + + + - \ref import_obstacle_GEOM "Import GEOM object as obstacle" + + The cylinder obstacle is presented as the face and 3D object. + \image html cylinder_presentation.png "Cylinder obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/delete.h b/doc/salome/gui/HYDRO/delete.h new file mode 100644 index 00000000..2856e1d4 --- /dev/null +++ b/doc/salome/gui/HYDRO/delete.h @@ -0,0 +1,29 @@ + +/** + @file + \brief Help for the delete object(s) +*/ + +/** + \page delete Delete object(s) + + Back to Main page. + + It is possible to delete one or more objects in HYDROGUI module.
    + Following ways are available for beginning this action:
      +
    1. Select object(s) and push Delete button;
    2. +
    3. Select object(s), call context menu and call Delete button;
    4. +
    + + Further 2 possible ways are possible:
      +
    1. If deleting objects are not used as references for another objects, Delete objects dialog box appears:
      + + \image html delete_objects_dialog_box.png "Delete objects dialog box"
    2. +
    3. If removing objects are used as references for another objects, Delete objects warning appears:
      + + \image html delete_objects_warning.png "Delete objects warning" + In this case, firstly, it's necessary to remove objects which have been created basing on deleting objects. After that first case will be available.
    4. +
    + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/digue.h b/doc/salome/gui/HYDRO/digue.h index 94b8b655..5f641f81 100644 --- a/doc/salome/gui/HYDRO/digue.h +++ b/doc/salome/gui/HYDRO/digue.h @@ -5,11 +5,23 @@ */ /** - \page art_digue digue + \page art_digue Digue + + Back to Main page. The digue is an artificial object. In the HYDROGUI module digue is created using the extrusion operation of profile along the provided path (guide line). + + The digue 3d shape is shell. + + Each profile vertex is extruded into digue edge. + + Each profile edge is extruded into digue face. + + All sections of digue should be perpendicular to the extrusion path (guide line), they are NOT parallel to the initial profile plane. + + Note, that sharp corners in the extrusion path (guide line) can lead to selfinteresctions in the resulting shell. The digue can be created via:
      @@ -19,12 +31,13 @@
    1. Create digue toolbar button
    -\image html digue_icon.png +\image html digue_toolbar_button.png "Create digue toolbar button" - Arguments of the input panel: + Digue input panel appears. - \image html digue_empty.png " Digue input panel" + \image html digue_input_panel.png " Digue input panel" +Arguments of the input panel: Name - field to define the digue name;
    Guide line - combo - box to select the polyline 3D defining the digue guide line;
    @@ -34,6 +47,8 @@ Close - button to close input panel. The digue is presented as the face and 3D object. - \image html digue_presentation.png " Digue presentation" + \image html digue_presentation.png " Digue example" + Back to Main page. + */ diff --git a/doc/salome/gui/HYDRO/dump_study.h b/doc/salome/gui/HYDRO/dump_study.h new file mode 100644 index 00000000..cc08d9f4 --- /dev/null +++ b/doc/salome/gui/HYDRO/dump_study.h @@ -0,0 +1,32 @@ + +/** + @file + \brief Help for the dump study +*/ + +/** + \page dump_study Dump study + + Back to Main page. + + The HYDROGUI module supports dumping documents into Python scripts. This operation can be called via:
      +
    1. The main menu File => Dump study;
    2. +
    3. CTRL + D buttons combination;
    4. +
    + + + Dump study dialog box looks like: + + \image html dump_study_dialog_box.png "Dump study dialog box" + + Controls inside Dump study dialog box: + + In case if the user tries to save file with the name already used, warning appears, suggested overwriting existing file : + \image html warning_dump.png "Warning" + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/export_polyline.h b/doc/salome/gui/HYDRO/export_polyline.h new file mode 100644 index 00000000..2917bcfb --- /dev/null +++ b/doc/salome/gui/HYDRO/export_polyline.h @@ -0,0 +1,19 @@ + +/** + @file + \brief Help for the export polyline +*/ + +/** + \page export_polyline Export polyline + + Back to Main page. + + It is possible to export polylines from HYDROGUI module. This operation can be called from context menu of selected polylines in Object browser. + + Export polyline dialog box appears: + \image html export_polyline_dialog_box.png "Export polyline dialog box" + + Supported format - .SHP(shape files). + +*/ diff --git a/doc/salome/gui/HYDRO/export_strickler_table.h b/doc/salome/gui/HYDRO/export_strickler_table.h new file mode 100644 index 00000000..0f006c3d --- /dev/null +++ b/doc/salome/gui/HYDRO/export_strickler_table.h @@ -0,0 +1,28 @@ + +/** + @file + \brief Help for the export strickler table +*/ + +/** + \page export_strickler_table Export strickler table + + Back to Main page. + + It is possible to export strickler table from HYDROGUI module. This operation is accessible from context menu of selected strickler table in Object browser.
    + + Export Strickler table looks like: + \image html export_strickler_table_input_panel.png "Export strickler table input panel" + + Arguments of the input panel: + +File name - field to define file to export;
    +Name - field to show name of strickler table to export;
    +Apply - button to export strickler table object;
    +Apply and Close - button to export strickler table object and close input panel;
    +Close - button to close input panel.
    + + + + +*/ diff --git a/doc/salome/gui/HYDRO/find_bottom.h b/doc/salome/gui/HYDRO/find_bottom.h new file mode 100644 index 00000000..e34acfcc --- /dev/null +++ b/doc/salome/gui/HYDRO/find_bottom.h @@ -0,0 +1,33 @@ + +/** + @file + \brief Help for the find bottom +*/ + +/** + \page findbottom Find bottom + + Back to Main page. + + Find bottom operation builds polyline simulating the river bottom. The bottom polyline is constructed as the spline connecting the points with the minimal altitude from each profile inside the stream. + + Find stream bottom input panel can be opened via:
      +
    1. The main menu HYDRO => Stream => Find bottom; +
    2. Context menu of Stream object in Object browser - Find bottom;
    3. +
    + + Arguments of the input panel: + + \image html find_bottom_input_panel.png "Find stream bottom input panel" + +Stream object - combo-box to define reference stream object;
    +Apply - button to build stream's bottom;
    +Apply and Close - button to build stream's bottom and close input panel;
    +Close - button to close input panel. + +Example:
    + +\image html find_bottom_example.png "Find bottom example" + +Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/fuse_images.h b/doc/salome/gui/HYDRO/fuse_images.h index f1bcfe8c..9b6a6342 100644 --- a/doc/salome/gui/HYDRO/fuse_images.h +++ b/doc/salome/gui/HYDRO/fuse_images.h @@ -1,28 +1,45 @@ /** @file - \brief Help for the immersible zone + \brief Help for the fuse images +*/ + +/* +div.inline-image, +div.inline-image > div { + display:inline; +} */ /** \page fuseimages Fuse images -The user can start Fuse images operation via following ways:
      -
    1. The main menu HYDRO - Fuse images; -
    2. Context menu of any image in Object browser - Fuse images; -
    3. Fuse images toolbar button. + Back to Main page. + +The user can start Fuse images operation via:
        +
      1. The main menu HYDRO - Fuse images;
      2. +
      3. Context menu of any image in Object browser - Fuse images;
      4. +
      5. Fuse images toolbar button. \image html fuse_images_toolbar_button.png "Fuse images toolbar button"
      -Input panel looks like: + + + + + Arguments of the input panel: \image html fuse_images_input_panel.png "Fuse images input panel" -Name - field for defining the name of image after fusing. +Name - field for defining the name of image after fusing;
      +Image 1 - field for defining the first fusing image;
      +Image 2 - field for defining the second fusing image;
      +Apply - button to create fused image object;
      +Apply and Close - button to create fused image object and close input panel;
      +Close - button to close input panel.
      -It's necessary to select 2 pictures to be fused with help of Image 1 and Image 2 fields.

      Also, it's possible to change background color of fused image. For this Color radio button should be pushed and Select color dialog box should be called
      by double clicking on the area near Color radio button. \image html select_color.png "Select color dialog box" - +Back to Main page. */ diff --git a/doc/salome/gui/HYDRO/general_services.h b/doc/salome/gui/HYDRO/general_services.h new file mode 100644 index 00000000..6b1b7318 --- /dev/null +++ b/doc/salome/gui/HYDRO/general_services.h @@ -0,0 +1,29 @@ + +/** + @file + \brief Help for the general services +*/ + +/** + \page general_services General services + + The HYRDOGUI module supports following services: + - \ref save "Save file" + - \ref open "Open file" + - \ref dump_study "Dump study" + - \ref load_script "Load script" + - \ref undo_redo "Undo/Redo actions" + - \ref copy_paste "Copy/Paste object(s)" + - \ref delete "Delete object(s)" + - \ref color "Color object" + - \ref show_hide "Show/Hide object(s)" + - \ref update "Update object" + - \ref rename "Rename object" + - \ref submersible "Submersible" + - \ref copy_position "Copy position" + - \ref change_layer_order "Change layer order" + + Back to Main page. + + +*/ diff --git a/doc/salome/gui/HYDRO/georeferencement_profile.h b/doc/salome/gui/HYDRO/georeferencement_profile.h new file mode 100644 index 00000000..faad63f2 --- /dev/null +++ b/doc/salome/gui/HYDRO/georeferencement_profile.h @@ -0,0 +1,41 @@ + +/** + @file + \brief Help for the georeferencement profile +*/ + +/** + \page georeferencement_profile Georeferencement of profiles + + Back to Main page. + + Georeferencement of profiles in HYDROGUI module is accessible via:
        +
      • The main menu HYDRO => Profile => Georeferencement;
      • +
      • Context menu of PROFILES in Object browser - Georeferencement;
      • +
      • Context menu of selected profiles in Object browser - Georeferencement;
      • +
      • Profile(s)georeferencement toolar button.
      • + +\image html georeferencement_toolbar_button.png "Profile(s) georeferencement toolbar button" +
      + + Georeferencement profile input panel appears. The table widget shows either all profiles existing in document or selected profiles depending on the radio button activated: + + \image html profiles_georeferencement_all.png "Profiles georeferencement input panel- All profiles" + \image html profiles_georeferencement_selected.png "Profiles georeferencement input panel- Selected profiles" + +If the user starts the operation via main menu, context menu of PROFILES or toolar button then the radio button All is activated automatically; if via context menu of selected profiles - Selected radio button. + +The user can input/change the coordinates of G, D profile points directly in the table using cell widgets or selecting a cell in the table and clicking in viewer. + +Apply - button to validate changes;
      +Apply and Close - button to validate changes and close input panel;
      +Close - button to close input panel. + + +2D profiles that were georeferenced become 3D profiles and their names color is changed from red to black. + +\image html georeferencemented_profiles.png "Profiles in Object browser before and after georeferencement" + + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/image.h b/doc/salome/gui/HYDRO/image.h new file mode 100644 index 00000000..eb9e0664 --- /dev/null +++ b/doc/salome/gui/HYDRO/image.h @@ -0,0 +1,20 @@ +/** + @file + \brief Help for the image +*/ + +/** + \page image Image + + Back to Main page. + +Image is a picture area, the user is interested in. Images can be used to better visualize the study zone, the positioning of the geometries - polylines, bathymetries, etc.
      + The HYDROGUI module supports the following operations with images: + + - \ref impimage "Import image" + - \ref fuseimages "Fuse images" + - \ref cutimages "Cut images" + - \ref splitimage "Split image" + + +*/ diff --git a/doc/salome/gui/HYDRO/images/add_element_panel.png b/doc/salome/gui/HYDRO/images/add_element_panel.png new file mode 100644 index 00000000..436eab7b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/add_element_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/addition_mode_button.png b/doc/salome/gui/HYDRO/images/addition_mode_button.png new file mode 100644 index 00000000..2a498913 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/addition_mode_button.png differ diff --git a/doc/salome/gui/HYDRO/images/bathymetry_example.png b/doc/salome/gui/HYDRO/images/bathymetry_example.png new file mode 100644 index 00000000..ceca81c8 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/bathymetry_example.png differ diff --git a/doc/salome/gui/HYDRO/images/box_dialog.png b/doc/salome/gui/HYDRO/images/box_dialog.png new file mode 100644 index 00000000..7e3b5e83 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/box_dialog.png differ diff --git a/doc/salome/gui/HYDRO/images/box_input_panel.png b/doc/salome/gui/HYDRO/images/box_input_panel.png new file mode 100644 index 00000000..e90fba71 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/box_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/box_input_panel_create.png b/doc/salome/gui/HYDRO/images/box_input_panel_create.png new file mode 100644 index 00000000..86bceee5 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/box_input_panel_create.png differ diff --git a/doc/salome/gui/HYDRO/images/box_presentation.png b/doc/salome/gui/HYDRO/images/box_presentation.png new file mode 100644 index 00000000..e2f9f438 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/box_presentation.png differ diff --git a/doc/salome/gui/HYDRO/images/box_toolbar_button.png b/doc/salome/gui/HYDRO/images/box_toolbar_button.png new file mode 100644 index 00000000..f20fe460 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/box_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/change_layer_order_dialog_box.png b/doc/salome/gui/HYDRO/images/change_layer_order_dialog_box.png new file mode 100644 index 00000000..096a0467 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/change_layer_order_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/channel_input_panel.png b/doc/salome/gui/HYDRO/images/channel_input_panel.png new file mode 100644 index 00000000..eb13b47b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/channel_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/channel_toolbar_button.png b/doc/salome/gui/HYDRO/images/channel_toolbar_button.png new file mode 100644 index 00000000..f037a8d0 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/channel_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/close_active_study_warning.png b/doc/salome/gui/HYDRO/images/close_active_study_warning.png new file mode 100644 index 00000000..7bf73e62 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/close_active_study_warning.png differ diff --git a/doc/salome/gui/HYDRO/images/color_example.png b/doc/salome/gui/HYDRO/images/color_example.png new file mode 100644 index 00000000..92787b7e Binary files /dev/null and b/doc/salome/gui/HYDRO/images/color_example.png differ diff --git a/doc/salome/gui/HYDRO/images/create_immersible_zone_input_panel.png b/doc/salome/gui/HYDRO/images/create_immersible_zone_input_panel.png new file mode 100644 index 00000000..1a0cd6fa Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_immersible_zone_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/create_immersible_zone_toolbar_button.png b/doc/salome/gui/HYDRO/images/create_immersible_zone_toolbar_button.png new file mode 100644 index 00000000..61abb657 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_immersible_zone_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/create_polyline_3d_input_panel.png b/doc/salome/gui/HYDRO/images/create_polyline_3d_input_panel.png new file mode 100644 index 00000000..946cf676 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_polyline_3d_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/create_polyline_3d_toolbar_button.png b/doc/salome/gui/HYDRO/images/create_polyline_3d_toolbar_button.png new file mode 100644 index 00000000..be3e220b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_polyline_3d_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/create_polyline_input_panel.png b/doc/salome/gui/HYDRO/images/create_polyline_input_panel.png new file mode 100644 index 00000000..b0982e24 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_polyline_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/create_polyline_toolbar_button.png b/doc/salome/gui/HYDRO/images/create_polyline_toolbar_button.png new file mode 100644 index 00000000..6da1ab08 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_polyline_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/create_profile_input_panel.png b/doc/salome/gui/HYDRO/images/create_profile_input_panel.png new file mode 100644 index 00000000..95475899 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_profile_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/create_profile_toolbar_button.png b/doc/salome/gui/HYDRO/images/create_profile_toolbar_button.png new file mode 100644 index 00000000..aff6993e Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_profile_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/create_stream_input_panel.png b/doc/salome/gui/HYDRO/images/create_stream_input_panel.png new file mode 100644 index 00000000..d682dc22 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_stream_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/create_stream_toolbar_button.png b/doc/salome/gui/HYDRO/images/create_stream_toolbar_button.png new file mode 100644 index 00000000..828cb2c9 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/create_stream_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/cut_images_toolbar_button.png b/doc/salome/gui/HYDRO/images/cut_images_toolbar_button.png new file mode 100644 index 00000000..19a39071 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/cut_images_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/cylinder_dialog.png b/doc/salome/gui/HYDRO/images/cylinder_dialog.png new file mode 100644 index 00000000..68ac040f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/cylinder_dialog.png differ diff --git a/doc/salome/gui/HYDRO/images/cylinder_presentation.png b/doc/salome/gui/HYDRO/images/cylinder_presentation.png new file mode 100644 index 00000000..e19eb240 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/cylinder_presentation.png differ diff --git a/doc/salome/gui/HYDRO/images/cylinder_toolbar_button.png b/doc/salome/gui/HYDRO/images/cylinder_toolbar_button.png new file mode 100644 index 00000000..af28f85a Binary files /dev/null and b/doc/salome/gui/HYDRO/images/cylinder_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/delete_objects_dialog_box.png b/doc/salome/gui/HYDRO/images/delete_objects_dialog_box.png new file mode 100644 index 00000000..6029e2a4 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/delete_objects_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/delete_objects_warning.png b/doc/salome/gui/HYDRO/images/delete_objects_warning.png new file mode 100644 index 00000000..f8b38d43 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/delete_objects_warning.png differ diff --git a/doc/salome/gui/HYDRO/images/digue_input_panel.png b/doc/salome/gui/HYDRO/images/digue_input_panel.png new file mode 100644 index 00000000..19258852 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/digue_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/digue_toolbar_button.png b/doc/salome/gui/HYDRO/images/digue_toolbar_button.png new file mode 100644 index 00000000..df268af3 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/digue_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/dump_study_dialog_box.png b/doc/salome/gui/HYDRO/images/dump_study_dialog_box.png new file mode 100644 index 00000000..059cac8d Binary files /dev/null and b/doc/salome/gui/HYDRO/images/dump_study_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/edit_element_panel.png b/doc/salome/gui/HYDRO/images/edit_element_panel.png new file mode 100644 index 00000000..ea104bc8 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/edit_element_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/example_change_layer_order_after.png b/doc/salome/gui/HYDRO/images/example_change_layer_order_after.png new file mode 100644 index 00000000..3640f11e Binary files /dev/null and b/doc/salome/gui/HYDRO/images/example_change_layer_order_after.png differ diff --git a/doc/salome/gui/HYDRO/images/example_change_layer_order_before.png b/doc/salome/gui/HYDRO/images/example_change_layer_order_before.png new file mode 100644 index 00000000..037e5bb9 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/example_change_layer_order_before.png differ diff --git a/doc/salome/gui/HYDRO/images/export_polyline_dialog_box.png b/doc/salome/gui/HYDRO/images/export_polyline_dialog_box.png new file mode 100644 index 00000000..7bdaf123 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/export_polyline_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/export_strickler_table_input_panel.png b/doc/salome/gui/HYDRO/images/export_strickler_table_input_panel.png new file mode 100644 index 00000000..d8363cf6 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/export_strickler_table_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/eye_icons.png b/doc/salome/gui/HYDRO/images/eye_icons.png new file mode 100644 index 00000000..3cb59198 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/eye_icons.png differ diff --git a/doc/salome/gui/HYDRO/images/find_bottom_example.png b/doc/salome/gui/HYDRO/images/find_bottom_example.png new file mode 100644 index 00000000..a4e247f5 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/find_bottom_example.png differ diff --git a/doc/salome/gui/HYDRO/images/find_bottom_input_panel.png b/doc/salome/gui/HYDRO/images/find_bottom_input_panel.png new file mode 100644 index 00000000..01cb5f5f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/find_bottom_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/georeferencement_toolbar_button.png b/doc/salome/gui/HYDRO/images/georeferencement_toolbar_button.png new file mode 100644 index 00000000..1e998619 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/georeferencement_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/georeferencemented_profiles.png b/doc/salome/gui/HYDRO/images/georeferencemented_profiles.png new file mode 100644 index 00000000..440a4ba3 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/georeferencemented_profiles.png differ diff --git a/doc/salome/gui/HYDRO/images/immersible_zone_example.png b/doc/salome/gui/HYDRO/images/immersible_zone_example.png new file mode 100644 index 00000000..18712bc4 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/immersible_zone_example.png differ diff --git a/doc/salome/gui/HYDRO/images/import_bathymetry_input_panel.png b/doc/salome/gui/HYDRO/images/import_bathymetry_input_panel.png new file mode 100644 index 00000000..7402533b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_bathymetry_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/import_bathymetry_toolbar_button.png b/doc/salome/gui/HYDRO/images/import_bathymetry_toolbar_button.png new file mode 100644 index 00000000..3b90c7e5 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_bathymetry_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/import_obstacle_create_input_panel.png b/doc/salome/gui/HYDRO/images/import_obstacle_create_input_panel.png new file mode 100644 index 00000000..f834ea61 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_obstacle_create_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/import_obstacle_input_panel.png b/doc/salome/gui/HYDRO/images/import_obstacle_input_panel.png new file mode 100644 index 00000000..3af3c569 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_obstacle_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/import_obstacle_toolbar_button.png b/doc/salome/gui/HYDRO/images/import_obstacle_toolbar_button.png new file mode 100644 index 00000000..2a6e2775 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_obstacle_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/import_polyline_dialog_box.png b/doc/salome/gui/HYDRO/images/import_polyline_dialog_box.png new file mode 100644 index 00000000..3ca1067f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_polyline_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/import_polyline_toolbar_button.png b/doc/salome/gui/HYDRO/images/import_polyline_toolbar_button.png new file mode 100644 index 00000000..f6a6d7b1 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_polyline_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/import_profile_dialog_box.png b/doc/salome/gui/HYDRO/images/import_profile_dialog_box.png new file mode 100644 index 00000000..51c9a479 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_profile_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/import_profile_toolbar_button.png b/doc/salome/gui/HYDRO/images/import_profile_toolbar_button.png new file mode 100644 index 00000000..09828422 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_profile_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/import_strickler_table_input_panel.png b/doc/salome/gui/HYDRO/images/import_strickler_table_input_panel.png new file mode 100644 index 00000000..649a8ab5 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_strickler_table_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/import_strickler_table_toolbar_button.png b/doc/salome/gui/HYDRO/images/import_strickler_table_toolbar_button.png new file mode 100644 index 00000000..afe76139 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/import_strickler_table_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/imported_profiles.png b/doc/salome/gui/HYDRO/images/imported_profiles.png new file mode 100644 index 00000000..ac696c5e Binary files /dev/null and b/doc/salome/gui/HYDRO/images/imported_profiles.png differ diff --git a/doc/salome/gui/HYDRO/images/insert_new_section_button.png b/doc/salome/gui/HYDRO/images/insert_new_section_button.png new file mode 100644 index 00000000..f4244f9a Binary files /dev/null and b/doc/salome/gui/HYDRO/images/insert_new_section_button.png differ diff --git a/doc/salome/gui/HYDRO/images/join_selected_sections_button.png b/doc/salome/gui/HYDRO/images/join_selected_sections_button.png new file mode 100644 index 00000000..d1f5bf3f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/join_selected_sections_button.png differ diff --git a/doc/salome/gui/HYDRO/images/load_python_script_dialog_box.png b/doc/salome/gui/HYDRO/images/load_python_script_dialog_box.png new file mode 100644 index 00000000..827d856a Binary files /dev/null and b/doc/salome/gui/HYDRO/images/load_python_script_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/local_cs_transformation_input_panel.png b/doc/salome/gui/HYDRO/images/local_cs_transformation_input_panel.png new file mode 100644 index 00000000..6d8763cb Binary files /dev/null and b/doc/salome/gui/HYDRO/images/local_cs_transformation_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/modif_mode_table.png b/doc/salome/gui/HYDRO/images/modif_mode_table.png new file mode 100644 index 00000000..67eca626 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/modif_mode_table.png differ diff --git a/doc/salome/gui/HYDRO/images/modification_mode_button.png b/doc/salome/gui/HYDRO/images/modification_mode_button.png new file mode 100644 index 00000000..d86ac637 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/modification_mode_button.png differ diff --git a/doc/salome/gui/HYDRO/images/move_item_down_button.png b/doc/salome/gui/HYDRO/images/move_item_down_button.png new file mode 100644 index 00000000..60087441 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/move_item_down_button.png differ diff --git a/doc/salome/gui/HYDRO/images/move_item_on_bottom_button.png b/doc/salome/gui/HYDRO/images/move_item_on_bottom_button.png new file mode 100644 index 00000000..6245bc97 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/move_item_on_bottom_button.png differ diff --git a/doc/salome/gui/HYDRO/images/move_item_on_top_button.png b/doc/salome/gui/HYDRO/images/move_item_on_top_button.png new file mode 100644 index 00000000..3aed4ebf Binary files /dev/null and b/doc/salome/gui/HYDRO/images/move_item_on_top_button.png differ diff --git a/doc/salome/gui/HYDRO/images/move_item_up_button.png b/doc/salome/gui/HYDRO/images/move_item_up_button.png new file mode 100644 index 00000000..73a50214 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/move_item_up_button.png differ diff --git a/doc/salome/gui/HYDRO/images/not_updated_stream.png b/doc/salome/gui/HYDRO/images/not_updated_stream.png new file mode 100644 index 00000000..aa0853f9 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/not_updated_stream.png differ diff --git a/doc/salome/gui/HYDRO/images/obstacle_presentation.png b/doc/salome/gui/HYDRO/images/obstacle_presentation.png new file mode 100644 index 00000000..af527c7c Binary files /dev/null and b/doc/salome/gui/HYDRO/images/obstacle_presentation.png differ diff --git a/doc/salome/gui/HYDRO/images/open_document_toolbar_button.png b/doc/salome/gui/HYDRO/images/open_document_toolbar_button.png new file mode 100644 index 00000000..94793d00 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/open_document_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/open_file_dialog.png b/doc/salome/gui/HYDRO/images/open_file_dialog.png new file mode 100644 index 00000000..fa827932 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/open_file_dialog.png differ diff --git a/doc/salome/gui/HYDRO/images/open_file_dialog_box.png b/doc/salome/gui/HYDRO/images/open_file_dialog_box.png new file mode 100644 index 00000000..17c84c39 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/open_file_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/open_file_icon.png b/doc/salome/gui/HYDRO/images/open_file_icon.png new file mode 100644 index 00000000..fc3bce73 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/open_file_icon.png differ diff --git a/doc/salome/gui/HYDRO/images/polyline_3d_example.png b/doc/salome/gui/HYDRO/images/polyline_3d_example.png new file mode 100644 index 00000000..1d164a8c Binary files /dev/null and b/doc/salome/gui/HYDRO/images/polyline_3d_example.png differ diff --git a/doc/salome/gui/HYDRO/images/preferences.png b/doc/salome/gui/HYDRO/images/preferences.png new file mode 100644 index 00000000..bc575726 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/preferences.png differ diff --git a/doc/salome/gui/HYDRO/images/preferences_import.png b/doc/salome/gui/HYDRO/images/preferences_import.png new file mode 100644 index 00000000..edb9e791 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/preferences_import.png differ diff --git a/doc/salome/gui/HYDRO/images/preferences_type.png b/doc/salome/gui/HYDRO/images/preferences_type.png new file mode 100644 index 00000000..a8fb1153 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/preferences_type.png differ diff --git a/doc/salome/gui/HYDRO/images/prof_modif_mode_table.png b/doc/salome/gui/HYDRO/images/prof_modif_mode_table.png new file mode 100644 index 00000000..1bab9f4c Binary files /dev/null and b/doc/salome/gui/HYDRO/images/prof_modif_mode_table.png differ diff --git a/doc/salome/gui/HYDRO/images/profile_addition_points.png b/doc/salome/gui/HYDRO/images/profile_addition_points.png new file mode 100644 index 00000000..94abdd15 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profile_addition_points.png differ diff --git a/doc/salome/gui/HYDRO/images/profile_edit.png b/doc/salome/gui/HYDRO/images/profile_edit.png new file mode 100644 index 00000000..1b8b30d1 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profile_edit.png differ diff --git a/doc/salome/gui/HYDRO/images/profile_interpolation_preview.png b/doc/salome/gui/HYDRO/images/profile_interpolation_preview.png new file mode 100644 index 00000000..593ebdcc Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profile_interpolation_preview.png differ diff --git a/doc/salome/gui/HYDRO/images/profiles_georeferencement_all.png b/doc/salome/gui/HYDRO/images/profiles_georeferencement_all.png new file mode 100644 index 00000000..ed188e3b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profiles_georeferencement_all.png differ diff --git a/doc/salome/gui/HYDRO/images/profiles_georeferencement_selected.png b/doc/salome/gui/HYDRO/images/profiles_georeferencement_selected.png new file mode 100644 index 00000000..571dbee1 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profiles_georeferencement_selected.png differ diff --git a/doc/salome/gui/HYDRO/images/profiles_interpolation_input_panel.png b/doc/salome/gui/HYDRO/images/profiles_interpolation_input_panel.png new file mode 100644 index 00000000..e0ace2e3 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/profiles_interpolation_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/python_console.png b/doc/salome/gui/HYDRO/images/python_console.png new file mode 100644 index 00000000..caa1d151 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/python_console.png differ diff --git a/doc/salome/gui/HYDRO/images/redo_button.png b/doc/salome/gui/HYDRO/images/redo_button.png new file mode 100644 index 00000000..c352a5ba Binary files /dev/null and b/doc/salome/gui/HYDRO/images/redo_button.png differ diff --git a/doc/salome/gui/HYDRO/images/redo_combo_box.png b/doc/salome/gui/HYDRO/images/redo_combo_box.png new file mode 100644 index 00000000..b9125991 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/redo_combo_box.png differ diff --git a/doc/salome/gui/HYDRO/images/redo_toolbar_button.png b/doc/salome/gui/HYDRO/images/redo_toolbar_button.png new file mode 100644 index 00000000..4701b3d1 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/redo_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/remove_button.png b/doc/salome/gui/HYDRO/images/remove_button.png new file mode 100644 index 00000000..07f09f8f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/remove_button.png differ diff --git a/doc/salome/gui/HYDRO/images/reopen_file_dialog_box.png b/doc/salome/gui/HYDRO/images/reopen_file_dialog_box.png new file mode 100644 index 00000000..81d3cca0 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/reopen_file_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/save_document_toolbar_button.png b/doc/salome/gui/HYDRO/images/save_document_toolbar_button.png new file mode 100644 index 00000000..399c0559 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/save_document_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/save_file_dialog_box.png b/doc/salome/gui/HYDRO/images/save_file_dialog_box.png new file mode 100644 index 00000000..7ff19ae6 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/save_file_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/save_file_warning.png b/doc/salome/gui/HYDRO/images/save_file_warning.png new file mode 100644 index 00000000..e4950d52 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/save_file_warning.png differ diff --git a/doc/salome/gui/HYDRO/images/set_color_dialog_box.png b/doc/salome/gui/HYDRO/images/set_color_dialog_box.png new file mode 100644 index 00000000..fc03c4c8 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/set_color_dialog_box.png differ diff --git a/doc/salome/gui/HYDRO/images/split_image_toolbar_button.png b/doc/salome/gui/HYDRO/images/split_image_toolbar_button.png new file mode 100644 index 00000000..58903320 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/split_image_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/stream_2d_example.png b/doc/salome/gui/HYDRO/images/stream_2d_example.png new file mode 100644 index 00000000..b69fad9b Binary files /dev/null and b/doc/salome/gui/HYDRO/images/stream_2d_example.png differ diff --git a/doc/salome/gui/HYDRO/images/stream_3d_example.png b/doc/salome/gui/HYDRO/images/stream_3d_example.png new file mode 100644 index 00000000..a39c7c31 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/stream_3d_example.png differ diff --git a/doc/salome/gui/HYDRO/images/submersible.png b/doc/salome/gui/HYDRO/images/submersible.png new file mode 100644 index 00000000..125b6125 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/submersible.png differ diff --git a/doc/salome/gui/HYDRO/images/translate_obstacle_example.png b/doc/salome/gui/HYDRO/images/translate_obstacle_example.png new file mode 100644 index 00000000..ab1cf3ec Binary files /dev/null and b/doc/salome/gui/HYDRO/images/translate_obstacle_example.png differ diff --git a/doc/salome/gui/HYDRO/images/translate_obstacle_input_panel.png b/doc/salome/gui/HYDRO/images/translate_obstacle_input_panel.png new file mode 100644 index 00000000..00180a4c Binary files /dev/null and b/doc/salome/gui/HYDRO/images/translate_obstacle_input_panel.png differ diff --git a/doc/salome/gui/HYDRO/images/undo_button.png b/doc/salome/gui/HYDRO/images/undo_button.png new file mode 100644 index 00000000..579d5edb Binary files /dev/null and b/doc/salome/gui/HYDRO/images/undo_button.png differ diff --git a/doc/salome/gui/HYDRO/images/undo_combo_box.png b/doc/salome/gui/HYDRO/images/undo_combo_box.png new file mode 100644 index 00000000..f9b2bab8 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/undo_combo_box.png differ diff --git a/doc/salome/gui/HYDRO/images/undo_toolbar_button.png b/doc/salome/gui/HYDRO/images/undo_toolbar_button.png new file mode 100644 index 00000000..6ba27494 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/undo_toolbar_button.png differ diff --git a/doc/salome/gui/HYDRO/images/updated_stream.png b/doc/salome/gui/HYDRO/images/updated_stream.png new file mode 100644 index 00000000..e3d1410f Binary files /dev/null and b/doc/salome/gui/HYDRO/images/updated_stream.png differ diff --git a/doc/salome/gui/HYDRO/images/warning_dump.png b/doc/salome/gui/HYDRO/images/warning_dump.png new file mode 100644 index 00000000..fb95fd68 Binary files /dev/null and b/doc/salome/gui/HYDRO/images/warning_dump.png differ diff --git a/doc/salome/gui/HYDRO/immersible_zone.h b/doc/salome/gui/HYDRO/immersible_zone.h index 788e9ea8..c0a1ff7a 100644 --- a/doc/salome/gui/HYDRO/immersible_zone.h +++ b/doc/salome/gui/HYDRO/immersible_zone.h @@ -7,24 +7,30 @@ /** \page imzone Immersible zone - The immersible zone is a natural object. - In the HYDROGUI module it is the face limited by one polyline. - It simulates the zone under the water. - - The immersible zone can be created via the main menu HYDRO => Create immersible zone. - - In the dialog box: - - \image html immersible_zone_dlg.png "Immersible zone dialog box" - - the user should select the polyline limited the immersible zone and the bathymetry object associated with the immersible zone. - - The immersible zone can be defined on the polyline with one contour, in this case it will be a simple face limited by the contour: - - \image html simple_immersible_zone.png "A simple immersible zone" - - Also the immersible zone can be defined on the polyline with two contours (one inside another), - in this case it will be a face limited by external contour with the hole limited by the internal contour. - - \image html immersible_zone_with_hole.png "An immersible zone with a hole" + Back to Main page. + + The immersible zone is a natural object describing the area that is (or may be) under the water. + + Create immersible zone input panel can be opened via:
        +
      1. The main menu HYDRO => Create immersible zone; +
      2. Context menu of NATURAL OBJECTS in Object browser => Create immersible zone; +
      3. Create immersible zone toolar button.\image html create_immersible_zone_toolbar_button.png "Create immersible zone toolbar button" +
      + + Arguments of the input panel: + + \image html create_immersible_zone_input_panel.png "Create immersible zone input panel" + +Name - field to define the immersible zone name;
      +Polyline - combo - box to select the polyline defining the immersible zone border. The combo box contains only closed polylines allowed for the immersible zones creation.
      +Bathymetry - combo - box to select the bathymetry object describing immersible zone's profile;
      +Apply - button to generate immersible zone;
      +Apply and Close - button to generate immersible zone and close input panel;
      +Close - button to close input panel. + +Example:
      + +\image html immersible_zone_example.png "Immersible zone example" + +Back to Main page. */ diff --git a/doc/salome/gui/HYDRO/import_image.h b/doc/salome/gui/HYDRO/import_image.h index 84927088..553c26b3 100644 --- a/doc/salome/gui/HYDRO/import_image.h +++ b/doc/salome/gui/HYDRO/import_image.h @@ -1,33 +1,38 @@ /** @file - \brief Help for the immersible zone + \brief Help for the import image */ /** \page impimage Import image - Import image input panel can be opened via following ways:
        + Back to Main page. + + Import image input panel can be opened via:
        1. The main menu HYDRO => Import image;
        2. Context menu of IMAGES in Object browser => Import image;
        3. CTRL + I buttons combination; -
        4. Import image toolar button. +
        5. Import image toolar button. \image html import_image_toolbar_button.png "Import image toolbar button"
        - Input panel looks like: + Arguments of the input panel: \image html impot_image_dialog.png "Import image input panel" - File name - field for defining file to import. Supported formats are .bmp, .jpg, .jpeg, .png, .tif. - - Name - field for defining the name of image after import. By default - the name of the file. - +File name - field for defining file to import. Supported formats are .bmp, .jpg, .jpeg, .png, .tif.
        +Name - field for defining the name of image after import. By default - the name of the file;
        +Apply - button to create image object;
        +Apply and Close - button to create image object and close input panel;
        +Close - button to close input panel.
        Another fields become enabled: \image html import_image_enabled.png "Enabled Import image input panel" - Coordinates of 2 mandatory points have to be defined for positioning the image (points A and B). Additionally, it's possible to activate point C for more exact positioning.
        - Coordinates of points can be defined via following ways:
          + By default, two points should be used for the image positioning. The corresponding transformation should be built using the rules: only panning, rotation and scaling are allowed; the scaling is same along X, Y; all angles are kept.
          + An additional check box allows the user to activate usage of the 3-rd point (unchecked by default). When user activates it he can select the 3-rd point exactly as previous two and in this case the complete affine transformation is applied (note that angles can be not kept and scaling along X, Y may be different in this case).
          + + Coordinates of points can be defined via:
          1. Manually input Geographic coordinates
            It's necessary to to input latitude and longitude of points. @@ -38,10 +43,12 @@ \image html lambert_coordinates.png "Lambert coordinates"
          2. Get Plane coordinates (Lambert93) from file -
            It's necessary to load file with lambert coordinates. +
            It's necessary to load file with lambert coordinates. Supported format - .GRF (image georeferencement file)
          3. Choose points on reference image
            It's necessary to choose reference image from combo box \image html reference_image.png "Combo-box for defining reference image"
          + +Back to Main page. */ diff --git a/doc/salome/gui/HYDRO/import_obstacle.h b/doc/salome/gui/HYDRO/import_obstacle.h new file mode 100644 index 00000000..98f499b7 --- /dev/null +++ b/doc/salome/gui/HYDRO/import_obstacle.h @@ -0,0 +1,71 @@ + +/** + @file + \brief Help for Import obstacle from file operation +*/ + +/** + \page import_obstacle Import obstacle from file + + + Back to Main page. + + An obstacle can be imported into the HYDROGUI module from external file. + + + The Import obstacle operation can be started via:
            + +
          1. The main menu HYDRO => Obstacle => Import obstacle ; +
          2. Context menu of OBSTACLES in Object browser - Import obstacle; +
          3. Import obstacle from file toolbar button +
          + +\image html import_obstacle_toolbar_button.png "Import obstacle from file toolbar button" + + + Import obstacle input panel appears. + + + \image html import_obstacle_create_input_panel.png " Import obstacle input panel - Create mode" + + \image html import_obstacle_input_panel.png " Import obstacle input panel - Modify mode" + +Arguments of the input panel: + +File name - field for defining file to import. + + +The user clicks Open File button. + + +\image html open_file_icon.png "Open File button" + + +Open File dialog box appears. + + +\image html open_file_dialog.png "Open File dialog" + + +The user selects type of file to be imported. Supported formats are BREP, IGES, STEP. + + +The user selects folder in Look in filed and desired file in this folder. + +The user clicks Open button. + +Open File dialog box is closed. Selected file appears in File name. + + +Name - field to define the obstacle name. By default name is the same as file name without extension;
          +Mode - allows to generate a new obstacle (radio-button Create new) or replace existing obstacle (radio-button Modify) ;
          +Apply - button to import obstacle;
          +Apply and Close - button to import obstacle and close input panel;
          +Close - button to close input panel. + + The obstacle is presented as the face and 3D object. + \image html obstacle_presentation.png "Obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/import_obstacle_GEOM.h b/doc/salome/gui/HYDRO/import_obstacle_GEOM.h new file mode 100644 index 00000000..bf6ae770 --- /dev/null +++ b/doc/salome/gui/HYDRO/import_obstacle_GEOM.h @@ -0,0 +1,43 @@ + +/** + @file + \brief Help for Import GEOM object as obstacle operation +*/ + +/** + \page import_obstacle_GEOM Import GEOM object as obstacle + + Back to Main page. + + A geometrical object can be imported into the HYDROGUI module as an obstacle. + + + The Import GEOM object as obstacle operation can be started via Context menu of GEOM object in Object browser - Import as obstacle. + + The user can select one/several objects in GEOM, in this case for each selected object the corresponding instance of HYDRO obstacle will be created. + + + Import GEOM object as obstacle input panel appears. + +The same input panel appears after creation of new geometrical primitives as results of Create box and Create cylinder operations. + +Import GEOM object as obstacle input panel appears. + + \image html box_input_panel_create.png " Import GEOM object as obstacle input panel - Create mode" + + \image html box_input_panel.png " Import GEOM object as obstacle input panel - Modify mode" + +Arguments of the input panel: + +Name - field to define the obstacle name. By default name is the same as name of corresponding GEOM object;
          +Mode - allows to generate a new obstacle (radio-button Create new) or replace existing obstacle (radio-button Modify) ;
          +Apply - button to generate obstacle;
          +Apply and Close - button to generate obstacle and close input panel;
          +Close - button to close input panel. + + The obstacle is presented as the face and 3D object. + \image html box_presentation.png "Box obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/import_polyline.h b/doc/salome/gui/HYDRO/import_polyline.h new file mode 100644 index 00000000..0737324f --- /dev/null +++ b/doc/salome/gui/HYDRO/import_polyline.h @@ -0,0 +1,21 @@ + +/** + @file + \brief Help for the import polyline +*/ + +/** + \page import_polyline Import polyline + + Back to Main page. + + It is possible to import polylines in HYDROGUI module. This operation is accessible via:
            +
          • The main menu HYDRO => Import polyline;
          • +
          • Import polyline toolar button. \image html import_polyline_toolbar_button.png "Import polyline toolbar button"
          • +
          + + Import polyline dialog box appears: + \image html import_polyline_dialog_box.png "Import polyline dialog box" + +Supported formats - .SX(sinusX files) and .SHP(shape files). +*/ diff --git a/doc/salome/gui/HYDRO/import_profile.h b/doc/salome/gui/HYDRO/import_profile.h new file mode 100644 index 00000000..5377ea47 --- /dev/null +++ b/doc/salome/gui/HYDRO/import_profile.h @@ -0,0 +1,41 @@ + +/** + @file + \brief Help for the import profile +*/ + +/** + \page import_profile Import profile + + Back to Main page. + + Import profiles in HYDROGUI module from external file is accessible via:
            +
          • The main menu HYDRO => Profile => Import profiles;
          • +
          • Context menu of PROFILES in Object browser - Import profiles;
          • +
          • Import profiles from file(s) toolar button.
          • + +\image html import_profile_toolbar_button.png "Import profiles from file(s) toolbar button" +
          + + Import profile dialog box appears: + \image html import_profile_dialog_box.png "Import profile dialog box" + + +The user selects folder in Look in filed and one or several desired file in this folder. + +The user clicks Open button. + +Open File dialog box is closed. Selected profile(s) appear(s) in Object browser. 2D profiles names are colored in red, 3D profile names with georteferncement are colored in black. + +\image html imported_profiles.png "Imported profiles in Object browser" + +The profile file format is text where each line corresponds to one point in the profile. + +Depending on number of values in line two use cases can be distinguished:
            + +
          • 2D case - each line contains 2 double values (parametric case). Note, that the X values should increase so if the current value is less than previous it can be interpreted as start of new profile.
          • +
          • 3D case - each line contains 3 double values. First and last points are interpreted as points of georeferencement: first point is G (left bank), last point is D (right bank). The intermediate points should be recalculated to parametric presentation according to rule: the profile is straight segment on plan, and for each point U is equal to distance from the current point to the first point and Z is taken as is from the file.
          • +
          + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/import_strickler_table.h b/doc/salome/gui/HYDRO/import_strickler_table.h new file mode 100644 index 00000000..809f941e --- /dev/null +++ b/doc/salome/gui/HYDRO/import_strickler_table.h @@ -0,0 +1,27 @@ + +/** + @file + \brief Help for the import strickler table +*/ + +/** + \page import_strickler_table Import strickler table + + Back to Main page. + + It is possible to import strickler table in HYDROGUI module. This operation is accessible via:
            +
          • The main menu HYDRO => Import strickler table;
          • +
          • Context menu of STRICKLER TABLES in Object browser => Import strickler table;
          • +
          • Import strickler table toolar button. \image html import_strickler_table_toolbar_button.png "Import strickler table toolbar button"
          • +
          + + Import strickler table input panel looks like: + \image html import_strickler_table_input_panel.png "Import strickler table input panel" + Arguments of the input panel: + +File name - field to define file to import;
          +Name - field to define the name of strickler table object after import. By default - the name of the file;
          +Apply - button to create strickler table object;
          +Apply and Close - button to create strickler table object and close input panel;
          +Close - button to close input panel.
          +*/ diff --git a/doc/salome/gui/HYDRO/land_cover.h b/doc/salome/gui/HYDRO/land_cover.h new file mode 100644 index 00000000..acd21e8f --- /dev/null +++ b/doc/salome/gui/HYDRO/land_cover.h @@ -0,0 +1,13 @@ +/** + @file + \brief Help for the land cover +*/ + +/** + \page land_cover Land cover + + Back to Main page. + + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/load_script.h b/doc/salome/gui/HYDRO/load_script.h new file mode 100644 index 00000000..3ae2ccb1 --- /dev/null +++ b/doc/salome/gui/HYDRO/load_script.h @@ -0,0 +1,27 @@ + +/** + @file + \brief Help for the load script +*/ + +/** + \page load_script Load script + + Back to Main page. + + The HYDROGUI module supports loading Python scripts. This operation can be called via:
            +
          1. The main menu File => Load script;
          2. +
          3. CTRL + T buttons combination;
          4. +
          + + + Load python script dialog box looks like: + + \image html load_python_script_dialog_box.png "Load python script dialog box" + + When script loading is done, according message appears in Python console. In case of problems during loading, error appears in Python console. + + \image html python_console.png "Python console" + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/local_cs.h b/doc/salome/gui/HYDRO/local_cs.h new file mode 100644 index 00000000..1c537c37 --- /dev/null +++ b/doc/salome/gui/HYDRO/local_cs.h @@ -0,0 +1,31 @@ + +/** + @file + \brief Help for the local CS +*/ + +/** + \page local_cs Local CS + + Back to Main page. + + The HYDROGUI module allows the user to change local coordinate system to avoid big numbers with Lambert 93 coordinates.
          + For this Local CS transformation input panel should be called via:
            +
          • The main menu HYDRO => Change local CS;
          • +
          • Context menu of HYDRO in Object browser => Change local CS.
          • +
          +Local CS transformation input panel looks like: + + \image html local_cs_transformation_input_panel.png "Local CS transformation input panel" + + Arguments of the input panel:
          + + LX - spin-box to define value of OX in local CS;
          + LY - spin-box to define value of OY in local CS.
          + Apply - button to transform local coordinate system;
          + Apply and Close - button to transform local coordinate system and close input panel;
          + Close - button to close input panel. + +Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/mainpage.h b/doc/salome/gui/HYDRO/mainpage.h index b1cf80f9..f57f0673 100644 --- a/doc/salome/gui/HYDRO/mainpage.h +++ b/doc/salome/gui/HYDRO/mainpage.h @@ -31,13 +31,58 @@ The HYDROGUI module supports the following objects: - \ref imzone "Immersible zone" + - \ref p_profile "Profile" + - \ref create_profile "Create profile" + - \ref import_profile "Import profile" + - \ref georeferencement_profile "Profile georeferencement" - \ref art_digue "Digue" - \ref art_channel "Channel" + - \ref obstacle "Obstacle" + - \ref box_obstacle "Create Box obstacle" + - \ref cylinder_obstacle "Create Cylinder obstacle" + - \ref import_obstacle_GEOM "Import obstacle from GEOMETRY" + - \ref import_obstacle "Import obstacle from file" + - \ref translate_obstacle "Translation of an obstacle" + + + - \ref polyline3d "Polyline 3D" + - \ref polyline "Polyline" + - \ref export_polyline "Export polyline" + - \ref import_polyline "Import polyline" + - \ref bathymetry "Bathymetry" + - \ref strickler_table "Strickler table" + - \ref export_strickler_table "Export strickler table" + - \ref import_strickler_table "Import strickler table" + - \ref stream "Stream" + - \ref impimage "Find bottom" + - \ref profilesinterpolation "Profiles interpolation" + - \ref image "Image" + - \ref impimage "Import image" + - \ref fuseimages "Fuse images" + - \ref cutimages "Cut images" + - \ref splitimage "Split image" + - \ref calculation_case "Calculation case" + +The HYDROGUI module supports the following \ref general_services "services":
          + + + - \ref general_services "General services" + - \ref preferences "Preferences" + - \ref save "Save file" + - \ref open "Open file" + - \ref dump_study "Dump study" + - \ref load_script "Load script" + - \ref undo_redo "Undo/Redo actions" + - \ref copy_paste "Copy/Paste object(s)" + - \ref delete "Delete object(s)" + - \ref color "Color object" + - \ref show_hide "Show/Hide object(s)" + - \ref update "Update object" + - \ref rename "Rename object" + - \ref submersible "Submersible" + - \ref copy_position "Copy position" + - \ref change_layer_order "Change layer order" + - \ref local_cs "Local CS" - The HYDROGUI module supports the following operations: - - \ref impimage "Import image" - - \ref fuseimages "Fuse images" - - \ref cutimages "Cut images" - - \ref splitimage "Split image" */ diff --git a/doc/salome/gui/HYDRO/obstacle.h b/doc/salome/gui/HYDRO/obstacle.h new file mode 100644 index 00000000..3a2d2833 --- /dev/null +++ b/doc/salome/gui/HYDRO/obstacle.h @@ -0,0 +1,29 @@ + +/** + @file + \brief Help for the obstacle +*/ + +/** + \page obstacle Obstacle + + Back to Main page. + + In the HYDROGUI module obstacle is 3D object created in or imported from Geometry module or from external file. + + + The HYDROGUI module supports the following techniques of obstacles creation: + + + - \ref box_obstacle "Create Box obstacle" + - \ref cylinder_obstacle "Create Cylinder obstacle" + - \ref import_obstacle_GEOM "Import obstacle from GEOMETRY" + - \ref import_obstacle "Import obstacle from file" + - \ref translate_obstacle "Translation of an obstacle" + + The obstacle is presented as the 2D face and 3D object. + \image html box_presentation.png "Box obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/open_file.h b/doc/salome/gui/HYDRO/open_file.h new file mode 100644 index 00000000..7e0c9807 --- /dev/null +++ b/doc/salome/gui/HYDRO/open_file.h @@ -0,0 +1,38 @@ + +/** + @file + \brief Help for the open file +*/ + +/** + \page open Open file + + Back to Main page. + + The HYDROGUI module supports opening documents. This operation can be called via:
            +
          1. The main menu File => Open;
          2. +
          3. CTRL + O buttons combination;
          4. +
          5. Open document toolar button.
          6. + \image html open_document_toolbar_button.png "Open document toolbar button" +
          + + In case if there is an active study in the session, Close active study warning appears: + \image html close_active_study_warning.png "Close active study warning" + + Save & Close - button to save active study and open new file;
          + Close w/o saving - button to ingore saving active study and open new file;
          + Cancel - button to reject opening new file.br> + + Open file dialog box looks like: + \image html open_file_dialog_box.png "Save file dialog box" + + Supported format: .HDF
          + + Additionally, Reopen file operation is supported. It can be called from the main menu File => Reopen. After that dialog box appears, clarifying the user's desire to reopen document: + \image html reopen_file_dialog_box.png "Reopen file dialog box" + + Yes - button to reopen file and lost all not saved data;
          + No - button to reject reopening.
          + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/polyline.h b/doc/salome/gui/HYDRO/polyline.h new file mode 100644 index 00000000..9784226d --- /dev/null +++ b/doc/salome/gui/HYDRO/polyline.h @@ -0,0 +1,101 @@ + +/** + @file + \brief Help for the polyline +*/ + +/** + \page polyline Polyline + + Back to Main page. + + The polyline creation is available only in the OCC viewer. + + Create polyline input panel can be opened via:
            +
          1. The main menu HYDRO => Create polyline; +
          2. Context menu of POLYLINES in Object browser => Create polyline; +
          3. Create polyline toolar button.\image html create_polyline_toolbar_button.png "Create polyline toolbar button" +
          + + Arguments of the input panel: + + \image html create_polyline_input_panel.png "Create polyline input panel" + + Name - field to define the polyline name;
          + Apply - button to create polyline;
          +Apply and Close - button to create polyline and close input panel;
          +Close - button to close input panel.
          + The polyline creation starts by creation of one or several sections. For adding new section it's necessary to click Insert new section button. \image html insert_new_section_button.png "Insert new section toolbar button" + + Add element panel is necessary to define parameters of section. + + \image html add_element_panel.png "Add element panel" + + Name - field to define the section name;
          + Type - combo-box to define type of section: Polyline or Spline;
          + Closed - if this checkbox is OFF, new section will be open. If checkbox is ON, new section will be closed;
          + Add - button to add new section into the list.
          + + A polyline may include several sections not connected with each other. + + 3 modes are available for work with points:
            +
          1. Addition mode

          2. + In this mode only point’s creation is available. Can be activated by Addition mode button clicking.
            \image html addition_mode_button.png "Addition mode toolbar button" + Each time when user clicks left mouse button in the viewer a new point is created (the plane X,Y, i.e. Z = 0 should be used for coordinates obtaining). The point is added always to the end of points list. + Note that addition of points is performed always to the current (selected) section of the polyline. User should select in the dialog box another section to start points addition to it. +
          3. Modification mode

          4. + In this mode the user can edit the built sections and points of the polyline. Can be activated by Modification mode button clicking.
            \image html modification_mode_button.png "Modification mode toolbar button" +
              +
            • When user selects a point (or several points) in viewer, its coordinates are shown in the input panel in the table, so the user can change it directly using table cell widgets;
            • +
            • When user clicks on existing segment, a new point should be added inside this segment with coordinates corresponding to mouse position; the new point is inserted between segment tail points;
            • +
            • When user selects one or several points in viewer, he can activate the “drag-n-drop” mode (holding the mouse left button) to move all selected points inside the plane X, Y;
            • +
            • The rectangular and additive (holding Ctrl button) selections should be available for points;
            • +
            • User can remove points selecting one or several points and pressing “Delete” on keyboard or calling the popup menu and clicking on operation “Delete”.
            • +
            + \image html modif_mode_table.png "Table with coordinates" +
          5. Detection mode

          6. + TO BE UPDATED +
          + + Another operations are available during creation/edition of polyline:
            +
          • Undo

          • + Undoes last action. + \image html undo_button.png "Undo toolbar button" +
          • Redo

          • + Redoes last undoing. + \image html redo_button.png "Redo toolbar button" +
          • Remove

          • + Can be called by Remove button clicking. + \image html remove_button.png "Remove toolbar button" + Removes selected section(s) if no mode is activated.
            + Removes selected points if modification mode is activated.
            +
          • Join selected sections

          • + Can be called with help of:
              +
            • Join selected sections toolbar button, if 2 or more selected sections are selected in the list
            • ;
              + \image html join_selected_sections_button.png "Join selected sections toolbar button" +
            • Join command, called from context menu of 2 or more selected sections
            • ;
              +
            + Joines sections selected in the list inside Sections area, creating one section. +
          • Join all sections

          • + Can be called with help of Join all sections command from context menu inside Sections area.
            + Joines all existing sections, having creating one section having type closed polyline.
            +
          • Clear all

          • + Can be called only if modification mode is activated from context menu inside Sections area.
            +
          • Set closed

          • + Can be called only if modification mode is activated from context menu of selected section(s).
            + Modifies selected section into closed. +
          • Set open

          • + Can be called only if modification mode is activated from context menu of selected section(s).
            + Modifies selected section into open. +
          • Set polyline

          • + Can be called only if modification mode is activated from context menu of selected section(s).
            + Modifies selected section into polyline. +
          • Set spline

          • + Can be called only if modification mode is activated from context menu of selected section(s).
            + Modifies selected section into spline. +
          + + Additionally, the HYDROGUI module supports \ref export_polyline "export" and \ref import_polyline "import polyline". + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/polyline3d.h b/doc/salome/gui/HYDRO/polyline3d.h new file mode 100644 index 00000000..a2ed3e46 --- /dev/null +++ b/doc/salome/gui/HYDRO/polyline3d.h @@ -0,0 +1,39 @@ + +/** + @file + \brief Help for the polyline 3d +*/ + +/** + \page polyline3d Polyline 3D + + Back to Main page. + +The polyline 3D object is used as guide line for creation of channel or digue.
          +Creation of polyline 3D is available only in the OCC viewer.
          + Create polyline 3D input panel can be opened via:
            +
          1. The main menu HYDRO => Create polyline 3D; +
          2. Context menu of POLYLINES 3D in Object browser => Create polyline 3D; +
          3. Create polyline 3D toolar button.\image html create_polyline_3d_toolbar_button.png "Create polyline 3D toolbar button" +
          + + Arguments of the input panel: + + \image html create_polyline_3d_input_panel.png "Create polyline 3D input panel" + +Name - field for defining the name of polyline 3D;
          +Apply - button to create polyline 3D;
          +Apply and Close - button to create polyline 3D and close input panel;
          +Close - button to close input panel.
          + +Following parameters have to be defined to create polyline 3d object:
            +
          • Polyline
          • - any polyline object can be selected in this field; +
          • Profile or Bathymetry - one of this fields should be filled by any profile or bathymetry accordingly.
          • +
          + +Example:
          + +\image html polyline_3d_example.png "Polyline 3D example" + +Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/preferences.h b/doc/salome/gui/HYDRO/preferences.h new file mode 100644 index 00000000..dc5a065a --- /dev/null +++ b/doc/salome/gui/HYDRO/preferences.h @@ -0,0 +1,64 @@ + +/ +/** + @file + \brief Help for the HYDRO module Preferences +*/ + +/** + \page preferences Preferences + + Back to Main page + + + Salome application supports Preferences. The Preferences dialog box can be called via:
            + +
          1. The main menu File => Preferences;
          2. + +
          3. CTRL + R buttons combination.
          4. + +
          + + + + Preferences dialog box appears. Help for all sections of Preferences dialog box except HYDRO can be found in Introduction to Salome platform. + +The user selects HYDRO in Available preferences section: + + + + \image html preferences.png "Preferences dialog box" + + + + Controls inside Preferences dialog box: + + +Type - combo - box to select the cursor presentation for edition operation;
          + +\image html preferences_type.png "Type combo-box in Preferences dialog box" + + +Make automatic fit all after show object operation - check - box swith on/off Fit all;
          +Default Strickler coefficient field is used for Strickler coefficient asigned to area not covered by land cover or land cover with undefined type;
          +OK - button to validate changes and close dialog box;
          +Apply - button to validate changes;
          +Defaults - button to restore default values in all fields;
          +Close - button to close dialog box;
          +Import - button to import Preferences from external xml file. + + The user clicks Import button. Import preferences dialog box appears: + +\image html preferences_import.png "Import preferences dialog box" + + + +The user selects folder in Look in filed and desired file in this folder. + +The user clicks Open button. + +Import preferences dialog box is closed. Prefernces are updated. + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/profile.h b/doc/salome/gui/HYDRO/profile.h new file mode 100644 index 00000000..a51466e2 --- /dev/null +++ b/doc/salome/gui/HYDRO/profile.h @@ -0,0 +1,48 @@ + +/** + @file + \brief Help for profile +*/ + +/** + \page p_profile Profile + + Back to Main page. + +The profile is used for definition of a stream cross-section or as a base of extrusion to generate a channel or digue. + +The 2D profiles are built/defined in a 2D space (U, Z). The coordinate U is parametric coordinate, it has no unit. The coordinate Z is real altitude (in meters). + +To build 2D profile Use function + + - \ref create_profile "Create profile". + + + +2D profile object is internal data model object and can not be shown in OCC viewer. 2D profile names are colored in red in object browser. + + + +Created 2D profiles should be positioned in 3D space using Georeferencement to be converted into 3D profiles: + +- \ref georeferencement_profile "Profile georeferencement". + + +3D profile is 3D wire describing profile curve in 3d space. +3D profile names are colored in black in object browser. + + +Both 2D and 3D profiles can be imported from external file: + + - \ref import_profile "Import profile" + + Back to Main page. + +*/ + + + + + + + diff --git a/doc/salome/gui/HYDRO/profile_interpolation.h b/doc/salome/gui/HYDRO/profile_interpolation.h new file mode 100644 index 00000000..7bc9a058 --- /dev/null +++ b/doc/salome/gui/HYDRO/profile_interpolation.h @@ -0,0 +1,45 @@ + +/** + @file + \brief Help for the find bottom +*/ + +/** + \page profilesinterpolation Profiles interpolation + + Back to Main page. + + Profiles interpolation operation builds additional profiles to get more detailed river bed. + + Profiles interpolation input panel can be opened via:
            +
          1. The main menu HYDRO => Stream => Profiles interpolation; +
          2. Context menu of Stream object in Object browser - Profiles interpolation;
          3. +
          + + Profiles interpolation input panel looks like: + + \image html profiles_interpolation_input_panel.png "Profiles interpolation input panel" + + Arguments of the input panel:
          + +Stream object - combo-box to define reference stream object;
          +Interpolator - combo-box to define interpolation algorithm used. Currently only linear interpolation is accessible;
          +Description - field, describing interpolation method's features;
          +Profile 1 - combo-box to define profile, which will be the start of interpolation;
          +Profile 1 - combo-box to define profile, which will be the end of interpolation;
          +Number of profiles - spin-box to define the quantity of profiles which will be created;
          +Parameters - field to set additional interpolation parameters (name as string, value as string):
            +
          • complete line of parameters should be input by user as a single text line and it should be parsed by spaces i.e. for example “len 5 hypothesis linear” will give additional parameters “len” = “5”; “hypothesis” = “linear”;
          • +
          • the sense of such parameters depends on the interpolator implementation;
          • +
          • parameters are passed to interpolator by several calls of “set” function (for each pair name, value);
          • +
          +Apply - button to build stream's bottom;
          +Apply and Close - button to build stream's bottom and close input panel;
          +Close - button to close input panel. + +The input panel built-in viewer shows profiles from selected reference stream object and profiles to be created during interpolation. The existing profiles are shown as black curves, the new profiles – as red curves: + +\image html profile_interpolation_preview.png "Profile interpolation preview" + +Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/rename.h b/doc/salome/gui/HYDRO/rename.h new file mode 100644 index 00000000..80619d68 --- /dev/null +++ b/doc/salome/gui/HYDRO/rename.h @@ -0,0 +1,20 @@ + +/** + @file + \brief Help for the rename object +*/ + +/** + \page rename Rename object + + Back to Main page. + + It is possible to rename any object in HYDROGUI module.
          + + Following ways are available for starting this action:
            +
          1. Select object and push F2 button;
          2. +
          3. Select object, call context menu and call Rename button;
          4. +
          5. Double click on interesting object.
          6. +
          + +*/ diff --git a/doc/salome/gui/HYDRO/save_file.h b/doc/salome/gui/HYDRO/save_file.h new file mode 100644 index 00000000..cb09d80b --- /dev/null +++ b/doc/salome/gui/HYDRO/save_file.h @@ -0,0 +1,28 @@ + +/** + @file + \brief Help for the save file +*/ + +/** + \page save Save file + + Back to Main page. + + The HYDROGUI module supports saving documents in .HDF format. This operation can be called via:
            +
          1. The main menu File => Save;
          2. +
          3. CTRL + S buttons combination;
          4. +
          5. CTRL + SHIFT + S buttons combination for Save As... operation;
          6. +
          7. Save document toolar button.
          8. + \image html save_document_toolbar_button.png "Save document toolbar button" +
          + + Save file dialog box looks like: + \image html save_file_dialog_box.png "Save file dialog box" + + + In case if the user tries to save document with name already used, warning appears, suggested overwriting existing file : + \image html save_file_warning.png "Warning" + + Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/show_hide.h b/doc/salome/gui/HYDRO/show_hide.h new file mode 100644 index 00000000..9a0090be --- /dev/null +++ b/doc/salome/gui/HYDRO/show_hide.h @@ -0,0 +1,31 @@ + +/** + @file + \brief Help for the show/hide object +*/ + +/** + \page show_hide Show/hide object(s) + + Back to Main page:
          + + \ref general_services "Back to general services" + + It is possible to show and hide objects in the viewer in HYDROGUI module.
          + + The user can show object(s) via the following commands:
            +
          1. Show all
          2. - shows all objects. Can be executed from context menu called from viewer or Object browser; +
          3. Show
          4. - shows selected objects. Can be executed from context menu of selected objects; +
          5. Show only
          6. - shows selected objects and hides already shown objects. Can be executed from context menu of selected objects; +
          7. Eye icon
          8. - locates in Object browser near every object. Just click on it to show object, if it is hidden. + + \image html eye_icons.png "Eye icons of shown and hidden objects" +
          + + The user can hide object(s) via the following commands:
            +
          1. Hide all
          2. - hides all objects. Can be executed from context menu called from viewer or Object browser; +
          3. Hide
          4. - hides selected objects. Can be executed from context menu of selected objects; +
          5. Eye icon
          6. - locates in Object browser near every object. Just click on it to hide object, if it is shown. +
          + +*/ diff --git a/doc/salome/gui/HYDRO/split_image.h b/doc/salome/gui/HYDRO/split_image.h index 22a25c5b..3d1de565 100644 --- a/doc/salome/gui/HYDRO/split_image.h +++ b/doc/salome/gui/HYDRO/split_image.h @@ -1,32 +1,34 @@ /** @file - \brief Help for the immersible zone + \brief Help for the split image */ /** \page splitimage Split image -The user can start Split image operation via following ways:
            + Back to Main page. + +The user can start Split image operation via:
            1. The main menu HYDRO - Split image;
            2. Context menu of any image in Object browser - Split image; -
            3. Split image toolbar button +
            4. Split image toolbar button \image html split_image_toolbar_button.png "Split image toolbar button"
            -Input panel looks like: - + Arguments of the input panel: \image html split_image_input_panel.png "Split image input panel" Name - field for defining the name of image after cut;
            -Modify selected image - if this checkbox is OFF, new object will be created, as result. If checkbox is ON, initial image will be modified. - -
            It's necessary to select:
              -
            • Reference image to be split with help of Image fields; -
            • Polyline to be the tool for split with help of Polyline field. Only closed polylines can be selected in this field.
            +Modify selected image - if this checkbox is OFF, new object will be created, as result. If checkbox is ON, initial image will be modified.
            +Image - field for defining the reference image to be split;
            +Polyline - field for defining the the tool for split. Only closed polylines can be selected in this field;
            +Apply - button to create split image object;
            +Apply and Close - button to create split image object and close input panel;
            +Close - button to close input panel.
            Also, it's possible to change background color of split image. For this Color radio button should be pushed and Select color dialog box should be called
            by double clicking on the area near Color radio button. \image html select_color.png "Select color dialog box" - +Back to Main page. */ diff --git a/doc/salome/gui/HYDRO/stream.h b/doc/salome/gui/HYDRO/stream.h new file mode 100644 index 00000000..0db796e7 --- /dev/null +++ b/doc/salome/gui/HYDRO/stream.h @@ -0,0 +1,54 @@ + +/** + @file + \brief Help for the stream +*/ + +/** + \page stream Stream + + Back to Main page. + + Stream is a natural object simulating the river bed. + + Create stream input panel can be opened via:
              +
            1. The main menu HYDRO => Stream => Create stream; +
            2. Context menu of NATURAL OBJECTS in Object browser => Create stream; +
            3. Create steam toolar button.\image html create_stream_toolbar_button.png "Create stream toolbar button" +
            + + Arguments of the input panel: + + \image html create_stream_input_panel.png "Create stream input panel" + +Name - field to define the stream name;
            +Polyline - combo - box to select the polyline defining the immersible zone border. The combo box contains only closed polylines allowed for the immersible zones creation.
            +Hydraulic axis - combo - box to select the polyline, which is hydraulic axis of the river. Rules are following:
              +
            • Polyline should be open;
            • +
            • Polyline should consist from one section only;
            • +
            • Polyline cannot be self-intersected or contain sharp angles, which can lead to self-intersections in resulting shell.
            • +
            +Apply - button to generate stream;
            +Apply and Close - button to generate stream and close input panel;
            +Close - button to close input panel.
            + +Also it's necessary to add profiles into the list. For this select one/several profiles objects in the object browser and click the button Add. The rules are following:
              +
            1. Invalid (not positioned) profiles can not be added; they are simply ignored;
            2. +
            3. Profile can not be added several times to the list; such profiles are simply ignored;
            4. +
            5. Each added profile should intersect with the selected hydraulic axis; if for certain profile does not intersect, it is ignored.
            6. +
            +It's possible to remove added profiles from the list. For this select profile(s) in the list and click Remove button.
            + +Generated stream object contains 3D object, simulating the river bed, and its projection on XY plane, which is used for calculation.
            + +Following operations are available with stream: + - \ref findbottom "Find bottom" + - \ref profilesinterpolation "Profiles interpolation" + +Examples:
            + +\image html stream_3d_example.png "Stream 3D example" +\image html stream_2d_example.png "Stream 2D example" + +Back to Main page. +*/ diff --git a/doc/salome/gui/HYDRO/strickler_table.h b/doc/salome/gui/HYDRO/strickler_table.h new file mode 100644 index 00000000..305c2249 --- /dev/null +++ b/doc/salome/gui/HYDRO/strickler_table.h @@ -0,0 +1,13 @@ + +/** + @file + \brief Help for the strickler table +*/ + +/** + \page strickler_table Strickler table + + Back to Main page. + + +*/ diff --git a/doc/salome/gui/HYDRO/submersible.h b/doc/salome/gui/HYDRO/submersible.h new file mode 100644 index 00000000..c799cf73 --- /dev/null +++ b/doc/salome/gui/HYDRO/submersible.h @@ -0,0 +1,21 @@ + +/** + @file + \brief Help for the submersible +*/ + +/** + \page submersible Submersible + + Back to Main page. + + Objects in HYDROGUI module have Submersible mark.
            + + Regions, created basing on submersible objects are included in final geometry during export calculation case. Regions, created basing on not submersible objects are excluded from final geometry.
            + + It is possible to define, is submersible the object or not, with help of its context menu and according command. + +\image html submersible.png "Submersible context menu command" + + +*/ diff --git a/doc/salome/gui/HYDRO/translate_obstacle.h b/doc/salome/gui/HYDRO/translate_obstacle.h new file mode 100644 index 00000000..7501d327 --- /dev/null +++ b/doc/salome/gui/HYDRO/translate_obstacle.h @@ -0,0 +1,36 @@ + +/** + @file + \brief Help for translate obstacle operation +*/ + +/** + \page translate_obstacle + + Back to Main page. + + An obstacle can be copied and translated in the HYDROGUI module. + + + The Translation of an obstacle operation can be started via Context menu of obstacle object in Object browser - Translate. + + + + Translation of an obstacle input panel appears. + + \image html translate_obstacle_input_panel.png " Translation of an obstacle input panel" + +Arguments of the input panel: + +Name - uneditable field containing the initial obstacle name;
            +Dx, Dy, Dz - components of translation vector;
            +Apply - button to generate obstacle;
            +Apply and Close - button to generate obstacle and close input panel;
            +Close - button to close input panel. + + + \image html translate_obstacle_example.png "Translation of an obstacle example" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/undo_redo.h b/doc/salome/gui/HYDRO/undo_redo.h new file mode 100644 index 00000000..6ba9693b --- /dev/null +++ b/doc/salome/gui/HYDRO/undo_redo.h @@ -0,0 +1,44 @@ + +/** + @file + \brief Help for the undo redo +*/ + +/** + \page undo_redo Undo/Redo actions + + Back to Main page. + + The HYDROGUI module supports two levels of Undo/Redo functionality:
              +
            • Global undo/redo
              + Global undo reverts last operation, redo performs latest undone operation (if there is any);
            • +
            • Local undo/redo - is available only for \ref create_profile "profiles" and \ref polyline "polylines" creation/edition
            • . +
            + + Global Undo operation can be executed via:
              +
            1. The main menu Edit => Undo;
            2. +
            3. Undo toolbar button;
            4. + + \image html undo_toolbar_button.png "Undo toolbar button" + +
            5. CTRL + Z buttons combination;
            6. +
            7. Selection of operations to be undone with help of Undo combo-box
            8. + + \image html undo_combo_box.png "Undo combo-box" +
            + + Global Redo operation can be executed via:
              +
            1. The main menu Edit => Redo;
            2. +
            3. Redo toolbar button;
            4. + + \image html redo_toolbar_button.png "Redo toolbar button" + +
            5. CTRL + Y buttons combination;
            6. +
            7. Selection of operations to be redone with help of Redo combo-box
            8. +
            + + \image html redo_combo_box.png "Redo combo-box" + + Back to Main page. + +*/ diff --git a/doc/salome/gui/HYDRO/update.h b/doc/salome/gui/HYDRO/update.h new file mode 100644 index 00000000..82f6f770 --- /dev/null +++ b/doc/salome/gui/HYDRO/update.h @@ -0,0 +1,27 @@ + +/** + @file + \brief Help for the update object +*/ + +/** + \page update Update object(s) + +Note that objects update is not automatic in The HYDRO GUI project. + +For example, in the case when one of profiles used in Stream is changed, the Stream is marked as not updated in object browser. + +\image html not_updated_stream.png "Not updated stream in object browser" + + +The user starts the Update operation via context menu of NATURAL OBJECTS/Stream_1 in Object browser => Update. + +The Stream object is updated. If the Stream_1_bottom polyline exists, it is also updated together with parent stream. + + +\image html updated_stream.png "Updated stream in object browser" + + + Back to Main page. + +*/