BRepUtils.h
Go to the documentation of this file.00001 #ifndef _BRepUtils_HeaderFile
00002 #define _BRepUtils_HeaderFile
00003
00004 #ifndef _Standard_Macro_HeaderFile
00005 #include <Standard_Macro.hxx>
00006 #endif
00007
00008 class TopoDS_Edge;
00009 class TopoDS_Shape;
00010
00011 class BRepUtils
00012 {
00013 public:
00014
00015 Standard_EXPORT static bool CheckTopologie(const TopoDS_Shape& shape);
00016 Standard_EXPORT static double GetLength(const TopoDS_Edge& edge);
00017
00018 };
00019
00020
00021 #endif //_BRepUtils_HeaderFile
00022