Functions | |
def | createMesh |
def | export |
def | exportMeshToTetGenPoly |
Variables | |
App = FreeCAD | |
Gui = FreeCADGui |
def convert2TetGen::createMesh | ( | ) |
Definition at line 142 of file convert2TetGen.py.
def convert2TetGen::export | ( | objectslist, | ||
filename | ||||
) |
Called when freecad exports a mesh to poly format
Definition at line 135 of file convert2TetGen.py.
def convert2TetGen::exportMeshToTetGenPoly | ( | meshToExport, | ||
filePath, | ||||
beVerbose = 1 | ||||
) |
Export mesh to TetGen *.poly file format
Definition at line 8 of file convert2TetGen.py.
Definition at line 5 of file convert2TetGen.py.
convert2TetGen::Gui = FreeCADGui |
Definition at line 6 of file convert2TetGen.py.