#include "PreCompiled.h"
#include <TopoDS_Shape.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS.hxx>
#include <BRepAdaptor_Surface.hxx>
#include <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Tools.h>
#include <Mod/Part/App/Geometry.h>
#include <vector>
#include "SketchObject.h"
#include "SketchObjectPy.h"
#include "Sketch.h"
Go to the source code of this file.
Namespaces | |
namespace | App |
The namespace of the FreeCAD Aplication layer library. | |
Functions | |
std::vector< Part::Geometry * > | getExternalGeometry (void) |
std::vector<Part::Geometry *> getExternalGeometry | ( | void | ) |
Definition at line 996 of file SketchObject.cpp.