From: Pascale Noyret Date: Thu, 24 Nov 2011 13:43:38 +0000 (+0000) Subject: PN: Version 2 X-Git-Tag: V6_4_0~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=763e1304f2177077ecff0afacbae68bdf05f0d86;p=modules%2Feficas.git PN: Version 2 --- diff --git a/doc/eficas_in_salome.rst b/doc/eficas_in_salome.rst index 6e57de49..95dc78d0 100644 --- a/doc/eficas_in_salome.rst +++ b/doc/eficas_in_salome.rst @@ -3,11 +3,42 @@ EFICAS in Salome Launching EFICAS in Salome --------------------------- -first you must activate EFICAS module +first activate EFICAS module .. image:: images/LctDsSalome.png :align: center +Use EFICAS. When a file is saved, Eficas will create an associated entry in the object browser. +It is possible to user the file in other modules (see appropriate module's documentation). + +.. image:: images/ArbreSalome.png + :align: center + +Structural Element (for Aster) +------------------------------ + +Eficas is able to create "structural element" in GEOM or in SMESH in order to +validate data. + +- Create your geometry + +.. image:: images/Salome_Pylone.png + :align: center + +- Create your eficas JDC, and define for example a beam + +.. image:: images/Salome_Pylone-Eficas.png + :align: center + +- Click on "View3D". Eficas shows you the result in GEOM and creates "beams" . + be aware : these "structural element" are not Geometry elements (You can't use it) + It's also possible to verify normals orientation. + +.. image:: images/Salome_Pylone-SE.png + :align: center + + + diff --git a/doc/eficas_personnalisation.rst b/doc/eficas_personnalisation.rst index e5ab336f..1c2c207d 100644 --- a/doc/eficas_personnalisation.rst +++ b/doc/eficas_personnalisation.rst @@ -1,3 +1,15 @@ your own custom EFICAS ======================= +User can choose to custom Eficas. They can decide which catalogs they used +and which pdf reading tool they prefer. +For some codes, they also can choose where their files will be saved. + +- example : for Aster + +.. image:: images/custom.png + :align: center + +a file editeur_salome.ini is created in .Eficas_CODE ( for example .Eficas_MAP) in user's home directory. + + diff --git a/doc/eficas_principles.rst b/doc/eficas_principles.rst index 9c046456..4c20eb88 100644 --- a/doc/eficas_principles.rst +++ b/doc/eficas_principles.rst @@ -24,7 +24,7 @@ Choose a version of the Code Enter commands ------------------------- -Eficas main widget provided two distinct views: The left size always contains the JDC explorer as a tree view. The right widget contains all informations used by the user to constructs the JDC. It shows which commands are available and which rules (faire une reference) have to be followed. Commands are append after this selected in the JDC tree. +Eficas main widget provided two distinct views: The left size always contains the JDC explorer as a tree view. The right widget contains all informations used by the user to constructs the JDC. It shows which commands are available and which :ref:`rules-label` have to be followed. Commands are append after this selected in the JDC tree. .. image:: images/command.png :align: center diff --git a/doc/eficas_rules.rst b/doc/eficas_rules.rst index 6ce265f9..489a0d46 100644 --- a/doc/eficas_rules.rst +++ b/doc/eficas_rules.rst @@ -1,3 +1,4 @@ +.. _rules-label: =============================== Eficas rules diff --git a/doc/images/LctDsSalome.png b/doc/images/LctDsSalome.png index 736e82cc..c81f2df6 100644 Binary files a/doc/images/LctDsSalome.png and b/doc/images/LctDsSalome.png differ