mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the private method Perform .This is needed by C# Wrapper.
This commit is contained in:
parent
38f33510d6
commit
2a3ff1e004
@ -130,7 +130,7 @@ class BRepExtrema_DistanceSS
|
||||
private:
|
||||
|
||||
//! computes the distance between two Shapes ( face edge vertex) <br>
|
||||
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 <br>
|
||||
void Perform(const TopoDS_Vertex& S1,const TopoDS_Vertex& S2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user