#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <App/Property.h>
#include "Points.h"
#include "PointsPy.h"
#include "PointsAlgos.h"
#include "FeaturePointsImportAscii.h"
Go to the source code of this file.
Functions | |
static PyObject * | insert (PyObject *self, PyObject *args) |
static PyObject * | open (PyObject *self, PyObject *args) |
static PyObject * | show (PyObject *self, PyObject *args) |
Variables | |
struct PyMethodDef | Points_Import_methods [] |
Definition at line 78 of file AppPointsPy.cpp.
References App::Document::addObject(), Base::Console(), Base::FileInfo::extension(), DrawingExample::file, Base::FileInfo::fileNamePure(), App::GetApplication(), App::Application::getDocument(), Base::FileInfo::hasExtension(), Points::PointKernel::load(), App::Application::newDocument(), Points::Feature::Points, PY_CATCH, Py_Error, Py_Return, PY_TRY, and Points::PropertyPointKernel::setValue().
Definition at line 46 of file AppPointsPy.cpp.
References App::Document::addObject(), Base::Console(), Base::FileInfo::extension(), DrawingExample::file, Base::FileInfo::fileNamePure(), App::GetApplication(), Base::FileInfo::hasExtension(), Points::PointKernel::load(), App::Application::newDocument(), Points::Feature::Points, PY_CATCH, Py_Error, Py_Return, PY_TRY, and Points::PropertyPointKernel::setValue().
Definition at line 114 of file AppPointsPy.cpp.
References App::Document::addObject(), App::Application::getActiveDocument(), App::GetApplication(), Points::PointsPy::getPointKernelPtr(), App::Application::newDocument(), Points::Feature::Points, PY_CATCH, Py_Return, PY_TRY, and Points::PropertyPointKernel::setValue().
struct PyMethodDef Points_Import_methods[] |
Definition at line 136 of file AppPointsPy.cpp.
Referenced by initPoints().