AppSketcherPy.cpp File Reference

#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 PyObjectinsert (PyObject *self, PyObject *args)
static PyObjectopen (PyObject *self, PyObject *args)

Variables

struct PyMethodDef Sketcher_methods []

Function Documentation

static PyObject* insert ( PyObject self,
PyObject args 
) [static]
static PyObject* open ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef Sketcher_methods[]
Initial value:
 {
    {"open"   , open,    1},
    {"insert" , insert,  1},

    {NULL, NULL}        
}

Definition at line 129 of file AppSketcherPy.cpp.

Referenced by initSketcher().


Generated on Wed Nov 23 19:01:13 2011 for FreeCAD by  doxygen 1.6.1