#include <GEOMAlgo_BuilderTools.ixx>
#include <TColStd_Array1OfReal.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Vec.hxx>
#include <gp_Dir.hxx>
#include <gp_Pnt.hxx>
#include <TColgp_Array1OfPnt.hxx>
#include <Poly_Triangulation.hxx>
#include <Poly_Array1OfTriangle.hxx>
#include <Poly_Triangle.hxx>
#include <Geom2d_Curve.hxx>
#include <Geom2dInt_Geom2dCurveTool.hxx>
#include <TopLoc_Location.hxx>
#include <TopAbs_Orientation.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_Wire.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopExp_Explorer.hxx>
#include <BRep_Tool.hxx>
#include <BRepBndLib.hxx>
#include <BRepMesh_FastDiscret.hxx>
#include <Bnd_Box.hxx>
#include <BRepAdaptor_Curve2d.hxx>
Functions |
| static Standard_Integer | ComputeProps (const TopoDS_Face &aF, Standard_Real &aA, Standard_Real &aV) |
| static void | BuildTriangulation (const TopoDS_Face &aF) |
Function Documentation
| Standard_Integer ComputeProps |
( |
const TopoDS_Face & |
aF, |
|
|
Standard_Real & |
aA, |
|
|
Standard_Real & |
aV |
|
) |
| [static] |
| void BuildTriangulation |
( |
const TopoDS_Face & |
aF | ) |
[static] |