#include <Standard_Stream.hxx>
#include <GEOMImpl_Fillet1dDriver.hxx>
#include <GEOMImpl_Fillet1d.hxx>
#include <GEOMImpl_IFillet1d.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOMImpl_HealingDriver.hxx>
#include <GEOM_Function.hxx>
#include <GEOMUtils.hxx>
#include <ShapeFix_Wire.hxx>
#include <StdFail_NotDone.hxx>
#include <Standard_ConstructionError.hxx>
#include <TopAbs.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Wire.hxx>
#include <TopoDS_Shape.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
#include <TopTools_ListOfShape.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <BRep_Tool.hxx>
#include <BRep_Builder.hxx>
#include <BRepTools.hxx>
#include <BRepBuilderAPI_MakeWire.hxx>
#include <BRepCheck_Analyzer.hxx>
#include <gp_Pln.hxx>
#include <gp_Dir.hxx>
#include <gp_XYZ.hxx>
#include <Precision.hxx>
Functions | |
static TopoDS_Vertex | anotherVertex (const TopoDS_Edge &theE, const TopoDS_Vertex &theV) |
static Standard_Boolean | takePlane (const TopoDS_Edge &theE1, const TopoDS_Edge &theE2, const TopoDS_Vertex &theV, gp_Pln &thePlane) |
static void | addEdgeRelation (TopTools_DataMapOfShapeShape &theMap, const TopoDS_Edge &theInitE, const TopoDS_Edge &theResE) |
OCCT_IMPLEMENT_STANDARD_RTTIEXT (GEOMImpl_Fillet1dDriver, GEOM_BaseDriver) | |
|
static |
|
static |
OCCT_IMPLEMENT_STANDARD_RTTIEXT | ( | GEOMImpl_Fillet1dDriver | , |
GEOM_BaseDriver | |||
) |
|
static |
References anAngle, and anotherVertex().