Initial task panel for filling function
This commit is contained in:
@@ -53,6 +53,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
root->insertItem( item, surface );
|
||||
surface->setCommand("Surface");
|
||||
*surface << "Surface_CurveOnMesh"
|
||||
<< "Surface_Filling"
|
||||
<< "Surface_GeomFillSurface";
|
||||
/* *surface << "Surface_Filling";
|
||||
*surface << "Surface_Cut";*/
|
||||
@@ -66,9 +67,9 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
|
||||
Gui::ToolBarItem* surface = new Gui::ToolBarItem(root);
|
||||
surface->setCommand( "Surface" );
|
||||
*surface << "Surface_GeomFillSurface";
|
||||
/* *surface << "Surface_Filling";
|
||||
*surface << "Surface_Cut"; */
|
||||
*surface << "Surface_Filling"
|
||||
<< "Surface_GeomFillSurface";
|
||||
/* *surface << "Surface_Cut"; */
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user