#include <Mod/Mesh/App/Core/Approximation.h>
#include <Mod/Mesh/App/Core/Evaluation.h>
#include <Mod/Mesh/App/Core/MeshKernel.h>
#include <Base/Exception.h>
#include <gp_Vec.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Face.hxx>
#include <SMESH_Mesh.hxx>
#include <SMDS_VolumeTool.hxx>
Go to the source code of this file.
Classes | |
class | best_fit |
The main class for the best_fit routine. More... | |
Defines | |
#define | ERR_TOL 0.001 |
#define | SMALL_NUM 1e-6 |
#define ERR_TOL 0.001 |
Definition at line 41 of file best_fit.h.
#define SMALL_NUM 1e-6 |
Definition at line 40 of file best_fit.h.