From: fkl Date: Wed, 11 Feb 2004 14:54:18 +0000 (+0000) Subject: Optimization : get direct TopoDS_Shape when GEOMClient and GEOM serveur are colocated X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed50cd3d1a076baa3b91704423472485ca76063d;p=modules%2Fgeom.git Optimization : get direct TopoDS_Shape when GEOMClient and GEOM serveur are colocated --- diff --git a/idl/GEOM_Shape.idl b/idl/GEOM_Shape.idl index b9091a0ed..a75c3486c 100644 --- a/idl/GEOM_Shape.idl +++ b/idl/GEOM_Shape.idl @@ -78,6 +78,8 @@ module GEOM // the generator engine GEOM_Gen Engine(); + // Get the TopoDS_Shape, for colocated case only + long getShape(); }; }; #endif