AppPartDesignPy.cpp File Reference

#include "PreCompiled.h"
#include <Python.h>
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
#include <Base/Tools.h>

Go to the source code of this file.

Functions

static PyObjectmakeFilletArc (PyObject *self, PyObject *args)

Variables

struct PyMethodDef PartDesign_methods []

Function Documentation

static PyObject* makeFilletArc ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef PartDesign_methods[]
Initial value:
 {
    {"makeFilletArc" ,makeFilletArc,METH_VARARGS,
     "makeFilletArc(...) -- Fillet arc."},
    {NULL, NULL}        
}

Definition at line 99 of file AppPartDesignPy.cpp.

Referenced by initPartDesign().


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