Salome HOME
Deleted deprecated code mpa/23299
authormpa <mpa@opencascade.com>
Fri, 3 Feb 2017 13:24:44 +0000 (16:24 +0300)
committermpa <mpa@opencascade.com>
Fri, 3 Feb 2017 13:24:44 +0000 (16:24 +0300)
resources/SIERPINSKYCatalog.xml.in
resources/schema2.xml

index 20f65ad2c4d463ce994a5a9f2fe8433070e4207c..2c84a462db8aad7a2adf175620d76237b490cd11 100644 (file)
@@ -30,7 +30,6 @@
             <component-author>Vadim SANDLER (VSR)</component-author>
             <component-version>@SALOMESIERPINSKY_VERSION@</component-version>
             <component-comment>unknown</component-comment>
-            <component-multistudy>0</component-multistudy>
             <component-icone>SIERPINSKY.png</component-icone>
             <constraint></constraint>
             <component-interface-list>
index 868183bd8929ce7e9a0ffe9e0063feb89e396edf..653614cbadfcf1f0a9d6eb8cd35d4c5d3ea7fa4d 100644 (file)
   naming_service = SALOME_NamingServicePy.SALOME_NamingServicePy_i( orb )          
   lcc = LifeCycleCORBA.LifeCycleCORBA( orb )                 
   session = naming_service.Resolve( "/Kernel/Session" )._narrow( SALOME.Session ) 
-  study = naming_service.Resolve( "Study" )._narrow( SALOMEDS.Study )                             
   aVisu = lcc.FindOrLoadComponent( "FactoryServer", "VISU" )          
-  aVisu.SetCurrentStudy( study )                
   aResult = aVisu.ImportFile( fileName );          
   aMesh = aVisu.MeshOnEntity( aResult, "Sierpinsky", VISU.NODE )          
   aViewManager = aVisu.GetViewManager()