0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / BRepFilletAPI / BRepFilletAPI_MakeFillet.cxx
old mode 100755 (executable)
new mode 100644 (file)
index ce5befe..8a942e9
@@ -1,25 +1,43 @@
-// File:       BRepFilletAPI_MakeFillet.cxx
-// Created:    Fri Jun 17 15:45:31 1994
-// Author:     Modeling
-//             <modeling@phylox>
-
-
+// Created on: 1994-06-17
+// Created by: Modeling
+// Copyright (c) 1994-1999 Matra Datavision
+// Copyright (c) 1999-2014 OPEN CASCADE SAS
+//
+// This file is part of Open CASCADE Technology software library.
+//
+// This library is free software; you can redistribute it and/or modify it under
+// the terms of the GNU Lesser General Public License version 2.1 as published
+// by the Free Software Foundation, with special exception defined in the file
+// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
+// distribution for complete text of the license and disclaimer of any warranty.
+//
+// Alternatively, this file may be used under the terms of Open CASCADE
+// commercial license or contractual agreement.
+
+
+#include <BRepFilletAPI_MakeFillet.hxx>
+#include <ChFiDS_ErrorStatus.hxx>
+#include <ChFiDS_Spine.hxx>
+#include <Geom_Surface.hxx>
+#include <Law_Function.hxx>
+#include <Law_Interpol.hxx>
+#include <Law_Linear.hxx>
+#include <Law_S.hxx>
 #include <Precision.hxx>
-#include <BRepFilletAPI_MakeFillet.ixx>
+#include <Standard_NoSuchObject.hxx>
+#include <StdFail_NotDone.hxx>
 #include <TopExp_Explorer.hxx>
+#include <TopoDS_Edge.hxx>
+#include <TopoDS_Shape.hxx>
+#include <TopoDS_Vertex.hxx>
+#include <TopOpeBRepBuild_HBuilder.hxx>
 #include <TopOpeBRepDS_HDataStructure.hxx>
 #include <TopTools_ListIteratorOfListOfShape.hxx>
-#include <ChFiDS_Spine.hxx>
-#include <ChFiDS_ErrorStatus.hxx>
-#include <Law_Linear.hxx>
-#include <Law_S.hxx>
-#include <Law_Interpol.hxx>
 
 //=======================================================================
 //function : BRepFilletAPI_MakeFillet
 //purpose  : 
 //=======================================================================
-
 BRepFilletAPI_MakeFillet::BRepFilletAPI_MakeFillet(const TopoDS_Shape& S,
                                       const ChFi3d_FilletShape FShape):
    myBuilder(S,FShape)