AppMesh.cpp File Reference

#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include "Mesh.h"
#include "MeshPy.h"
#include "MeshPointPy.h"
#include "FacetPy.h"
#include "MeshFeaturePy.h"
#include "FeatureMeshImport.h"
#include "FeatureMeshExport.h"
#include "FeatureMeshTransform.h"
#include "FeatureMeshTransformDemolding.h"
#include "FeatureMeshCurvature.h"
#include "FeatureMeshSegmentByMesh.h"
#include "FeatureMeshSetOperations.h"
#include "FeatureMeshDefects.h"
#include "FeatureMeshSolid.h"

Go to the source code of this file.

Functions

void initMesh ()
 PyDoc_STRVAR (module_doc,"The functions in this module allow working with mesh objects.\n""A set of functions are provided that allow to read in registered mesh file formats\n""to either an newly created or already exising document.\n""\n""open(string) -- Create a new document and a Mesh::Import feature to load the file into the document.\n""insert(string, string) -- Create a Mesh::Import feature to load the file into the given document.\n""mesh() -- Create an empty mesh object.\n""\n")

Variables

struct PyMethodDef Mesh_Import_methods []

Function Documentation

void initMesh (  ) 
PyDoc_STRVAR ( module_doc  ,
"The functions in this module allow working with mesh objects.\n""A set of functions are provided that allow to read in registered mesh file formats\n""to either an newly created or already exising document.\n""\n""open(string) -- Create a new document and a Mesh::Import feature to load the file into the document.\n""insert(string, string) -- Create a Mesh::Import feature to load the file into the given document.\n""mesh() -- Create an empty mesh object.\n""\n"   
)

Variable Documentation

struct PyMethodDef Mesh_Import_methods[]

Definition at line 385 of file AppMeshPy.cpp.

Referenced by initMesh().


Generated on Wed Nov 23 19:01:13 2011 for FreeCAD by  doxygen 1.6.1