[TD] Add Command Axo Length Dimension
Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<file>icons/actions/TechDraw_Line2Points.svg</file>
|
||||
<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_Multiview.svg</file>
|
||||
<file>icons/actions/TechDraw_PageDefault.svg</file>
|
||||
<file>icons/actions/TechDraw_PageTemplate.svg</file>
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 10 KiB |
@@ -152,6 +152,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
*annotations << "TechDraw_Annotation";
|
||||
*annotations << "TechDraw_RichTextAnnotation";
|
||||
*annotations << "TechDraw_Balloon";
|
||||
*annotations << "TechDraw_AxoLengthDimension";
|
||||
|
||||
// stacking
|
||||
Gui::MenuItem* stacking = new Gui::MenuItem;
|
||||
@@ -280,6 +281,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
// *dims << "TechDraw_VerticalExtentDimension";
|
||||
*dims << "TechDraw_LinkDimension";
|
||||
*dims << "TechDraw_Balloon";
|
||||
*dims << "TechDraw_AxoLengthDimension";
|
||||
*dims << "TechDraw_LandmarkDimension";
|
||||
// *dims << "TechDraw_Dimension"
|
||||
*dims << "TechDraw_DimensionRepair";
|
||||
@@ -428,6 +430,7 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
// *dims << "TechDraw_VerticalExtentDimension";
|
||||
*dims << "TechDraw_LinkDimension";
|
||||
*dims << "TechDraw_Balloon";
|
||||
*dims << "TechDraw_AxoLengthDimension";
|
||||
*dims << "TechDraw_LandmarkDimension";
|
||||
// *dims << "TechDraw_Dimension";
|
||||
*dims << "TechDraw_DimensionRepair";
|
||||
|
||||
Reference in New Issue
Block a user