#include "Sketcher_Profile.hxx"
#include <TopoDS_Vertex.hxx>
#include <BRepBuilderAPI_MakeVertex.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include <BRepBuilderAPI_MakeWire.hxx>
#include <BRepBuilderAPI_MakeFace.hxx>
#include <GeomAPI.hxx>
#include <Geom2d_Line.hxx>
#include <Geom2d_Circle.hxx>
#include <Precision.hxx>
#include <gp_Pln.hxx>
#include <gp_Ax2.hxx>
#include "utilities.h"
Classes | |
class | Sketcher_Profile::Functor |
Generic functor class to process sketcher command. More... | |
class | Sketcher_Profile::ShapeFunctor |
Functor that creates a shape from sketcher command. More... | |
class | Sketcher_Profile::DumpFunctor |