#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
Go to the source code of this file.
Functions | |
void MeshPartExport | initMeshPart () |
PyDoc_STRVAR (module_MeshPart_doc,"This module is the MeshPart module.") | |
Variables | |
struct PyMethodDef | MeshPart_methods [] |
void MeshPartExport initMeshPart | ( | ) |
Definition at line 41 of file AppMeshPart.cpp.
References Base::Console(), Base::Interpreter(), MeshPart_methods, and Base::Exception::what().
PyDoc_STRVAR | ( | module_MeshPart_doc | , | |
"This module is the MeshPart module." | ||||
) |
struct PyMethodDef MeshPart_methods[] |
Definition at line 165 of file AppMeshPartPy.cpp.
Referenced by initMeshPart().