Optimization : get direct TopoDS_Shape when GEOMClient and GEOM serveur are colocated

This commit is contained in:
fkl 2004-02-11 14:54:18 +00:00
parent a7515cc5c4
commit ed50cd3d1a

View File

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