#include "occ_axis_projection.h"
#include "occ_utilities.h"
#include <iostream>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Face.hxx>
#include <gp_Pnt.hxx>
#include <gp_Vec.hxx>
#include <Standard_Real.hxx>
#include <Standard_Integer.hxx>
#include <BRep_Tool.hxx>
#include <Geom_Surface.hxx>
#include <Prs3d_ShapeTool.hxx>
#include <gp_Ax3.hxx>
#include <gp_Lin.hxx>
#include <GeomLProp_SLProps.hxx>
#include <IntCurvesFace_ShapeIntersector.hxx>
#include <vector>
#include <deal.II/grid/tria_iterator.h>
#include <deal.II/grid/tria_accessor.h>
Go to the source code of this file.
|
| OpenCascade |
| We collect in this namespace all utilities which operate on OpenCascade entities which don't need classes of their own.
|
|