[TD]SectionView/ComplexSection - preview, direction selection
- add preview/live update to TaskSectionView & TaskComplexSection - add view direction selector to uis - use SectionNormal as Direction. Make Direction read-only - simplify section line end point calculation - section group command in toolbar - make section and complex section icons consistent - fix compsolid cutting tool - terminology: single/piecewise to offset/aligned
This commit is contained in:
@@ -246,8 +246,9 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
*views << "TechDraw_View";
|
||||
*views << "TechDraw_ActiveView";
|
||||
*views << "TechDraw_ProjectionGroup";
|
||||
*views << "TechDraw_SectionView";
|
||||
*views << "TechDraw_ComplexSection";
|
||||
*views << "TechDraw_SectionGroup";
|
||||
// *views << "TechDraw_SectionView";
|
||||
// *views << "TechDraw_ComplexSection";
|
||||
*views << "TechDraw_DetailView";
|
||||
*views << "TechDraw_DraftView";
|
||||
*views << "TechDraw_ArchView";
|
||||
@@ -391,10 +392,10 @@ Gui::ToolBarItem* Workbench::setupCommandBars() const
|
||||
views->setCommand("Views");
|
||||
*views << "TechDraw_View";
|
||||
*views << "TechDraw_ActiveView";
|
||||
// *views << "TechDraw_NewMulti"; //deprecated
|
||||
*views << "TechDraw_ProjectionGroup";
|
||||
*views << "TechDraw_SectionView";
|
||||
*views << "TechDraw_ComplexSection";
|
||||
*views << "TechDraw_SectionGroup";
|
||||
// *views << "TechDraw_SectionView";
|
||||
// *views << "TechDraw_ComplexSection";
|
||||
*views << "TechDraw_DetailView";
|
||||
*views << "TechDraw_DraftView";
|
||||
*views << "TechDraw_SpreadsheetView";
|
||||
|
||||
Reference in New Issue
Block a user