#include "PreCompiled.h"#include <BRepPrimAPI_MakeBox.hxx>#include <TopoDS_Face.hxx>#include <Geom_Plane.hxx>#include <Handle_Geom_Plane.hxx>#include <Base/Console.h>#include <Base/PyObjectBase.h>#include <Base/Exception.h>#include <Base/FileInfo.h>#include <App/Application.h>#include <App/Document.h>#include <Mod/Part/App/TopoShape.h>#include <Mod/Part/App/TopoShapePy.h>#include "SketchObjectSF.h"Go to the source code of this file.
Functions | |
| static PyObject * | insert (PyObject *self, PyObject *args) |
| static PyObject * | open (PyObject *self, PyObject *args) |
Variables | |
| struct PyMethodDef | Sketcher_methods [] |
Definition at line 81 of file AppSketcherPy.cpp.
References App::Document::addObject(), Base::FileInfo::extension(), DrawingExample::file, Base::FileInfo::fileNamePure(), App::GetApplication(), App::Application::getDocument(), Base::FileInfo::hasExtension(), App::Application::newDocument(), PY_CATCH, Py_Error, Py_Return, PY_TRY, App::Document::recompute(), App::PropertyFileIncluded::setValue(), and Sketcher::SketchObjectSF::SketchFlatFile.
Definition at line 51 of file AppSketcherPy.cpp.
References Base::FileInfo::extension(), DrawingExample::file, PY_CATCH, Py_Error, Py_Return, and PY_TRY.
| struct PyMethodDef Sketcher_methods[] |
Definition at line 129 of file AppSketcherPy.cpp.
Referenced by initSketcher().
1.6.1