AppMeshPartPy.cpp File Reference

#include "PreCompiled.h"
#include <BRepBuilderAPI_MakePolygon.hxx>
#include <Base/PyObjectBase.h>
#include <Base/Console.h>
#include <Base/Vector3D.h>
#include <Mod/Part/App/TopoShapePy.h>
#include <Mod/Part/App/TopoShapeWirePy.h>
#include <Mod/Mesh/App/Core/Algorithm.h>
#include <Mod/Mesh/App/Core/MeshKernel.h>
#include <Mod/Mesh/App/Mesh.h>
#include <Mod/Mesh/App/MeshPy.h>
#include "MeshAlgos.h"
#include "Mesher.h"

Go to the source code of this file.

Functions

static PyObjectloftOnCurve (PyObject *self, PyObject *args)
static PyObjectmeshFromShape (PyObject *self, PyObject *args)
 PyDoc_STRVAR (loft_doc,"Loft on curve.")
static PyObjectwireFromSegment (PyObject *self, PyObject *args)

Variables

struct PyMethodDef MeshPart_methods []

Function Documentation

static PyObject* loftOnCurve ( PyObject self,
PyObject args 
) [static]
static PyObject* meshFromShape ( PyObject self,
PyObject args 
) [static]
PyDoc_STRVAR ( loft_doc  ,
"Loft on curve."   
)
static PyObject* wireFromSegment ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef MeshPart_methods[]
Initial value:
 {
    {"loftOnCurve",loftOnCurve, METH_VARARGS, loft_doc},
    {"wireFromSegment",wireFromSegment, METH_VARARGS,
     "Create wire(s) from boundary of segment"},
    {"meshFromShape",meshFromShape, METH_VARARGS,
     "Create mesh from shape"},
    {NULL, NULL}        
}

Definition at line 165 of file AppMeshPartPy.cpp.

Referenced by initMeshPart().


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