#include "PreCompiled.h"#include <stdio.h>#include <Python.h>#include <Base/Console.h>#include <Base/Interpreter.h>#include <App/Application.h>#include <Mod/Part/App/TopologyPy.h>#include "FeatureImportStep.h"#include "FeatureImportIges.h"Go to the source code of this file.
Defines | |
| #define | ModuleExport |
Functions | |
| void | initImport () |
Variables | |
| struct PyMethodDef | Import_methods [] |
| #define ModuleExport |
Definition at line 53 of file AppImport.cpp.
| void initImport | ( | ) |
Definition at line 56 of file AppImport.cpp.
References Base::Console(), Import_methods, and Base::Interpreter().
| struct PyMethodDef Import_methods[] |
Definition at line 113 of file AppImportPy.cpp.
Referenced by initImport().
1.6.1