-This is the version 3.1.0b1 of GEOM
+This is the version 3.1.0 of GEOM
Compatible with :
- - KERNEL 3.1.0b1
- - GUI 3.1.0b1
+ - KERNEL 3.1.0
+ - GUI 3.1.0
-THIS IS SALOME - GEOM VERSION: 3.1.0b1
+THIS IS SALOME - GEOM VERSION: 3.1.0
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in files
echo "" >> configure.in_tmp1
-echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1
+echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
echo "" >> configure.in_tmp1
echo "AC_OUTPUT([ \\" >> configure.in_tmp1
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = "SALOME - GEOM - v.2.1.0"
+PROJECT_NAME = "SALOME - GEOM - v.3.1.0"
PROJECT_NUMBER = id#1.1
OUTPUT_DIRECTORY = ../
OUTPUT_LANGUAGE = English
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = "SALOME - GEOM - v.2.1.0"
+PROJECT_NAME = "SALOME - GEOM - v.3.1.0"
PROJECT_NUMBER = id#1.1
OUTPUT_DIRECTORY = ../
OUTPUT_LANGUAGE = English
-foldersTree = gFld("<b>SALOME v.2.1.0 </b>", "", "")
+foldersTree = gFld("<b>SALOME v.3.1.0 </b>", "", "")
insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
aux1 = insFld(foldersTree, gFld("TUI Reference Guide", ""))
<component-username>Geometry</component-username>
<component-type>Geom</component-type>
<component-author>NRI</component-author>
- <component-version>3.1.0b1</component-version>
+ <component-version>3.1.0</component-version>
<component-comment>Geometry component</component-comment>
<component-multistudy>1</component-multistudy>
<component-icone>ModuleGeom.png</component-icone>
<component-username>GEOM_Superv</component-username>
<component-type>OTHER</component-type>
<component-author>mkr</component-author>
- <component-version>3.1.0b1</component-version>
+ <component-version>3.1.0</component-version>
<component-comment>Supervision wrapper for Geometry component</component-comment>
<component-multistudy>1</component-multistudy>
<component-icone></component-icone>
if ( app )
{
SALOME_LifeCycleCORBA* ls = new SALOME_LifeCycleCORBA( app->namingService() );
- Engines::Component_var comp = ls->FindOrLoad_Component( "FactoryServer", "GEOM" );
- GEOM::GEOM_Gen_var geomGen = GEOM::GEOM_Gen::_narrow( comp );
+ static GEOM::GEOM_Gen_var geomGen;
+ if(CORBA::is_nil( geomGen )) {
+ Engines::Component_var comp = ls->FindOrLoad_Component( "FactoryServer", "GEOM" );
+ geomGen = GEOM::GEOM_Gen::_narrow( comp );
+ }
if ( !CORBA::is_nil( geomGen ) )
{
TopoDS_Shape aTopoDSShape = GEOM_Client().GetShape( geomGen, theObject );
{
if ( !CORBA::is_nil( theObject ) )
{
- Engines::Component_var comp = QAD_Application::getDesktop()->getEngine( "FactoryServer", "GEOM" );
- GEOM::GEOM_Gen_var myGeom = GEOM::GEOM_Gen::_narrow( comp );
+ static GEOM::GEOM_Gen_var myGeom;
+ if(CORBA::is_nil(myGeom) {
+ Engines::Component_var comp = QAD_Application::getDesktop()->getEngine( "FactoryServer", "GEOM" );
+ myGeom = GEOM::GEOM_Gen::_narrow( comp );
+ }
TopoDS_Shape aTopoDSShape = GEOM_Client().GetShape( myGeom, theObject );
if ( !aTopoDSShape.IsNull() )
msgstr "Create a box"
msgid "TOP_CYLINDER"
-msgstr "Create a cyliner"
+msgstr "Create a cylinder"
msgid "MEN_CYLINDER"
-msgstr "Cyliner"
+msgstr "Cylinder"
msgid "STB_CYLINDER"
msgstr "Create a cylinder"