From 2a3ff1e004fa26f182013c37e187d54f2291d5cf Mon Sep 17 00:00:00 2001 From: SZV <> Date: Thu, 28 Jul 2011 10:30:24 +0000 Subject: [PATCH] OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the private method Perform .This is needed by C# Wrapper. --- src/BRepExtrema/BRepExtrema_DistanceSS.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BRepExtrema/BRepExtrema_DistanceSS.hxx b/src/BRepExtrema/BRepExtrema_DistanceSS.hxx index 363725d4c9..522133baa2 100644 --- a/src/BRepExtrema/BRepExtrema_DistanceSS.hxx +++ b/src/BRepExtrema/BRepExtrema_DistanceSS.hxx @@ -130,7 +130,7 @@ class BRepExtrema_DistanceSS private: //! computes the distance between two Shapes ( face edge vertex)
- void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2); + Standard_EXPORT void Perform(const TopoDS_Shape& S1,const TopoDS_Shape& S2,const Bnd_Box& B1,const Bnd_Box& B2); //! computes the distance between two vertices
void Perform(const TopoDS_Vertex& S1,const TopoDS_Vertex& S2);