#include <GEOMAlgo_Tools3D.ixx>
#include <Precision.hxx>
#include <gp_Vec.hxx>
#include <gp_Pnt.hxx>
#include <gp_Dir.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Pln.hxx>
#include <gp_XYZ.hxx>
#include <Geom_Curve.hxx>
#include <Geom_Surface.hxx>
#include <Geom2d_Curve.hxx>
#include <GeomAPI_ProjectPointOnSurf.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <TopAbs_State.hxx>
#include <TopLoc_Location.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_CompSolid.hxx>
#include <TopoDS_Wire.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Solid.hxx>
#include <TopoDS_Shell.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <BRep_Builder.hxx>
#include <BRep_Tool.hxx>
#include <TopTools_ListOfShape.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopTools_ListIteratorOfListOfShape.hxx>
#include <TopTools_MapOfShape.hxx>
#include <BRepClass3d_SolidClassifier.hxx>
#include <IntTools_Context.hxx>
#include <IntTools_Tools.hxx>
#include <BOPTools_Tools3D.hxx>
#include <BOPTools_Tools2D.hxx>
#include <BOPTools_Tools.hxx>
#include <NMTTools_ListOfCoupleOfShape.hxx>
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
#include <NMTTools_CoupleOfShape.hxx>
#include <TopTools_DataMapOfShapeListOfShape.hxx>
#include <TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx>
#include <TopTools_MapIteratorOfMapOfShape.hxx>
#include <GeomAdaptor_Surface.hxx>
Function Documentation
| Standard_Boolean FindFacePairs |
( |
const TopoDS_Edge & |
theE, |
|
|
const TopTools_ListOfShape & |
thLF, |
|
|
NMTTools_ListOfCoupleOfShape & |
theLCFF |
|
) |
| [static] |
References NMTTools_ListOfCoupleOfShape.Append(), NMTTools_ListOfCoupleOfShape.Clear(), NMTTools_ListOfCoupleOfShape.Extent(), GEOMAlgo_Tools3D.GetEdgeOnFace(), GEOMAlgo_Tools3D.GetFaceOff(), PAL_MESH_030_geometry.i, NMTTools_ListIteratorOfListOfCoupleOfShape.Initialize(), NMTTools_ListIteratorOfListOfCoupleOfShape.More(), NMTTools_ListIteratorOfListOfCoupleOfShape.Next(), NMTTools_CoupleOfShape.SetShape1(), NMTTools_CoupleOfShape.SetShape2(), NMTTools_CoupleOfShape.Shape1(), NMTTools_CoupleOfShape.Shape2(), and NMTTools_ListIteratorOfListOfCoupleOfShape.Value().
| Standard_Real AngleWithRef |
( |
const gp_Dir & |
theD1, |
|
|
const gp_Dir & |
theD2, |
|
|
const gp_Dir & |
theDRef |
|
) |
| [static] |
| void GetApproxNormalToFaceOnEdge |
( |
const TopoDS_Edge & |
aE, |
|
|
const TopoDS_Face & |
aF, |
|
|
Standard_Real |
aT, |
|
|
gp_Pnt & |
aPF, |
|
|
gp_Dir & |
aDNF, |
|
|
IntTools_Context & |
aCtx |
|
) |
| [static] |