// Created on: 1993-12-06 // Created by: Jacques GOUSSARD // Copyright (c) 1993-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 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define TheVertex Handle(Adaptor3d_HVertex) #define TheVertex_hxx #define TheArc Handle(Adaptor2d_HCurve2d) #define TheArc_hxx #define TheSurface Handle(Adaptor3d_HSurface) #define TheSurface_hxx #define TheCurve Handle(Adaptor3d_HCurve) #define TheCurve_hxx #define TheVertexTool Standard_Integer #define TheVertexTool_hxx #define TheArcTool BRepBlend_HCurve2dTool #define TheArcTool_hxx #define TheSurfaceTool Adaptor3d_HSurfaceTool #define TheSurfaceTool_hxx #define TheCurveTool BRepBlend_HCurveTool #define TheCurveTool_hxx #define Handle_TheTopolTool Handle(Adaptor3d_TopolTool) #define TheTopolTool Adaptor3d_TopolTool #define TheTopolTool_hxx #define TheBlendTool BRepBlend_BlendTool #define TheBlendTool_hxx #define ThePointOnRst BRepBlend_PointOnRst #define ThePointOnRst_hxx #define TheSeqPointOnRst BRepBlend_SequenceOfPointOnRst #define TheSeqPointOnRst_hxx #define TheExtremity BRepBlend_Extremity #define TheExtremity_hxx #define Handle_TheLine Handle(BRepBlend_Line) #define TheLine BRepBlend_Line #define TheLine_hxx #define Blend_Walking BRepBlend_Walking #define Blend_Walking_hxx #include