#include "PreCompiled.h"
#include <TColgp_Array1OfPnt.hxx>
#include <Handle_Geom_BSplineSurface.hxx>
#include <CXX/Objects.hxx>
#include <Base/PyObjectBase.h>
#include <Base/Console.h>
#include <Mod/Part/App/BSplineSurfacePy.h>
#include "ApproxSurface.h"
Go to the source code of this file.
Functions | |
static PyObject * | approxSurface (PyObject *self, PyObject *args) |
Variables | |
struct PyMethodDef | ReverseEngineering_methods [] |
Definition at line 42 of file AppReverseEngineeringPy.cpp.
References Py::SeqBase< T >::begin(), Reen::ParameterCorrection::CreateSurface(), Reen::BSplineParameterCorrection::EnableSmoothing(), Py::SeqBase< T >::end(), SketcherExample::f, Py::SeqBase< T >::getItem(), RobotExample::l, PY_CATCH, PY_TRY, Py::SeqBase< T >::size(), and RobotExample::t.
struct PyMethodDef ReverseEngineering_methods[] |
{ {"approxSurface" , approxSurface, 1}, {NULL, NULL} }
Definition at line 79 of file AppReverseEngineeringPy.cpp.
Referenced by initReverseEngineering().