| |
|
| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |
|
| |
|
| | #ifndef MESH_PART_APP_PRECOMPILED_H
|
| | #define MESH_PART_APP_PRECOMPILED_H
|
| |
|
| | #include <FCConfig.h>
|
| |
|
| |
|
| | #include <cmath>
|
| | #include <iostream>
|
| |
|
| |
|
| | #include <algorithm>
|
| | #include <array>
|
| | #include <map>
|
| | #include <memory>
|
| | #include <numbers>
|
| | #include <set>
|
| | #include <sstream>
|
| | #include <stdexcept>
|
| | #include <vector>
|
| |
|
| |
|
| | #include <BRepAdaptor_Curve.hxx>
|
| | #include <BRepBuilderAPI_MakePolygon.hxx>
|
| | #include <BRepBuilderAPI_MakeVertex.hxx>
|
| | #include <BRepExtrema_DistShapeShape.hxx>
|
| | #include <BRepMesh_IncrementalMesh.hxx>
|
| | #include <BRepTools.hxx>
|
| | #include <BRep_Tool.hxx>
|
| | #include <BndLib_Add3dCurve.hxx>
|
| | #include <Bnd_Box.hxx>
|
| | #include <GCPnts_AbscissaPoint.hxx>
|
| | #include <GCPnts_UniformAbscissa.hxx>
|
| | #include <GCPnts_UniformDeflection.hxx>
|
| | #include <GeomAPI_IntCS.hxx>
|
| | #include <Geom_BSplineSurface.hxx>
|
| | #include <Geom_Curve.hxx>
|
| | #include <Geom_Plane.hxx>
|
| | #include <Geom_Surface.hxx>
|
| | #include <Poly_Triangulation.hxx>
|
| | #include <Standard_Failure.hxx>
|
| | #include <Standard_Version.hxx>
|
| | #include <TColStd_Array1OfReal.hxx>
|
| | #include <TopExp_Explorer.hxx>
|
| | #include <TopLoc_Location.hxx>
|
| | #include <TopoDS.hxx>
|
| | #include <TopoDS_Edge.hxx>
|
| | #include <TopoDS_Face.hxx>
|
| | #include <TopoDS_Shape.hxx>
|
| | #include <gp_Pln.hxx>
|
| |
|
| | #endif
|
| |
|