#include <GEOMImpl_ChamferDriver.hxx>
#include <GEOMImpl_IChamfer.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOMImpl_ILocalOperations.hxx>
#include <GEOMImpl_Block6Explorer.hxx>
#include <GEOMUtils.hxx>
#include <GEOM_Function.hxx>
#include <BRepLib.hxx>
#include <BRep_Tool.hxx>
#include <BRepTools.hxx>
#include <BRepFilletAPI_MakeChamfer.hxx>
#include <TopAbs.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_MapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <StdFail_NotDone.hxx>
Functions | |
static Standard_Boolean | isGoodForChamfer (const TopoDS_Shape &theShape) |
OCCT_IMPLEMENT_STANDARD_RTTIEXT (GEOMImpl_ChamferDriver, GEOM_BaseDriver) | |
|
static |
OCCT_IMPLEMENT_STANDARD_RTTIEXT | ( | GEOMImpl_ChamferDriver | , |
GEOM_BaseDriver | |||
) |