From ed50cd3d1a076baa3b91704423472485ca76063d Mon Sep 17 00:00:00 2001 From: fkl Date: Wed, 11 Feb 2004 14:54:18 +0000 Subject: [PATCH] Optimization : get direct TopoDS_Shape when GEOMClient and GEOM serveur are colocated --- idl/GEOM_Shape.idl | 2 ++ 1 file changed, 2 insertions(+) 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