[TD] Connect to TechDraw

This commit is contained in:
edi271
2023-12-05 11:09:10 +01:00
committed by WandererFan
parent db7639c186
commit 703561f7bc
3 changed files with 10 additions and 3 deletions

View File

@@ -21,10 +21,12 @@ set(TechDraw_ToolsScripts
TechDrawTools/CommandMoveView.py
TechDrawTools/CommandShareView.py
TechDrawTools/CommandAxoLengthDimension.py
TechDrawTools/CommandVertexCreations.py
TechDrawTools/CommandHoleShaftFit.py
TechDrawTools/TaskMoveView.py
TechDrawTools/TaskShareView.py
TechDrawTools/TaskHoleShaftFit.py
TechDrawTools/TaskAddOffsetVertex.py
TechDrawTools/TDToolsUtil.py
TechDrawTools/TDToolsMovers.py
)
@@ -32,6 +34,7 @@ set(TechDraw_ToolsScripts
set(TechDraw_ToolsGui
Gui/TaskMoveView.ui
Gui/TaskHoleShaftFit.ui
Gui/TaskAddOffsetVertex.ui
Gui/DlgPageChooser.ui
)

View File

@@ -29,6 +29,7 @@
<file>icons/actions/TechDraw_Midpoints.svg</file>
<file>icons/actions/TechDraw_MoveView.svg</file>
<file>icons/actions/TechDraw_AxoLengthDimension.svg</file>
<file>icons/actions/TechDraw_AddOffsetVertex.svg</file>
<file>icons/actions/TechDraw_HoleShaftFit.svg</file>
<file>icons/actions/TechDraw_Multiview.svg</file>
<file>icons/actions/TechDraw_PageDefault.svg</file>

View File

@@ -126,7 +126,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*toolcenter << "TechDraw_ExtensionThreadBoltSide";
*toolcenter << "TechDraw_ExtensionThreadBoltBottom";
*toolcenter << "Separator";
*toolcenter << "TechDraw_ExtensionVertexAtIntersection";
*toolcenter << "TechDraw_CommandVertexCreationGroup";
//*toolcenter << "TechDraw_ExtensionVertexAtIntersection";
*toolcenter << "TechDraw_ExtensionDrawCosmCircle";
*toolcenter << "TechDraw_ExtensionDrawCosmArc";
*toolcenter << "TechDraw_ExtensionDrawCosmCircle3Points";
@@ -345,7 +346,8 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
extcenter->setCommand("TechDraw Centerlines");
*extcenter << "TechDraw_ExtensionCircleCenterLinesGroup";
*extcenter << "TechDraw_ExtensionThreadsGroup";
*extcenter << "TechDraw_ExtensionVertexAtIntersection";
*extcenter << "TechDraw_CommandVertexCreationGroup";
//*extcenter << "TechDraw_ExtensionVertexAtIntersection";
*extcenter << "TechDraw_ExtensionDrawCirclesGroup";
*extcenter << "TechDraw_ExtensionLinePPGroup";
@@ -456,7 +458,8 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
extcenter->setCommand("TechDraw Centerlines");
*extcenter << "TechDraw_ExtensionCircleCenterLinesGroup";
*extcenter << "TechDraw_ExtensionThreadsGroup";
*extcenter << "TechDraw_ExtensionVertexAtIntersection";
*extcenter << "TechDraw_CommandVertexCreationGroup";
//*extcenter << "TechDraw_ExtensionVertexAtIntersection";
*extcenter << "TechDraw_ExtensionDrawCirclesGroup";
*extcenter << "TechDraw_ExtensionLinePPGroup";