0001232: Create Mesh from geometry / Export mesh

This commit is contained in:
wmayer
2013-09-02 13:59:45 +02:00
parent 12046e91c2
commit 43cb48caec
6 changed files with 144 additions and 70 deletions

View File

@@ -185,7 +185,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*boolean << "Mesh_Union" << "Mesh_Intersection" << "Mesh_Difference";
mesh->setCommand("&Meshes");
*mesh << "Mesh_Import" << "Mesh_Export" << "Mesh_FromGeometry" << "Separator"
*mesh << "Mesh_Import" << "Mesh_Export" << "MeshPart_Mesher" << "Separator"
<< analyze << "Mesh_HarmonizeNormals" << "Mesh_FlipNormals" << "Separator"
<< "Mesh_FillupHoles" << "Mesh_FillInteractiveHole" << "Mesh_RemoveComponents"
<< "Mesh_RemoveCompByHand" << "Mesh_AddFacet" << "Mesh_Smoothing" << "Separator"