1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00

0024754: Remove constructor for static class TopOpeBRep_PointGeomTool

This commit is contained in:
kgv 2014-03-28 10:57:47 +04:00 committed by apn
parent 80db570166
commit 4349c10e18
2 changed files with 0 additions and 10 deletions

View File

@ -29,8 +29,6 @@ uses
is is
Create returns PointGeomTool from TopOpeBRep;
MakePoint(myclass; IP : VPointInter from TopOpeBRep) MakePoint(myclass; IP : VPointInter from TopOpeBRep)
returns Point from TopOpeBRepDS; returns Point from TopOpeBRepDS;

View File

@ -20,14 +20,6 @@
#include <TopoDS_Edge.hxx> #include <TopoDS_Edge.hxx>
#include <BRep_Tool.hxx> #include <BRep_Tool.hxx>
//=======================================================================
//function : TopOpeBRep_PointGeomTool
//purpose :
//=======================================================================
TopOpeBRep_PointGeomTool::TopOpeBRep_PointGeomTool()
{
}
//======================================================================= //=======================================================================
//function : MakePoint //function : MakePoint
//purpose : //purpose :