Version: 9.12.0
GEOMImpl_BooleanDriver.cxx File Reference
#include <GEOMImpl_BooleanDriver.hxx>
#include <GEOMImpl_IBoolean.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOMImpl_GlueDriver.hxx>
#include <GEOM_Function.hxx>
#include <GEOMUtils.hxx>
#include <BlockFix_BlockFixAPI.hxx>
#include <ShHealOper_ShapeProcess.hxx>
#include <TNaming_CopyShape.hxx>
#include <BRep_Builder.hxx>
#include <BRepAlgoAPI_Common.hxx>
#include <BRepAlgoAPI_Cut.hxx>
#include <BRepAlgoAPI_Fuse.hxx>
#include <BRepAlgoAPI_Section.hxx>
#include <BOPAlgo_CheckerSI.hxx>
#include <BOPDS_DS.hxx>
#include <BOPTools_AlgoTools.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopTools_MapOfShape.hxx>
#include <TopTools_ListOfShape.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
#include <TColStd_IndexedDataMapOfTransientTransient.hxx>
#include <Precision.hxx>
#include <Standard_ConstructionError.hxx>
#include <StdFail_NotDone.hxx>

Macros

#define BOP_SELF_INTERSECTIONS_LEVEL   4
 

Functions

static TopoDS_Shape RemoveExtraEdges (const TopoDS_Shape &theShape)
 This function performs extra edges removal. More...
 

Macro Definition Documentation

◆ BOP_SELF_INTERSECTIONS_LEVEL

#define BOP_SELF_INTERSECTIONS_LEVEL   4

Function Documentation

◆ RemoveExtraEdges()

static TopoDS_Shape RemoveExtraEdges ( const TopoDS_Shape &  theShape)
static
Parameters
theShapethe shape to be processed.
Returns
the modified shape or null shape in case of failure.

References aResult, GEOMUtils::CheckShape(), ShHealOper_ShapeProcess::isDone(), and ShHealOper_ShapeProcess::Perform().