]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Optimization : get direct TopoDS_Shape when GEOMClient and GEOM serveur are colocated
authorfkl <fkl>
Wed, 11 Feb 2004 14:54:18 +0000 (14:54 +0000)
committerfkl <fkl>
Wed, 11 Feb 2004 14:54:18 +0000 (14:54 +0000)
idl/GEOM_Shape.idl

index b9091a0ed936185a414de3db717efdb636012add..a75c3486c38384b73e71cbc3776b97ed2444f1cf 100644 (file)
@@ -78,6 +78,8 @@ module GEOM
     // the generator engine
     GEOM_Gen Engine();
    
+    // Get the TopoDS_Shape, for colocated case only
+    long getShape();
   };
 };
 #endif