Salome HOME
More documentation update
authorvsr <vsr@opencascade.com>
Wed, 27 May 2015 13:14:56 +0000 (16:14 +0300)
committervsr <vsr@opencascade.com>
Wed, 27 May 2015 13:14:56 +0000 (16:14 +0300)
INSTALL
README
doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc

diff --git a/INSTALL b/INSTALL
index 6d3de935dc00dce9fdd8055759a625c40ad573c5..8739dd4d6f70ba39c10c81ca6fd23b51509f36e6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -42,12 +42,12 @@ In order to build the plugin you have to do the following actions:
 
    - for csh:
 
-   % setenv ACIS_ROOT_DIR /path/to/the/ACIS-6.7.0
+   % setenv ACIS_ROOT_DIR /path/to/the/ACIS-6.9.0
    % setenv LD_LIBRARY_PATH ${ACIS_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    - for bash:
    
-   % export ACIS_ROOT_DIR=/path/to/the/ACIS-6.7.0
+   % export ACIS_ROOT_DIR=/path/to/the/ACIS-6.9.0
    % export LD_LIBRARY_PATH=${ACIS_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    Note, that OCCT ACIS/SAT XDE product requires OCCT license library.
diff --git a/README b/README
index d157e4e04be602ee6b1bc751b412fffdfa2299c8..fe7dd3cc5d1a7b21c99256ed992b717f04ed9b52 100644 (file)
--- a/README
+++ b/README
@@ -58,12 +58,12 @@ Usage
 
    - for csh:
 
-   % setenv ACIS_ROOT_DIR /path/to/the/ACIS-6.7.0
+   % setenv ACIS_ROOT_DIR /path/to/the/ACIS-6.9.0
    % setenv LD_LIBRARY_PATH ${ACIS_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    - for bash:
 
-   % export ACIS_ROOT_DIR=/path/to/the/ACIS-6.7.0
+   % export ACIS_ROOT_DIR=/path/to/the/ACIS-6.9.0
    % export LD_LIBRARY_PATH=${ACIS_ROOT_DIR}/lib:${LD_LIBRARY_PATH}
 
    * OCCT ACIS/SAT XDE product requires also an OCCT license library.
index 74b17fec162bd847860f72f0fb674c15d078b24e..84d30b647f1fcdc5530cfb204230759abf5d5c0e 100644 (file)
@@ -10,28 +10,25 @@ For using ACISPLUGIN functionalities in SALOME:
 
   \image html import_acis.png
   
-  Browse and select the file and click "Open" button. New object (shape) 
-  will appears in the SALOME object browser.
+  Browse and select the file and press "Open" button. New object (shape) 
+  will appear in the SALOME object browser.
   
-  \note If a plugin supports import of named shapes, it will be asked whether 
-  to group or not these shapes corresponding to the type (see the picture below).
+  \note If the file contains named shapes, the user will be asked if it is 
+  necessary to group these shapes accordingly to their type (see the picture below).
 
   \image html group_acis.png
-  
-  \par
 
-  \note It is possible to re-open from the initial file a previously imported shape if 
-  the file has been changed on disk. For this, select <b>Reload From Disk</b> 
-  in the context menu of the imported shape. The reloaded shape will have the same 
-  representation parameters as before this operation.
+  \note It is possible to re-load a previously imported shape from the initial file if 
+  the file has been changed on disk. For this, select <b>Reload From Disk</b> item
+  in the Object browser's context menu of the imported shape. The reloaded shape will
+  have the same representation parameters as before this operation.
 
   \image html reopen_acis.png
   
-- Export to the ACIS file selecting a shape in the SALOME object browser and 
-  calling menu <b>File/Export/ACIS</b>.
+- Export selected shape to the ACIS file via <b>File/Export/ACIS</b> menu.
   
   \image html export_acis.png
   
-  Enter the file name and click "Save" button.
+  Enter the file name and press "Save" button.
 
 */