#include "PreCompiled.h"
#include <BRep_Builder.hxx>
#include <TopoDS_Compound.hxx>
#include <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Exception.h>
#include <Base/TimeInfo.h>
#include <Base/Console.h>
#include <Base/VectorPy.h>
#include <Mod/Part/App/Geometry.h>
#include <Mod/Part/App/GeometryCurvePy.h>
#include <Mod/Part/App/ArcOfCirclePy.h>
#include <Mod/Part/App/CirclePy.h>
#include <Mod/Part/App/EllipsePy.h>
#include <Mod/Part/App/LinePy.h>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <BRepBuilderAPI_MakeWire.hxx>
#include "Sketch.h"
#include "Constraint.h"
#include <math.h>
#include <iostream>
Go to the source code of this file.
Functions | |
const char * | nameByType (Sketch::GeoType type) |
const char* nameByType | ( | Sketch::GeoType | type | ) |
Definition at line 145 of file Sketch.cpp.
References Sketcher::Sketch::Arc, Sketcher::Sketch::Circle, Sketcher::Sketch::Ellipse, Sketcher::Sketch::Line, Sketcher::Sketch::None, and Sketcher::Sketch::Point.
Referenced by Sketcher::Sketch::addEqualConstraint(), and Sketcher::Sketch::addPerpendicularConstraint().