#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 PyObject * | makeFilletArc (PyObject *self, PyObject *args) |
Variables | |
struct PyMethodDef | PartDesign_methods [] |
Definition at line 33 of file AppPartDesignPy.cpp.
References FemExample::b, Base::Vector3< _Precision >::Length(), Py::new_reference_to(), Base::Vector3< _Precision >::Normalize(), Base::sgn(), KDL::sqrt(), RobotExample::t, Mod::PartDesign::Scripts::Gear::t1, Mod::PartDesign::Scripts::Gear::t2, and Base::VectorPy::Type.
struct PyMethodDef PartDesign_methods[] |
{ {"makeFilletArc" ,makeFilletArc,METH_VARARGS, "makeFilletArc(...) -- Fillet arc."}, {NULL, NULL} }
Definition at line 99 of file AppPartDesignPy.cpp.
Referenced by initPartDesign().