From 7ca8e7a66ad0d1952b4b9ea54e07af7092b2d4d1 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 27 May 2015 16:14:56 +0300 Subject: [PATCH] More documentation update --- INSTALL | 4 ++-- README | 4 ++-- .../input/acisplugin_importexport_page.doc | 23 ++++++++----------- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/INSTALL b/INSTALL index 6d3de93..8739dd4 100644 --- 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 d157e4e..fe7dd3c 100644 --- 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. diff --git a/doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc b/doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc index 74b17fe..84d30b6 100644 --- a/doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc +++ b/doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc @@ -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 Reload From Disk - 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 Reload From Disk 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 File/Export/ACIS. +- Export selected shape to the ACIS file via File/Export/ACIS menu. \image html export_acis.png - Enter the file name and click "Save" button. + Enter the file name and press "Save" button. */ -- 2.39.2