#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include "SketchObjectSF.h"
#include "SketchObject.h"
#include "Constraint.h"
#include "Sketch.h"
#include "ConstraintPy.h"
#include "SketchPy.h"
#include "PropertyConstraintList.h"
Go to the source code of this file.
Functions | |
void | debugprint (std::string s) |
void | initSketcher () |
PyDoc_STRVAR (module_Sketcher_doc,"This module is the Sketcher module.") | |
Variables | |
struct PyMethodDef | Sketcher_methods [] |
void debugprint | ( | std::string | s | ) |
Definition at line 86 of file AppSketcher.cpp.
References Base::Console().
void initSketcher | ( | ) |
Definition at line 49 of file AppSketcher.cpp.
References Base::Console(), Sketcher::PropertyConstraintList::init(), Sketcher::Constraint::init(), Sketcher::Sketch::init(), Sketcher::SketchObject::init(), Sketcher::SketchObjectSF::init(), Base::Interpreter(), Sketcher_methods, Sketcher::SketchPy::Type, Sketcher::ConstraintPy::Type, and Base::Exception::what().
PyDoc_STRVAR | ( | module_Sketcher_doc | , | |
"This module is the Sketcher module." | ||||
) |
struct PyMethodDef Sketcher_methods[] |
Definition at line 129 of file AppSketcherPy.cpp.
Referenced by initSketcher().